ID:               34346
 Updated by:       [EMAIL PROTECTED]
 Reported By:      emiel at emielmols dot info
-Status:           Open
+Status:           Bogus
 Bug Type:         Apache2 related
 Operating System: Linux 2.6
 PHP Version:      5.1.0RC1
 New Comment:

It just means that your installed php extension build environment is
out-dated and not compatible with 5.1..



Previous Comments:
------------------------------------------------------------------------

[2005-09-02 16:54:58] emiel at emielmols dot info

Description:
------------
When using php extensions with php in sapi mode, the extensions fail to
load because of 'missing symbols'. While PHP5.0 works perfectly fine,
about 10 different 5.1 versions i've tried don't. I've only tested this
with the runkit extension, but I'm quite certain it's a php bug. The CLI
version of php5.1 doesn't give any error either.

Steps used to compile the extension:
http://public.emielmols.info/runkit.log
Debug log: http://public.emielmols.info/runkit_c.log

PHPInfo: http://public.emielmols.info/phpinfo.php

Using apache2.

Reproduce code:
---------------
<?php
    dl("runkit.so");
?>
(using extension loading in php.ini makes no difference)

Expected result:
----------------
Loading of the module

Actual result:
--------------
Error message (when loading from ini):
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



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34346&edit=1

Reply via email to