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


# 4629f897 21-Feb-2015 Xinchen Hui

Cleanup globals initialization

No needs explicit inititlize zero for globals in no-zts build.
executor_globals should be initialized in zend side.


Revision tags: php-5.6.6, php-5.5.22, php-5.4.38
# e10e151e 13-Feb-2015 Dmitry Stogov

Merged zend_array and HashTable into the single data structure.
Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write
zend_array_dup() was changed t

Merged zend_array and HashTable into the single data structure.
Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write
zend_array_dup() was changed to allocate and return HashTable, instead of taking preallocated HashTable as argument.

show more ...


# e5d8a142 13-Feb-2015 Xinchen Hui

Revert "Cleanup globals initialization"

This reverts commit 309e90638dac527077a2d81ceeebfba189251537.


# 309e9063 13-Feb-2015 Xinchen Hui

Cleanup globals initialization


Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS
# cc13d869 07-Feb-2015 manuel

Fix another invalid free of CG(interned_empty_string)

Fixes #68214


# 13fc7f20 06-Feb-2015 manuel

Invalid free of CG(interned_empty_string)

On failure php_escape_html_entities returns STR_EMPTY_ALLOC which is an
alias of CG(interned_empty_string) if interned strings are enabled.

Invalid free of CG(interned_empty_string)

On failure php_escape_html_entities returns STR_EMPTY_ALLOC which is an
alias of CG(interned_empty_string) if interned strings are enabled.
Make sure we don't free this.

show more ...


Revision tags: php-5.6.6RC1, php-5.5.22RC1
# 1bb7647c 03-Feb-2015 Xinchen Hui

Fixed indent


# 436ba1c4 03-Feb-2015 Yasuo Ohgaki

Fixed Bug #67988 htmlspecialchars() does not respect default_charset specified by ini_set.


# 1828ec21 27-Jan-2015 Xinchen Hui

Fixed some annoying warnings


Revision tags: php-5.5.21, php-5.6.5, php-5.4.37
# 66218409 20-Jan-2015 Joshua Rogers

Fix uninitalized variables reads. See CWE-457 for more info.


# 6a13e1f7 18-Jan-2015 Xinchen Hui

Fixed bug #68840 (Null pointer deference)


# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


12345678910>>...45