#
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()
|
#
0262f05c |
| 16-Feb-2007 |
Dmitry Stogov |
Fixed return value of assert_options(ASSERT_CALLBACK) and possible crash (Andy Wharmby)
|
Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
#
53b088e6 |
| 20-Dec-2006 |
Dmitry Stogov |
Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neith
Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M.
show more ...
|
#
1e19ee87 |
| 20-Dec-2006 |
Hannes Magnusson |
- Fixed incorrect function names on FreeBSD where inet_pton() was named __inet_pton() and inet_ntop() was named __inet_ntop() - Fixed bug #39685 (iconv() - undefined function) - F
- Fixed incorrect function names on FreeBSD where inet_pton() was named __inet_pton() and inet_ntop() was named __inet_ntop() - Fixed bug #39685 (iconv() - undefined function) - Fixed bug #38852 (XML-RPC Breaks iconv)
show more ...
|
#
03312cc0 |
| 19-Dec-2006 |
Dmitry Stogov |
Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection
|
Revision tags: php-5.2.1RC1 |
|
#
a055e93a |
| 13-Dec-2006 |
Ilia Alshanetsky |
optimize out strlen() calls # Patch by Matt Wilmas
|
#
42e1c9a1 |
| 10-Dec-2006 |
Edin Kadribasic |
Fixed by #39751 by KevinJohnHoffman at gmail dot com
|
#
d9f03aac |
| 09-Dec-2006 |
Hannes Magnusson |
MFH: sys_get_temp_dir()
|
#
6b651f8e |
| 04-Dec-2006 |
Stanislav Malyshev |
Improve tolower()-related functions on Windows and VC2005 by caching locale and using tolower_l function. # Gives 10-18% speedup on bench.php # Does not change behaviour for non-windows
|
#
e6a34313 |
| 26-Nov-2006 |
Ilia Alshanetsky |
Fixed bug #39623 (thread safety fixes on *nix for putenv() & mime_magic).
|
#
532b02cd |
| 10-Nov-2006 |
Dmitry Stogov |
Implemented registry cache that prevent registry lookup on each request. In case of modification of corresponding registry-tree PHP will reload it automatic.
|
#
050f94f7 |
| 03-Nov-2006 |
Hannes Magnusson |
MFH: Fix double "wron param count" messages
|
Revision tags: php-5.2.0, php-5.2.0RC6 |
|
#
bc59416f |
| 13-Oct-2006 |
Ilia Alshanetsky |
Fixed bug #38934 (move_uploaded_file() cannot read uploaded file outside of open_basedir).
|