History log of /PHP-7.3/main/main.c (Results 251 – 275 of 1107)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# f2ce3e02 24-Mar-2011 Ilia Alshanetsky

Fixed a crash inside dtor for error handling.


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1
# 6dfee4f8 08-Feb-2011 Gustavo André dos Santos Lopes

- Changed default serialize_precision from 100 to 17, as discussed in internals.


# 257b994f 08-Feb-2011 Gustavo André dos Santos Lopes

- Changed default serialize_precision from 100 to 17, as discussed in internals.


# 96996ec5 20-Jan-2011 Felipe Pena

- Removed accidental changes


1...<<11121314151617181920>>...45