History log of /php-src/Zend/zend_exceptions.c (Results 126 – 150 of 423)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# c7742e28 18-Dec-2016 Nikita Popov

Export zend_s(tr)pprintf

It's annoying that in Zend you have to use zend_strpprintf instead
of strpprintf, while in PHP you have to use strpprintf instead of
zend_strpprintf.

Export zend_s(tr)pprintf

It's annoying that in Zend you have to use zend_strpprintf instead
of strpprintf, while in PHP you have to use strpprintf instead of
zend_strpprintf.

Make zend_s(tr)pprintf always available and keep s(tr)pprintf as
macro aliases.

show more ...

Revision tags: php-7.1.1, php-5.6.29
# 000d4a1a 07-Dec-2016 Dmitry Stogov

Merge branch 'PHP-7.1'

* PHP-7.1:
Check if PHP is in execution state.


# ee15891c 07-Dec-2016 Dmitry Stogov

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Check if PHP is in execution state.


# 3c8c347f 07-Dec-2016 Dmitry Stogov

Check if PHP is in execution state.

Revision tags: php-7.0.14, php-7.1.0
# b204b3ab 26-Nov-2016 Anatol Belski

further normalizations, uint vs uint32_t

fix merge mistake

yet one more replacement run

Revision tags: php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1
# 788368ff 22-Oct-2016 Xinchen Hui

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed bug #73350 (Exception::__toString() cause circular references)


# eca84946 22-Oct-2016 Xinchen Hui

Fixed bug #73350 (Exception::__toString() cause circular references)

Revision tags: php-7.1.0RC4, php-5.6.27, php-7.0.12
# ee425297 13-Oct-2016 Anatol Belski

Revert "export symbol missing by phpdbg"

This reverts commit 611ab7fe5b9fe41de56c25b1d348a866794b1fb1.

Overseen strpprintf is there

(cherry picked from commit 3104882cf8733

Revert "export symbol missing by phpdbg"

This reverts commit 611ab7fe5b9fe41de56c25b1d348a866794b1fb1.

Overseen strpprintf is there

(cherry picked from commit 3104882cf873308c43dca20bdfd698dd3470a246)

show more ...

# b4ddf4e5 12-Oct-2016 Anatol Belski

fix another mistake

(cherry picked from commit bec0121733cc5777c4d3fde8e9ff56fe68c039d3)

# 4e338817 12-Oct-2016 Anatol Belski

export symbol missing by phpdbg

(cherry picked from commit 611ab7fe5b9fe41de56c25b1d348a866794b1fb1)

# 2c38f70a 12-Oct-2016 Anatol Belski

fix wrong merge

(cherry picked from commit 821a230f290b7457d4223001286afe00fe887277)

# a8a11b66 12-Oct-2016 Anatol Belski

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fix bug #73190: memcpy negative parameter _bc_new_num_ex

(cherry picked from commit af1bf873fe4fc70be17fa9f270e8f30666f2d2db)

# 3104882c 13-Oct-2016 Anatol Belski

Revert "export symbol missing by phpdbg"

This reverts commit 611ab7fe5b9fe41de56c25b1d348a866794b1fb1.

Overseen strpprintf is there

# 611ab7fe 12-Oct-2016 Anatol Belski

export symbol missing by phpdbg

# 74b56625 03-Oct-2016 Stanislav Malyshev

Fix bug #73190: memcpy negative parameter _bc_new_num_ex

(cherry picked from commit 40e7baab3c90001beee4c8f0ed0ef79ad18ee0d6)

Revision tags: php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1
# 12ee17d5 30-Aug-2016 Davey Shafik

Implement \ArgumentCountError exception

Revision tags: php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38
# 0bda0422 14-Jul-2016 Nikita Popov

Merge branch 'PHP-7.0'

Conflicts:
Zend/zend_vm_execute.h


# 587668be 14-Jul-2016 Nikita Popov

Fix leak of class name when printing exception backtrace

# 5063b5ae 13-Jul-2016 Nikita Popov

Fix leak if throw_exception_object() fails

# 0478e431 12-Jul-2016 Xinchen Hui

Merge branch 'PHP-7.0'

* PHP-7.0:
Fixed bug #72581 (previous property undefined in Exception after deserialization)

Conflicts:
Zend/zend_exceptions.c


# 42902919 12-Jul-2016 Xinchen Hui

Fixed bug #72581 (previous property undefined in Exception after deserialization)

Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2
# f8faffe3 22-Jun-2016 Dmitry Stogov

Merge branch 'PHP-7.0'

* PHP-7.0:
Allow "proxy" ovjects to substitute their class names through get_class_name() handler (similar to var_dump() and others).


# 3c84e5e1 22-Jun-2016 Dmitry Stogov

Allow "proxy" ovjects to substitute their class names through get_class_name() handler (similar to var_dump() and others).

12345678910>>...17