History log of /PHP-7.0/main/main.c (Results 176 – 200 of 1036)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7b84e7ea 10-Aug-2011 Derick Rethans

- Turn on html_errors by default again in php.ini-production like it was in
PHP 5.3, but only generate docref links when the docref_root INI setting is
not empty.


Revision tags: php-5.4.0alpha3, php-5.3.7RC4
# 9805e167 22-Jul-2011 Pierre Joye

- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ


# cc1c7af0 22-Jul-2011 Pierre Joye

- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ


Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2
# 29565d1a 24-Jun-2011 Derick Rethans

- Added a new PHPAPI function to return module_initialized:
php_get_module_initialized().


# 09607226 24-Jun-2011 Derick Rethans

- Added a new PHPAPI function to return module_initialized:
php_get_module_initialized().


# 72f7be3d 23-Jun-2011 Felipe Pena

- Improved parse error messages


# 0372e6ad 23-Jun-2011 Felipe Pena

- Improved parse error messages


# 34d93f0c 22-Jun-2011 Ilia Alshanetsky

Zend Signal Handling


Revision tags: php-5.4.0alpha1
# a8068a67 18-Jun-2011 Pierre Joye

- fix build


# 948d42d9 18-Jun-2011 Pierre Joye

- fix build


Revision tags: php-5.3.7RC1
# 6940a320 16-Jun-2011 Felipe Pena

- Removed win debug stuff


# 358316b2 16-Jun-2011 Pierre Joye

- init win32 rng context once per process


# 23c4c46b 16-Jun-2011 Pierre Joye

- init win32 rng context once per process


# 1d357d96 16-Jun-2011 Pierre Joye

- init win32 rng context once per process


# 93987513 02-Jun-2011 Ilia Alshanetsky

Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)
This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation

# Patch by Lucas Nealan, Arnaud

Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)
This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation

# Patch by Lucas Nealan, Arnaud Le Blanc, Brian Shire & Ilia Alshanetsky

show more ...


# 75ec1fed 16-May-2011 Rasmus Lerdorf

Add php_ignore_value() macro to suppress unused return value warnings
from gcc. There are times when we really don't care about the return
value and this will cleanly tell gcc.


# 22b689a3 16-May-2011 Rasmus Lerdorf

Add php_ignore_value() macro to suppress unused return value warnings
from gcc. There are times when we really don't care about the return
value and this will cleanly tell gcc.


# a2e0e256 01-May-2011 Gustavo André dos Santos Lopes

- Fixed bug #54580 (get_browser() segmentation fault when the browscap ini
directive is set in activation time). This commit fixes this by adding a per
request parsing of the browscap fil

- Fixed bug #54580 (get_browser() segmentation fault when the browscap ini
directive is set in activation time). This commit fixes this by adding a per
request parsing of the browscap file that's when get_browser is called the
first time and the directive is set on activation time.w

show more ...


# 6d9d7af8 01-May-2011 Gustavo André dos Santos Lopes

- Fixed bug #54580 (get_browser() segmentation fault when the browscap ini
directive is set in activation time). This commit fixes this by adding a per
request parsing of the browscap fil

- Fixed bug #54580 (get_browser() segmentation fault when the browscap ini
directive is set in activation time). This commit fixes this by adding a per
request parsing of the browscap file that's when get_browser is called the
first time and the directive is set on activation time.w

show more ...


# 11941b3f 19-Apr-2011 Pierre Joye

- not desired yt


# 1dd5690a 19-Apr-2011 Pierre Joye

- fix build >(btw, has novell man pages too?)


# 600c9498 19-Apr-2011 Pierre Joye

- fix build >(btw, has novell man pages too?)


# a0d80503 18-Apr-2011 Hannes Magnusson

Expose PHP_MANDIR
Useful for apps (like the pear installer, phd, .. etc) to install their manpages into the same dir as php did :]


# e9bc3652 18-Apr-2011 Hannes Magnusson

Expose PHP_MANDIR
Useful for apps (like the pear installer, phd, .. etc) to install their manpages into the same dir as php did :]


# e4266203 24-Mar-2011 Ilia Alshanetsky

Fixed a crash inside dtor for error handling.


12345678910>>...42