#
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.
|
Revision tags: php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS |
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2 |
|
#
09352170 |
| 04-Sep-2001 |
Sterling Hughes |
fix proto
|
#
faa5031f |
| 24-Aug-2001 |
John Donagher |
Don't try and search a 0-length string. This allows parse_url() to correctly parse a non-pathed URI, i.e. 'scheme://'
|
#
844788a4 |
| 17-Aug-2001 |
Sterling Hughes |
pval -> zval Z_*_P{0,2} macros easier way of doing urldecode(), from rawurldecode() (a tad faster too).
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
c0404f46 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH |
|
#
0ef0f8e3 |
| 11-Jul-2001 |
Thies C. Arntzen |
ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)
|
#
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()
|