Home
last modified time | relevance | path

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

1234567

/PHP-5.6/win32/
H A Dinstall.txt1583 --enable-debug=no \
H A Dphp5.dsp79 …oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdb…
80 …b odbccp32.lib php5nts_debug.lib /nologo /version:4.0 /subsystem:console /debug /machine:I386 /nod…
H A Dphp5dll.dsp56 …lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdb…
57 …id.lib odbc32.lib odbccp32.lib Zend.lib resolv.lib TSRM.lib /nologo /dll /debug /machine:I386 /nod…
1007 SOURCE=..\ext\bcmath\libbcmath\src\debug.c
H A Dphp5dllts.dsp57 …lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdb…
58 …ml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /debug /machine:I386 /nod…
138 …ml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /debug /machine:I386 /nod…
1046 SOURCE=..\ext\bcmath\libbcmath\src\debug.c
H A Dphp5ts.dsp80 …oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdb…
81 …ib odbccp32.lib php5ts_debug.lib /nologo /version:4.0 /subsystem:console /debug /machine:I386 /nod…
136 …bc32.lib odbccp32.lib Ws2_32.lib /nologo /version:4.0 /subsystem:console /debug /machine:I386 /nod…
H A Dphp5ts_cli.dsp80 …oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdb…
81 …ib odbccp32.lib php5ts_debug.lib /nologo /version:4.0 /subsystem:console /debug /machine:I386 /nod…
136 …uuid.lib odbc32.lib odbccp32.lib /nologo /version:4.0 /subsystem:console /debug /machine:I386 /nod…
/PHP-5.6/win32/build/
H A DMakefile138 …-del /f /q $(BUILD_DIR)\php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP…
156 …-del /f /q $(BUILD_DIR)\php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP…
169 …-$(ZIP) -9 -q php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPILER_…
H A Dconfig.w32.phpize.in102 ARG_ENABLE('debug', 'Compile with debugging symbols', "no");
103 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
105 ERROR("Use of both --enable-debug and --enable-debug-pack not allowed.");
111 PHP_PREFIX += "\\debug";
132 // Set some debug/release specific options
148 // Set some debug/release specific options
182 // Set some debug/release specific options
186 ADD_FLAG("LDFLAGS", "/debug");
191 // Generate external debug files when --enable-debug-pack is specified
194 ADD_FLAG("LDFLAGS", "/incremental:no /debug /opt:ref,icf");
H A Dconfutils.js947 var debug = "";
1001 debug = " /d _DEBUG";
1009 MFO.WriteLine("\t$(RC) /fo $(BUILD_DIR)\\" + resname + logo + debug +
1018 MFO.WriteLine("\t$(RC) /I $(PHP_DIR)/include /n /fo $(BUILD_DIR)\\" + resname + logo + debug +
1025 MFO.WriteLine("\t$(RC) /n /fo $(BUILD_DIR)\\" + resname + logo + debug +
H A Dprojectgen.js535 var debug = (PHP_DEBUG != "no" ? " /debug" : "");
536 var ld = (debug ? "/LDd" : "/LD");
549 if (debug) {
604 …GS/, ldflags + (type == ".dll" ? " " + get_define("DLL_LDFLAGS") : "") + (debug ? ' /nodefaultlib:…
H A Dconfig.w32103 ARG_ENABLE('debug', 'Compile with debugging symbols', "no");
104 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
106 ERROR("Use of both --enable-debug and --enable-debug-pack not allowed.");
127 PHP_PREFIX += "\\debug";
148 // Set some debug/release specific options
164 // Set some debug/release specific options
202 // Set some debug/release specific options
206 ADD_FLAG("LDFLAGS", "/debug");
211 // Generate external debug files when --enable-debug-pack is specified
214 ADD_FLAG("LDFLAGS", "/incremental:no /debug /opt:ref,icf");
H A Dphpize.js.in238 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', \"no\");");
/PHP-5.6/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

Completed in 74 milliseconds

1234567