History log of /PHP-8.0/main/main.c (Results 176 – 200 of 1197)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9a07245b 05-Jan-2016 Anatol Belski

Fixed bug #71273 A wrong ext directory setup in php.ini leads to crash


# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


# 8da0aeaa 28-Aug-2015 Dmitry Stogov

Removed signal protection (set to NULL before free() to avoid dangling pointers)


# 96ea4a0a 24-Aug-2015 Dmitry Stogov

Mark error functions as "cold"


# 7aa76271 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# c444c417 25-May-2015 Anatol Belski

further cleanups with S_IF* macros generalized declarations


Revision tags: php-5.5.25, php-5.6.9
# f69b30ea 13-May-2015 Dmitry Stogov

Partial revert of 6a819bba40661a9a8d7080994cb2f24b73c5d46c.


Revision tags: php-5.4.41, php-5.6.9RC1
# 6a819bba 29-Apr-2015 Julien Pauli

Fix for #66048


# c117548e 12-May-2015 Julien Pauli

Fix for #66048


Revision tags: php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40
# a5a7db8a 04-Apr-2015 Kalle Sommer Nielsen

Fix build


# 118a2fa8 04-Apr-2015 Kalle Sommer Nielsen

This part here was moved to the EG constructor by Anatol in f51a9c71dd011f7d6879b326280adc05ae45f7f7


Revision tags: php-5.6.8RC1, php-5.5.24RC1
# c4861177 29-Mar-2015 Kalle Sommer Nielsen

Remove the special disabled functions on Windows, since we don't even support those versions of Windows anymore hence it makes no sense to even check for it


# a75e8d1f 29-Mar-2015 Kalle Sommer Nielsen

Drop this VC8+ check, since our bare minimum of required VC version is higher anyway, meaning that CRT warnings are always supported.


# 8153286e 27-Mar-2015 Kalle Sommer Nielsen

Drop zend_indent() as it was never used, complete or working


Revision tags: php-5.6.7, php-5.5.23, php-5.4.39
# 56eed39e 10-Mar-2015 Xinchen Hui

Fixed phar test segfault after merged engine exception


# b0055678 09-Mar-2015 Nikita Popov

Fix CLI test and drop some now unnecessary code


# 1c94ff05 09-Mar-2015 Dmitry Stogov

Implement engine exceptions

RFC: https://wiki.php.net/rfc/engine_exceptions_for_php7

Pending changes regarding naming of BaseException and whether it
should be an interface.


Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS
# 2fa8d67a 03-Mar-2015 Dmitry Stogov

Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse.


# 860fc394 03-Mar-2015 Reeze Xia

Improve fix for bug 67741

Thanks to laruence.


# 4e2c87ed 03-Mar-2015 Reeze Xia

Fixed bug #67741 (auto_prepend_file messes up __LINE__)

This also fixes bug #54081


# 34f09b62 03-Mar-2015 Reeze Xia

Fixed bug #67741 (auto_prepend_file messes up __LINE__)

This also fixes bug #54081


# 4eb830b2 27-Feb-2015 Xinchen Hui

Reorder


# ebfc49aa 27-Feb-2015 Xinchen Hui

Fixed bug #69121 (Segfault in get_current_user when script owner is not in passwd with ZTS build)


# a9ba407c 22-Feb-2015 Rasmus Lerdorf

Fix bug #68166
We can't always efree here
php_escape_html_entities can return an interned_empty_string


# e12b72d3 22-Feb-2015 Rasmus Lerdorf

Fix bug #68166
We can't always efree here
php_escape_html_entities can return an interned_empty_string


12345678910>>...48