diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-09 00:02:46 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-09 00:02:46 +0000 |
commit | 3987f0a4847089876d6de3b67730f1dd52e99c91 (patch) | |
tree | 0fbc83e568c2fb74467759ee5265da074b61ea0a /dev-php | |
parent | bug #59755. (Manifest recommit) (diff) | |
download | gentoo-2-3987f0a4847089876d6de3b67730f1dd52e99c91.tar.gz gentoo-2-3987f0a4847089876d6de3b67730f1dd52e99c91.tar.bz2 gentoo-2-3987f0a4847089876d6de3b67730f1dd52e99c91.zip |
CVS keyword expansion bites again.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/files/php-5.0.0-httpauthfix.patch | 9 | ||||
-rw-r--r-- | dev-php/php/files/php-5.0.0-httpauthfix.patch | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-php/mod_php/files/php-5.0.0-httpauthfix.patch b/dev-php/mod_php/files/php-5.0.0-httpauthfix.patch index f608ec317fa1..7b3687c72aff 100644 --- a/dev-php/mod_php/files/php-5.0.0-httpauthfix.patch +++ b/dev-php/mod_php/files/php-5.0.0-httpauthfix.patch @@ -1,14 +1,5 @@ --- php-5.0.0/sapi/apache/mod_php5.c 2004-07-10 09:46:09.000000000 +0200 +++ php-5.0.0.1/sapi/apache/mod_php5.c 2004-08-08 11:32:52.824203512 +0200 -@@ -17,7 +17,7 @@ - | PHP 4.0 patches by Zeev Suraski <zeev@zend.com> | - +----------------------------------------------------------------------+ - */ --/* $Id: php-5.0.0-httpauthfix.patch,v 1.1 2004/08/08 23:56:18 robbat2 Exp $ */ -+/* $Id: php-5.0.0-httpauthfix.patch,v 1.1 2004/08/08 23:56:18 robbat2 Exp $ */ - - #include "php_apache_http.h" - #include "http_conf_globals.h" @@ -485,7 +485,7 @@ tmp = uudecode(r->pool, authorization); SG(request_info).auth_user = NULL; diff --git a/dev-php/php/files/php-5.0.0-httpauthfix.patch b/dev-php/php/files/php-5.0.0-httpauthfix.patch index 6a59e2022980..7b3687c72aff 100644 --- a/dev-php/php/files/php-5.0.0-httpauthfix.patch +++ b/dev-php/php/files/php-5.0.0-httpauthfix.patch @@ -1,14 +1,5 @@ --- php-5.0.0/sapi/apache/mod_php5.c 2004-07-10 09:46:09.000000000 +0200 +++ php-5.0.0.1/sapi/apache/mod_php5.c 2004-08-08 11:32:52.824203512 +0200 -@@ -17,7 +17,7 @@ - | PHP 4.0 patches by Zeev Suraski <zeev@zend.com> | - +----------------------------------------------------------------------+ - */ --/* $Id: php-5.0.0-httpauthfix.patch,v 1.1 2004/08/08 23:54:06 robbat2 Exp $ */ -+/* $Id: php-5.0.0-httpauthfix.patch,v 1.1 2004/08/08 23:54:06 robbat2 Exp $ */ - - #include "php_apache_http.h" - #include "http_conf_globals.h" @@ -485,7 +485,7 @@ tmp = uudecode(r->pool, authorization); SG(request_info).auth_user = NULL; |