|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2019-11-21 08:12 UTC] cmb@php.net
[2019-11-21 09:50 UTC] twose at qq dot com
[2019-11-21 10:57 UTC] twose at qq dot com
[2019-11-26 10:25 UTC] cmb@php.net
[2019-11-27 03:51 UTC] twose at qq dot com
[2019-12-24 08:47 UTC] laruence@php.net
-Status: Open
+Status: Feedback
[2019-12-24 08:47 UTC] laruence@php.net
[2019-12-24 08:52 UTC] twose at qq dot com
-Status: Feedback
+Status: Closed
[2019-12-24 08:52 UTC] twose at qq dot com
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 21:00:01 2025 UTC |
Description: ------------ /bin/bash /home/twosee/workspace/php/php-src/libtool --silent --preserve-dup-deps --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -IZend/ -I/home/twosee/workspace/php/php-src/Zend/ -DPHP_ATOM_INC -I/home/twosee/workspace/php/php-src/include -I/home/twosee/workspace/php/php-src/main -I/home/twosee/workspace/php/php-src -I/usr/include/valgrind -I/home/twosee/workspace/php/php-src/ext/date/lib -I/usr/include/x86_64-linux-gnu -I/home/twosee/workspace/php/php-src/ext/mbstring/libmbfl -I/home/twosee/workspace/php/php-src/ext/mbstring/libmbfl/mbfl -I/home/twosee/workspace/php/php-src/TSRM -I/home/twosee/workspace/php/php-src/Zend -I/usr/include -g -fvisibility=hidden -O0 -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /home/twosee/workspace/php/php-src/Zend/zend_language_scanner.c -o Zend/zend_language_scanner.lo Zend/zend_language_scanner.l: In function 'lex_scan': Zend/zend_language_scanner.l:2865:15: error: 'T_BAD_CHARACTER' undeclared (first use in this function) RETURN_TOKEN(T_BAD_CHARACTER); ^ Zend/zend_language_scanner.l:1220:11: note: in definition of macro 'RETURN_TOKEN' goto emit_token; \ ^~~~~~ Zend/zend_language_scanner.l:2865:15: note: each undeclared identifier is reported only once for each function it appears in RETURN_TOKEN(T_BAD_CHARACTER); ^ Zend/zend_language_scanner.l:1220:11: note: in definition of macro 'RETURN_TOKEN' goto emit_token; \ ^~~~~~ Makefile:1357: recipe for target 'Zend/zend_language_scanner.lo' failed make: *** [Zend/zend_language_scanner.lo] Error 1 make: *** Waiting for unfinished jobs.... =============== PHP master (f7c44ef2a0e1e1e5bed5527b8899c66b00416f43) $ uname -a Linux ubuntu 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) $ bison -V bison (GNU Bison) 3.0.4 Written by Robert Corbett and Richard Stallman. Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ==== $configure.sh ./configure \ --disable-all \ --with-config-file-path=${__DIR__}/etc \ --with-config-file-scan-dir=${__DIR__}/conf \ --enable-debug \ --enable-cli \ --enable-fpm \ --enable-ctype \ --enable-tokenizer (or disable) \ --enable-opcache \ --enable-filter \ --enable-json \ --enable-mbregex \ --enable-mbstring=all \ --with-mhash=/usr/local \ --with-pcre-regex \ --with-pcre-dir=/usr/local \ --enable-posix \ --enable-pcntl \ --enable-sockets \ --with-curl \ --with-iconv \ --with-openssl \ --enable-mysqlnd \ --enable-pdo \ --with-pdo-mysql=mysqlnd \ --with-mysqli=mysqlnd \ --disable-opcache-jit Expected result: ---------------- Compile successfully Actual result: -------------- 'T_BAD_CHARACTER' undeclared