edink Fri Oct 22 06:47:35 2004 EDT
Modified files: (Branch: PHP_5_0)
/php-src configure.in NEWS
Log:
Revert Linux LFS patch
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.12&r2=1.514.2.13&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.12 php-src/configure.in:1.514.2.13
--- php-src/configure.in:1.514.2.12 Thu Oct 21 19:57:37 2004
+++ php-src/configure.in Fri Oct 22 06:47:35 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.12 2004/10/21 23:57:37 edink Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.13 2004/10/22 10:47:35 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
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.105&r2=1.1760.2.106&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.105 php-src/NEWS:1.1760.2.106
--- php-src/NEWS:1.1760.2.105 Thu Oct 21 20:03:17 2004
+++ php-src/NEWS Fri Oct 22 06:47:35 2004
@@ -31,7 +31,6 @@
characters). (Moriyoshi)
- Fixed bug #27798 (private / protected variables not exposed by
get_object_vars() inside class). (Marcus)
-- Fixed bug #27792 (Enabled large file support on Linux). (Edin)
- Fixed bug #27183 (Userland stream wrapper segfaults on stream_write).
(Christian)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php