- Added length and charsetnr for field array and object in mysqli. (Georg)
- Changed foreach() to throw an exception if IteratorAggregate::getIterator()
does not return an Iterator. (Marcus)
-- 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 a bug in mysqli_stmt_execute() (type conversion with NULL values). (Georg)
- Fixed bug #31651 (ReflectionClass::getDefaultProperties segfaults with arrays).
(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
}