Is there a difference between Zend Extension and PHP Extensions
am 31.03.2008 17:49:12 von mosesdinakaranHi 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