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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Fri Apr 19 01:01:28 2024 UTC