mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- MFH: Get rid of the four different versions of zend_extension* and only use
zend_extension. Because of the API identifier change in PHP 5.3 you also get a proper warning message now. #- [DOC]
This commit is contained in:
parent
aedaf1aea9
commit
d29d24427f
4 changed files with 4 additions and 31 deletions
|
@ -96,15 +96,7 @@ CPPFLAGS=$old_CPPFLAGS
|
|||
AC_MSG_RESULT([$PHP_DEBUG])
|
||||
|
||||
dnl Support for building and testing Zend extensions
|
||||
if test "$PHP_DEBUG" = "yes" && test "$PHP_THREAD_SAFETY" = "yes; then
|
||||
ZEND_EXT_TYPE="zend_extension_debug_ts"
|
||||
elif test "$PHP_DEBUG" = "yes"; then
|
||||
ZEND_EXT_TYPE="zend_extension_debug"
|
||||
elif test "$PHP_THREAD_SAFETY" = "yes; then
|
||||
ZEND_EXT_TYPE="zend_extension_ts"
|
||||
else
|
||||
ZEND_EXT_TYPE="zend_extension"
|
||||
fi
|
||||
ZEND_EXT_TYPE="zend_extension"
|
||||
PHP_SUBST(ZEND_EXT_TYPE)
|
||||
|
||||
dnl Discard optimization flags when debugging is enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue