History log of /PHP-7.3/ext/standard/url.c (Results 176 – 200 of 216)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 66d94bc6 11-Jul-2001 Zeev Suraski

Nuke zval_reset


# d70ce7be 11-Jul-2001 Zeev Suraski

var_reset -> ZVAL_RESET


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4
# 615cf785 19-Jun-2001 Sebastian Bergmann

Fix crash bug in urlencode().


# 1093ed17 13-Jun-2001 Zeev Suraski

Clean-up
Remove a lot of 100% redundent code


# c6b4e558 11-Jun-2001 Daniel Beulshausen

PHPAPIize url function to make them available to the outside (i.e. mbstring)


Revision tags: php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions


Revision tags: php-4.0.6RC2, php-4.0.6RC1
# 613aacf0 15-May-2001 foobar

MFB


Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, php-4.0.3, php-4.0.3RC2
# bf7603cf 02-Oct-2000 Andi Gutmans

- Now really fix it.


# 28c96e89 02-Oct-2000 Andi Gutmans

- Fix bug in parse_url()


Revision tags: php-4.0.3RC1
# 9a9e2e72 22-Sep-2000 Stig Venaas

Small fix to the literal IPv6 parsing, now stops at first ] after [


# 0776f7d3 22-Sep-2000 Stig Venaas

Parsing of URLs with literal IPv6 addresses, see RFC 2732
@- IPv6 support in fopen (one can access IPv6 ftp/web servers) (Stig Venaas)


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 8bf23398 08-Aug-2000 Martin Kraemer

Bug #6016: Fix EBCDIC logic error in urlencode()
(a strchr() test was used backwards)
Reported by: dumbunny@tivo.com


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 677df784 29-Jul-2000 Rasmus Lerdorf

This url symbol was a bit too generic. Change it to php_url instead.
It was clashing with a similar typedef in the UdmSearch integration I am
working on.


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH
# cbd3f41b 09-Jun-2000 Zeev Suraski

Fix #4928
Be *CAREFUL* with the _ex API, guys!


# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2, PHP-4.0-RC1, php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 98193914 16-Feb-2000 Thies C. Arntzen

(url_parse) only free regex if compile worked.


# 1fae341a 16-Feb-2000 Thies C. Arntzen

(url_parse) fix memory leak (#3495)


# 6d0ab616 10-Feb-2000 Zeev Suraski

SAPIfication, Episode VI: Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except f

SAPIfication, Episode VI: Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except for the Apache SAPI module.
- No server specific code is in any of the base PHP code.

Still left to be done:
- Eliminate any references to APACHE from the few remaining modules.
- Move request_info.c's logic to SAPI
- Modify the regex function names, and globals, so that we can always
include them, without having to fear any interference with Apache;
Always use the bundled regex library

show more ...


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# 2460569c 08-Feb-2000 Zeev Suraski

Change string->str where possible; string is basic a C++ class, so gdb can't look
inside variables named 'string'.


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).


Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND
# a1ad2872 18-Dec-1999 Zeev Suraski

- The tree compiles again


123456789