|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? 1999, Version 4.0 Beta 3
+- Add versioning support for shared library (Sascha)
- Added second parameter to array_keys which specifies search value
for which the key should be returned (Andrey)
- Resourcified Informix driver (Danny)
AC_MSG_RESULT(no)
])
+AC_MSG_CHECKING(whether to enable versioning)
+AC_ARG_ENABLE(versioning,
+[ --enable-versioning],
+[
+ if test "$enableval" = "yes" ; then
+ RPATHS="-Wl,--version-script=\$(srcdir)/php.map $RPATHS"
+ fi
+])
APACHE_INSTALL_FILES="$srcdir/mod_php4.* libphp4.module"