#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
#
ce40bc90 |
| 08-Jun-2003 |
Zeev Suraski |
Make $_FILES auto global (bug #23680)
|
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, RELEASE_0_6, RELEASE_0_5, init |
|
#
0f3a0dfa |
| 30-Mar-2003 |
Shane Caraveo |
_SERVER also should not be quoted by magic_quotes_GPC also remove an empty if statement
|
#
e1eb238c |
| 28-Mar-2003 |
Moriyoshi Koizumi |
On 64bit platforms, pointers are 64bit long..
|
#
961ad8e2 |
| 27-Mar-2003 |
Moriyoshi Koizumi |
Improved php_import_environment_variables: avoid emalloc()ing in most cases
|
#
5ca07877 |
| 25-Mar-2003 |
Sebastian Bergmann |
Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32.
|
#
456b6cbe |
| 23-Mar-2003 |
Shane Caraveo |
The environment should *never* be magic quoted.
|
Revision tags: php-4.3.2RC1 |
|
#
66c05f70 |
| 03-Mar-2003 |
Ilia Alshanetsky |
Fixed compiler warnings.
|
#
1f63fba1 |
| 02-Mar-2003 |
Zeev Suraski |
Fix old variable names
|
#
622da332 |
| 02-Mar-2003 |
Zeev Suraski |
- Optimize $_REQUEST - Fix phpinfo()
|
#
4e55747a |
| 02-Mar-2003 |
Zeev Suraski |
Add JIT initialization for _SERVER and _ENV (it's less important for the others, even though it should be fairly easy now too)
|
#
d08a0e99 |
| 20-Feb-2003 |
Rasmus Lerdorf |
An input filter might not simply strip stuff, it might also turn things into entities or use some other mechanism which causes the filtered data to be longer than the original data. Ergo, pa
An input filter might not simply strip stuff, it might also turn things into entities or use some other mechanism which causes the filtered data to be longer than the original data. Ergo, pass in the address of the buffer instead so the filter is free to reallocate it.
show more ...
|
#
7429c2dc |
| 19-Feb-2003 |
Rasmus Lerdorf |
Input Filter support. See README.input_filter for details. @- Input Filter support added. See README.input_filter. (Rasmus)
|
#
8e3f23e3 |
| 19-Feb-2003 |
foobar |
ws fixes + missing $Id$ tags, headers added
|
Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
2c5d4b8c |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
#
1f506818 |
| 29-Dec-2002 |
Ilia Alshanetsky |
Fixed bug #21149 (fixed handling of unterminated '[').
|
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3 |
|
#
683251eb |
| 07-Dec-2002 |
Ilia Alshanetsky |
Fixed bug #20796. $_GET/$_POST/$_COOKIE data can get overwritten when register_globals are on and input contains arrays.
|
Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2 |
|
#
96b9c0a5 |
| 13-Oct-2002 |
Shane Caraveo |
make php_import_environment_variables overwritable so fastcgi can correctly set $_ENV.
|
Revision tags: RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3 |
|
#
b83255aa |
| 08-Sep-2002 |
Yasuo Ohgaki |
Fix last commit. This line isn't supposed to be replaced.
|
#
17e0d9c6 |
| 07-Sep-2002 |
Yasuo Ohgaki |
MFB
|
Revision tags: php-4.2.3, php-4.2.3RC2 |
|
#
a1f7bb12 |
| 25-Aug-2002 |
Marcus Boerger |
use php_error_docref()
|
Revision tags: php-4.2.3RC1 |
|
#
6ad0dbf5 |
| 08-Aug-2002 |
Yasuo Ohgaki |
Add some assertion
|
Revision tags: dev |
|
#
7527bf0c |
| 02-Aug-2002 |
Rui Hirokawa |
made sapi_register_treat_data() to support multibyte input encoding translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data.
|
#
a842e12a |
| 31-Jul-2002 |
Zeev Suraski |
Fix for non-mbstring builds. Bad Yasuo! :)
|
#
92e542db |
| 28-Jul-2002 |
Yasuo Ohgaki |
Fixed some.php?a&b&c does not initilize $_GET['a'], $_GET['b'], $_GET['c'] when mbstr-enc-trans is disabled. # There is a bug in php_mbstr_encoding_handler() alo, I'll fix it later.
|