php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68098 Zend_Operators giving error when ZTS is disabled
Submitted: 2014-09-25 15:59 UTC Modified: 2014-09-25 18:31 UTC
From: jfha73 at gmail dot com Assigned: ab (profile)
Status: Closed Package: Compile Failure
PHP Version: master-Git-2014-09-25 (Git) OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jfha73 at gmail dot com
New email:
PHP Version: OS:

 

 [2014-09-25 15:59 UTC] jfha73 at gmail dot com
Description:
------------
This is the error:

Zend\zend_operators.c(2239) : error C2143: syntax error : missing ';' before 'ty
pe'
Zend\zend_operators.c(2240) : error C2275: 'zval' : illegal use of this type as
an expression
        d:\php-sdk\phpmaster\vc11\x64\php-src\zend\zend_types.h(94) : see declar
ation of 'zval'
Zend\zend_operators.c(2240) : error C2065: 'val' : undeclared identifier
Zend\zend_operators.c(2240) : error C2065: 'rv' : undeclared identifier
Zend\zend_operators.c(2241) : error C2065: 'val' : undeclared identifier
Zend\zend_operators.c(2242) : error C2065: 'val' : undeclared identifier
Zend\zend_operators.c(2243) : error C2065: 'val' : undeclared identifier
Zend\zend_operators.c(2244) : error C2065: 'val' : undeclared identifier
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0
\VC\BIN\amd64\cl.exe"' : return code '0x2'
Stop.

Thanks.

Expected result:
----------------
To compile using --disable-zts

Actual result:
--------------
Error.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-09-25 18:31 UTC] ab@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: ab
 [2014-09-25 18:31 UTC] ab@php.net
The fix for this bug has been committed.

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/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

Thanks for reporting, Jorge.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 18:01:34 2024 UTC