Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15646 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33439 invoked by uid 1010); 28 Mar 2005 22:28:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33418 invoked from network); 28 Mar 2005 22:28:50 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 28 Mar 2005 22:28:50 -0000 X-Host-Fingerprint: 66.180.228.196 merlin.pegasi.net FreeBSD 2.0-4.2 Received: from ([66.180.228.196:1539] helo=merlin.pegasi.net) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 52/78-57935-12588424 for ; Mon, 28 Mar 2005 17:28:50 -0500 Received: from merlin.pegasi.net (merlin.pegasi.net [127.0.0.1]) by merlin.pegasi.net (8.13.3/8.13.3) with ESMTP id j2SMSamN019865 (version=TLSv1/SSLv3 cipher=EDH-DSS-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 28 Mar 2005 22:28:37 GMT Received: from localhost (philip@localhost) by merlin.pegasi.net (8.13.3/8.13.3/Submit) with ESMTP id j2SMSa7O019862 for ; Mon, 28 Mar 2005 22:28:36 GMT X-Authentication-Warning: merlin.pegasi.net: philip owned process doing -bs Date: Mon, 28 Mar 2005 22:28:36 +0000 (GMT) X-Sender: philip@merlin.pegasi.net To: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [PATCH] auto_globals_jit in php.ini* From: philip@boogle.com (Philip Olson) Hello! This patch inserts the auto_globals_jit directive into the php.ini files. Since the default value is 1 in main.c, this value (On) is used in this patch. Please apply it to all PHP 5 branches. Patch: http://boogle.com/tmp/patch_auto_globals_jit.txt Regards, Philip