ZEND_INI_PARSER_POP_ENTRY

php.internals

Patrick Welche

23 years ago
ZEND_INI_PARSER_POP_ENTRY is used in main/php_ini.c ext/standard/basic_functions.c but isn't defined anywhere! Cheers, Patrick (I'm putting #ifdef ZEND_INI_PARSER_POP_ENTRY around those case blocks)

Derick Rethans

23 years ago
On Thu, 10 Apr 2003, Patrick Welche wrote:
> ZEND_INI_PARSER_POP_ENTRY > > is used in > > main/php_ini.c > ext/standard/basic_functions.c > > but isn't defined anywhere!
cvs -d :pserver:cvsread@cvs.php.net:/repository co -r PHP_4_3 php4 cvs co php4 is not longer supported. Derick
-- "my other box is your windows PC" ------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ PHP Magazine - PHP Magazine for Professionals http://php-mag.net/ -------------------------------------------------------------------------

Patrick Welche

23 years ago
On Thu, Apr 10, 2003 at 05:43:02PM +0200, Derick Rethans wrote:
> On Thu, 10 Apr 2003, Patrick Welche wrote: > > > ZEND_INI_PARSER_POP_ENTRY > > > > is used in > > > > main/php_ini.c > > ext/standard/basic_functions.c > > > > but isn't defined anywhere! > > cvs -d :pserver:cvsread@cvs.php.net:/repository co -r PHP_4_3 php4 > > cvs co php4 is not longer supported.
I would never have guessed: P ext/domxml/php_domxml.c P ext/mysql/php_mysql.c P ext/standard/info.c U pear/tests/osguess.php P sapi/apache2filter/sapi_apache2.c P sapi/apache2handler/sapi_apache2.c changed minutes ago! I'll check out php5 now! Thank you, Patrick (Also explains why I seem to be the only one with the problem...)