php-src/scripts
DanielEScherzer 0b42749621
GDB: apply ast pretty printing to specialized structures (#17884)
The `ZendAstPrettyPrinter` had logic to handle the various structures that are
based on `zend_ast`, like `zend_ast_decl`, but the printer was only installed
when the value was a `zend_ast`, meaning that for the specialized structures
the details wouldn't be shown unless they were cast (in GDB) to `zend_ast`.
Instead, just register the printer for the specialized structures too.
2025-02-25 09:17:14 +01:00
..
dev Merge branch 'PHP-8.3' into PHP-8.4 2024-11-09 14:06:35 +01:00
gdb GDB: apply ast pretty printing to specialized structures (#17884) 2025-02-25 09:17:14 +01:00
man1 Make --enable-embed libs respect --libdir 2024-03-23 07:46:31 +01:00
Makefile.frag Autotools: Remove obsolete config.status invocations (#15185) 2024-08-02 12:35:11 +02:00
php-config.in Fix extension_dir variable quoting in php-config (#13963) 2024-04-16 19:07:49 +02:00
phpize.in Autotools: Sync indentation style in build system files (#14725) 2024-06-29 23:25:17 +02:00
phpize.m4 Merge branch 'PHP-8.3' 2024-09-12 13:12:51 +02:00