Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13387 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36016 invoked by uid 1010); 19 Oct 2004 07:03:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35954 invoked from network); 19 Oct 2004 07:03:13 -0000 Received: from unknown (HELO out2.smtp.messagingengine.com) (66.111.4.26) by pb1.pair.com with SMTP; 19 Oct 2004 07:03:13 -0000 Received: from web1.messagingengine.com (web1.internal [10.202.2.210]) by frontend1.messagingengine.com (Postfix) with ESMTP id 7A2A9C32EC6; Tue, 19 Oct 2004 03:02:16 -0400 (EDT) Received: by web1.messagingengine.com (Postfix, from userid 99) id 9F39435A; Tue, 19 Oct 2004 03:02:16 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.64; B3.05; Q3.03) To: internals@lists.php.net, phanto@php.net, andi@php.net Date: Tue, 19 Oct 2004 00:02:16 -0700 X-Sasl-Enc: NgCRpNaRV7GZH8WsALOjlg 1098169336 Message-ID: <1098169336.1731.206763334@webmail.messagingengine.com> Subject: Why zend_static_allocator.c does not iclude stdlib.h? From: kameshj@fastmail.fm ("Kamesh Jayachandran") Hi All, I could see zend_static_Allocator.c inside ZendEngine2. I could not see this file is getting compiled in PHP-5.0.0/PHP-5.1-dev. What is the use of this file? How to run ./configure to add this to my Makefile? Or is it meant for future use? Why I am concerned about it is, in its current state it cannot be compiled as It don't have NULL defined, i.e it does not include stdlib.h. If I dig the file's history I could see stdlib.h was included till version 1.6 of the file. On version 1.7 stdlib.h has been commented out by phanto around 2 years and 2 months back. The log message says "make win32 debug output more verbose". Can I include stdlib.h? With regards Kamesh Jayachandran