History log of /PHP-7.0/main/main.c (Results 351 – 375 of 1036)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


Revision tags: php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2
# 3a211712 17-Aug-2006 Ilia Alshanetsky

Increased default memory limit to 16 megabytes to accommodate for a more
accurate memory utilization measurement.


Revision tags: php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# 46f21b8a 19-Jul-2006 Michael Wallner

MFH: added error_get_last() function


# 29ed52ff 18-Jul-2006 Dmitry Stogov

New memory manager


# d6879794 17-Jul-2006 Dmitry Stogov

Fixed memory leaks in ZTS mode.


Revision tags: php-4.4.3RC2
# 6bfeea9e 16-Jun-2006 Rasmus Lerdorf

MFH: Backported allow_url_include from HEAD. This directive allows
separate control of URL handling in includes/requires allowing sites to
enable allow_url_fopen without enabling remote incl

MFH: Backported allow_url_include from HEAD. This directive allows
separate control of URL handling in includes/requires allowing sites to
enable allow_url_fopen without enabling remote includes.

show more ...


Revision tags: BEFORE_NEW_OUTPUT_API
# b8ebfce9 31-May-2006 Andrei Zmievski

Revert accidentally committed internal patch


# 1f04ac91 31-May-2006 Andrei Zmievski

MFB


# 740d3945 24-May-2006 Edin Kadribasic

Initialize windows globals, fixes #37428


Revision tags: php-4.4.3RC1
# 14f6b914 19-May-2006 Dmitry Stogov

Optimized zend_try/zend_catch macroses (eliminated memcpy())


# cccb406e 16-May-2006 Ilia Alshanetsky

Disable realpath cache when open_basedir or safe_mode are enabled on a
per-request basis.


# 1f41b288 11-May-2006 Dmitry Stogov

Fixed bug #37306 (max_execution_time = max_input_time)


# f7776502 11-May-2006 Marcus Boerger

- MFH Fix error mode handling


# 8a03fc5e 10-May-2006 Antony Dovgal

add missing parts of E_RECOVERABLE merge


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# d23c1d76 12-Apr-2006 Antony Dovgal

fix #37053 (html_errors with internal classes produces wrong links)


# ead76524 07-Apr-2006 Dmitry Stogov

We don't need setup the same time-out two times.


1...<<11121314151617181920>>...42