Re: [PHP] PHP 7.1.6RC1 is available for testing

[email protected] (The Doctor)
Newsgroups php.general
Message-ID <[email protected]>
On Fri, May 26, 2017 at 05:31:28AM +0100, Joe Watkins wrote:
> Evening,
> 
> PHP 7.1.6RC1 is available for testing and can be downloaded from:
> 
>     https://downloads.php.net/~krakjoe
> 
> The windows binaries are available at:
> 
>     http://windows.php.net/qa
> 
> This is a bug fix release, details can be seen:
> 
>     http://github.com/php/php-src/blob/php-7.1.6RC1/NEWS
> 
> Please test carefully and report and bugs found.
> 
> The stable release is planned for June 8th if nothing bad is found.
> 
> Follows is verification information:
> 
> php-7.1.6RC1.tar.bz2
> SHA256 hash:
> 842a3000884bf53811901a5020ad467242411a75cc798d0e3d1c01f17524fc58
> PGP signature:
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
> 
> iQEcBAABCAAGBQJZJRZAAAoJEPm6Ctoxy9ie5osH/i7Ns2a5mUAuXx6TdfsiIcf5
> GY98jZMgY8th0/gk4YC+Zr8AL6K75LwXaQSP55adyhKmEQHnKqcsNlx0LS+Cm/K6
> GzyK/omi0J67QxsaLoTDnQpXYtrDlSOzGayw0fbBuvO47fkN7zAdClfLTDGMDUPm
> CeX4LPmfrojtRdbQyNvKdUCN0bgNuF6GW/YlWvCksrRQ1jXM7FKrmW4pF6mvCRpu
> tFlXJwY16uBOQLlLuo81MAA/ygfuFpetWtAjFkznl/D340sOQY5jl2fm+lxelp7N
> nP4djNQlHEe/K0jOXYp7gH8DR1SXuoUjQdzbpHUsvlaFB7VSNWiZj7KOiYx+YwY=
> =irkn
> -----END PGP SIGNATURE-----
> 
> 
> php-7.1.6RC1.tar.gz
> SHA256 hash:
> 35b50c9182488110d92b09fd5dde55de3f50929dd86f313585bc6bc797a0482a
> PGP signature:
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
> 
> iQEcBAABCAAGBQJZJRZEAAoJEPm6Ctoxy9ienW8H/0qgu8r7S3avo8tjuErf2+sN
> OTdEPUJd8fQ8JBKjFgT9fKjA4x0kPMHIWnV0soUoGDgqgMs9kNWe+vHa+cIUGrZt
> H6GY0oArVguf3KRlBajUPj/TqNdq5/OTc7+kGZsV3ke0HRg1tIlfLavUMLei0s1n
> 6r7/4tF9hkKr4Cf2XvhT82h9FMPmHSnsXQrW8ZCFJRj4YcKSkF7LHIBgOE1JKWPw
> Ht4/azV0wzMqe9kF7Ub1lr//wev0deZkAfeYy88uCSBjKjNzbEWbQs4JHk9jIG+Z
> nU8v2CJrtJGKNa0IMqf6kS+rQoPcDRiSwdMrTNe8PS5X0c/MvCWX7gY7/RwF+2Q=
> =NJB+
> -----END PGP SIGNATURE-----
> 
> 
> php-7.1.6RC1.tar.xz
> SHA256 hash:
> c2736a4f9fa95444edfbdf018b0ac0a07417b8d337498c8e4ea238ec86cfb472
> PGP signature:
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
> 
> iQEcBAABCAAGBQJZJRZIAAoJEPm6Ctoxy9ieTgsH/R0LLPkik4F30/ICD5xB9gwU
> t5ktPaa+HfliacvqcmTw6JRE91r/s6n907BZO1/9Z3vKlJqcHdVzNK1jkBw6jGW2
> SZKgO4wmgn+FE7aE+RYiRyEbPL5K1Lo91E/SKweM6MhyN74QzGCQfhJq5Gzh7JSn
> QyYjGJNzUfms6iao5Mbyr55a1jIQC9KDrIKmxJEcZ3GjqziRJ54oNeeFGgur2I6y
> OGpvNSn16HJ2uQVlrzIRz8N/2adZKeoS9erWhPNTZ+pqtJsPE6ae0sw7VwvgWYiF
> EIlP0NCloP2NCGFIDeDYfAX0AUZGI+UgtLEhsRbAlRX8jQ+uXeNkDPyQm/+Qjyc=
> =nJcV
> -----END PGP SIGNATURE-----
> 
> Cheers
> Joe


