History log of /PHP-5.3/main/main.c (Results 51 – 75 of 819)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3cce609d 30-Apr-2009 Pierre Joye

- fix build (Marcus, fix re2c please)


# 9e36fae5 28-Apr-2009 Dmitry Stogov

Fixed bug #48034 (PHP crashes when script is 8192 (8KB) bytes long)


# 843202cd 27-Mar-2009 Arnaud Le Blanc

MFH: Fixed initialization of tick functions list in ZTS


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2
# c277ebc6 09-Feb-2009 Dmitry Stogov

Fixed bug #47320 ($php_errormsg out of scope in functions)


Revision tags: php-5.2.9RC1, php-5.3.0beta1
# 0c5d83b0 17-Jan-2009 Stanislav Malyshev

fix nts build


# dcb5027b 16-Jan-2009 Pierre Joye

- MFH:
- return SUCCESS on success
- check return value


# 2f61ad9b 16-Jan-2009 Pierre Joye

- add EG(windows_version_info), set at init time once per instance
contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example)
- add the ab

- add EG(windows_version_info), set at init time once per instance
contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example)
- add the ability to disable a function when the windows function does not support a feature (for example symlink)
- symlink, hardlink & co support (1/2)

show more ...


# 905a5c05 09-Jan-2009 Ilia Alshanetsky

[DOC]
Added mail logging functionality that allows logging of mail sent via
mail() function

THe logging functionality is disabled by default but can be enabled on a
per-directory

[DOC]
Added mail logging functionality that allows logging of mail sent via
mail() function

THe logging functionality is disabled by default but can be enabled on a
per-directory or globaly via 2 INI settings.

The mail.log directive allows you to specify the file where each call to
mail() will be logged. The log file will contain the path and line # of the
calling script in addition to all of the headers indicated by the user.

The mail.add_x_header directive will introduce a X-PHP-Originating-Script
header that will contain the file name (no path) of the calling script and
the uid of the script. This combination should be sufficient for the admin
to locate the sending script.

show more ...


# f77719d8 31-Dec-2008 Marcus Boerger

MFH
- Changed dl() to be disabled by default. Enabled only when explicitly
registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry)
[DOC]


# 2faea53d 31-Dec-2008 Marcus Boerger

- Sync with HEAD, no ability to not start builtin functions


# 8797aa99 31-Dec-2008 Marcus Boerger

MFH
- Register engine classes when and where they should be
- Show core module version as PHP version


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS
# f9bc85a1 09-Dec-2008 Hannes Magnusson

Whoops. Missing bit from the open_basedir tightening MFH


Revision tags: php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE
# f85b94ef 12-Nov-2008 Felipe Pena

- Silent valgrind


Revision tags: BEFORE_NS_RULES_CHANGE
# 9942da41 07-Nov-2008 Alexey Zakhlestin

added const, as required by struct-definition


Revision tags: php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1
# fcc0fdd1 17-Sep-2008 Ilia Alshanetsky

Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).


# d5bba04a 02-Sep-2008 Dmitry Stogov

Fixed Bug #43958 (class name added into the error message)


# c1f52e58 26-Aug-2008 Jani Taskinen

MFH


# 76c0f428 23-Aug-2008 Pierre Joye

- MFH: expose MAXPATHLEN (PHP_MAXPATHLEN)


# 9a2fc26e 22-Aug-2008 Marcus Boerger

- MFH Cleanup exports and allow to overwrite ext registration


# 85ab4235 15-Aug-2008 Felipe Pena

- MFH: Removed some TSRMLS_FETCH()s


# 3f7a4b7e 08-Aug-2008 Marcus Boerger

- MFH error handling, now with save, replace, restore


Revision tags: php-4.4.9, php-5.3.0alpha1
# 05834fc5 25-Jul-2008 Felipe Pena

- MFB: Fixed the parameter type expected. set_time_limit() should accept only integer.


Revision tags: php-4.4.9RC1
# d619b57e 21-Jul-2008 Hannes Magnusson

MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)


# baab2044 21-Jul-2008 Dmitry Stogov

Fixed chdir() into requested file directory inconsistencies


12345678910>>...33