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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ericb at summit-tech dot ca
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 03:01:31 2025 UTC