| Anonymous | Login | Signup for a new account | 2013-05-25 09:52 BST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0000783 | Xdebug | Installation | public | 2012-02-28 20:33 | 2012-04-28 00:51 | |||
| Reporter | capitan obvious | |||||||
| Assigned To | derick | |||||||
| Priority | normal | Severity | major | Reproducibility | always | |||
| Status | resolved | Resolution | unable to reproduce | |||||
| Platform | x86_64 | OS | Ubuntu | OS Version | 11.10 | |||
| Product Version | 2.2dev | |||||||
| Target Version | Fixed in Version | |||||||
| Summary | 0000783: Cannot run with PHP v5.4RC8: undefined symbol: output_globals_id | |||||||
| Description | While starting php I get next error: $ php -v Failed loading /usr/lib/extensions/no-debug-zts-20090626/xdebug.so: /usr/lib/extensions/no-debug-zts-20090626/xdebug.so: undefined symbol: output_globals_id PHP 5.4.0RC8 (cli) (built: Feb 27 2012 22:56:20) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies (the same error while runnin as apache module) | |||||||
| Steps To Reproduce | run `php -v` | |||||||
| Additional Information | I have compiled php 5.4rc8 with next configuration: './configure' '--prefix=/usr' '--enable-zip' '--with-apxs2=/usr/bin/apxs2' '--enable-sockets' '--enable-shmop' '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' '--enable-pcntl' '--enable-shared=all' '--with-mysql' '--with-mysqli' '--with-mcrypt' '--enable-mbstring' '--enable-intl' '--with-gd' '--with-curl' '--with-zlib' '--with-openssl' '--with-regex' '--enable-fpm' '--with-config-file-path=/etc/php5' '--with-config-file-scan-dir=/etc/php5/conf.d' And compiled xdebug from master git './configure' '--enable-xdebug' '--prefix=/usr' '--with-php-config=/usr/local/bin/php-config' and included in php.ini as zend_extension | |||||||
| Tags | No tags attached. | |||||||
| Operating System | ||||||||
| PHP Version | 5.4-dev | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0001978) derick (administrator) 2012-03-12 16:51 |
This error demonstrates that you use a non-ZTS version of the extension with a ZTS version of PHP, or something. Or perhaps your headers don't match your installed PHP version. Please refer to: http://xdebug.org/find-binary.php [^] If that doesn't help, please provide the output of phpize and ./configure (for xdebug) |
|
(0002105) derick (administrator) 2012-04-28 00:51 |
And no feedback provided. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-02-28 20:33 | capitan obvious | New Issue | |
| 2012-03-12 16:51 | derick | Note Added: 0001978 | |
| 2012-03-12 16:51 | derick | Assigned To | => derick |
| 2012-03-12 16:51 | derick | Status | new => feedback |
| 2012-04-28 00:51 | derick | Note Added: 0002105 | |
| 2012-04-28 00:51 | derick | Status | feedback => resolved |
| 2012-04-28 00:51 | derick | Resolution | open => unable to reproduce |
| Copyright © 2000 - 2011 MantisBT Group |