Re: [PHP-DEV] What is auto_globals_jit?

2005-01-19 Thread Derick Rethans
On Wed, 19 Jan 2005, Philip Olson wrote: > Could someone explain auto_globals_jit a little? It'll then > be documented :) AFAIK it is a setting to control whether autoglobals (GET/POST/COOKIE et al.) should be initialized JIT (Just In Time, when they are first used), or always when the script sta

Re: [PHP-DEV] What is auto_globals_jit?

2005-01-19 Thread Nuno Lopes
On Wed, 19 Jan 2005, Philip Olson wrote: Could someone explain auto_globals_jit a little? It'll then be documented :) AFAIK it is a setting to control whether autoglobals (GET/POST/COOKIE et al.) should be initialized JIT (Just In Time, when they are first used), or always when the script starts. I

[PHP-DEV] MySQLi compilation problem

2005-01-19 Thread InsaneToucan
I am trying to compile PHP5.0.3 with MySQLi extension and I get the follow error when I do --with-mysqli: Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. "cl.exe" /D _USRDLL /D PHP5DLLTS_EXPORTS /D PHP_EXPORTS /D LIBZEN

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /build build2.mk buildcheck.sh libtool.m4 /scripts Makefile.frag phpize.in

2005-01-19 Thread Rasmus Lerdorf
Can't we drop acconfig.h.in as well now? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php