#
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).
|
Revision tags: php-5.2.0RC5 |
|
#
39219cf7 |
| 02-Oct-2006 |
Hannes Magnusson |
protos
|
#
154f70ac |
| 01-Oct-2006 |
Ilia Alshanetsky |
Fixed bug #38993 (Fixed safe_mode/open_basedir checks for session.save_path, allowing them to account for extra parameters).
|
#
af993553 |
| 19-Sep-2006 |
Ilia Alshanetsky |
array_key_exists() should not work by by-ref
|
#
04da0582 |
| 15-Sep-2006 |
Antony Dovgal |
MFH: fix leak when call to shutdown function fails
|
Revision tags: php-5.2.0RC4, php-5.2.0RC3 |
|
#
c2a38c60 |
| 31-Aug-2006 |
Antony Dovgal |
more z/Z fixes
|
#
7384c12b |
| 28-Aug-2006 |
Antony Dovgal |
MFH: make sure ext/standard is down before ext/session (fixes #38534)
|
#
ecfa8808 |
| 28-Aug-2006 |
Antony Dovgal |
MFH: set BG(locale_string) to NULL on shutdown (partly fixes #38534)
|
#
2d3056e9 |
| 27-Aug-2006 |
Hannes Magnusson |
MFH: - Fixed bug #33895 (missing math constants). - Remove M_PI from math.c (its defined in php_math.h)
|
Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3 |
|
#
a0371df3 |
| 26-Jul-2006 |
Antony Dovgal |
MFH: fix compile warning on Solaris, getloadavg() is in sys/loadavg.h there
|
#
d5ec3193 |
| 25-Jul-2006 |
Hannes Magnusson |
MFH: Update protos & arginfo for memory_get_usage() & memory_get_peak_usage()
|
Revision tags: php-5.2.0RC1 |
|
#
46f21b8a |
| 19-Jul-2006 |
Michael Wallner |
MFH: added error_get_last() function
|
#
87c64280 |
| 15-Jul-2006 |
Marcus Boerger |
- MFH Added array_fill_keys(). (Marcus, Mathew W)
|