projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
d02141d
)
- fix build with PHP < 4.3.10
author
Michael Wallner
<mike@php.net>
Tue, 17 Oct 2006 19:17:46 +0000
(19:17 +0000)
committer
Michael Wallner
<mike@php.net>
Tue, 17 Oct 2006 19:17:46 +0000
(19:17 +0000)
http_functions.c
patch
|
blob
|
history
diff --git
a/http_functions.c
b/http_functions.c
index eb63337194cdb88604e111ff36a4b2c611c27204..b89d7fcefe55e24f1da54015994432f2053efaa2 100644
(file)
--- a/
http_functions.c
+++ b/
http_functions.c
@@
-62,6
+62,10
@@
PHP_FUNCTION(http_date)
}
/* }}} */
+#if PHP_MAJOR_VERSION == 4 && PHP_MINOR_VERSION == 3 && PHP_PHP_RELEASE_VERSION < 10
+# define php_url_parse_ex(u, l) php_url_parse(u)
+#endif
+
/* {{{ proto string http_build_url([mixed url[, mixed parts[, int flags = HTTP_URL_REPLACE[, array &new_url]]]])
*
* Build an URL.