php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56660 make fails: 'struct zend_object' has no member named 'in_get'
Submitted: 2005-11-17 19:10 UTC Modified: 2006-10-30 06:25 UTC
From: matt at kynx dot org Assigned: cem (profile)
Status: Closed Package: SCA_SDO (PECL)
PHP Version: 5_1 CVS-2005-11-17 (dev) OS: Linux
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: matt at kynx dot org
New email:
PHP Version: OS:

 

 [2005-11-17 19:10 UTC] matt at kynx dot org
Description:
------------
Building SDO on a recent version of PHP5.1 (>15/11/05) dies. Looks like changes to zend_object to allow recursive calls to __get() & __set() are to blame:
http://article.gmane.org/gmane.comp.php.cvs.zend/4282


Reproduce code:
---------------
make

Expected result:
----------------
SDO compiles

Actual result:
--------------
<snip>
/home/matt/src/sdo-0.6.0/SDO_DAS_XML_Document.cpp: In function `
   zend_object_value sdo_das_xml_document_object_create(zend_class_entry*)':
/home/matt/src/sdo-0.6.0/SDO_DAS_XML_Document.cpp:120: error: 'struct
   zend_object' has no member named 'in_get'
/home/matt/src/sdo-0.6.0/SDO_DAS_XML_Document.cpp:121: error: 'struct
   zend_object' has no member named 'in_set'
make: *** [SDO_DAS_XML_Document.lo] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-18 07:03 UTC] cem@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

Fixed in CVS. Will be in the next package release.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 10:01:29 2024 UTC