I’m thinking of installing zend server on my centos. However, I just installed lamp on my centos and compiled everything (rather than using yum).
1) I’m just wondering if I install the Zend Server than will it completely disable and mess up my recent complied LAMP install?
2) Will I be able to “switch” between my compiled [...]
Just a few questions regarding php 5.3, php.ini and zend debugger.
1) I’m about to install the zenddebugger.so on my centos 5.3 with php 5.3. Where do I install it? What folder location?
I ended up installing the ZendDebugger.so at /usr/local/lib/php/extensions/
I added this to my php.ini file at the end of the file:
zend_extension=”/usr/local/lib/php/extensions/ZendDebugger.so”
zend_debugger.allow_hosts=127.0.0.1,192.168.1.106,96.49.230.250
zend_debugger.expose_remotely=always
2) I compiled php 5.3 [...]
I’m just wondering if anyone has successfully installed zendebugger with php 5.3. I downloaded the zenddebugger for my centos 5 (64-bit) here:
http://downloads.zend.com/pdt/server-debugger/
I downloaded the last link on the list. The only problem is that the unpacked only goes up to 5.2.x and there doesn’t seem to be a 5.3.x ZendDebugger.so module.
I followed all the readme [...]