From: [EMAIL PROTECTED] Operating system: RedHat PHP version: 4.2.3 PHP Bug Type: Compile Failure Bug description: Found a typo that creates a compile error...
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 bug report at http://bugs.php.net/?id=20576&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20576&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20576&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20576&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20576&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20576&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20576&r=support Expected behavior: http://bugs.php.net/fix.php?id=20576&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20576&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20576&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20576&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20576&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20576&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20576&r=isapi