Posted by Andy Hassall on 12/18/06 22:04
On 18 Dec 2006 00:45:05 -0800, "howa" <howachen@gmail.com> wrote:
>in the php.ini
>
>why sometimes need:
>
>extension=php_memcache.dll
>
>but sometimes need:
>
>zend_extension_ts=php_xdebug.dll
>
>what are the difference?
I haven't found a decent reference for the details, but I think that in broad
terms extensions loaded via "zend_extension" have much more access to the
internal details of PHP that normal extensions don't have. Usually
zend_extension is used only by debuggers or similar things that need very
low-level access to PHP.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|