php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58420 undefined symbol: _zval_ptr_dtor_wrapper
Submitted: 2008-11-21 03:12 UTC Modified: 2008-11-22 14:47 UTC
From: philip@php.net Assigned:
Status: Closed Package: oauth (PECL)
PHP Version: 5_3 CVS-2008-11-21 (dev) OS: ubuntu 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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: philip@php.net
New email:
PHP Version: OS:

 

 [2008-11-21 03:12 UTC] philip@php.net
Description:
------------
After compiling:

$ pecl install oauth-beta

It compiles, however, upon use:

$ php -v

PHP Warning:  PHP Startup: Unable to load dynamic library '/home/user/php/lib/php/extensions/debug-non-zts-20071006/oauth.so' - /home/user/php/lib/php/extensions/debug-non-zts-20071006/oauth.so: undefined symbol: _zval_ptr_dtor_wrapper in Unknown on line 0

PHP 5.3.0alpha2 (cli) (built: Nov 15 2008 17:14:30)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2008 Zend Technologies

And yes, you guessed it, PHP was compiled with debug mode enabled:

'./configure'  '--with-apxs2=/usr/bin/apxs2' '--prefix=/home/user/php' '--enable-debug' '--with-curl'




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-22 14:47 UTC] philip at roshambo dot org
Works fine with latest 5_3 snap... closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC