php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56514 undefined symbol: _zval_ptr_dtor
Submitted: 2005-08-28 13:36 UTC Modified: 2013-02-18 00:35 UTC
Votes:10
Avg. Score:4.3 ± 0.9
Reproduced:10 of 10 (100.0%)
Same Version:1 (10.0%)
Same OS:3 (30.0%)
From: emiel at emielmols dot info Assigned:
Status: No Feedback Package: runkit (PECL)
PHP Version: 5_1 CVS-2005-08-28 (dev) OS: Linux 2.6
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: emiel at emielmols dot info
New email:
PHP Version: OS:

 

 [2005-08-28 13:36 UTC] emiel at emielmols dot info
Description:
------------
Any PHP-5.1 (cvs) version with any (cvs) version of runkit-0.4 throws this undefined symbol error on loading of the module (either via php.ini or using the dl() function). Compiling of runkit:
http://public.emielmols.info/runkit.log
Configure log: http://public.emielmols.info/runkit_c.log


Reproduce code:
---------------
<?php
    dl("runkit.so");
?>
(or extension=runkit.so line in php.ini)

Expected result:
----------------
Loading of module.

Actual result:
--------------
Module doesn't load. Error:
PHP Warning:  PHP Startup: Unable to load dynamic library '/projects/emielmols.info/cms/misc/runkit.so' - /projects/emielmols.info/cms/misc/runkit.so: undefined symbol: _zval_ptr_dtor in Unknown on line 0


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-28 13:39 UTC] emiel at emielmols dot info
BTW: It does work with the CLI version, but not with the SAPI module.
 [2005-10-23 10:49 UTC] mike@php.net
Please try the latest package/PHP version and report back if you're still experiencing this issue.
 [2006-02-20 07:45 UTC] rjs at pdflib dot com
Users of the pdflib extension reported a similar problem (using PHP 5.1.2).

After some testing it showed up that this only happens if one uses --enable-versioning when building PHP. Such a php seems to have problems with loading extensions.
 [2006-05-01 16:07 UTC] jamesd at apptechsys dot com
Currently in runkit 0.7 with php-5.1.2, this still happens.
 [2007-01-04 16:46 UTC] allan dot jardine at sprypanel dot com
This bug is still present in PHP 5.1.6 and 5.2.
 [2013-02-18 00:35 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 12:01:27 2024 UTC