Skip to content

Commit

Permalink
Fixed bug #27732 (Fixed compilation bug inside php_sab_info.h).
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Alshanetsky committed Mar 29, 2004
1 parent 7e941ee commit 1af4d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
@@ -1,6 +1,7 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, Version 4.3.6
- Fixed bug #27732 (Fixed compilation bug inside php_sab_info.h). (Ilia)
- Fixed bug #27719 (mktime issues on and around DST changeover). (Rasmus)
- Fixed bug #27717 (Test Failures when compiled on 64-bit mode). (Ard, Derick)
- Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type
Expand Down
2 changes: 1 addition & 1 deletion ext/xslt/config.m4
Expand Up @@ -67,7 +67,7 @@ if test "$PHP_XSLT" != "no"; then
SABINF_CFLAGS=`$XSLT_DIR/bin/sablot-config --cflags`
SABINF_LIBS=`$XSLT_DIR/bin/sablot-config --libs`
SABINF_PREFIX=`$XSLT_DIR/bin/sablot-config --prefix`
SABINF_ALL="\"Cflags: $SABINF_CFLAGS\nLibs: $SABINF_LIBS\nPrefix: $SABINF_PREFIX\""
SABINF_ALL="\"Cflags: $SABINF_CFLAGS Libs: $SABINF_LIBS Prefix: $SABINF_PREFIX\""
PHP_DEFINE(SAB_INFO, "$SABINF_ALL")
else
AC_MSG_RESULT(not found)
Expand Down

0 comments on commit 1af4d77

Please sign in to comment.