extension='ext.so' zend_extension='/usr/lib/php4/ext.so' zend_extension_ts='/usr/lib/php4/ext.so'
What are the differences?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
extension is used to load a user module that adds functionality into the language, such as database access, image manipulation. zend_extension and zend_extension_ts are used to load a module that extends the underlying PHP engine. One such example would be xdebug, an extension that allows you to debug your PHP applications. zend_extension_ts is for ZTS enabled PHP installations. To see if you have a ZTS build get the output from: