diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-08-23 13:18:39 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-08-23 13:18:39 +0000 |
commit | def51b4547b6cf79572d0fce1ed873b8d6dc305d (patch) | |
tree | 8cd295e39d0117a9f905d936a320afc56d12a4b3 /lang/php5/files/patch-sapi::apache::mod_php5.c | |
parent | Add <modified> date for previous commit. (diff) |
Update to 5.0.1 release:
- GD GIF output support is now enabled by default
Notes
Notes:
svn path=/head/; revision=117123
Diffstat (limited to 'lang/php5/files/patch-sapi::apache::mod_php5.c')
-rw-r--r-- | lang/php5/files/patch-sapi::apache::mod_php5.c | 11 |
1 files changed, 0 insertions, 11 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); |