php-src/ext/standard/tests/general_functions
Jani Taskinen f964370a35 - Added ".htaccess" style user-defined php.ini files support for
CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
  in php.ini. All directives set in these sections will not be able to be
  overridden in user-defined ini-files or during runtime in the specified
  path.

- Improved php.ini handling:
  . Added better error reporting for syntax errors in php.ini files
  . Allowed "ini-variables" to be used almost everywhere ini php.ini files
  . Allowed using alphanumeric/variable indexes in "array" ini options
  . Fixed get_cfg_var() to be able to return "array" ini options

- Fixed bug #27372 (parse error loading browscap.ini at apache startup)
- Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric
  characters)

@DOC Pierre promised to handle the manual part of this :D
2007-09-28 02:04:28 +00:00
..
001.phpt
002.phpt
003.phpt
004.data
004.phpt
005.phpt
006.phpt
007.phpt
008.phpt
009.phpt
010.phpt
bug25038.phpt
bug27678.phpt
bug29038.phpt
bug31190.phpt
bug32647.phpt MFB: fix expected output 2007-09-14 15:04:46 +00:00
bug34794.phpt
bug35229.phpt
bug36011.phpt
bug39322.phpt
bug40398.phpt
bug40752.phpt
bug41037.phpt
bug41445_1.phpt fix #41445 (parse_ini_file() has a problem with certain types of integer as sections) 2007-06-26 12:08:50 +00:00
bug41445.phpt fix #41445 (parse_ini_file() has a problem with certain types of integer as sections) 2007-06-26 12:08:50 +00:00
bug41518.phpt clean up temp file 2007-06-04 17:18:28 +00:00
bug41970.phpt fix #41970 (call_user_func_*() leaks on failure) 2007-07-12 09:19:04 +00:00
call_user_func_return.phpt fix test 2007-07-13 09:13:58 +00:00
debug_zval_dump_b_64bit.phpt fix tests, add 64bit versions 2007-05-29 12:42:19 +00:00
debug_zval_dump_b.phpt
debug_zval_dump_e.phpt
debug_zval_dump_o.phpt Fixed test 2007-07-24 20:03:30 +00:00
debug_zval_dump_v.phpt
dl-cve-2007-4887.phpt add test for dl() with long name 2007-09-20 18:45:03 +00:00
error_get_last.phpt
floatval.phpt new test cases for general functions 2007-06-05 09:21:54 +00:00
getopt.phpt
getrusage.phpt
gettype_settype_basic.phpt
gettype_settype_error.phpt
gettype_settype_variation1.phpt
gettype_settype_variation2.phpt fix test, do not run on macos 2007-08-29 04:37:17 +00:00
gettype_settype_variation3.phpt
gettype_settype_variation4.phpt
gettype_settype_variation5.phpt
gettype_settype_variation6.phpt
gettype_settype_variation7.phpt
gettype_settype_variation8.phpt
head.phpt
highlight_heredoc.phpt
import_request1.phpt
import_request2.phpt
import_request3.phpt
import_request.phpt
include_path.phpt
ini_get_all.phpt
intval.phpt fix tests, add 64bit versions 2007-05-29 12:42:19 +00:00
is_array.phpt
is_bool.phpt
is_callable.phpt fix test 2007-09-11 05:23:45 +00:00
is_float_64bit.phpt fix tests, add 64bit versions 2007-05-29 12:42:19 +00:00
is_float.phpt fix tests, add 64bit versions 2007-05-29 12:42:19 +00:00
is_int_64bit.phpt fix tests, add 64bit versions 2007-05-29 12:42:19 +00:00
is_int.phpt fix tests, add 64bit versions 2007-05-29 12:42:19 +00:00
is_null.phpt
is_numeric.phpt
is_object.phpt
is_resource.phpt
is_scalar.phpt
is_string.phpt
parse_ini_basic.data - Added ".htaccess" style user-defined php.ini files support for 2007-09-28 02:04:28 +00:00
parse_ini_basic.phpt - Added ".htaccess" style user-defined php.ini files support for 2007-09-28 02:04:28 +00:00
parse_ini_booleans.data - Added ".htaccess" style user-defined php.ini files support for 2007-09-28 02:04:28 +00:00
parse_ini_booleans.phpt - Added ".htaccess" style user-defined php.ini files support for 2007-09-28 02:04:28 +00:00
parse_ini_file.phpt - Added ".htaccess" style user-defined php.ini files support for 2007-09-28 02:04:28 +00:00
phpcredits2.phpt Changing to use %a to match recent run-tests.php patch 2007-09-14 16:56:34 +00:00
phpcredits.phpt MFB: change run-tests.php to add %a 2007-09-14 15:36:29 +00:00
phpinfo2.phpt Changing to use %a to match recent run-tests.php patch 2007-09-14 16:56:34 +00:00
phpinfo.phpt MFB: change run-tests.php to add %a 2007-09-14 15:36:29 +00:00
print_r_64bit.phpt fix tests, add 64bit versions 2007-05-29 12:42:19 +00:00
print_r.phpt
proc_open02.phpt
proc_open.phpt
putenv.phpt
rand.phpt
strval.phpt
sunfuncts.phpt
sys_getloadavg.phpt
type.phpt
var_dump_64bit.phpt fix tests, add 64bit versions 2007-05-29 12:42:19 +00:00
var_dump.phpt
var_export-locale.phpt - Added the H modifier to create non-locale-aware non-fixed-precision float 2007-06-19 12:19:27 +00:00
var_export.phpt