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:
a8b478a
)
php_url changed to zend_string*
author
Michael Wallner
<mike@php.net>
Thu, 28 Feb 2019 09:14:16 +0000
(10:14 +0100)
committer
Michael Wallner
<mike@php.net>
Thu, 28 Feb 2019 09:14:16 +0000
(10:14 +0100)
src/php_http_url.h
patch
|
blob
|
history
diff --git
a/src/php_http_url.h
b/src/php_http_url.h
index 6d4b09d47fc782dc58dde813a2482a042d549ef1..eead59a88f82f495793d2566f27353e963afe4b5 100644
(file)
--- a/
src/php_http_url.h
+++ b/
src/php_http_url.h
@@
-62,7
+62,6
@@
#define PHP_HTTP_URL_STDFLAGS 0x00332003
typedef struct php_http_url {
- /* compatible to php_url, but do not use php_url_free() */
char *scheme;
char *user;
char *pass;