Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 165) sorted by path

1234567

/PHP-5.4/
H A D.gitignore69 debug.log
H A DCODING_STANDARDS76 information while running in debug mode.
H A DNEWS1563 . Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK
2467 . Added debug info handler to DOM objects. (Gustavo, Joey Smith)
3084 . Removed pid in debug logs written by chrildren processes. (fat)
3135 . Added options to debug backtrace functions. (Stas)
3398 opened for empty uploads and, in debug mode, 0-length uploads. (Gustavo)
6123 - Fixed bug #41908 (CFLAGS="-Os" ./configure --enable-debug fails).
6562 . canary protection (debug build only)
7015 debug builds to allow using internal and external memory debuggers.
8737 - Fixed bug #28803 (enabled debug causes bailout errors with CLI on AIX
H A DREADME.STREAMS292 --enable-debug.
H A DREADME.SUBMITTING_PATCH8 build, debug and begin submitting PHP, PECL or PEAR code, tests or
162 - Rebuild PHP with --enable-debug (which will show some kinds of
H A DUPGRADING.INTERNALS132 available on debug builds. It increments the refcount of a zval or, if the
H A Dbuildconf15 debug=no
24 debug=yes
43 if test "$debug" = "yes"; then
H A Dconfigure.in835 PHP_ARG_ENABLE(debug, whether to include debugging symbols,
836 [ --enable-debug Compile with debugging symbols], no, no)
1184 part1=debug
1186 part1=no-debug
1201 extbasedir=$extbasedir-debug
1582 | see the file debug.log for error messages. |
1584 | If you are unable to fix this, send the file debug.log to the |
/PHP-5.4/Zend/
H A DREADME.ZEND_VM98 At last you can debug executor using original zend_vm_def.h or generated file
H A DZend.m4145 AC_ARG_ENABLE(debug,
146 [ --enable-debug Compile with debugging symbols],[
H A Dzend_alloc.c373 zend_mm_debug_info debug; member
375 zend_mm_debug_info debug; member
1254 if (p->debug.filename==b->debug.filename && p->debug.lineno==b->debug.lineno) { in zend_mm_find_leaks()
1296 leak.size = p->debug.size; in zend_mm_check_leaks()
1297 leak.filename = p->debug.filename; in zend_mm_check_leaks()
1298 leak.lineno = p->debug.lineno; in zend_mm_check_leaks()
1300 leak.orig_lineno = p->debug.orig_lineno; in zend_mm_check_leaks()
1434 …loc_output("OK (allocated on %s:%d, %d bytes)\n", p->debug.filename, p->debug.lineno, (int)p->debu… in zend_mm_check_ptr()
2191 memcpy(ptr, p, mm_block->debug.size); in _zend_mm_realloc_int()
2357 memcpy(ptr, p, mm_block->debug.size); in _zend_mm_realloc_int()
[all …]
/PHP-5.4/Zend/tests/
H A Dbug32252.phpt2 Bug #32252 (Segfault when offsetSet throws an Exception (only without debug))
/PHP-5.4/build/
H A Dlibtool.m41271 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
/PHP-5.4/ext/bcmath/
H A Dconfig.m412 libbcmath/src/sqrt.c libbcmath/src/zero.c libbcmath/src/debug.c libbcmath/src/doaddsub.c libbcmath/…
H A Dconfig.w3210 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
/PHP-5.4/ext/bcmath/libbcmath/src/
H A DMakefile.am7 libbcmath_a_SOURCES= add.c compare.c debug.c div.c divmod.c doaddsub.c \
/PHP-5.4/ext/bz2/
H A Dbz2.dsp82 …lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdb…
83 …lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out…
/PHP-5.4/ext/ctype/
H A Dctype.dsp81 …lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdb…
82 …lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out…
/PHP-5.4/ext/curl/
H A Dcurl.dsp87 …2.lib odbccp32.lib wsock32.lib wsock32.lib /nologo /dll /incremental:yes /debug /machine:I386 /nod…
114 …aut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /nod…
116 …id.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /incremental:yes /debug /machine:I386 /nod…
/PHP-5.4/ext/dba/
H A Ddba.dsp83 …lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out…
84 …lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out…
/PHP-5.4/ext/dom/
H A Ddom.dsp85 …aut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /nod…
/PHP-5.4/ext/dom/tests/
H A Ddomobject_debug_handler.phpt2 Objects of DOM extension: debug info object handler.
/PHP-5.4/ext/ereg/regex/
H A DREADME28 Main.c, debug.c, split.c are used for regression testing but are not part
H A Ddebug.ih6 /* === debug.c === */
H A Dmain.c11 int debug = 0; variable
60 debug++;
147 if (debug)

Completed in 80 milliseconds

1234567