History log of /PHP-7.0/main/main.c (Results 301 – 325 of 1036)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2b10c53a 18-Mar-2008 Felipe Pena

MFH: Dropped zend.ze1_compatibility_mode
[DOC]


# 40f83dad 16-Mar-2008 Felipe Pena

Fix build (ZTS)


# af316021 16-Mar-2008 Marcus Boerger

- Rewrite scanner to be based on re2c instead of flex
The full patch is available as:
http://php.net/~helly/php-re2c-5.3-20080316.diff.txt
This is against php-re2c repository versio

- Rewrite scanner to be based on re2c instead of flex
The full patch is available as:
http://php.net/~helly/php-re2c-5.3-20080316.diff.txt
This is against php-re2c repository version 98
An older patch against version 97 is available under:
http://php.net/~helly/php-re2c-97-20080316.diff.txt

show more ...


# a9fe1010 12-Mar-2008 Stanislav Malyshev

[DOC] add request_order INI variable to control $_REQUEST content
# if not set (default), variables_order still is used
# request_order accepts G,P and C


# e9a6f0f2 08-Mar-2008 Etienne Kneuss

MFH: User error handlers no longer catch supressed errors


Revision tags: php-5.2.6RC2
# ab232458 05-Mar-2008 Dmitry Stogov

Optimized require_once() and include_once() by eliminationg open() syscall on second usage.


Revision tags: php-5.2.6RC1
# d3e50265 23-Feb-2008 Marcus Boerger

- MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)
[DOC] Finally added deprecation messages


Revision tags: RELEASE_1_3_1
# 4652c2bf 15-Feb-2008 Pierre Joye

- [DOC] add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION,
PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants


# a0f16875 04-Feb-2008 Jani Taskinen

MFH: allow using these constants in php.ini (f.e. PHP_SAPI..)


# 71592cec 22-Jan-2008 Dmitry Stogov

Added garbage collector


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


# d7f7fa04 29-Dec-2007 Hannes Magnusson

MFH: Update the class method documentation links


Revision tags: php-4.4.8RC1, RELEASE_1_2_3
# 648fbe9d 22-Nov-2007 Dmitry Stogov

Fixed bug #43128 (Very long class name causes segfault)


Revision tags: php-5.2.5, php-5.2.5RC2, php-5.2.5RC1
# 80394332 18-Oct-2007 Dmitry Stogov

Fixed bug #42722 (display_errors setting ignored for E_PARSE and HTTP 500 page)


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 08628998 01-Oct-2007 Ilia Alshanetsky

Refactor code to make fixes for coverity issues #385 and #386 a bit more
obvious


# 09b6f37f 28-Sep-2007 Jani Taskinen

MFH:

- Added ".htaccess" style user-defined php.ini files support for
CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
in php.ini. All dir

MFH:

- Added ".htaccess" style user-defined php.ini files support for
CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
in php.ini. All directives set in these sections will not be able to be
overridden in user-defined ini-files or during runtime in the specified
path.

- Improved php.ini handling:
. Added better error reporting for syntax errors in php.ini files
. Allowed "ini-variables" to be used almost everywhere ini php.ini files
. Allowed using alphanumeric/variable indexes in "array" ini options
. Fixed get_cfg_var() to be able to return "array" ini options

- Fixed bug #27372 (parse error loading browscap.ini at apache startup)
- Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric
characters)

show more ...


# 884b06e3 24-Sep-2007 Dmitry Stogov

Fixed crash on POST request after dl("mbstring.so")


# 74ae13f9 21-Sep-2007 Antony Dovgal

MFH: check for NULL (coverity issue #386)


# cd836153 13-Sep-2007 Stanislav Malyshev

disallow setting mail.force_extra_parameters from .htaccess


Revision tags: RELEASE_1_2_4
# 77c36cd2 31-Aug-2007 Jani Taskinen

MFH: ws


Revision tags: RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2
# df11ce1e 03-Aug-2007 Stanislav Malyshev

check correct value


# 1b131c46 03-Aug-2007 Stanislav Malyshev

make error_log setting access-controlled by safe_mode/open_basedir


Revision tags: php-5.2.4RC1
# 959aa4f5 01-Aug-2007 Stanislav Malyshev

revert wrong fix


# 25848bff 01-Aug-2007 Johannes Schlüter

- MFH: Fix #42164 Internal Sendmail Support is ALWAYS disabled


# 99a162bb 24-Jul-2007 Antony Dovgal

fix ZTS build


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