php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75216 pecl varnish v. 5.2 can't phpize with php7
Submitted: 2017-09-17 15:13 UTC Modified: 2018-03-05 10:11 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: anas dot xrt at gmail dot com Assigned: ab (profile)
Status: Closed Package: varnish (PECL)
PHP Version: 7.0.23 OS: centos6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: anas dot xrt at gmail dot com
New email:
PHP Version: OS:

 

 [2017-09-17 15:13 UTC] anas dot xrt at gmail dot com
Description:
------------
I have update new varnish 5.2 and do "pecl install varnish" I found the error as below. (Normally on Varnish 5.1 is working find)

[root@vps yum.repos.d]# yum install varnish varnish-devel varnish-libs varnish-libs-devel -y
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirrors.bangmodhosting.com
 * epel: mirrors.thzhost.com
 * extras: mirrors.bangmodhosting.com
 * updates: mirrors.bangmodhosting.com
Package varnish-5.2.0-1.el6.x86_64 already installed and latest version
Package varnish-devel-5.2.0-1.el6.x86_64 already installed and latest version
Package varnish-libs-2.1.5-6.el6.x86_64 is obsoleted by varnish-5.2.0-1.el6.x86_64 which is already installed
Package varnish-libs-devel-2.1.5-6.el6.x86_64 is obsoleted by varnish-devel-5.2.0-1.el6.x86_64 which is already installed
Nothing to do
[root@vps yum.repos.d]# pecl install varnish
downloading varnish-1.2.2.tgz ...
Starting to download varnish-1.2.2.tgz (25,265 bytes)
.........done: 25,265 bytes
11 source files, building
running: phpize
Configuring for:
PHP Api Version:         20151012
Zend Module Api No:      20151012
Zend Extension Api No:   320151012
building in /tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2
running: /tmp/pear/temp/varnish/configure --with-php-config=/usr/local/bin/php-config
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20151012
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for varnish support... yes, shared
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking varnish version... 5.2.0
checking for uintptr_t... yes
checking for uint64_t... yes
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1966080
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/sh /tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/libtool --mode=compile cc  -I. -I/tmp/pear/temp/varnish -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/include -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/main -I/tmp/pear/temp/varnish -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/varnish  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/varnish/varnish.c -o varnish.lo
mkdir .libs
 cc -I. -I/tmp/pear/temp/varnish -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/include -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/main -I/tmp/pear/temp/varnish -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/varnish -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/varnish/varnish.c  -fPIC -DPIC -o .libs/varnish.o
/bin/sh /tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/libtool --mode=compile cc  -I. -I/tmp/pear/temp/varnish -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/include -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/main -I/tmp/pear/temp/varnish -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/varnish  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/varnish/adm.c -o adm.lo
 cc -I. -I/tmp/pear/temp/varnish -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/include -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/main -I/tmp/pear/temp/varnish -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/varnish -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/varnish/adm.c  -fPIC -DPIC -o .libs/adm.o
/bin/sh /tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/libtool --mode=compile cc  -I. -I/tmp/pear/temp/varnish -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/include -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/main -I/tmp/pear/temp/varnish -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/varnish  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/varnish/varnish_lib.c -o varnish_lib.lo
 cc -I. -I/tmp/pear/temp/varnish -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/include -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/main -I/tmp/pear/temp/varnish -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/varnish -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/varnish/varnish_lib.c  -fPIC -DPIC -o .libs/varnish_lib.o
