|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, Version 4.3.11
- Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
-- Changed phpize not to require automake and libtool. (Jani)
+- Changed phpize not to require libtool. (Jani)
- Fixed build system to always use bundled libtool files. (Jani)
- Fixed MacOSX shared extensions crashing on Apache startup. (Rasmus)
- Fixed bug #31623 (OCILogin does not support password grace period).
(cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
(cd "$phpdir" && cp $FILES "$builddir")
+ (cd "$builddir" && cat ./build/libtool.m4 >> acinclude.m4)
}
phpize_replace_prefix()
phpize_autotools()
{
- cat acinclude.m4 ./build/libtool.m4 > aclocal.m4 || exit 1
+ aclocal || exit 1
autoconf || exit 1
autoheader || exit 1
}