diff options
author | Juergen Daubert <jue@jue.li> | 2007-02-09 14:02:13 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2007-02-09 14:02:13 +0100 |
commit | a87d8ac1e752c1f008546fd6dfb83153eb29ca2d (patch) | |
tree | d6945df8333c5e43774846f683d761267c6d5de5 /mod_php/php-5.2.0.patch | |
parent | d3cfdf9876115f113efd76f0e958fa19d16dd8df (diff) | |
download | opt-a87d8ac1e752c1f008546fd6dfb83153eb29ca2d.tar.gz opt-a87d8ac1e752c1f008546fd6dfb83153eb29ca2d.tar.xz |
[notify] mod_php: update to 5.2.1
see http://www.php.net/releases/5_2_1.php
Diffstat (limited to 'mod_php/php-5.2.0.patch')
-rw-r--r-- | mod_php/php-5.2.0.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mod_php/php-5.2.0.patch b/mod_php/php-5.2.0.patch deleted file mode 100644 index 3b1fec4eb..000000000 --- a/mod_php/php-5.2.0.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru php-5.2.0.orig/configure php-5.2.0/configure ---- php-5.2.0.orig/configure 2006-11-03 19:26:01.000000000 +0100 -+++ php-5.2.0/configure 2006-11-03 19:41:16.000000000 +0100 -@@ -32679,7 +32679,7 @@ - - - -- for header_file in $ext_srcdir/php_filter.h; do -+ for header_file in ext/filter/php_filter.h; do - - - unique=`echo $header_file|$SED 's/[^a-zA-Z0-9]/_/g'` |