History log of /PHP-7.0/main/main.c (Results 26 – 50 of 1036)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


# 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)


12345678910>>...42