Home
last modified time | relevance | path

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

12345

/PHP-7.1/
H A Dconfigure.in862 PHP_ARG_ENABLE(debug, whether to include debugging symbols,
863 [ --enable-debug Compile with debugging symbols], no, no)
1211 part1=debug
1213 part1=no-debug
1228 extbasedir=$extbasedir-debug
1613 | see the file debug.log for error messages. |
1615 | If you are unable to fix this, send the file debug.log to the |
H A Dphp7.spec.in32 --disable-debug \
H A Dphp.ini-development517 ; stdout or in the log). This has only effect in a debug compile, and if
1222 ; http://php.net/mysqlnd.debug
1223 ;mysqlnd.debug =
1880 ; debug messages (level 4).
H A Dphp.ini-production517 ; stdout or in the log). This has only effect in a debug compile, and if
1222 ; http://php.net/mysqlnd.debug
1223 ;mysqlnd.debug =
1880 ; debug messages (level 4).
H A Dltmain.sh509 --debug)
/PHP-7.1/win32/
H A Dinstall.txt1583 --enable-debug=no \
/PHP-7.1/win32/build/
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_…
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.js1050 var debug = "";
1104 debug = " /d _DEBUG";
1112 MFO.WriteLine("\t$(RC) /nologo $(BASE_INCLUDES) /fo $(BUILD_DIR)\\" + resname + logo + debug +
1121 …) /nologo $(BASE_INCLUDES) /I $(PHP_DIR)/include /n /fo $(BUILD_DIR)\\" + resname + logo + debug +
1128 MFO.WriteLine("\t$(RC) /nologo $(BASE_INCLUDES) /n /fo $(BUILD_DIR)\\" + resname + logo + debug +
H A Dphpize.js.in232 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);");
/PHP-7.1/scripts/
H A Dphpize.m466 AC_MSG_CHECKING([if debug is enabled])
/PHP-7.1/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.1/sapi/fpm/
H A Dphp-fpm.conf.in40 ; Possible Values: alert, error, warning, notice, debug
/PHP-7.1/sapi/fpm/tests/
H A Dtester.inc60 private $debug;
290 $this->debug = (bool) getenv('TEST_FPM_DEBUG');
554 if ($this->debug) {
1077 if ($this->debug) {
1096 if ($this->debug) {
1104 * Expect a log debug message.
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server_016.phpt5 and require php compiled with --enable-debug
/PHP-7.1/sapi/apache2handler/
H A DREADME61 To debug Apache, we recommend:
67 If you want to debug a part of the PHP startup procedure, set a
/PHP-7.1/sapi/cli/
H A Dconfig.w325 ARG_ENABLE('crt-debug', 'Enable CRT memory dumps for debugging sent to STDERR', 'no');
/PHP-7.1/ext/xmlreader/tests/
H A Dbug70309.phpt10 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */
/PHP-7.1/ext/xml/
H A Dxml.mak61 # Extra stuff based on debug / release builds
62 ifeq '$(BUILD)' 'debug'
132 ifeq '$(BUILD)' 'debug'
170 ifeq '$(BUILD)' 'debug'
/PHP-7.1/ext/wddx/tests/
H A Dbug73631.phpt6 Still has memory leaks in debug build.
/PHP-7.1/ext/standard/tests/strings/
H A Dlevenshtein.phpt47 $n += test_me("bug #6562", 1, "debugg", "debug");
48 $n += test_me("bug #6562", 1, "ddebug", "debug");
49 $n += test_me("bug #6562", 2, "debbbug", "debug");
/PHP-7.1/ext/standard/tests/file/
H A Dstream_enclosed.phpt5 if (!function_exists('leak_variable')) die("skip only debug builds");
H A Dphp_fd_wrapper_04.phpt8 //we'd need a release and a test variation for windows, because in debug builds we get this message:
H A Dpopen_pclose_error-win32.phpt6 if (PHP_DEBUG) die("skip Not Valid for debug builds");

Completed in 64 milliseconds

12345