Home
last modified time | relevance | path

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

12345

/PHP-8.1/.circleci/
H A Dconfig.yml92 --enable-debug \
/PHP-8.1/
H A D.cirrus.yml17 …- ./configure --prefix=/usr/local --enable-debug --enable-option-checking=fatal --enable-fpm --wit…
H A D.gitignore190 # NTS debug build x86
193 # ZTS debug build x86
H A DCODING_STANDARDS.md68 in debug mode.
H A DCONTRIBUTING.md8 You don't need any special access to download, build, debug and begin submitting
261 - Rebuild PHP with `--enable-debug` which will show some kinds of memory errors
323 7. For development use the `--enable-debug` switch to avoid memory leaks and the
H A DNEWS449 . Fixed bug #78577 (Crash in DOMNameSpace debug info handlers). (nielsdos)
1558 . Fixed bug #81076 (incorrect debug info on Closures with implicit binds).
H A DREADME.md57 Configure your build. `--enable-debug` is recommended for development, see
61 ./configure --enable-debug
H A Dbuildconf8 debug=0
41 --debug Display warnings emitted by Autoconf.
60 debug=1
123 if test "$debug" = "1"; then
H A Dconfigure.ac800 PHP_ARG_ENABLE([debug],
802 [AS_HELP_STRING([--enable-debug],
833 PHP_ARG_ENABLE([debug-assertions],
834 [whether to enable debug assertions in release mode],
835 [AS_HELP_STRING([--enable-debug-assertions],
836 [Compile with debug assertions even in release mode])],
1342 part1=debug
1344 part1=no-debug
1359 extbasedir=$extbasedir-debug
/PHP-8.1/.github/actions/setup-oracle/
H A Daction.yml23 # fix debug build warning: zend_signal: handler was replaced for signal (2) after startup
/PHP-8.1/.github/scripts/windows/
H A Dbuild_task.bat43 --disable-debug-pack ^
/PHP-8.1/.github/workflows/
H A Dnightly.yml47 debug: [true, false]
71 --${{ matrix.debug && 'enable' || 'disable' }}-debug
124 debug: [true, false]
153 --${{ matrix.debug && 'enable' || 'disable' }}-debug
199 debug: [true, false]
201 …name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts …
214 --${{ matrix.debug && 'enable' || 'disable' }}-debug
271 configurationParameters: --enable-debug --disable-zts --enable-gcov
317 --enable-debug
437 --enable-debug --disable-zts
[all …]
H A Dpush.yml49 - debug: true
51 - debug: false
53 … name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
72 …key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${…
78 --${{ matrix.debug && 'enable' || 'disable' }}-debug
113 configurationParameters: --enable-debug --disable-zts
/PHP-8.1/Zend/
H A DREADME.md132 `--without-old-executor`. At last you can debug executor using original
H A Dzend_alloc.c277 } debug; member
2263 heap->custom_heap.debug._free(heap ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC);
2457 …return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_REL…
2466 AG(mm_heap)->custom_heap.debug._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
2475 …return AG(mm_heap)->custom_heap.debug._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_OR…
2988 _heap->custom_heap.debug._malloc = _malloc;
2989 _heap->custom_heap.debug._free = _free;
2990 _heap->custom_heap.debug._realloc = _realloc;
/PHP-8.1/Zend/tests/
H A Dbug32252.phpt2 Bug #32252 (Segfault when offsetSet throws an Exception (only without debug))
H A Dbug75290.phpt2 Bug #75290 (debug info of Closures of internal functions contain garbage argument names)
H A Dbug81076.phpt2 Bug #81076 Invalid implicit binds cause incorrect static var count in closure debug info
H A Dbug81104.phpt2 Bug #81104: Warning: "Failed to set memory limit to ... bytes" emitted after exit in debug
H A Dconcat_003.phpt5 if (PHP_DEBUG) { die ("skip debug version is slow"); }
/PHP-8.1/Zend/tests/return_types/
H A Dinternal_functions001.phpt7 // Internal function return types are only checked in debug builds
8 if (!PHP_DEBUG) die('skip requires debug build');
/PHP-8.1/build/
H A Dlibtool.m41273 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
H A Dltmain.sh509 --debug)
/PHP-8.1/docs/
H A Dstreams.md314 with `--enable-debug`.
/PHP-8.1/ext/bcmath/
H A Dconfig.m410 libbcmath/src/sqrt.c libbcmath/src/zero.c libbcmath/src/debug.c libbcmath/src/doaddsub.c libbcmath/…

Completed in 97 milliseconds

12345