#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
#
e2807151 |
| 06-Sep-2007 |
Derick Rethans |
- MFH: Add a comment why not ~0 or -1.
|
#
152d3799 |
| 01-Sep-2007 |
Derick Rethans |
- MFH: Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 on 64-bit PHP).
|
Revision tags: RELEASE_1_2_4 |
|
#
cac7e107 |
| 31-Aug-2007 |
Jani Taskinen |
MFH: ws + protos
|
Revision tags: RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2 |
|
#
eb4a23c5 |
| 16-Aug-2007 |
Jani Taskinen |
- Check the length too (just like in HEAD)
|
#
a3e6f47e |
| 16-Aug-2007 |
Jani Taskinen |
MFH:- Fix bug #41946 (ip2long("") should return FALSE)
|
Revision tags: php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
93af1c1f |
| 19-Jul-2007 |
Antony Dovgal |
MFH: fix #41989 (move_uploaded_file() & relative path in ZTS mode)
|
#
dc8d09bb |
| 11-Jul-2007 |
Johannes Schlüter |
- MFH: Always enable mail() function
|
#
539f67ed |
| 09-Jul-2007 |
Dmitry Stogov |
Added ability to create local or remote (URL) user streams Local user streams must not be able to open(), URLs if allow_url_include is off Implemented new function stream_is_local() [
Added ability to create local or remote (URL) user streams Local user streams must not be able to open(), URLs if allow_url_include is off Implemented new function stream_is_local() [ - stream_wrapper_register() extended with additional optional argument "flags" of type long. This time only one flag is implemented - STREAM_IS_URL, that means that userstream wrapper is remote (URL). By default stream is local. - stream_is_local() is a new function that accepts stream and tell if this stream is local or remote (URL) ]
show more ...
|
#
ce22f444 |
| 26-Jun-2007 |
Antony Dovgal |
MFH: fix #41445 (parse_ini_file() has a problem with certain types of integer as sections)
|
#
5daef5cd |
| 25-Jun-2007 |
Antony Dovgal |
fix #41773 (php_strip_whitespace sends headers with errors suppressed) MFB is not needed, output buffering in HEAD handles this situation correctly
|
#
f7d22b60 |
| 09-Jun-2007 |
foobar |
MFH:- Added php_ini_loaded_file() function which returns the path to the actual php.ini in use.
|
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1 |
|
#
cdd37424 |
| 22-May-2007 |
Hannes Magnusson |
Update proto&arginfo for double_encode in htmlspecialchars()&htmlentities()
|
#
a69e6e2c |
| 22-May-2007 |
Antony Dovgal |
MFH: improve variable name checks add more tests
|
Revision tags: RELEASE_1_2_0 |
|
#
52c2d6c2 |
| 17-May-2007 |
Rasmus Lerdorf |
Get rid of a useless RINIT and an empty RSHUTDOWN on non-Windows
|
#
7efde494 |
| 10-May-2007 |
Antony Dovgal |
MFH: flush output buffer when/if highlight_string()/php_strip_whitespace()/highlight_string() fail
|
Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
16129b70 |
| 17-Apr-2007 |
Antony Dovgal |
MFH: fix putenv("var") (i.e. unset) on BSD systems add test
|
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1 |
|
#
562f886e |
| 10-Apr-2007 |
Antony Dovgal |
MFH: fix #41037 (unregister_tick_function() inside the tick function crash PHP)
|
Revision tags: RELEASE_1_0_1 |
|
#
14538795 |
| 10-Mar-2007 |
Ilia Alshanetsky |
Added additional checks for long input arrays inside import_request_variables(). # Missing checks identified by Stefan Esser
|
#
b3b6db3f |
| 09-Mar-2007 |
Ilia Alshanetsky |
Add _SESSION to checklist
|
#
0fa1427c |
| 09-Mar-2007 |
Ilia Alshanetsky |
Fixed a possible super-global overwrite inside import_request_variables(). # Reported by Stefano Di Paola
|
#
af1843f8 |
| 08-Mar-2007 |
Antony Dovgal |
MFH: fix #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an array)
|
Revision tags: php-4.4.6, php-4.4.6RC1 |
|
#
f027aef0 |
| 22-Feb-2007 |
Dmitry Stogov |
Fixed possible crash in putenv() on win32
|
#
462d545a |
| 21-Feb-2007 |
Stanislav Malyshev |
fix putenv - if there was no previous, remove variable from environ
|
#
a3493bd3 |
| 16-Feb-2007 |
Dmitry Stogov |
Optimize out RINIT()
|