ID: 20576 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Bogus Bug Type: Compile Failure Operating System: RedHat PHP Version: 4.2.3 New Comment:
Oops, sorry for that. My php 4.2.3 source really shows this: display_string_length = ini_entry->orig_value_length; So I guess some bit swapped for some weird reason. Not a bug -> bogus Derick Previous Comments: ------------------------------------------------------------------------ [2002-11-22 11:38:52] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-11-22 11:25:00] [EMAIL PROTECTED] Get this when compiling... zend_ini.c: In function `zend_ini_displayer_cb': zend_ini.c:309: `display_string_lelgth' undeclared (first use in this function) zend_ini.c:309: (Each undeclared identifier is reported only once zend_ini.c:309: for each function it appears in.) make[1]: *** [zend_ini.lo] Error 1 make[1]: Leaving directory `/usr/local/www/php-4.2.3/Zend' make: *** [all-recursive] Error 1zend_ini.c: In function `zend_ini_displayer_cb': zend_ini.c:309: `display_string_lelgth' undeclared (first use in this function) zend_ini.c:309: (Each undeclared identifier is reported only once zend_ini.c:309: for each function it appears in.) make[1]: *** [zend_ini.lo] Error 1 make[1]: Leaving directory `/usr/local/www/php-4.2.3/Zend' make: *** [all-recursive] Error 1 See the typo? display_string_lelgth should read display_string_length. Fix that and it compiles. (and it was found in the latest version downloaded from your site today (well, approx 30 min ago :)) Have fun, HuBBa ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20576&edit=1