Is it possible to use dbg.so-5.1.2 for PHP 5.2 installation? I made everything as described (copied dbg.so-5.1.2 in extension directory a changed php.ini) but phpinfo.php does not shows nothing similar to dbg. Other extensions are loaded.
Than I tried to compile dbg for PHP 5.2
"configure" runs well but at the end shows
checking whether stripping libraries is possible... yes
./configure: line 11717: ./build/shtool: Permission denied
./configure: line 11733: ./build/shtool: Permission denied
creating ./config.status
creating config.h
|
Than "make" produce at the end:
/home/marek/php_debug/dbg-2.13.1/dbg_ser.c: In function 'serialize_hash':
/home/marek/php_debug/dbg-2.13.1/dbg_ser.c:72: warning: passing argument 2 of 'zend_unmangle_property_name' makes integer from pointer without a cast
/home/marek/php_debug/dbg-2.13.1/dbg_ser.c:72: error: too few arguments to function 'zend_unmangle_property_name'
make: *** [dbg_ser.lo] Error 1
|