Revision tags: php-5.6.7 |
|
#
724f7118 |
| 18-Mar-2015 |
Anthony Ferrara |
Refactor error messages to only append defined in the event of rendering as a fatal error. Fix relative typehints to not work
|
#
7feebead |
| 18-Mar-2015 |
Anthony Ferrara |
Refactor error implementation significantly to centralize error mode behavior. Add zend_internal_type_error() function
|
Revision tags: php-5.5.23, php-5.4.39 |
|
#
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, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1 |
|
#
3e31838d |
| 22-Jan-2015 |
Dmitry Stogov |
zend_read_property() has to provide a holder for return value. Previously it was possible that zend_read_property() returned pointer to zval allocated on stack.
|
Revision tags: php-5.5.21, php-5.6.5, php-5.4.37 |
|
#
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
|
Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things
|
#
3893c1fc |
| 12-Dec-2014 |
Dmitry Stogov |
Fixed compilation warnings
|
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
|