Hello !
I compiled PHP with the mysql external support but I had
a "mysql ran out of memory" error perfoming a big query.
As I didn't find a way to extend the mysql client cache
(if you have a solution don't hesitate...) I decided to compile
PHP again this time with the mysql built-in support.
Hello !
I compiled PHP 4.0.6 with the --enable-debug option but the
function debugger_on() is not defined !
Is there another option to set ?
>From phpinfo() :
- Configure command :
./configure [...] '--enable-debug'
- ZEND_DEBUG : enabled
I set these in php.ini :
debugger.port = 1400
debugger.e