components/php/suhosin-extension/test/results-64.master
changeset 4408 47b0133297d6
child 4826 22a167e06d01
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/php/suhosin-extension/test/results-64.master	Thu Jun 04 09:10:36 2015 -0700
@@ -0,0 +1,240 @@
+make[1]: Entering directory `$(@D)'
+/bin/bash $(@D)/libtool --mode=install cp ./suhosin.la $(@D)/modules
+cp ./.libs/suhosin.so $(@D)/modules/suhosin.so
+chmod +x $(@D)/modules/suhosin.so
+cp ./.libs/suhosin.lai $(@D)/modules/suhosin.la
+----------------------------------------------------------------------
+Libraries have been installed in:
+   $(@D)/modules
+
+If you ever happen to want to link against installed libraries
+in a given directory, LIBDIR, you must either use libtool, and
+specify the full pathname of the library, or use the `-LLIBDIR'
+flag during linking and do at least one of the following:
+   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
+     during execution
+   - use the `-RLIBDIR' linker flag
+
+See any operating system documentation about shared libraries for
+more information, such as the ld(1) and ld.so(8) manual pages.
+----------------------------------------------------------------------
+
+Build complete.
+Don't forget to run 'make test'.
+
+
+=====================================================================
+PHP_SAPI    : cli
+PHP_VERSION : 5.6.8
+ZEND_VERSION: 2.6.0
+INI actual  : $(@D)/tmp-php.ini
+More .INIs  :  
+CWD         : $(@D)
+Extra dirs  : 
+VALGRIND    : Not used
+=====================================================================
+=====================================================================
+TEST 1/180 [$(SOURCE_DIR)/tests/cookie/crypt.checkraddr_4.phpt]
PASS cookie encryption with checkraddr=4 [$(SOURCE_DIR)/tests/cookie/crypt.checkraddr_4.phpt] 
+TEST 2/180 [$(SOURCE_DIR)/tests/cookie/crypt.checkraddr_4_incorrect.phpt]
PASS cookie encryption with checkraddr=4 [$(SOURCE_DIR)/tests/cookie/crypt.checkraddr_4_incorrect.phpt] 
+TEST 3/180 [$(SOURCE_DIR)/tests/cookie/crypt.cryptlist.phpt]
PASS cookie encryption with cryptlist set [$(SOURCE_DIR)/tests/cookie/crypt.cryptlist.phpt] 
+TEST 4/180 [$(SOURCE_DIR)/tests/cookie/crypt.docroot.phpt]
PASS cookie encryption using document root [$(SOURCE_DIR)/tests/cookie/crypt.docroot.phpt] 
+TEST 5/180 [$(SOURCE_DIR)/tests/cookie/crypt.invalid.phpt]
PASS cookie encryption with invalid cookie [$(SOURCE_DIR)/tests/cookie/crypt.invalid.phpt] 
+TEST 6/180 [$(SOURCE_DIR)/tests/cookie/crypt.key_default.phpt]
PASS cookie encryption with default key [$(SOURCE_DIR)/tests/cookie/crypt.key_default.phpt] 
+TEST 7/180 [$(SOURCE_DIR)/tests/cookie/crypt.key_empty.phpt]
PASS cookie encryption with empty key [$(SOURCE_DIR)/tests/cookie/crypt.key_empty.phpt] 
+TEST 8/180 [$(SOURCE_DIR)/tests/cookie/crypt.key_empty_remote_addr.phpt]
PASS cookie encryption with empty key and REMOTE_ADDR set [$(SOURCE_DIR)/tests/cookie/crypt.key_empty_remote_addr.phpt] 
+TEST 9/180 [$(SOURCE_DIR)/tests/cookie/crypt.no_encryption.phpt]
PASS cookie without encryption [$(SOURCE_DIR)/tests/cookie/crypt.no_encryption.phpt] 
+TEST 10/180 [$(SOURCE_DIR)/tests/cookie/crypt.plainlist.phpt]
PASS cookie encryption with plainlist set [$(SOURCE_DIR)/tests/cookie/crypt.plainlist.phpt] 
+TEST 11/180 [$(SOURCE_DIR)/tests/cookie/crypt.raddr_1.phpt]
PASS cookie encryption using REMOTE_ADDR (cryptraddr=1) [$(SOURCE_DIR)/tests/cookie/crypt.raddr_1.phpt] 
+TEST 12/180 [$(SOURCE_DIR)/tests/cookie/crypt.raddr_2.phpt]
PASS cookie encryption using REMOTE_ADDR (cryptraddr=2) [$(SOURCE_DIR)/tests/cookie/crypt.raddr_2.phpt] 
+TEST 13/180 [$(SOURCE_DIR)/tests/cookie/crypt.raddr_3.phpt]
PASS cookie encryption using REMOTE_ADDR (cryptraddr=3) [$(SOURCE_DIR)/tests/cookie/crypt.raddr_3.phpt] 
+TEST 14/180 [$(SOURCE_DIR)/tests/cookie/crypt.raddr_4.phpt]
PASS cookie encryption using REMOTE_ADDR (cryptraddr=4) [$(SOURCE_DIR)/tests/cookie/crypt.raddr_4.phpt] 
+TEST 15/180 [$(SOURCE_DIR)/tests/cookie/crypt.ua.phpt]
PASS cookie with encryption using HTTP_USER_AGENT [$(SOURCE_DIR)/tests/cookie/crypt.ua.phpt] 
+TEST 16/180 [$(SOURCE_DIR)/tests/executor/allow_symlink_off.phpt]
FAIL suhosin.executor.allow_symlink=Off [$(SOURCE_DIR)/tests/executor/allow_symlink_off.phpt] 
+TEST 17/180 [$(SOURCE_DIR)/tests/executor/allow_symlink_on.phpt]
PASS suhosin.executor.allow_symlink=On [$(SOURCE_DIR)/tests/executor/allow_symlink_on.phpt] 
+TEST 18/180 [$(SOURCE_DIR)/tests/executor/disable_emod_off.phpt]
PASS Testing: suhosin.executor.disable_emodifier=0 [$(SOURCE_DIR)/tests/executor/disable_emod_off.phpt] 
+TEST 19/180 [$(SOURCE_DIR)/tests/executor/disable_emod_on.phpt]
PASS Testing: suhosin.executor.disable_emodifier=1 [$(SOURCE_DIR)/tests/executor/disable_emod_on.phpt] 
+TEST 20/180 [$(SOURCE_DIR)/tests/executor/disable_eval_off.phpt]
PASS Testing: suhosin.executor.disable_eval=0 [$(SOURCE_DIR)/tests/executor/disable_eval_off.phpt] 
+TEST 21/180 [$(SOURCE_DIR)/tests/executor/disable_eval_on.phpt]
PASS Testing: suhosin.executor.disable_eval=1 [$(SOURCE_DIR)/tests/executor/disable_eval_on.phpt] 
+TEST 22/180 [$(SOURCE_DIR)/tests/executor/function_blacklist.phpt]
PASS Testing: suhosin.executor.func.blacklist=max [$(SOURCE_DIR)/tests/executor/function_blacklist.phpt] 
+TEST 23/180 [$(SOURCE_DIR)/tests/executor/function_blacklist_printf.phpt]
PASS Testing: suhosin.executor.func.blacklist=printf [$(SOURCE_DIR)/tests/executor/function_blacklist_printf.phpt] 
+TEST 24/180 [$(SOURCE_DIR)/tests/executor/function_blacklist_printf_function_exists.phpt]
PASS Testing: suhosin.executor.func.blacklist=printf with function_exists() [$(SOURCE_DIR)/tests/executor/function_blacklist_printf_function_exists.phpt] 
+TEST 25/180 [$(SOURCE_DIR)/tests/executor/function_call_user_func.phpt]
PASS Testing if call_user_func() actually works [$(SOURCE_DIR)/tests/executor/function_call_user_func.phpt] 
+TEST 26/180 [$(SOURCE_DIR)/tests/executor/function_whiletist_absmax.phpt]
PASS Testing: suhosin.executor.func.whitelist=abs,max [$(SOURCE_DIR)/tests/executor/function_whiletist_absmax.phpt] 
+TEST 27/180 [$(SOURCE_DIR)/tests/executor/function_whitelist.phpt]
PASS Testing: suhosin.executor.func.whitelist=abs [$(SOURCE_DIR)/tests/executor/function_whitelist.phpt] 
+TEST 28/180 [$(SOURCE_DIR)/tests/executor/function_whitelist_call_user_func.phpt]
PASS Testing: suhosin.executor.func.whitelist=call_user_func [$(SOURCE_DIR)/tests/executor/function_whitelist_call_user_func.phpt] 
+TEST 29/180 [$(SOURCE_DIR)/tests/executor/function_whitelist_function_exists.phpt]
PASS Testing: suhosin.executor.func.whitelist with function_exists() [$(SOURCE_DIR)/tests/executor/function_whitelist_function_exists.phpt] 
+TEST 30/180 [$(SOURCE_DIR)/tests/executor/function_whitelist_maxabs.phpt]
PASS Testing: suhosin.executor.func.whitelist=max,abs [$(SOURCE_DIR)/tests/executor/function_whitelist_maxabs.phpt] 
+TEST 31/180 [$(SOURCE_DIR)/tests/executor/function_whitelist_without_function_exists.phpt]
PASS Testing: suhosin.executor.func.whitelist without function_exists() [$(SOURCE_DIR)/tests/executor/function_whitelist_without_function_exists.phpt] 
+TEST 32/180 [$(SOURCE_DIR)/tests/executor/memory_limit.phpt]
PASS memory_limit test: set suhosin hard_limit to normal limit [$(SOURCE_DIR)/tests/executor/memory_limit.phpt] 
+TEST 33/180 [$(SOURCE_DIR)/tests/executor/memory_limit_64bit.phpt]
PASS memory_limit test: set suhosin hard_limit to normal limit (64 bit) [$(SOURCE_DIR)/tests/executor/memory_limit_64bit.phpt] 
+TEST 34/180 [$(SOURCE_DIR)/tests/executor/memory_limit_64bit_10G.phpt]
PASS memory_limit test: set suhosin hard_limit to normal limit (64 bit) - 10 GB [$(SOURCE_DIR)/tests/executor/memory_limit_64bit_10G.phpt] 
+TEST 35/180 [$(SOURCE_DIR)/tests/executor/memory_limit_other_hardlimit.phpt]
PASS memory_limit test: set suhosin hard_limit to normal limit + 1M [$(SOURCE_DIR)/tests/executor/memory_limit_other_hardlimit.phpt] 
+TEST 36/180 [$(SOURCE_DIR)/tests/executor/negative_memory_limit.phpt]
PASS memory_limit test: trying to set memory_limit to a negative value [$(SOURCE_DIR)/tests/executor/negative_memory_limit.phpt] 
+TEST 37/180 [$(SOURCE_DIR)/tests/executor/preg_replace.phpt]
PASS Testing protection against "\0" in preg_replace() first parameter [$(SOURCE_DIR)/tests/executor/preg_replace.phpt] 
+TEST 38/180 [$(SOURCE_DIR)/tests/executor/preg_replace_error.phpt]
PASS Testing protection against "\0" in preg_replace() first parameter (INCL. SUHOSIN ERROR MESSAGES) [$(SOURCE_DIR)/tests/executor/preg_replace_error.phpt] 
+TEST 39/180 [$(SOURCE_DIR)/tests/executor/recursion_maxdepth.phpt]
PASS Testing: suhosin.executor.max_depth [$(SOURCE_DIR)/tests/executor/recursion_maxdepth.phpt] 
+TEST 40/180 [$(SOURCE_DIR)/tests/executor/user_session_handler.phpt]
PASS Testing user session handler functions [$(SOURCE_DIR)/tests/executor/user_session_handler.phpt] 
+TEST 41/180 [$(SOURCE_DIR)/tests/filter/filter_logging_statistics.phpt]
PASS suhosin variable filter logging statistics [$(SOURCE_DIR)/tests/filter/filter_logging_statistics.phpt] 
+TEST 42/180 [$(SOURCE_DIR)/tests/filter/get_filter_1.phpt]
PASS suhosin GET filter (disallowed variable names) [$(SOURCE_DIR)/tests/filter/get_filter_1.phpt] 
+TEST 43/180 [$(SOURCE_DIR)/tests/filter/get_filter_2.phpt]
PASS suhosin GET filter (suhosin.get.max_vars) [$(SOURCE_DIR)/tests/filter/get_filter_2.phpt] 
+TEST 44/180 [$(SOURCE_DIR)/tests/filter/get_filter_allow_ws.phpt]
PASS suhosin input filter (allow whitespace) [$(SOURCE_DIR)/tests/filter/get_filter_allow_ws.phpt] 
+TEST 45/180 [$(SOURCE_DIR)/tests/filter/get_filter_cookie_disallow_ws.phpt]
PASS suhosin input filter (suhosin.cookie.disallow_ws) [$(SOURCE_DIR)/tests/filter/get_filter_cookie_disallow_ws.phpt] 
+TEST 46/180 [$(SOURCE_DIR)/tests/filter/get_filter_get_disallow_ws.phpt]
PASS suhosin input filter (suhosin.get.disallow_ws) [$(SOURCE_DIR)/tests/filter/get_filter_get_disallow_ws.phpt] 
+TEST 47/180 [$(SOURCE_DIR)/tests/filter/get_filter_post_disallow_ws.phpt]
PASS suhosin input filter (suhosin.post.disallow_ws) [$(SOURCE_DIR)/tests/filter/get_filter_post_disallow_ws.phpt] 
+TEST 48/180 [$(SOURCE_DIR)/tests/filter/get_filter_request_disallow_ws.phpt]
PASS suhosin input filter (suhosin.request.disallow_ws) [$(SOURCE_DIR)/tests/filter/get_filter_request_disallow_ws.phpt] 
+TEST 49/180 [$(SOURCE_DIR)/tests/filter/get_globals.phpt]
PASS Testing: GLOBALS in GET [$(SOURCE_DIR)/tests/filter/get_globals.phpt] 
+TEST 50/180 [$(SOURCE_DIR)/tests/filter/input_filter_allow_nul.phpt]
PASS suhosin input filter (allow NUL bytes) [$(SOURCE_DIR)/tests/filter/input_filter_allow_nul.phpt] 
+TEST 51/180 [$(SOURCE_DIR)/tests/filter/input_filter_cookie_disallow_nul.phpt]
PASS suhosin input filter (suhosin.cookie.disallow_nul) [$(SOURCE_DIR)/tests/filter/input_filter_cookie_disallow_nul.phpt] 
+TEST 52/180 [$(SOURCE_DIR)/tests/filter/input_filter_cookie_max_array_depth.phpt]
PASS suhosin input filter (suhosin.cookie.max_array_depth) [$(SOURCE_DIR)/tests/filter/input_filter_cookie_max_array_depth.phpt] 
+TEST 53/180 [$(SOURCE_DIR)/tests/filter/input_filter_cookie_max_array_index_length.phpt]
PASS suhosin input filter (suhosin.cookie.max_array_index_length) [$(SOURCE_DIR)/tests/filter/input_filter_cookie_max_array_index_length.phpt] 
+TEST 54/180 [$(SOURCE_DIR)/tests/filter/input_filter_cookie_max_name_length.phpt]
PASS suhosin input filter (suhosin.cookie.max_name_length) [$(SOURCE_DIR)/tests/filter/input_filter_cookie_max_name_length.phpt] 
+TEST 55/180 [$(SOURCE_DIR)/tests/filter/input_filter_cookie_max_totalname_length.phpt]
PASS suhosin input filter (suhosin.cookie.max_totalname_length) [$(SOURCE_DIR)/tests/filter/input_filter_cookie_max_totalname_length.phpt] 
+TEST 56/180 [$(SOURCE_DIR)/tests/filter/input_filter_cookie_max_value_length.phpt]
PASS suhosin input filter (suhosin.cookie.max_value_length) [$(SOURCE_DIR)/tests/filter/input_filter_cookie_max_value_length.phpt] 
+TEST 57/180 [$(SOURCE_DIR)/tests/filter/input_filter_cookie_max_vars.phpt]
PASS suhosin input filter (suhosin.cookie.max_vars) [$(SOURCE_DIR)/tests/filter/input_filter_cookie_max_vars.phpt] 
+TEST 58/180 [$(SOURCE_DIR)/tests/filter/input_filter_get_disallow_nul.phpt]
PASS suhosin input filter (suhosin.get.disallow_nul) [$(SOURCE_DIR)/tests/filter/input_filter_get_disallow_nul.phpt] 
+TEST 59/180 [$(SOURCE_DIR)/tests/filter/input_filter_get_max_array_depth.phpt]
PASS suhosin input filter (suhosin.get.max_array_depth) [$(SOURCE_DIR)/tests/filter/input_filter_get_max_array_depth.phpt] 
+TEST 60/180 [$(SOURCE_DIR)/tests/filter/input_filter_get_max_array_index_length.phpt]
PASS suhosin input filter (suhosin.get.max_array_index_length) [$(SOURCE_DIR)/tests/filter/input_filter_get_max_array_index_length.phpt] 
+TEST 61/180 [$(SOURCE_DIR)/tests/filter/input_filter_get_max_name_length.phpt]
PASS suhosin input filter (suhosin.get.max_name_length) [$(SOURCE_DIR)/tests/filter/input_filter_get_max_name_length.phpt] 
+TEST 62/180 [$(SOURCE_DIR)/tests/filter/input_filter_get_max_totalname_length.phpt]
PASS suhosin input filter (suhosin.get.max_totalname_length) [$(SOURCE_DIR)/tests/filter/input_filter_get_max_totalname_length.phpt] 
+TEST 63/180 [$(SOURCE_DIR)/tests/filter/input_filter_get_max_value_length.phpt]
PASS suhosin input filter (suhosin.get.max_value_length) [$(SOURCE_DIR)/tests/filter/input_filter_get_max_value_length.phpt] 
+TEST 64/180 [$(SOURCE_DIR)/tests/filter/input_filter_post_disallow_nul.phpt]
PASS suhosin input filter (suhosin.post.disallow_nul) [$(SOURCE_DIR)/tests/filter/input_filter_post_disallow_nul.phpt] 
+TEST 65/180 [$(SOURCE_DIR)/tests/filter/input_filter_post_disallow_nul_rfc1867.phpt]
PASS suhosin input filter (suhosin.post.disallow_nul - RFC1867 version) [$(SOURCE_DIR)/tests/filter/input_filter_post_disallow_nul_rfc1867.phpt] 
+TEST 66/180 [$(SOURCE_DIR)/tests/filter/input_filter_post_max_array_depth.phpt]
PASS suhosin input filter (suhosin.post.max_array_depth) [$(SOURCE_DIR)/tests/filter/input_filter_post_max_array_depth.phpt] 
+TEST 67/180 [$(SOURCE_DIR)/tests/filter/input_filter_post_max_array_depth_rfc1867.phpt]
PASS suhosin input filter (suhosin.post.max_array_depth - RFC1867 version) [$(SOURCE_DIR)/tests/filter/input_filter_post_max_array_depth_rfc1867.phpt] 
+TEST 68/180 [$(SOURCE_DIR)/tests/filter/input_filter_post_max_array_index_length.phpt]
PASS suhosin input filter (suhosin.post.max_array_index_length) [$(SOURCE_DIR)/tests/filter/input_filter_post_max_array_index_length.phpt] 
+TEST 69/180 [$(SOURCE_DIR)/tests/filter/input_filter_post_max_array_index_length_rfc1867.phpt]
PASS suhosin input filter (suhosin.post.max_array_index_length - RFC1867 version) [$(SOURCE_DIR)/tests/filter/input_filter_post_max_array_index_length_rfc1867.phpt] 
+TEST 70/180 [$(SOURCE_DIR)/tests/filter/input_filter_post_max_name_length.phpt]
PASS suhosin input filter (suhosin.post.max_name_length) [$(SOURCE_DIR)/tests/filter/input_filter_post_max_name_length.phpt] 
+TEST 71/180 [$(SOURCE_DIR)/tests/filter/input_filter_post_max_name_length_rfc1867.phpt]
PASS suhosin input filter (suhosin.post.max_name_length - RFC1867 version) [$(SOURCE_DIR)/tests/filter/input_filter_post_max_name_length_rfc1867.phpt] 
+TEST 72/180 [$(SOURCE_DIR)/tests/filter/input_filter_post_max_totalname_length.phpt]
PASS suhosin input filter (suhosin.post.max_totalname_length) [$(SOURCE_DIR)/tests/filter/input_filter_post_max_totalname_length.phpt] 
+TEST 73/180 [$(SOURCE_DIR)/tests/filter/input_filter_post_max_totalname_length_rfc1867.phpt]
PASS suhosin input filter (suhosin.post.max_totalname_length - RFC1867 version) [$(SOURCE_DIR)/tests/filter/input_filter_post_max_totalname_length_rfc1867.phpt] 
+TEST 74/180 [$(SOURCE_DIR)/tests/filter/input_filter_post_max_value_length.phpt]
PASS suhosin input filter (suhosin.post.max_value_length) [$(SOURCE_DIR)/tests/filter/input_filter_post_max_value_length.phpt] 
+TEST 75/180 [$(SOURCE_DIR)/tests/filter/input_filter_post_max_value_length_rfc1867.phpt]
PASS suhosin input filter (suhosin.post.max_value_length - RFC1867 version) [$(SOURCE_DIR)/tests/filter/input_filter_post_max_value_length_rfc1867.phpt] 
+TEST 76/180 [$(SOURCE_DIR)/tests/filter/input_filter_request_array_index_blacklist.phpt]
PASS suhosin input filter (suhosin.request.array_index_blacklist) [$(SOURCE_DIR)/tests/filter/input_filter_request_array_index_blacklist.phpt] 
+TEST 77/180 [$(SOURCE_DIR)/tests/filter/input_filter_request_array_index_whitelist.phpt]
PASS suhosin input filter (suhosin.request.array_index_whitelist) [$(SOURCE_DIR)/tests/filter/input_filter_request_array_index_whitelist.phpt] 
+TEST 78/180 [$(SOURCE_DIR)/tests/filter/input_filter_request_disallow_nul.phpt]
PASS suhosin input filter (suhosin.request.disallow_nul) [$(SOURCE_DIR)/tests/filter/input_filter_request_disallow_nul.phpt] 
+TEST 79/180 [$(SOURCE_DIR)/tests/filter/input_filter_request_max_array_depth.phpt]
PASS suhosin input filter (suhosin.request.max_array_depth) [$(SOURCE_DIR)/tests/filter/input_filter_request_max_array_depth.phpt] 
+TEST 80/180 [$(SOURCE_DIR)/tests/filter/input_filter_request_max_array_index_length.phpt]
PASS suhosin input filter (suhosin.request.max_array_index_length) [$(SOURCE_DIR)/tests/filter/input_filter_request_max_array_index_length.phpt] 
+TEST 81/180 [$(SOURCE_DIR)/tests/filter/input_filter_request_max_name_length.phpt]
PASS suhosin input filter (suhosin.request.max_varname_length) [$(SOURCE_DIR)/tests/filter/input_filter_request_max_name_length.phpt] 
+TEST 82/180 [$(SOURCE_DIR)/tests/filter/input_filter_request_max_totalname_length.phpt]
PASS suhosin input filter (suhosin.request.max_totalname_length) [$(SOURCE_DIR)/tests/filter/input_filter_request_max_totalname_length.phpt] 
+TEST 83/180 [$(SOURCE_DIR)/tests/filter/input_filter_request_max_value_length.phpt]
PASS suhosin input filter (suhosin.request.max_value_length) [$(SOURCE_DIR)/tests/filter/input_filter_request_max_value_length.phpt] 
+TEST 84/180 [$(SOURCE_DIR)/tests/filter/post_fileupload_array_index_blacklist.phpt]
PASS suhosin file upload filter (array index whitelist) [$(SOURCE_DIR)/tests/filter/post_fileupload_array_index_blacklist.phpt] 
+TEST 85/180 [$(SOURCE_DIR)/tests/filter/post_fileupload_array_index_whitelist.phpt]
PASS suhosin file upload filter (array index whitelist) [$(SOURCE_DIR)/tests/filter/post_fileupload_array_index_whitelist.phpt] 
+TEST 86/180 [$(SOURCE_DIR)/tests/filter/post_fileupload_filter_1.phpt]
PASS suhosin rfc1867 file upload filter (disallowed variable names) [$(SOURCE_DIR)/tests/filter/post_fileupload_filter_1.phpt] 
+TEST 87/180 [$(SOURCE_DIR)/tests/filter/post_fileupload_filter_2.phpt]
PASS suhosin rfc1867 file upload filter (suhosin.post.max_vars) [$(SOURCE_DIR)/tests/filter/post_fileupload_filter_2.phpt] 
+TEST 88/180 [$(SOURCE_DIR)/tests/filter/post_filter_1.phpt]
PASS suhosin POST filter (disallowed variable names) [$(SOURCE_DIR)/tests/filter/post_filter_1.phpt] 
+TEST 89/180 [$(SOURCE_DIR)/tests/filter/post_filter_2.phpt]
PASS suhosin POST filter (suhosin.post.max_vars) [$(SOURCE_DIR)/tests/filter/post_filter_2.phpt] 
+TEST 90/180 [$(SOURCE_DIR)/tests/filter/post_filter_empty_var.phpt]
PASS suhosin POST filter with empty variable [$(SOURCE_DIR)/tests/filter/post_filter_empty_var.phpt] 
+TEST 91/180 [$(SOURCE_DIR)/tests/filter/server_encode_off.phpt]
PASS Testing: suhosin.server.encode=Off [$(SOURCE_DIR)/tests/filter/server_encode_off.phpt] 
+TEST 92/180 [$(SOURCE_DIR)/tests/filter/server_encode_on.phpt]
PASS Testing: suhosin.server.encode=On [$(SOURCE_DIR)/tests/filter/server_encode_on.phpt] 
+TEST 93/180 [$(SOURCE_DIR)/tests/filter/server_filter.phpt]
PASS suhosin SERVER filter [$(SOURCE_DIR)/tests/filter/server_filter.phpt] 
+TEST 94/180 [$(SOURCE_DIR)/tests/filter/server_strip_off.phpt]
PASS Testing: suhosin.server.strip=Off [$(SOURCE_DIR)/tests/filter/server_strip_off.phpt] 
+TEST 95/180 [$(SOURCE_DIR)/tests/filter/server_strip_on.phpt]
PASS Testing: suhosin.server.strip=On [$(SOURCE_DIR)/tests/filter/server_strip_on.phpt] 
+TEST 96/180 [$(SOURCE_DIR)/tests/filter/server_user_agent_strip_off.phpt]
PASS Testing: suhosin.server.strip=On [$(SOURCE_DIR)/tests/filter/server_user_agent_strip_off.phpt] 
+TEST 97/180 [$(SOURCE_DIR)/tests/filter/server_user_agent_strip_on.phpt]
PASS Testing: suhosin.server.strip=On [$(SOURCE_DIR)/tests/filter/server_user_agent_strip_on.phpt] 
+TEST 98/180 [$(SOURCE_DIR)/tests/filter/suhosin_upload_disallow_binary_off.phpt]
PASS Testing: suhosin.upload.disallow_binary=Off [$(SOURCE_DIR)/tests/filter/suhosin_upload_disallow_binary_off.phpt] 
+TEST 99/180 [$(SOURCE_DIR)/tests/filter/suhosin_upload_disallow_binary_on.phpt]
PASS Testing: suhosin.upload.disallow_binary=On [$(SOURCE_DIR)/tests/filter/suhosin_upload_disallow_binary_on.phpt] 
+TEST 100/180 [$(SOURCE_DIR)/tests/filter/suhosin_upload_disallow_binary_utf8.phpt]
SKIP Testing: suhosin.upload.disallow_binary=On with UTF-8 [$(SOURCE_DIR)/tests/filter/suhosin_upload_disallow_binary_utf8.phpt] reason: feature not compiled inALERT - configured request variable name length limit exceeded - dropped variable '$(SOURCE_DIR)/tests/filter/suhosin_upload_disallow_binary_utf8_skip_php' (attacker 'REMOTE_ADDR not set', file 'unknown')
+TEST 101/180 [$(SOURCE_DIR)/tests/filter/suhosin_upload_disallow_binary_utf8fail.phpt]
SKIP Testing: suhosin.upload.disallow_binary=On with UTF-8 and allow_utf8=Off [$(SOURCE_DIR)/tests/filter/suhosin_upload_disallow_binary_utf8fail.phpt] reason: feature not compiled in
+TEST 102/180 [$(SOURCE_DIR)/tests/filter/suhosin_upload_disallow_elf.phpt]
PASS Testing: suhosin.upload.disallow_elf=On [$(SOURCE_DIR)/tests/filter/suhosin_upload_disallow_elf.phpt] 
+TEST 103/180 [$(SOURCE_DIR)/tests/filter/suhosin_upload_disallow_elf_off.phpt]
PASS Testing: suhosin.upload.disallow_elf=Off [$(SOURCE_DIR)/tests/filter/suhosin_upload_disallow_elf_off.phpt] 
+TEST 104/180 [$(SOURCE_DIR)/tests/filter/suhosin_upload_max_uploads.phpt]
PASS suhosin.upload.max_uploads [$(SOURCE_DIR)/tests/filter/suhosin_upload_max_uploads.phpt] 
+TEST 105/180 [$(SOURCE_DIR)/tests/filter/suhosin_upload_remove_binary.phpt]
PASS Testing: suhosin.upload.remove_binary=On [$(SOURCE_DIR)/tests/filter/suhosin_upload_remove_binary.phpt] 
+TEST 106/180 [$(SOURCE_DIR)/tests/filter/suhosin_upload_remove_binary_utf8.phpt]
SKIP Testing: suhosin.upload.remove_binary=On with UTF-8 [$(SOURCE_DIR)/tests/filter/suhosin_upload_remove_binary_utf8.phpt] reason: feature not compiled inALERT - configured request variable name length limit exceeded - dropped variable '$(SOURCE_DIR)/tests/filter/suhosin_upload_remove_binary_utf8_skip_php' (attacker 'REMOTE_ADDR not set', file 'unknown')
+TEST 107/180 [$(SOURCE_DIR)/tests/filter/suhosin_upload_remove_binary_utf8fail.phpt]
SKIP Testing: suhosin.upload.remove_binary=On with UTF-8 and allow_utf8=Off [$(SOURCE_DIR)/tests/filter/suhosin_upload_remove_binary_utf8fail.phpt] reason: feature not compiled inALERT - configured request variable name length limit exceeded - dropped variable '$(SOURCE_DIR)/tests/filter/suhosin_upload_remove_binary_utf8fail_skip_php' (attacker 'REMOTE_ADDR not set', file 'unknown')
+TEST 108/180 [$(SOURCE_DIR)/tests/funcs/crypt_blowfish.phpt]
PASS CRYPT_BLOWFISH support [$(SOURCE_DIR)/tests/funcs/crypt_blowfish.phpt] 
+TEST 109/180 [$(SOURCE_DIR)/tests/funcs/crypt_ext_des.phpt]
PASS CRYPT_EXT_DES support [$(SOURCE_DIR)/tests/funcs/crypt_ext_des.phpt] 
+TEST 110/180 [$(SOURCE_DIR)/tests/funcs/crypt_md5.phpt]
PASS CRYPT_MD5 support [$(SOURCE_DIR)/tests/funcs/crypt_md5.phpt] 
+TEST 111/180 [$(SOURCE_DIR)/tests/funcs/crypt_std_des.phpt]
PASS CRYPT_STD_DES support [$(SOURCE_DIR)/tests/funcs/crypt_std_des.phpt] 
+TEST 112/180 [$(SOURCE_DIR)/tests/funcs/sha256.phpt]
PASS SHA256 support [$(SOURCE_DIR)/tests/funcs/sha256.phpt] 
+TEST 113/180 [$(SOURCE_DIR)/tests/include/include_allow_writable_files_off.phpt]
PASS Testing suhosin.executor.include.allow_writable_files=Off [$(SOURCE_DIR)/tests/include/include_allow_writable_files_off.phpt] 
+TEST 114/180 [$(SOURCE_DIR)/tests/include/include_allow_writable_files_on.phpt]
PASS Testing suhosin.executor.include.allow_writable_files=On [$(SOURCE_DIR)/tests/include/include_allow_writable_files_on.phpt] 
+TEST 115/180 [$(SOURCE_DIR)/tests/include/include_constant.phpt]
PASS Include "Constant URL"; [$(SOURCE_DIR)/tests/include/include_constant.phpt] 
+TEST 116/180 [$(SOURCE_DIR)/tests/include/include_etc_passwd.phpt]
PASS Include "../../../../../../../../../../../etc/passwd"; [$(SOURCE_DIR)/tests/include/include_etc_passwd.phpt] 
+TEST 117/180 [$(SOURCE_DIR)/tests/include/include_max_traversal.phpt]
PASS Testing suhosin.executor.include.max_traversal=10 [$(SOURCE_DIR)/tests/include/include_max_traversal.phpt] 
+TEST 118/180 [$(SOURCE_DIR)/tests/include/include_nul_in_filename.phpt]
PASS Testing include of filename including ASCIIZ character [$(SOURCE_DIR)/tests/include/include_nul_in_filename.phpt] 
+TEST 119/180 [$(SOURCE_DIR)/tests/include/include_once_constant.phpt]
PASS Include_once "Constant URL"; [$(SOURCE_DIR)/tests/include/include_once_constant.phpt] 
+TEST 120/180 [$(SOURCE_DIR)/tests/include/include_once_tmpvar.phpt]
PASS Include_once "Temp Variable URL"; [$(SOURCE_DIR)/tests/include/include_once_tmpvar.phpt] 
+TEST 121/180 [$(SOURCE_DIR)/tests/include/include_once_var.phpt]
PASS Include_once "Variable URL"; [$(SOURCE_DIR)/tests/include/include_once_var.phpt] 
+TEST 122/180 [$(SOURCE_DIR)/tests/include/include_tmpvar.phpt]
PASS Include "Temp Variable URL"; [$(SOURCE_DIR)/tests/include/include_tmpvar.phpt] 
+TEST 123/180 [$(SOURCE_DIR)/tests/include/include_too_long.phpt]
PASS Testing include of too long filename [$(SOURCE_DIR)/tests/include/include_too_long.phpt] 
+TEST 124/180 [$(SOURCE_DIR)/tests/include/include_uploaded_file_diff_filename.phpt]
PASS Testing include file from $_FILES (but change name a bit) [$(SOURCE_DIR)/tests/include/include_uploaded_file_diff_filename.phpt] 
+TEST 125/180 [$(SOURCE_DIR)/tests/include/include_uploaded_file_from_FILES.phpt]
PASS Testing include file from $_FILES [$(SOURCE_DIR)/tests/include/include_uploaded_file_from_FILES.phpt] 
+TEST 126/180 [$(SOURCE_DIR)/tests/include/include_var.phpt]
PASS Include "Variable URL"; [$(SOURCE_DIR)/tests/include/include_var.phpt] 
+TEST 127/180 [$(SOURCE_DIR)/tests/include/require_constant.phpt]
PASS Require "Constant URL"; [$(SOURCE_DIR)/tests/include/require_constant.phpt] 
+TEST 128/180 [$(SOURCE_DIR)/tests/include/require_once_constant.phpt]
PASS Require_once "Constant URL"; [$(SOURCE_DIR)/tests/include/require_once_constant.phpt] 
+TEST 129/180 [$(SOURCE_DIR)/tests/include/require_once_tmpvar.phpt]
PASS Require_once "Temp Variable URL"; [$(SOURCE_DIR)/tests/include/require_once_tmpvar.phpt] 
+TEST 130/180 [$(SOURCE_DIR)/tests/include/require_once_var.phpt]
PASS Require_once "Variable URL"; [$(SOURCE_DIR)/tests/include/require_once_var.phpt] 
+TEST 131/180 [$(SOURCE_DIR)/tests/include/require_tmpvar.phpt]
PASS Require "Temp Variable URL"; [$(SOURCE_DIR)/tests/include/require_tmpvar.phpt] 
+TEST 132/180 [$(SOURCE_DIR)/tests/include/require_var.phpt]
PASS Require "Variable URL"; [$(SOURCE_DIR)/tests/include/require_var.phpt] 
+TEST 133/180 [$(SOURCE_DIR)/tests/logging/logscript_executable.phpt]
PASS Testing: suhosin.log.script.name=EXECUTABLE [$(SOURCE_DIR)/tests/logging/logscript_executable.phpt] 
+TEST 134/180 [$(SOURCE_DIR)/tests/logging/logscript_nonexecutable.phpt]
PASS Testing: suhosin.log.script.name=NON-EXECUTABLE [$(SOURCE_DIR)/tests/logging/logscript_nonexecutable.phpt] 
+TEST 135/180 [$(SOURCE_DIR)/tests/logging/logscript_nonexistant.phpt]
PASS Testing: suhosin.log.script.name=NON-EXISTANT [$(SOURCE_DIR)/tests/logging/logscript_nonexistant.phpt] 
+TEST 136/180 [$(SOURCE_DIR)/tests/logging/use_x_forwarded_for_off.phpt]
PASS Testing: suhosin.log.use-x-forwarded-for=Off [$(SOURCE_DIR)/tests/logging/use_x_forwarded_for_off.phpt] 
+TEST 137/180 [$(SOURCE_DIR)/tests/logging/use_x_forwarded_for_off_no_remote_addr.phpt]
PASS Testing: suhosin.log.use-x-forwarded-for=Off (without REMOTE_ADDR set) [$(SOURCE_DIR)/tests/logging/use_x_forwarded_for_off_no_remote_addr.phpt] 
+TEST 138/180 [$(SOURCE_DIR)/tests/logging/use_x_forwarded_for_on.phpt]
PASS Testing: suhosin.log.use-x-forwarded-for=On [$(SOURCE_DIR)/tests/logging/use_x_forwarded_for_on.phpt] 
+TEST 139/180 [$(SOURCE_DIR)/tests/logging/use_x_forwarded_for_on_no_x_forwarded.phpt]
PASS Testing: suhosin.log.use-x-forwarded-for=On (without X-Forwarded-For set) [$(SOURCE_DIR)/tests/logging/use_x_forwarded_for_on_no_x_forwarded.phpt] 
+TEST 140/180 [$(SOURCE_DIR)/tests/misc/disable_display_errors_fail.phpt]
PASS Testing: suhosin.disable.display_errors=fail [$(SOURCE_DIR)/tests/misc/disable_display_errors_fail.phpt] 
+TEST 141/180 [$(SOURCE_DIR)/tests/misc/disable_display_errors_off.phpt]
PASS Testing: suhosin.disable.display_errors=Off [$(SOURCE_DIR)/tests/misc/disable_display_errors_off.phpt] 
+TEST 142/180 [$(SOURCE_DIR)/tests/misc/disable_display_errors_on.phpt]
PASS Testing: suhosin.disable.display_errors=On [$(SOURCE_DIR)/tests/misc/disable_display_errors_on.phpt] 
+TEST 143/180 [$(SOURCE_DIR)/tests/misc/protectkey_off.phpt]
PASS Testing: suhosin.protectkey=On [$(SOURCE_DIR)/tests/misc/protectkey_off.phpt] 
+TEST 144/180 [$(SOURCE_DIR)/tests/misc/protectkey_on.phpt]
PASS Testing: suhosin.protectkey=On [$(SOURCE_DIR)/tests/misc/protectkey_on.phpt] 
+TEST 145/180 [$(SOURCE_DIR)/tests/session/PHPSESSID_max_id_length_ok.phpt]
PASS PHPSESSID session id not too long [$(SOURCE_DIR)/tests/session/PHPSESSID_max_id_length_ok.phpt] 
+TEST 146/180 [$(SOURCE_DIR)/tests/session/PHPSESSID_max_id_length_toolong.phpt]
PASS PHPSESSID session id too long [$(SOURCE_DIR)/tests/session/PHPSESSID_max_id_length_toolong.phpt] 
+TEST 147/180 [$(SOURCE_DIR)/tests/session/crypt.checkraddr_4.phpt]
PASS session encryption with checkraddr=4 [$(SOURCE_DIR)/tests/session/crypt.checkraddr_4.phpt] 
+TEST 148/180 [$(SOURCE_DIR)/tests/session/crypt.checkraddr_4_incorrect.phpt]
PASS session encryption with checkraddr=4 and incorrect REMOTE_ADDR [$(SOURCE_DIR)/tests/session/crypt.checkraddr_4_incorrect.phpt] 
+TEST 149/180 [$(SOURCE_DIR)/tests/session/crypt.docroot.phpt]
PASS session with encryption using docroot [$(SOURCE_DIR)/tests/session/crypt.docroot.phpt] 
+TEST 150/180 [$(SOURCE_DIR)/tests/session/crypt.key_default.phpt]
PASS session with encryption default key [$(SOURCE_DIR)/tests/session/crypt.key_default.phpt] 
+TEST 151/180 [$(SOURCE_DIR)/tests/session/crypt.key_empty.phpt]
PASS session with encryption key empty [$(SOURCE_DIR)/tests/session/crypt.key_empty.phpt] 
+TEST 152/180 [$(SOURCE_DIR)/tests/session/crypt.key_empty_remote_addr.phpt]
PASS session with encryption key empty and REMOTE_ADDR set [$(SOURCE_DIR)/tests/session/crypt.key_empty_remote_addr.phpt] 
+TEST 153/180 [$(SOURCE_DIR)/tests/session/crypt.no_encryption.phpt]
PASS session without encryption [$(SOURCE_DIR)/tests/session/crypt.no_encryption.phpt] 
+TEST 154/180 [$(SOURCE_DIR)/tests/session/crypt.raddr_1.phpt]
PASS session with encryption using REMOTE_ADDR (cryptraddr=1) [$(SOURCE_DIR)/tests/session/crypt.raddr_1.phpt] 
+TEST 155/180 [$(SOURCE_DIR)/tests/session/crypt.raddr_2.phpt]
PASS session with encryption using REMOTE_ADDR (cryptraddr=2) [$(SOURCE_DIR)/tests/session/crypt.raddr_2.phpt] 
+TEST 156/180 [$(SOURCE_DIR)/tests/session/crypt.raddr_3.phpt]
PASS session with encryption using REMOTE_ADDR (cryptraddr=3) [$(SOURCE_DIR)/tests/session/crypt.raddr_3.phpt] 
+TEST 157/180 [$(SOURCE_DIR)/tests/session/crypt.raddr_4.phpt]
PASS session with encryption using REMOTE_ADDR (cryptraddr=4) [$(SOURCE_DIR)/tests/session/crypt.raddr_4.phpt] 
+TEST 158/180 [$(SOURCE_DIR)/tests/session/crypt.ua.phpt]
PASS session with encryption using ua [$(SOURCE_DIR)/tests/session/crypt.ua.phpt] 
+TEST 159/180 [$(SOURCE_DIR)/tests/session/max_id_length_ok.phpt]
PASS session id not too long [$(SOURCE_DIR)/tests/session/max_id_length_ok.phpt] 
+TEST 160/180 [$(SOURCE_DIR)/tests/session/max_id_length_toolong.phpt]
PASS session id too long [$(SOURCE_DIR)/tests/session/max_id_length_toolong.phpt] 
+TEST 161/180 [$(SOURCE_DIR)/tests/session/session_recursive_crash.phpt]
PASS session SessionHandler() recursive crash [$(SOURCE_DIR)/tests/session/session_recursive_crash.phpt] 
+TEST 162/180 [$(SOURCE_DIR)/tests/session/session_recursive_crash2.phpt]
PASS session user handler recursive crash - issue #60 [$(SOURCE_DIR)/tests/session/session_recursive_crash2.phpt] 
+TEST 163/180 [$(SOURCE_DIR)/tests/sql/mysqli_comment_conditional.phpt]
SKIP Mysqli query with SQL comment protection and MySQL condition (/*!...*/) [$(SOURCE_DIR)/tests/sql/mysqli_comment_conditional.phpt] reason: - mysqli extension not available
+TEST 164/180 [$(SOURCE_DIR)/tests/sql/mysqli_comment_cstyle_fail.phpt]
SKIP Mysqli query with SQL comment (/*...*/) protection set to fail [$(SOURCE_DIR)/tests/sql/mysqli_comment_cstyle_fail.phpt] reason: - mysqli extension not available
+TEST 165/180 [$(SOURCE_DIR)/tests/sql/mysqli_comment_hashstyle_fail.phpt]
SKIP Mysqli query with SQL comment (#) protection set to fail [$(SOURCE_DIR)/tests/sql/mysqli_comment_hashstyle_fail.phpt] reason: - mysqli extension not available
+TEST 166/180 [$(SOURCE_DIR)/tests/sql/mysqli_comment_sqlstyle.phpt]
SKIP Mysqli query with SQL comment (--) protection [$(SOURCE_DIR)/tests/sql/mysqli_comment_sqlstyle.phpt] reason: - mysqli extension not available
+TEST 167/180 [$(SOURCE_DIR)/tests/sql/mysqli_comment_sqlstyle_fail.phpt]
SKIP Mysqli query with SQL comment (--) protection set to fail [$(SOURCE_DIR)/tests/sql/mysqli_comment_sqlstyle_fail.phpt] reason: - mysqli extension not available
+TEST 168/180 [$(SOURCE_DIR)/tests/sql/mysqli_connect_invalid_username.phpt]
SKIP Mysqli connect with user_match not matching username [$(SOURCE_DIR)/tests/sql/mysqli_connect_invalid_username.phpt] reason: - mysqli extension not available
+TEST 169/180 [$(SOURCE_DIR)/tests/sql/mysqli_multiselect.phpt]
SKIP Mysqli query with multiple SELECT statements [$(SOURCE_DIR)/tests/sql/mysqli_multiselect.phpt] reason: - mysqli extension not available
+TEST 170/180 [$(SOURCE_DIR)/tests/sql/mysqli_multiselect_fail.phpt]
SKIP Mysqli query with multiple SELECT statements set to fail [$(SOURCE_DIR)/tests/sql/mysqli_multiselect_fail.phpt] reason: - mysqli extension not available
+TEST 171/180 [$(SOURCE_DIR)/tests/sql/mysqli_multiselect_subselect.phpt]
SKIP Mysqli query with sub-SELECT [$(SOURCE_DIR)/tests/sql/mysqli_multiselect_subselect.phpt] reason: - mysqli extension not available
+TEST 172/180 [$(SOURCE_DIR)/tests/sql/mysqli_no_constraints.phpt]
SKIP Mysqli connection test without any constraints [$(SOURCE_DIR)/tests/sql/mysqli_no_constraints.phpt] reason: - mysqli extension not available
+TEST 173/180 [$(SOURCE_DIR)/tests/sql/mysqli_open_comment.phpt]
SKIP Mysqli query with SQL open comment protection (/*...) [$(SOURCE_DIR)/tests/sql/mysqli_open_comment.phpt] reason: - mysqli extension not available
+TEST 174/180 [$(SOURCE_DIR)/tests/sql/mysqli_open_comment_fail.phpt]
SKIP Mysqli query with SQL open comment protection (/*...) set to fail [$(SOURCE_DIR)/tests/sql/mysqli_open_comment_fail.phpt] reason: - mysqli extension not available
+TEST 175/180 [$(SOURCE_DIR)/tests/sql/mysqli_union.phpt]
SKIP Mysqli query with UNION protection [$(SOURCE_DIR)/tests/sql/mysqli_union.phpt] reason: - mysqli extension not available
+TEST 176/180 [$(SOURCE_DIR)/tests/sql/mysqli_union_fail.phpt]
SKIP Mysqli query with UNION protection set to fail [$(SOURCE_DIR)/tests/sql/mysqli_union_fail.phpt] reason: - mysqli extension not available
+TEST 177/180 [$(SOURCE_DIR)/tests/sql/mysqli_user_match_error.phpt]
SKIP Mysqli connect with user_match not matching username [$(SOURCE_DIR)/tests/sql/mysqli_user_match_error.phpt] reason: - mysqli extension not available
+TEST 178/180 [$(SOURCE_DIR)/tests/sql/mysqli_user_match_ok.phpt]
SKIP Mysqli connect with user_match matching username [$(SOURCE_DIR)/tests/sql/mysqli_user_match_ok.phpt] reason: - mysqli extension not available
+TEST 179/180 [$(SOURCE_DIR)/tests/sql/mysqli_user_postfix.phpt]
SKIP Mysqli connect with user_postfix [$(SOURCE_DIR)/tests/sql/mysqli_user_postfix.phpt] reason: - mysqli extension not available
+TEST 180/180 [$(SOURCE_DIR)/tests/sql/mysqli_user_prefix.phpt]
SKIP Mysqli connect with user_prefix [$(SOURCE_DIR)/tests/sql/mysqli_user_prefix.phpt] reason: - mysqli extension not available
+=====================================================================
+
+=====================================================================
+TEST RESULT SUMMARY
+---------------------------------------------------------------------
+Exts skipped    :    0
+Exts tested     :   30
+---------------------------------------------------------------------
+
+Number of tests :  180               158
+Tests skipped   :   22 ( 12.2%) --------
+Tests warned    :    0 (  0.0%) (  0.0%)
+Tests failed    :    1 (  0.6%) (  0.6%)
+Expected fail   :    0 (  0.0%) (  0.0%)
+Tests passed    :  157 ( 87.2%) ( 99.4%)
+---------------------------------------------------------------------
+=====================================================================
+
+=====================================================================
+FAILED TEST SUMMARY
+---------------------------------------------------------------------
+suhosin.executor.allow_symlink=Off [$(SOURCE_DIR)/tests/executor/allow_symlink_off.phpt]
+=====================================================================
+make[1]: Leaving directory `$(@D)'