#
81e41e3c |
| 03-Dec-2003 |
Ilia Alshanetsky |
Remove unnecessary casts.
|
#
247f9914 |
| 03-Dec-2003 |
Moriyoshi Koizumi |
Possible fix for bug #26391 (parse_url() destroys strings that contain a character in range of \x80-\xff))
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3 |
|
#
4505a611 |
| 19-Oct-2003 |
Shane Caraveo |
make parse_url work correctly for file uri's on windows, such as file:///c:/somepath/somefile.txt
|
#
a9b20a6a |
| 13-Oct-2003 |
Ilia Alshanetsky |
Fixed bug #25800 (parse_url() could not parse urls with empty port).
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4 |
|
#
ed40ae26 |
| 11-Aug-2003 |
Ilia Alshanetsky |
emalloc -> safe_emalloc
|
Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2 |
|
#
7825a186 |
| 21-Jul-2003 |
Ilia Alshanetsky |
Fixed bug #24560 (parse_url() incorrectly handling certain file:// based schemas).
|
Revision tags: php-5.0.0b1, php-4.3.3RC1 |
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2 |
|
#
e422f56d |
| 28-Apr-2003 |
Sascha Schumann |
improve php_url_encode
|
Revision tags: RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1 |
|
#
bce8bfda |
| 25-Feb-2003 |
Ilia Alshanetsky |
MFH (forgot to put this fix into the 5.X tree).
|
Revision tags: php-4.3.1 |
|
#
b1a6778f |
| 07-Feb-2003 |
Ilia Alshanetsky |
Added get_browser() function. This function can be used to fetch the headers sent by the server when a request is made for a given URL.
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
#
bd19dabe |
| 30-Dec-2002 |
Ilia Alshanetsky |
Fixed bug #21226 (parse_url handling of urls without a path).
|
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3 |
|
#
49a99a98 |
| 05-Dec-2002 |
Marcus Boerger |
-php_error -> php_error_docref -removed some cases where emalloc result was tested
|
Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1 |
|
#
6b7d77a7 |
| 14-Nov-2002 |
Ilia Alshanetsky |
Fixed bug #20420 and added partial urls to the test of the function.
|
#
8645f5c2 |
| 07-Nov-2002 |
Ilia Alshanetsky |
parse_url can now correctly parse mailto:, zlib: (old zlib wrapper) and simular. Thanks to Wez Furlong for noticing the problem.
|
Revision tags: php-4.3.0pre2 |
|
#
c3270448 |
| 18-Oct-2002 |
Ilia Alshanetsky |
Added handling for file:/ schema, which does not contain a host.
|
#
cdf39db3 |
| 17-Oct-2002 |
Ilia Alshanetsky |
Added support for file:/. Thanks to Thies for noticing the problem.
|
#
bcf1d4ff |
| 12-Oct-2002 |
Ilia Alshanetsky |
Fixed a bug introduced by previous patch.
|
Revision tags: RELEASE_1_0b1 |
|
#
89f4f7b8 |
| 12-Oct-2002 |
Stefan Esser |
I already said that this construct was wrong... most probably fixes bug #19876
|
Revision tags: php-4.3.0pre1 |
|
#
1bbb55ec |
| 06-Oct-2002 |
Ilia Alshanetsky |
Added a much faster parse_url() implementation. This also fixes a number of bugs in the old parse_url() implementation.
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
184323cb |
| 10-Sep-2002 |
Stefan Esser |
php_url_parse() replaces controlchars with '_' now. This stops fopen wrapper CR/LF injection issues.
|
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers.
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API |
|
#
6852a1e7 |
| 20-Oct-2001 |
Derick Rethans |
- Fix for bug #13413
|
#
8a54c292 |
| 19-Oct-2001 |
Andrei Zmievski |
Convert to use new parameter parsing API.
|