Couldn't find anyone asking this, so I will. Ive been having problems getting the dbg module to load on OSX 10.5. Here are the pertanent parts of the phpinfo:
'./configure' '--disable-dependency-tracking' '--prefix=/usr/local/php5'
'--with-apxs2=/usr/sbin/apxs' '--with-config-file-scan-dir=/usr/local/php5/php.d'
'--with-openssl=/usr' '--with-zlib=/usr' '--with-zlib-dir=/usr' '--with-gd' '--with-ldap'
'--with-xmlrpc' '--enable-exif' '--enable-soap' '--enable-sqlite-utf8' '--enable-wddx'
'--enable-ftp' '--enable-sockets' '--with-bz2=/usr' '--enable-zip' '--enable-pcntl'
'--enable-shmop' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-memory-limit'
'--enable-mbstring' '--enable-bcmath' '--enable-calendar' '--with-ming=shared,/usr/local/php5'
'--with-mssql=shared,/usr/local/php5' '--with-mhash=shared,/usr/local/php5' '--enable-memcache'
'--with-imap=../imap-2007' '--with-kerberos=/usr' '--with-imap-ssl=/usr'
'--with-libxml-dir=shared,/usr/local/php5' '--with-xsl=shared,/usr/local/php5'
'--with-gettext=/usr/local/php5' '--with-curl=shared,/usr/local/php5'
'--with-png-dir=/usr/local/php5' '--with-jpeg-dir=/usr/local/php5' '--enable-gd-native-ttf'
'--with-freetype-dir=/usr/local/php5' '--with-mysql=shared,/usr/local/php5'
'--with-mysqli=shared,/usr/local/php5/bin/mysql_config' '--with-pdo-mysql=shared,/usr/local/php5'
'--with-pgsql=shared,/usr/local/php5' '--with-pdo-pgsql=shared,/usr/local/php5'
'--with-mcrypt=shared,/usr/local/php5'
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /usr/local/php5/lib
Loaded Configuration File /usr/local/php5/lib/php.ini
Scan this dir for additional .ini files /usr/local/php5/php.d
additional .ini files parsed /usr/local/php5/php.d/10-extension_dir.ini, /usr/local/php5/php.d/50-extension-curl.ini, /usr/local/php5/php.d/50-extension-mcrypt.ini, /usr/local/php5/php.d/50-extension-mhash.ini, /usr/local/php5/php.d/50-extension-ming.ini, /usr/local/php5/php.d/50-extension-mssql.ini, /usr/local/php5/php.d/50-extension-mysql.ini, /usr/local/php5/php.d/50-extension-mysqli.ini, /usr/local/php5/php.d/50-extension-pdo_mysql.ini, /usr/local/php5/php.d/50-extension-pdo_pgsql.ini, /usr/local/php5/php.d/50-extension-pgsql.ini, /usr/local/php5/php.d/50-extension-xsl.ini
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety disabled |
Using the wizard, I put the following into my php.ini file:
zend_extension=/usr/local/php5/lib/php/extensions/no-debug-non-zts-20060613/dbg.so-5.2.x
[debugger]
debugger.hosts_allow= 10.10.10.* localhost
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16
zend_extension = /usr/local/ioncube/ioncube_loader_dar_5.2.so |
Just doesn't load at all.
Could this be a 32bit/64bit issue? My Apache runs as 64bit of course.
A few other pieces of info -
Apache:
Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7l DAV/2 PHP/5.2.5 |
I'm using the very popular package by Marc Liyange:
PHP Version 5.2.5
www.entropy.ch Release 6
Universal Binary i386/x86_64/ppc7400/ppc64 - this machine runs: x86_64 |