1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00
Files
archived-php-src/main
Nikita Popov 975acfe71e Pass zend_string message to zend_error_cb
This makes the zend_error_cb API simpler, and avoid formatting
the same message in multiple places.

It should be noted that the passed zend_string is always
non-persistent, so if you want to store it persistently somewhere,
you may still need to duplicate it.

The last_error_message is cleared a bit more aggressive, to make
sure it doesn't hang around across allocator life-cycles.

Closes GH-5639.
2020-06-05 09:54:02 +02:00
..
2019-02-03 21:03:00 +01:00
2020-01-27 13:32:51 +01:00
2020-03-11 11:32:46 +01:00
2020-01-27 13:32:51 +01:00
2020-03-26 11:49:27 +01:00
2020-04-28 09:10:50 +02:00
2020-05-12 22:01:00 +02:00
2020-03-26 11:49:27 +01:00
2020-05-11 14:21:25 -07:00