History log of /PHP-7.1/Zend/zend_exceptions.c (Results 101 – 125 of 293)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1
# 1480d26f 20-Oct-2014 Dmitry Stogov

fixed compilation error


Revision tags: php-5.5.18, php-5.4.34
# df79b9b2 09-Oct-2014 Nikita Popov

Update get_class_name semantics

* get_class_name is now only used for displaying the class name
in debugging functions like var_dump, print_r, etc. It is no
longer used in get

Update get_class_name semantics

* get_class_name is now only used for displaying the class name
in debugging functions like var_dump, print_r, etc. It is no
longer used in get_class() etc.
* As it is no longer used in get_parent_class() the parent
argument is now gone. This also fixes incorrect parent classes
being reported in COM.
* get_class_name is now always required (previously some places
made it optional and some required it) and is also required
to return a non-NULL value.
* Remove zend_get_object_classname. This also fixes a number of
potential leaks due to incorrect usage of this function.

show more ...


# 2a0c4edf 06-Oct-2014 Nikita Popov

Drop convert_to usage in zend_exceptions

To make everything work correctly with refs.

I'm unsure whether the GET_PROPERTY_SILENT distinction is really
necessary, because the cho

Drop convert_to usage in zend_exceptions

To make everything work correctly with refs.

I'm unsure whether the GET_PROPERTY_SILENT distinction is really
necessary, because the choice seemed pretty random, but kept it
around.

show more ...


Revision tags: php-5.5.18RC1
# c4419e7a 01-Oct-2014 Dmitry Stogov

Expose zend_throw_exception_internal()


Revision tags: php-5.6.1, php-5.6.2
# a770d29d 21-Sep-2014 Nikita Popov

Add smart_str_append for appending zend_strings

Also replaces usages in Zend/ and ext/standard


# e0df8cc8 20-Sep-2014 Nikita Popov

Use smart_str for exception stack traces


# babcad06 19-Sep-2014 Anatol Belski

fix length data types


Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1
# 7f6d2b12 28-Aug-2014 Anatol Belski

fix format


# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


Revision tags: php-5.6.0
# b63ab832 26-Aug-2014 Anatol Belski

several signature and data type fixes


# d2a3bf9d 25-Aug-2014 Nikita Popov

Fix compiler warnings


Revision tags: POST_AST_MERGE, PRE_AST_MERGE
# af59e92b 25-Aug-2014 Anatol Belski

master renames phase 7


# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


# 70de6180 24-Aug-2014 Anatol Belski

fixes to %pd format usage


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE
# 16b4d90f 21-Aug-2014 Dmitry Stogov

Separate values before conversion


Revision tags: php-5.5.16, php-5.4.32
# 5bb25776 16-Aug-2014 Anatol Belski

further fixes on core


# 8ee2a4a9 16-Aug-2014 Anatol Belski

first shot on merging the core fro the int64 branch


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31
# ea17b018 22-Jul-2014 Dmitry Stogov

Fixed dtrace support


Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 5aa91be5 07-Jul-2014 Dmitry Stogov

Simplify call-frame handling


Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14
# 0c5a1b83 23-Jun-2014 Dmitry Stogov

Fixed refcounting bug


Revision tags: php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4
# 0427ae08 02-Jun-2014 Dmitry Stogov

cleanup


# d0d62d3b 28-May-2014 Dmitry Stogov

Use new zend_hash API


Revision tags: php-5.4.29, php-5.5.13
# bc357eaf 25-May-2014 Xinchen Hui

Fixed apply_func_args_t


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# 5bf6a093 11-May-2014 Bob Weinand

Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245)
Linux apparently does not like memcpy in overlapping regions...


12345678910>>...12