Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14065 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6248 invoked by uid 1010); 14 Dec 2004 13:22:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6202 invoked from network); 14 Dec 2004 13:22:28 -0000 Received: from unknown (HELO out2.smtp.messagingengine.com) (66.111.4.26) by pb1.pair.com with SMTP; 14 Dec 2004 13:22:28 -0000 Received: from web2.messagingengine.com (web2.internal [10.202.2.211]) by frontend1.messagingengine.com (Postfix) with ESMTP id 99387C415E6 for ; Tue, 14 Dec 2004 08:22:27 -0500 (EST) Received: by web2.messagingengine.com (Postfix, from userid 99) id 8DC314AF; Tue, 14 Dec 2004 08:22:23 -0500 (EST) 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 Date: Tue, 14 Dec 2004 05:22:23 -0800 X-Sasl-Enc: FWGb1Qgy9dkRtJ7T9wmi1g 1103030543 Message-ID: <1103030543.9365.210763945@webmail.messagingengine.com> Subject: info needed regarding compiled in extensions From: kameshj@fastmail.fm ("Kamesh Jayachandran") Hi All, I could see a difference in extensions that are compiled in by default between Windows and Linux versions of php-5.0.2. Simple ./configure on Linux. Installed PHP using php-5.0.2-Installer.exe I could see the following. Both Windows and Linux has the following extensions compiled in by default. ctype, dom, iconv, libxml, pcre, session, SimpleXML, SPL, SQLite, standard, tokenizer, xml Windows has but Linux do not have the following extensions compiled in by default. bcmath, calendar, com_dotnet, ftp, odbc, wddx, zlib Linux has but Windows do not have the following extensions compiled in by default. mysql, posix Is there any standard that exists that states what extension should go compiled in by default for a particular version of PHP? With regards Kamesh Jayachandran