php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28438 #ifdef ZTS missing around zend_execute_API.c:1107
Submitted: 2004-05-18 21:59 UTC Modified: 2004-05-18 22:15 UTC
From: ericb at summit-tech dot ca Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.0.0RC2 OS: Win2k
Private report: No CVE-ID: None
 [2004-05-18 21:59 UTC] 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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-18 22:15 UTC] wez@php.net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 05:01:29 2024 UTC