#
e1f08c82 |
| 15-Jun-2007 |
Dmitry Stogov |
HTTP 500 is sent to browser in case of PHP error instead of blank page |
#
c2e04e83 |
| 15-Jun-2007 |
Dmitry Stogov |
Prevent crash in case of wrong arguments to CRT functions (strftime()) on PHP complead by MS VC2005 |
#
c9805e7b |
| 07-Jun-2007 |
Antony Dovgal |
MFH: check return value of *time_r() functions for NULL |
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
b6b312c0 |
| 18-Apr-2007 |
Rob Richards |
add file locking under windows change win build to use common clock compat files |
#
e1814f0d |
| 16-Apr-2007 |
Dmitry Stogov |
WIN64 support |
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1 |
|
#
aa18505f |
| 06-Apr-2007 |
Ilia Alshanetsky |
Avoid locks when appening to the error log file |
#
642432a5 |
| 01-Apr-2007 |
Ilia Alshanetsky |
Fixed bug #40897 (error_log file not locked) |
Revision tags: RELEASE_1_0_1 |
|
#
32fb34e2 |
| 02-Mar-2007 |
Stanislav Malyshev |
limit nesting level of input variables |
Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5 |
|
#
6ded8042 |
| 07-Feb-2007 |
Marcus Boerger |
- MFH Fix memleak with temp dir |
Revision tags: php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3 |
|
#
c5fb061c |
| 08-Jan-2007 |
Ilia Alshanetsky |
Provide means for opening file for zend with error supression. Allows us to avoid INI hackery such as the one used in SPL. |
Revision tags: php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year. |
#
d3a651a3 |
| 28-Dec-2006 |
Antony Dovgal |
MFH |
#
b85f1345 |
| 25-Dec-2006 |
Ilia Alshanetsky |
Ensure that OnUpdateLongGEZero is greater or equal to 0. Added a update wrapper for ensuring >0 values |
#
52d53543 |
| 25-Dec-2006 |
Ilia Alshanetsky |
Allocation safety checks |
#
3ffc1c8f |
| 21-Dec-2006 |
Dmitry Stogov |
Default memory_limit value is set to 128M |
#
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 ...
|
#
e8bc39d9 |
| 17-Dec-2006 |
Ilia Alshanetsky |
Fixed compiler warning |
Revision tags: php-5.2.1RC1 |
|
#
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 |
#
bcf457d8 |
| 04-Dec-2006 |
Antony Dovgal |
MFH: fix retval type |
#
79c3defa |
| 23-Nov-2006 |
Dmitry Stogov |
Fixed bug #39548 (ZMSG_LOG_SCRIPT_NAME not routed to OutputDebugString() on Windows) |
#
c06f9e1e |
| 17-Nov-2006 |
Dmitry Stogov |
COM initialization/deinitialization are done only if necessary |
#
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. |
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
ccc25cc3 |
| 25-Sep-2006 |
Ilia Alshanetsky |
Fixed bug #38904 (apache2filter changes cwd to /). |
#
fe6effee |
| 18-Sep-2006 |
Ilia Alshanetsky |
Avoid generating php_errormsg twice in some instances. |
#
5aa6dcc6 |
| 18-Sep-2006 |
Ilia Alshanetsky |
Fixed memory leak on require() error |