From: kernoel at chello dot at Operating system: Win32 PHP version: 5CVS-2005-12-12 (CVS) PHP Bug Type: Compile Failure Bug description: ext\date\lib\parse_date.c uses strncasecmp
Description: ------------ because ext\date\lib\parse_date.c uses strncasecmp also on windows platforms, i get unresolved external symbols. a simple #ifdef in front of the function solves the problem for the moment. there is only one line where strncasecmp is used, so this should be easy to find ;o) Reproduce code: --------------- ---- Expected result: ---------------- ---- Actual result: -------------- parse_date.obj : error LNK2019: unresolved external symbol _strncasecmp referenced in function _timelib_skip_day_suffix Release_TS\php5ts.dll : fatal error LNK1120: 1 unresolved externals -- Edit bug report at http://bugs.php.net/?id=35648&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=35648&r=trysnapshot44 Try a CVS snapshot (PHP 5.1): http://bugs.php.net/fix.php?id=35648&r=trysnapshot51 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=35648&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=35648&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=35648&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=35648&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=35648&r=needscript Try newer version: http://bugs.php.net/fix.php?id=35648&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=35648&r=support Expected behavior: http://bugs.php.net/fix.php?id=35648&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=35648&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=35648&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=35648&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=35648&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=35648&r=dst IIS Stability: http://bugs.php.net/fix.php?id=35648&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=35648&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=35648&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=35648&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=35648&r=mysqlcfg
