Hi All,
Is there a difference between Zend Extension and PHP
Extensions
In php.ini
For Mysql we have
extension=mysql .so
But for XDEBUG we have
zend_extension = /usr/lib/php4/20020429/xdebug.so
So what is the difference between these ?
Thanks in Advance
Moses
Is there a difference between Zend Extension and PHP
Extensions
In php.ini
For Mysql we have
extension=mysql .so
But for XDEBUG we have
zend_extension = /usr/lib/php4/20020429/xdebug.so
So what is the difference between these ?
Thanks in Advance
Moses
Comment