Browse Source

MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)

experimental/5.3-FPM
Jani Taskinen 17 years ago
parent
commit
d0ef930190
  1. 1
      scripts/phpize.m4

1
scripts/phpize.m4

@ -77,6 +77,7 @@ php_debug_is_enabled
],[
PHP_DEBUG=no
])
CPPFLAGS=$old_CPPFLAGS
AC_MSG_RESULT([$PHP_DEBUG])
AC_MSG_CHECKING([if zts is enabled])

Loading…
Cancel
Save