summaryrefslogtreecommitdiff
path: root/lang/php5/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php5/files')
-rw-r--r--lang/php5/files/patch-sapi::apache::mod_php5.c11
-rw-r--r--lang/php5/files/patch-scripts::phpize.in16
2 files changed, 13 insertions, 14 deletions
diff --git a/lang/php5/files/patch-sapi::apache::mod_php5.c b/lang/php5/files/patch-sapi::apache::mod_php5.c
deleted file mode 100644
index 6bdc5bcd5601..000000000000
--- a/lang/php5/files/patch-sapi::apache::mod_php5.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sapi/apache/mod_php5.c.orig Thu Jul 15 09:29:05 2004
-+++ sapi/apache/mod_php5.c Thu Jul 15 09:30:01 2004
-@@ -485,7 +485,7 @@
- tmp = uudecode(r->pool, authorization);
- SG(request_info).auth_user = NULL;
- tmp_user = getword_nulls_nc(r->pool, &tmp, ':');
-- if (SG(request_info).auth_user) {
-+ if (tmp_user) {
- r->connection->user = pstrdup(r->connection->pool, tmp_user);
- r->connection->ap_auth_type = "Basic";
- SG(request_info).auth_user = estrdup(tmp_user);
diff --git a/lang/php5/files/patch-scripts::phpize.in b/lang/php5/files/patch-scripts::phpize.in
index 489f17a40c11..b75de61d6abf 100644
--- a/lang/php5/files/patch-scripts::phpize.in
+++ b/lang/php5/files/patch-scripts::phpize.in
@@ -1,6 +1,16 @@
---- scripts/phpize.in.orig Sat Jan 3 15:03:46 2004
-+++ scripts/phpize.in Fri Jun 25 12:58:49 2004
-@@ -108,7 +108,7 @@
+--- scripts/phpize.in.orig Mon Aug 23 14:25:48 2004
++++ scripts/phpize.in Mon Aug 23 14:26:41 2004
+@@ -101,14 +101,14 @@
+
+ phpize_autotools()
+ {
+- aclocal || exit 1
+- autoconf || exit 1
+- autoheader || exit 1
++ aclocal15 || exit 1
++ autoconf253 || exit 1
++ autoheader253 || exit 1
+ }
phpize_libtoolize()
{