* Update 5.2.3 > 5.2.4
 * Minor Makefile cleanups
 * Refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8572 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
olli
2007-09-02 10:57:31 +00:00
parent 968262adb1
commit f99eeb71bc
4 changed files with 117 additions and 120 deletions

View File

@ -1,7 +1,7 @@
Index: php-5.2.3/ext/posix/posix.c
Index: php-5.2.4/ext/posix/posix.c
===================================================================
--- php-5.2.3.orig/ext/posix/posix.c 2007-07-30 10:52:16.000000000 -0500
+++ php-5.2.3/ext/posix/posix.c 2007-07-30 10:52:17.000000000 -0500
--- php-5.2.4.orig/ext/posix/posix.c 2007-09-02 12:24:45.000000000 +0200
+++ php-5.2.4/ext/posix/posix.c 2007-09-02 12:24:45.000000000 +0200
@@ -468,7 +468,7 @@
add_assoc_string(return_value, "version", u.version, 1);
add_assoc_string(return_value, "machine", u.machine, 1);