|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-05-31 05:37 UTC] laruence@php.net
[2015-05-31 05:37 UTC] laruence@php.net
-Status: Open
+Status: Closed
[2016-07-20 11:38 UTC] davey@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 07:00:01 2025 UTC |
Description: ------------ If the configure option --enable-phpdbg-debug is enabled, PHP currently fails to build, with the following error: /home/renegade/git/php-src/sapi/phpdbg/phpdbg_bp.c:311:103: error: ‘curlen’ undeclared (first use in this function) phpdbg_debug("file: %s, filelen: %u, cur: %s, curlen %u, pos: %c, memcmp: %d\n", file, filelen, cur, curlen, filelen > curlen ? file[filelen - curlen - 1] : '?', filelen > curlen ? memcmp(file + filelen - curlen, cur, curlen) : 0); Using --enable-phpdbg without --enable-phpdbg-debug compiles OK. Actual result: -------------- https://gist.github.com/Renegade334/bdb990bcefc1111bd949