php-src/tests
John Boehr 59558ffd96 Fix issues with phpt and EXTENSION on windows (BUG 75042)
* Commands are not properly escaped for windows
* Specifying "-n" to check loaded modules causes "Module already loaded"
warning
* Extensions to be loaded need the "php_" prefix on Windows

Bug: https://bugs.php.net/bug.php?id=75042

Add back -n flag to fetch loaded extensions in run-tests.php

Add test for phpt EXTENSIONS directive

Add a second test for bug 75042

Add test to test loading of nonexistent shared module

with the EXTENSIONS phpt block

Pass ini settings when checking loaded extensions
2017-08-18 17:34:48 +02:00
..
basic Change PHP_OS_FAMILY slightly 2017-02-22 12:31:06 +01:00
classes Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:51:23 +08:00
func test to function addcslashes 2014-11-23 17:19:56 -08:00
lang Merge branch 'PHP-7.1' into PHP-7.2 2017-07-22 21:23:29 -04:00
output Merge branch 'PHP-7.1' into PHP-7.2 2017-08-12 01:38:46 +01:00
run-test Fix issues with phpt and EXTENSION on windows (BUG 75042) 2017-08-18 17:34:48 +02:00
security Change PHP_OS_FAMILY slightly 2017-02-22 12:31:06 +01:00
strings Fix tests expecting specific resource IDs 2013-12-15 16:51:21 +08:00
quicktester.inc