|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2009-09-02 19:47 UTC] izaakschroeder at aelatis dot com
  [2013-07-18 02:16 UTC] pollita@php.net
 
-Status:      Open
+Status:      Closed
-Assigned To:
+Assigned To: pollita
  [2013-07-18 02:16 UTC] pollita@php.net
  [2024-04-18 09:10 UTC] bareeq2jeddah at gmail dot com
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 12:00:01 2025 UTC | 
Description: ------------ running against php v5.3 an error of symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-20090626/operator.so: undefined symbol: ZVAL_ADDREF Reproduce code: --------------- To correct this I changed line 51 to Z_ADDREF_P(op1); //ZVAL_ADDREF(op1); Z_ADDREF_P(op1);