Bug 52501

Summary: ZVAL_TRUE and ZVAL_FALSE macros broken
Product: [Retired] Red Hat Linux Reporter: Peter Bowen <pzbowen+rhbeta>
Component: phpAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-27 21:02:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch to fix ZVAL_{TRUE|FALSE} macros none

Description Peter Bowen 2001-08-24 13:15:37 UTC
There is a typo in the zend_API.h file in PHP 4.0.6 that prevents the
ZVAL_TRUE and ZVAL_FALSE macros from being usable in extensions.  If they
are used without this fix, then the extension won't compile.  This fix is
in 4.0.7.

Comment 1 Peter Bowen 2001-08-24 13:16:35 UTC
Created attachment 29354 [details]
patch to fix ZVAL_{TRUE|FALSE} macros

Comment 2 Glen Foster 2001-08-24 17:07:50 UTC
This defect is considered SHOULD-FIX for Fairfax.

Comment 3 Nalin Dahyabhai 2001-08-27 21:02:52 UTC
This will be fixed in php-4.0.6-7 and later.  Thanks!

Comment 4 Peter Bowen 2002-04-14 19:44:47 UTC
This was fixed a while ago.