php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68831 "undefined symbol: executor_globals_id" in apache logs
Submitted: 2015-01-14 12:26 UTC Modified: 2015-08-23 04:22 UTC
Votes:4
Avg. Score:5.0 ± 0.0
Reproduced:4 of 4 (100.0%)
Same Version:3 (75.0%)
Same OS:0 (0.0%)
From: pecl at flight dot us Assigned: cmb (profile)
Status: No Feedback Package: perl (PECL)
PHP Version: 5.4.36 OS: Ubuntu 14.04.01 LTS
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
49 - 41 = ?
Subscribe to this entry?

 
 [2015-01-14 12:26 UTC] pecl at flight dot us
Description:
------------
My PHP version is actually 5.5.9-1ubuntu4.5 (- and that's not one of the options above; and it forces me to select something... so I selected the closest earlier version listed)

The extension (version 1.0.1) seems to build and install fine, locally, but then doesn't load, Apache error.log says:

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/perl.so' - /usr/local/lib/php/extensions/no-debug-zts-20060613/perl.so: undefined symbol: executor_globals_id in Unknown on line 0


Test script:
---------------
Any implementation of "$perl=new Perl;" triggers a "PHP Fatal error:  Class 'Perl' not found" error, since the extension doesn't load in the first place, when I restart Apache.


Expected result:
----------------
wanna load it! 

thanks!



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-08-11 18:50 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2015-08-11 18:50 UTC] cmb@php.net
It seems your PHP version is built without thread-safety (check
PHP info). You have compiled the perl extension with thread-safety
(ZTS). Obviously, that doesn't play together.
 [2015-08-23 04:22 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 "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 06:01:30 2024 UTC