php-src/scripts
Nikita Popov a6c9c7c2b8 Handle resources used as array keys consistently
Resources used as array keys are generally handled by throwing a
notice and converting the resource to the resource handle. The only
exception is the [$resource => null] syntax, where this was treated
as an illegal offset type instead. However, this also only happened
for VM evaluations, the AST evaluator did handle resources correctly.
2019-09-27 10:40:41 +02:00
..
dev Handle resources used as array keys consistently 2019-09-27 10:40:41 +02:00
man1 Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
Makefile.frag Move acinclude.m4 to build/php.m4 2019-04-23 20:28:45 +02:00
php-config.in add ini config details to php-config 2019-06-29 05:26:21 +02:00
phpize.in Refactor undefining PACKAGE_* symbols 2019-07-11 02:00:51 +02:00
phpize.m4 Refactor undefining PACKAGE_* symbols 2019-07-11 02:00:51 +02:00