Home
last modified time | relevance | path

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

1234567

/PHP-5.4/win32/
H A Dinstall.txt1725 --enable-debug=no \
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…
1015 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…
1054 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 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 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.4/win32/build/
H A Dconfutils.js930 var debug = "";
984 debug = " /d _DEBUG";
992 MFO.WriteLine("\t$(RC) /fo $(BUILD_DIR)\\" + resname + logo + debug +
1001 MFO.WriteLine("\t$(RC) /I $(PHP_DIR)/include /n /fo $(BUILD_DIR)\\" + resname + logo + debug +
1008 MFO.WriteLine("\t$(RC) /n /fo $(BUILD_DIR)\\" + resname + logo + debug +
H A Dphpize.js.in238 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', \"no\");");
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
197 // Set some debug/release specific options
201 ADD_FLAG("LDFLAGS", "/debug");
206 // Generate external debug files when --enable-debug-pack is specified
209 ADD_FLAG("LDFLAGS", "/incremental:no /debug /opt:ref,icf");
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 DMakefile137 …-del /f /q $(BUILD_DIR)\php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP…
155 …-del /f /q $(BUILD_DIR)\php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP…
168 …-$(ZIP) -9 -q php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPILER_…
/PHP-5.4/scripts/
H A Dphpize.m466 AC_MSG_CHECKING([if debug is enabled])
/PHP-5.4/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_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

Completed in 54 milliseconds

1234567