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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 - 1 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 08:01:28 2024 UTC