Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 130) sorted by last modified time

123456

/PHP-7.0/win32/
H A Dinstall.txt1583 --enable-debug=no \
/PHP-7.0/win32/build/
H A Dconfig.w3226 ARG_ENABLE('debug', 'Compile with debugging symbols', "no");
27 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
29 ERROR("Use of both --enable-debug and --enable-debug-pack not allowed.");
55 PHP_PREFIX += "\\debug";
90 // Set some debug/release specific options
H A Dconfig.w32.phpize.in26 ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);
27 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
29 ERROR("Use of both --enable-debug and --enable-debug-pack not allowed.");
35 PHP_PREFIX += "\\debug";
71 // Set some debug/release specific options
H A Dconfutils.js1038 var debug = "";
1092 debug = " /d _DEBUG";
1100 MFO.WriteLine("\t$(RC) /nologo /fo $(BUILD_DIR)\\" + resname + logo + debug +
1109 ….WriteLine("\t$(RC) /nologo /I $(PHP_DIR)/include /n /fo $(BUILD_DIR)\\" + resname + logo + debug +
1116 MFO.WriteLine("\t$(RC) /nologo /n /fo $(BUILD_DIR)\\" + resname + logo + debug +
H A Dphpize.js.in232 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);");
H A DMakefile164 …-del /f /q $(BUILD_DIR)\php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP…
193 …-del /f /q $(BUILD_DIR)\php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP…
203 …-$(ZIP) -9 -q php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPILER_…
/PHP-7.0/tests/basic/
H A Drfc1867_anonymous_upload.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_array_upload.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_boundary_1.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_boundary_2.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_empty_upload.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_file_upload_disabled.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_garbled_mime_headers.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_invalid_boundary.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_malicious_input.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_max_file_size.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_max_file_uploads_empty_files.phpt2 rfc1867 max_file_uploads - empty files shouldn't count (non-debug version)
4 <?php if(function_exists("leak")) print "skip only for non-debug builds"; ?>
H A Drfc1867_max_file_uploads_empty_files_debug.phpt2 rfc1867 max_file_uploads - empty files shouldn't count (debug version)
4 <?php if(!function_exists("leak")) print "skip only for debug builds"; ?>
H A Drfc1867_missing_boundary.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_missing_boundary_2.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_post_max_filesize.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_post_max_size.phpt6 comment=debug builds show some additional E_NOTICE errors
/PHP-7.0/scripts/
H A Dphpize.m466 AC_MSG_CHECKING([if debug is enabled])
/PHP-7.0/sapi/phpdbg/
H A Dconfig.m411 PHP_ARG_ENABLE(phpdbg-debug, for phpdbg debug build,
12 [ --enable-phpdbg-debug Build phpdbg in debug mode], no, no)
/PHP-7.0/sapi/fpm/
H A Dphp-fpm.conf.in40 ; Possible Values: alert, error, warning, notice, debug

Completed in 33 milliseconds

123456