edink Fri Oct 22 06:46:07 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src NEWS configure.in
Log:
Revert Linux LFS patch
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.744&r2=1.1247.2.745&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.744 php-src/NEWS:1.1247.2.745
--- php-src/NEWS:1.1247.2.744 Thu Oct 21 20:00:41 2004
+++ php-src/NEWS Fri Oct 22 06:46:06 2004
@@ -19,7 +19,6 @@
(cfield at affinitysolutions dot com)
- Fixed bug #29805 (HTTP Authentication Issues). (Uwe Schindler)
- Fixed bug #28325 (Circular references not properly serialised). (Moriyoshi)
-- Fixed bug #27792 (Enabled large file support on Linux). (Edin)
- Fixed bug #27469 (serialize() objects of incomplete class). (Dmitry)
22 Sep 2004, Version 4.3.9
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.130&r2=1.396.2.131&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.130 php-src/configure.in:1.396.2.131
--- php-src/configure.in:1.396.2.130 Thu Oct 21 19:47:59 2004
+++ php-src/configure.in Fri Oct 22 06:46:07 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.130 2004/10/21 23:47:59 edink Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.131 2004/10/22 10:46:07 edink Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -196,13 +196,6 @@
LIBS="$LIBS -lbe -lroot";;
*mips*)
CPPFLAGS="$CPPFLAGS -D_XPG_IV";;
-*linux*)
- AC_MSG_CHECKING([for Linux LFS_CFLAGS])
- LFS_LINUX_CFLAGS=`getconf LFS_CFLAGS`
- if test "x$LFS_LINUX_CFLAGS" != "x"; then
- CFLAGS="$CFLAGS $LFS_LINUX_CFLAGS"
- fi
- AC_MSG_RESULT([$LFS_LINUX_CFLAGS])
esac
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php