/tmp/pear/temp/varnish/varnish_lib.c: In function 'php_varnish_sock_ident':
/tmp/pear/temp/varnish/varnish_lib.c:352: error: storage size of 'vt' isn't known
/tmp/pear/temp/varnish/varnish_lib.c:355: warning: assignment from incompatible pointer type
/tmp/pear/temp/varnish/varnish_lib.c:367: warning: passing argument 1 of 'VSM_Error' from incompatible pointer type
/usr/include/varnish/vapi/vsm.h:77: note: expected 'const struct vsm *' but argument is of type 'struct VSM_data *'
/tmp/pear/temp/varnish/varnish_lib.c:376: warning: passing argument 1 of 'VSM_Get' from incompatible pointer type
/usr/include/varnish/vapi/vsm.h:173: note: expected 'struct vsm *' but argument is of type 'struct VSM_data *'
/tmp/pear/temp/varnish/varnish_lib.c:376: error: too many arguments to function 'VSM_Get'
/tmp/pear/temp/varnish/varnish_lib.c:385: warning: passing argument 1 of 'VSM_Error' from incompatible pointer type
/usr/include/varnish/vapi/vsm.h:77: note: expected 'const struct vsm *' but argument is of type 'struct VSM_data *'
/tmp/pear/temp/varnish/varnish_lib.c: In function 'php_varnish_auth_ident':
/tmp/pear/temp/varnish/varnish_lib.c:532: error: storage size of 'vt' isn't known
/tmp/pear/temp/varnish/varnish_lib.c:539: warning: assignment from incompatible pointer type
/tmp/pear/temp/varnish/varnish_lib.c:555: warning: passing argument 1 of 'VSM_Get' from incompatible pointer type
/usr/include/varnish/vapi/vsm.h:173: note: expected 'struct vsm *' but argument is of type 'struct VSM_data *'
/tmp/pear/temp/varnish/varnish_lib.c:555: error: too many arguments to function 'VSM_Get'
make: *** [varnish_lib.lo] Error 1
ERROR: `make' failed


Actual result:
--------------
[root@vps yum.repos.d]# yum install varnish varnish-devel varnish-libs varnish-libs-devel -y
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirrors.bangmodhosting.com
 * epel: mirrors.thzhost.com
 * extras: mirrors.bangmodhosting.com
 * updates: mirrors.bangmodhosting.com
Package varnish-5.2.0-1.el6.x86_64 already installed and latest version
Package varnish-devel-5.2.0-1.el6.x86_64 already installed and latest version
Package varnish-libs-2.1.5-6.el6.x86_64 is obsoleted by varnish-5.2.0-1.el6.x86_64 which is already installed
Package varnish-libs-devel-2.1.5-6.el6.x86_64 is obsoleted by varnish-devel-5.2.0-1.el6.x86_64 which is already installed
Nothing to do
[root@vps yum.repos.d]# pecl install varnish
downloading varnish-1.2.2.tgz ...
Starting to download varnish-1.2.2.tgz (25,265 bytes)
.........done: 25,265 bytes
11 source files, building
running: phpize
Configuring for:
PHP Api Version:         20151012
Zend Module Api No:      20151012
Zend Extension Api No:   320151012
building in /tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2
running: /tmp/pear/temp/varnish/configure --with-php-config=/usr/local/bin/php-config
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20151012
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for varnish support... yes, shared
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking varnish version... 5.2.0
checking for uintptr_t... yes
checking for uint64_t... yes
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1966080
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/sh /tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/libtool --mode=compile cc  -I. -I/tmp/pear/temp/varnish -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/include -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/main -I/tmp/pear/temp/varnish -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/varnish  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/varnish/varnish.c -o varnish.lo
mkdir .libs
 cc -I. -I/tmp/pear/temp/varnish -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/include -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/main -I/tmp/pear/temp/varnish -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/varnish -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/varnish/varnish.c  -fPIC -DPIC -o .libs/varnish.o
/bin/sh /tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/libtool --mode=compile cc  -I. -I/tmp/pear/temp/varnish -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/include -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/main -I/tmp/pear/temp/varnish -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/varnish  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/varnish/adm.c -o adm.lo
 cc -I. -I/tmp/pear/temp/varnish -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/include -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/main -I/tmp/pear/temp/varnish -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/varnish -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/varnish/adm.c  -fPIC -DPIC -o .libs/adm.o
/bin/sh /tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/libtool --mode=compile cc  -I. -I/tmp/pear/temp/varnish -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/include -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/main -I/tmp/pear/temp/varnish -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/varnish  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/varnish/varnish_lib.c -o varnish_lib.lo
 cc -I. -I/tmp/pear/temp/varnish -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/include -I/tmp/pear/temp/pear-build-rootpiFjLj/varnish-1.2.2/main -I/tmp/pear/temp/varnish -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/varnish -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/varnish/varnish_lib.c  -fPIC -DPIC -o .libs/varnish_lib.o
/tmp/pear/temp/varnish/varnish_lib.c: In function 'php_varnish_sock_ident':
/tmp/pear/temp/varnish/varnish_lib.c:352: error: storage size of 'vt' isn't known
/tmp/pear/temp/varnish/varnish_lib.c:355: warning: assignment from incompatible pointer type
/tmp/pear/temp/varnish/varnish_lib.c:367: warning: passing argument 1 of 'VSM_Error' from incompatible pointer type
/usr/include/varnish/vapi/vsm.h:77: note: expected 'const struct vsm *' but argument is of type 'struct VSM_data *'
/tmp/pear/temp/varnish/varnish_lib.c:376: warning: passing argument 1 of 'VSM_Get' from incompatible pointer type
/usr/include/varnish/vapi/vsm.h:173: note: expected 'struct vsm *' but argument is of type 'struct VSM_data *'
/tmp/pear/temp/varnish/varnish_lib.c:376: error: too many arguments to function 'VSM_Get'
/tmp/pear/temp/varnish/varnish_lib.c:385: warning: passing argument 1 of 'VSM_Error' from incompatible pointer type
/usr/include/varnish/vapi/vsm.h:77: note: expected 'const struct vsm *' but argument is of type 'struct VSM_data *'
/tmp/pear/temp/varnish/varnish_lib.c: In function 'php_varnish_auth_ident':
/tmp/pear/temp/varnish/varnish_lib.c:532: error: storage size of 'vt' isn't known
/tmp/pear/temp/varnish/varnish_lib.c:539: warning: assignment from incompatible pointer type
/tmp/pear/temp/varnish/varnish_lib.c:555: warning: passing argument 1 of 'VSM_Get' from incompatible pointer type
/usr/include/varnish/vapi/vsm.h:173: note: expected 'struct vsm *' but argument is of type 'struct VSM_data *'
/tmp/pear/temp/varnish/varnish_lib.c:555: error: too many arguments to function 'VSM_Get'
make: *** [varnish_lib.lo] Error 1
ERROR: `make' failed


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-02-26 16:00 UTC] remi@php.net
Same issue on Fedora 28, with varnish 5.2.1
 [2018-03-05 05:18 UTC] remi@php.net
Fixed in version 1.2.3
 [2018-03-05 10:11 UTC] ab@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: ab
 [2018-03-05 10:11 UTC] ab@php.net
Closing as fix confirmed.

Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC