Browse Source

Can't believe it hasn't been done yet.

PHP-4.0.5
Andrei Zmievski 27 years ago
parent
commit
ae11f08d69
  1. 5
      ext/standard/url.h

5
ext/standard/url.h

@ -28,6 +28,9 @@
*/
/* $Id$ */
#ifndef _URL_H
#define _URL_H
typedef struct url {
char *scheme;
char *user;
@ -52,6 +55,8 @@ PHP_FUNCTION(urldecode);
PHP_FUNCTION(rawurlencode);
PHP_FUNCTION(rawurldecode);
#endif /* _URL_H */
/*
* Local variables:
* tab-width: 4

Loading…
Cancel
Save