From: ericb at summit-tech dot ca Operating system: Win2k PHP version: 5.0.0RC2 PHP Bug Type: Compile Failure Bug description: #ifdef ZTS missing around zend_execute_API.c:1107
Description: ------------ In zend_execute_API.c:1107 , > tsrm_ls = ts_resource_ex(0, &wParam); should only be included if ZTS is defined, since ts_resource_ex in TSRM.h needs /DZTS . Should be wrapped in an #ifdef ZTS / #endif block. This effectively prevents win32 builds with -disable-zts. Did not test unix build. -- Edit bug report at http://bugs.php.net/?id=28438&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28438&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28438&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28438&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28438&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28438&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28438&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28438&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28438&r=support Expected behavior: http://bugs.php.net/fix.php?id=28438&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28438&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28438&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28438&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28438&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28438&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28438&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28438&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28438&r=float