mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Deprecate disabling report_memleaks INI directive (#19481)
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_report_memleaks_ini_directive
This commit is contained in:
committed by
GitHub
parent
7ca21d2e07
commit
a84a82ed88
11
tests/basic/ini_directive_deprecated_report_memleaks.phpt
Normal file
11
tests/basic/ini_directive_deprecated_report_memleaks.phpt
Normal file
@@ -0,0 +1,11 @@
|
||||
--TEST--
|
||||
Deprecated INI directive report_memleaks warning
|
||||
--INI--
|
||||
report_memleaks=0
|
||||
--FILE--
|
||||
<?php
|
||||
echo "Testing deprecated report_memleaks INI directive.\n";
|
||||
?>
|
||||
--EXPECT--
|
||||
Deprecated: PHP Startup: Directive 'report_memleaks' is deprecated in Unknown on line 0
|
||||
Testing deprecated report_memleaks INI directive.
|
||||
Reference in New Issue
Block a user