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
|
#
3ee4e65c |
| 18-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
#
a3c65143 |
| 17-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
11030ee4 |
| 21-Nov-1999 |
Sascha Schumann |
(PHP urldecode) Fix for #2788, function changed parameter in place
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
cf0868fe |
| 30-Oct-1999 |
Rasmus Lerdorf |
Clean up regex header file mess. php.h now explicitly includes php_regex.h and php_regex.h figures out which regex header files to include and defines symbols that prevents other stuff from
Clean up regex header file mess. php.h now explicitly includes php_regex.h and php_regex.h figures out which regex header files to include and defines symbols that prevents other stuff from including the wrong versions of regex header files.
show more ...
|
#
578c6035 |
| 19-Oct-1999 |
Thies C. Arntzen |
(parse_url) fix for #2569: parse_url('-') crashes @- Fixed parse_url('-') crash. (Thies)
|
#
2fa5e6dd |
| 29-Sep-1999 |
Andrey Hristov |
Fix for my fix.
|
Revision tags: PRE_FETCH_READ_PATCH |
|
#
7665e9ef |
| 27-Sep-1999 |
Andrey Hristov |
Fix for bug #2199. Redirect was returning http:// which resulted in a crash.
|
Revision tags: before-sapi-split |
|
#
7a1fff14 |
| 24-Sep-1999 |
Sascha Schumann |
Use new Zend API.
|
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH, php-4.0b2 |
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
|
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1 |
|
#
5fa68825 |
| 22-Jun-1999 |
Thies C. Arntzen |
urlencode and decode return an empty-string if the input-string is empty (matches php3 behaviour "more" closly) Please read my previous mail and comment!
|