ID: 28438 Updated by: [EMAIL PROTECTED] Reported By: ericb at summit-tech dot ca -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: Win2k PHP Version: 5.0.0RC2 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2004-05-18 21:59:02] ericb at summit-tech dot ca 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 this bug report at http://bugs.php.net/?id=28438&edit=1