Looks like ther is a PHP issue with the latest  MariaDB 10.2 .

MariadDB is a drop in replacement for MySQL .

Does this also affect  the latest version of all MySQL and derivatives?


Script started on Wed Jun  7 12:03:48 2017
You have mail.
root@doctor:/usr/source/php-7.1.6RC1 # lesss configphp

lesss: Command not found.
root@doctor:/usr/source/php-7.1.6RC1 # ^s^

less configphp
[?1h=
#!/bin/bash
CC=/usr/local/bin/clang39 CXX=/usr/local/bin/clang++39 \
CPP=/usr/local/bin/clang-cpp39 \
LIBS="-lc" OPENSSL_NO_SSL2=1 OPENSSL_NO_SSL3=1 ./configure \
  --prefix=/usr/local \
  --localstatedir=/var \
  --htmldir=/usr/local/www/apache24/data/php \
  --enable-re2c-cgoto  \
  --with-apxs2=/usr/local/sbin/apxs \
  --with-libxml-dir=/usr/local \
  --with-openssl=/usr/local \
  --with-zlib=/usr \
  --with-bz2=shared,/usr/  \
   --enable-bcmath \
  --enable-calendar     \
  --enable-session \
  --enable-exif \
  --without-iconv \
  --without-mm \
  --with-curl=/usr/local \
  --with-db4=/usr/local/db5 \
  --with-pcre-dir=/usr/local \
  --with-openssl-dir=/usr/local \
  --with-gd --enable-fpm  \
  --with-gettext=/usr/local \
  --with-gmp=shared,/usr/local \
  --with-mhash=/usr \
  --with-imap-ssl=/usr/source/imap-2007f \
  --enable-mbstring \
  --with-onig=/usr/local \
  --with-mcrypt=shared,/usr/local \
  --with-mysql=/usr/local \
  --with-mysqli=/usr/local/bin/mysql_config \
  --with-mysql-sock=/tmp/mysql.sock \
  --with-zlib-dir=/usr \
  --with-iodbc=shared,/usr/local \
  --with-unixODBC=shared,/usr/local \
  --enable-opcache=no --enable-pcntl=no      \
  --with-pgsql=/usr/local/ \
  --with-pdo-dblib=/usr/local \
  --with-pdo-firebird=/usr/local \
  --with-pdo-mysql=/usr/local \
  --with-pdo-odbc=unixODBC \
  --with-pdo-pgsql=/usr/local \
  --enable-sockets    \
  --enable-soap \
  --enable-sysvmsg \
configphp
  --enable-sysvsem \
  --enable-sysvshm \
  --with-xsl=shared,/usr/local \
  --enable-zip  \
  --with-pcre-dir=/usr/local \
  --with-pear=/usr/local \
  --enable-maintainer-zts \
  --with-tsrm-pthreads \
  --enable-shared=yes \
  --enable-static=no \
  --with-gnu-ld \
  --with-pic
(END)

(END)
[?1l>root@doctor:/usr/source/php-7.1.6RC1 # make

/bin/sh /usr/source/php-7.1.6RC1/libtool --silent --preserve-dup-deps --mode=compile /usr/source/php-7.1.6RC1/meta_ccld -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/mysqli/ -I/usr/source/php-7.1.6RC1/ext/mysqli/ -DPHP_ATOM_INC -I/usr/source/php-7.1.6RC1/include -I/usr/source/php-7.1.6RC1/main -I/usr/source/php-7.1.6RC1 -I/usr/source/php-7.1.6RC1/ext/date/lib -I/usr/local/include/libxml2 -I/usr/local/include -I/usr//include -I/usr/source/php-7.1.6RC1/ext/mbstring/libmbfl -I/usr/source/php-7.1.6RC1/ext/mbstring/libmbfl/mbfl -I/usr/local/include/mysql -I/usr/local/include/mysql/.. -I/usr/local/include/libiodbc -I/usr/source/php-7.1.6RC1/ext/sqlite3/libsqlite -I/usr/source/php-7.1.6RC1/ext/zip/lib -I/usr/source/php-7.1.6RC1/TSRM -I/usr/source/php-7.1.6RC1/Zend  -D_REENTRANT -D_THREAD_SAFE  -g -O2 -pthread -DZTS -DZEND_SIGNALS   -c /usr/source/php-7.1.6RC1/ext/mysqli/mysqli.c -o ext/mysqli/mysqli.lo
In file included from /usr/source/php-7.1.6RC1/ext/mysqli/mysqli.c:34:
In file included from ext/mysqli/php_mysqli_structs.h:63:
In file included from /usr/local/include/mysql/my_global.h:75:
/usr/local/include/mysql/my_config.h:551:9: warning: 'PACKAGE_NAME' macro
      redefined [-Wmacro-redefined]
#define PACKAGE_NAME "MySQL Server"
        ^
/usr/source/php-7.1.6RC1/main/php_config.h:2178:9: note: previous definition is
      here
#define PACKAGE_NAME ""
        ^
In file included from /usr/source/php-7.1.6RC1/ext/mysqli/mysqli.c:34:
In file included from ext/mysqli/php_mysqli_structs.h:63:
In file included from /usr/local/include/mysql/my_global.h:75:
/usr/local/include/mysql/my_config.h:552:9: warning: 'PACKAGE_STRING' macro
      redefined [-Wmacro-redefined]
#define PACKAGE_STRING "MySQL Server 10.2.6"
        ^
/usr/source/php-7.1.6RC1/main/php_config.h:2181:9: note: previous definition is
      here
#define PACKAGE_STRING ""
        ^
In file included from /usr/source/php-7.1.6RC1/ext/mysqli/mysqli.c:34:
In file included from ext/mysqli/php_mysqli_structs.h:63:
In file included from /usr/local/include/mysql/my_global.h:75:
/usr/local/include/mysql/my_config.h:553:9: warning: 'PACKAGE_TARNAME' macro
      redefined [-Wmacro-redefined]
#define PACKAGE_TARNAME "mysql"
        ^
/usr/source/php-7.1.6RC1/main/php_config.h:2184:9: note: previous definition is
      here
#define PACKAGE_TARNAME ""
        ^
In file included from /usr/source/php-7.1.6RC1/ext/mysqli/mysqli.c:34:
In file included from ext/mysqli/php_mysqli_structs.h:63:
In file included from /usr/local/include/mysql/my_global.h:75:
/usr/local/include/mysql/my_config.h:554:9: warning: 'PACKAGE_VERSION' macro
      redefined [-Wmacro-redefined]
#define PACKAGE_VERSION "10.2.6"
        ^
/usr/source/php-7.1.6RC1/main/php_config.h:2190:9: note: previous definition is
      here
#define PACKAGE_VERSION ""
        ^
/usr/source/php-7.1.6RC1/ext/mysqli/mysqli.c:985:59: error: use of undeclared
      identifier 'MYSQL_SERVER_VERSION'
        php_info_print_table_row(2, "Client API header version", MYSQL_S...
                                                                 ^
4 warnings and 1 error generated.
*** Error code 1

Stop.
make: stopped in /usr/source/php-7.1.6RC1
root@doctor:/usr/source/php-7.1.6RC1 # exit

exit

Script done on Wed Jun  7 12:04:18 2017
-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
https://www.empire.kred/ROOTNK?t=94a1f39b  Look at Psalms 14 and 53 on Atheism
UK Stop Theresa MAy MT V2 and Impotent Corbyn, Vote Farron and LDEm!!
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.