Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25360 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87526 invoked by uid 1010); 15 Aug 2006 08:08:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87511 invoked from network); 15 Aug 2006 08:08:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2006 08:08:31 -0000 X-PHP-List-Original-Sender: artzi@avaya.com X-Host-Fingerprint: 198.152.13.103 co300216-ier2.net.avaya.com Linux 2.4/2.6 Received: from [198.152.13.103] ([198.152.13.103:46407] helo=co300216-ier2.net.avaya.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12549M)) with ESMTP id 7E/05-50872-9F081E44 for ; Tue, 15 Aug 2006 04:08:27 -0400 Received: from IS0004AVEXU1.global.avaya.com (h135-64-105-51.avaya.com [135.64.105.51]) by co300216-ier2.net.avaya.com (Switch-3.1.8/Switch-3.1.7) with ESMTP id k7F82cvC026635 for ; Tue, 15 Aug 2006 04:02:39 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 15 Aug 2006 11:08:21 +0300 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: auto_globals_jit breaks $_SERVER var Thread-Index: AcbAQZt9g7lNN1ntQX21NQcqCFgTOA== To: X-Scanner: InterScan AntiVirus for Sendmail Subject: auto_globals_jit breaks $_SERVER var From: artzi@avaya.com ("Artzi, Yoav \(Yoav\)") I have the following in my php.ini: register_globals =3D Off register_long_arrays =3D Off register_argc_argv =3D Off auto_globals_jit =3D On The following PHP code prints nothing: The rest of the php.ini is like php.ini-recommended that comes with the source. Any idea what might be the problem? Thanks, Yoav.