|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
01 Apr 2004, Version 4.3.6RC1
- Synchronized bundled GD library with GD 2.0.22. (Ilia)
+- Fixed bug #27849 (configure craps out on trivial syntax error). (Derick)
- Fixed bug #27822 (is_resource() returns TRUE for closed resources). (Derick)
- Fixed bug #27819 (problems returning reference to a reference parameter).
(Ilia)
PHP_ADD_BUILD_DIR([$ext_builddir/$dir])
done
- if test "$ext_shared" = "no" || ! test -e "$ext_builddir/config.h.in"; then
+ if test "$ext_shared" = "no" -o ! -e "$ext_builddir/config.h.in"; then
out="php_config.h"
else
out="$abs_builddir/config.h"