php_url changed to zend_string*
authorMichael Wallner <mike@php.net>
Thu, 28 Feb 2019 09:14:16 +0000 (10:14 +0100)
committerMichael Wallner <mike@php.net>
Thu, 28 Feb 2019 09:14:16 +0000 (10:14 +0100)
src/php_http_url.h

index 6d4b09d47fc782dc58dde813a2482a042d549ef1..eead59a88f82f495793d2566f27353e963afe4b5 100644 (file)
@@ -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;