php-ext.com / svn (from dev using PHP 7.4.16-zts-buster)
Dockerfile
FROM php:7.4.16-zts-buster
WORKDIR /tmp
RUN apt update && \
apt install -y --no-install-recommends git subversion autoconf build-essential && \
apt install -y --no-install-recommends libsvn-dev git-svn && \
rm -rf /var/lib/apt/lists/*
RUN svn checkout --revision HEAD https://svn.php.net/repository/pecl/svn /tmp/ext-src && \
cd /tmp/ext-src/trunk && \
phpize && \
./configure --with-svn && \
make && \
make test
Build output FAIL
21ss
Step 1/4 : FROM php:7.4.16-zts-buster
---> f100431f0b6a
Step 2/4 : WORKDIR /tmp
---> Running in f27785752eeb
Removing intermediate container f27785752eeb
---> 7c4d166262f4
Step 3/4 : RUN apt update && apt install -y --no-install-recommends git subversion autoconf build-essential && apt install -y --no-install-recommends libsvn-dev git-svn && rm -rf /var/lib/apt/lists/*
---> Running in 479e981272c6
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
Fetched 8423 kB in 4s (2148 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
1 package can be upgraded. Run 'apt list --upgradable' to see it.
WARNING:
apt
does not have a stable CLI interface.
Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
autoconf is already the newest version (2.69-11).
The following package was automatically installed and is no longer required:
lsb-base
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
git-man libapr1 libaprutil1 libcurl3-gnutls liberror-perl libexpat1
libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
Suggested packages:
gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-cvs git-mediawiki git-svn db5.3-util
libapache2-mod-svn subversion-tools
Recommended packages:
less ssh-client
The following NEW packages will be installed:
build-essential git git-man libapr1 libaprutil1 libcurl3-gnutls
liberror-perl libexpat1 libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
subversion
0 upgraded, 13 newly installed, 0 to remove and 1 not upgraded.
Need to get 10.7 MB of archives.
After this operation, 50.2 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libsvn1 amd64 1.10.4-1+deb10u2 [1403 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
Get:3 http://deb.debian.org/debian buster/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u1 [330 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 subversion amd64 1.10.4-1+deb10u2 [1008 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-2+deb10u1 [106 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 git-man all 1:2.20.1-2+deb10u3 [1620 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 git amd64 1:2.20.1-2+deb10u3 [5633 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 libapr1 amd64 1.6.5-1+b1 [102 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 libaprutil1 amd64 1.6.1-4 [91.8 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libserf-1-1 amd64 1.3.9-7+b10 [53.6 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 libutf8proc2 amd64 2.3.0-1 [53.0 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 10.7 MB in 2s (5078 kB/s)
Selecting previously unselected package build-essential.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ...
12690 files and directories currently installed.)
Preparing to unpack .../00-build-essential_12.6_amd64.deb ...
Unpacking build-essential (12.6) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../01-libcurl3-gnutls_7.64.0-4+deb10u1_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u1) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../02-libexpat1_2.2.6-2+deb10u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package libpcre2-8-0:amd64.
Preparing to unpack .../03-libpcre2-8-0_10.32-5_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.32-5) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../04-liberror-perl_0.17027-2_all.deb ...
Unpacking liberror-perl (0.17027-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../05-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
Unpacking git-man (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package git.
Preparing to unpack .../06-git_1%3a2.20.1-2+deb10u3_amd64.deb ...
Unpacking git (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package libapr1:amd64.
Preparing to unpack .../07-libapr1_1.6.5-1+b1_amd64.deb ...
Unpacking libapr1:amd64 (1.6.5-1+b1) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../08-libaprutil1_1.6.1-4_amd64.deb ...
Unpacking libaprutil1:amd64 (1.6.1-4) ...
Selecting previously unselected package libserf-1-1:amd64.
Preparing to unpack .../09-libserf-1-1_1.3.9-7+b10_amd64.deb ...
Unpacking libserf-1-1:amd64 (1.3.9-7+b10) ...
Selecting previously unselected package libutf8proc2:amd64.
Preparing to unpack .../10-libutf8proc2_2.3.0-1_amd64.deb ...
Unpacking libutf8proc2:amd64 (2.3.0-1) ...
Selecting previously unselected package libsvn1:amd64.
Preparing to unpack .../11-libsvn1_1.10.4-1+deb10u2_amd64.deb ...
Unpacking libsvn1:amd64 (1.10.4-1+deb10u2) ...
Selecting previously unselected package subversion.
Preparing to unpack .../12-subversion_1.10.4-1+deb10u2_amd64.deb ...
Unpacking subversion (1.10.4-1+deb10u2) ...
Setting up libexpat1:amd64 (2.2.6-2+deb10u1) ...
Setting up libutf8proc2:amd64 (2.3.0-1) ...
Setting up libapr1:amd64 (1.6.5-1+b1) ...
Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u1) ...
Setting up liberror-perl (0.17027-2) ...
Setting up libpcre2-8-0:amd64 (10.32-5) ...
Setting up build-essential (12.6) ...
Setting up git-man (1:2.20.1-2+deb10u3) ...
Setting up libaprutil1:amd64 (1.6.1-4) ...
Setting up libserf-1-1:amd64 (1.3.9-7+b10) ...
Setting up git (1:2.20.1-2+deb10u3) ...
Setting up libsvn1:amd64 (1.10.4-1+deb10u2) ...
Setting up subversion (1.10.4-1+deb10u2) ...
Processing triggers for libc-bin (2.28-10) ...
WARNING:
apt
does not have a stable CLI interface.
Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
The following package was automatically installed and is no longer required:
lsb-base
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
libapr1-dev libaprutil1-dev libexpat1-dev libldap2-dev libsctp-dev libsctp1
libsvn-perl libterm-readkey-perl libyaml-perl uuid-dev
Suggested packages:
git-doc python lksctp-tools libserf-dev libsvn-doc zlib1g-dev
libyaml-shell-perl
Recommended packages:
libyaml-libyaml-perl | libyaml-syck-perl
The following NEW packages will be installed:
git-svn libapr1-dev libaprutil1-dev libexpat1-dev libldap2-dev libsctp-dev
libsctp1 libsvn-dev libsvn-perl libterm-readkey-perl libyaml-perl uuid-dev
0 upgraded, 12 newly installed, 0 to remove and 1 not upgraded.
Need to get 5536 kB of archives.
After this operation, 32.1 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 libyaml-perl all 1.27-1 [66.8 kB]
Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libsvn-perl amd64 1.10.4-1+deb10u2 [1044 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libterm-readkey-perl amd64 2.38-1 [27.4 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 git-svn all 1:2.20.1-2+deb10u3 [867 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 uuid-dev amd64 2.33.1-0.1 [93.6 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [28.3 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [81.5 kB]
Get:8 http://security.debian.org/debian-security buster/updates/main amd64 libldap2-dev amd64 2.4.47+dfsg-3+deb10u6 [332 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libapr1-dev amd64 1.6.5-1+b1 [707 kB]
Get:10 http://security.debian.org/debian-security buster/updates/main amd64 libsvn-dev amd64 1.10.4-1+deb10u2 [1731 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 libexpat1-dev amd64 2.2.6-2+deb10u1 [153 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libaprutil1-dev amd64 1.6.1-4 [404 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 5536 kB in 1s (4565 kB/s)
Selecting previously unselected package libsvn-perl:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ...
13812 files and directories currently installed.)
Preparing to unpack .../00-libsvn-perl_1.10.4-1+deb10u2_amd64.deb ...
Unpacking libsvn-perl:amd64 (1.10.4-1+deb10u2) ...
Selecting previously unselected package libyaml-perl.
Preparing to unpack .../01-libyaml-perl_1.27-1_all.deb ...
Unpacking libyaml-perl (1.27-1) ...
Selecting previously unselected package libterm-readkey-perl.
Preparing to unpack .../02-libterm-readkey-perl_2.38-1_amd64.deb ...
Unpacking libterm-readkey-perl (2.38-1) ...
Selecting previously unselected package git-svn.
Preparing to unpack .../03-git-svn_1%3a2.20.1-2+deb10u3_all.deb ...
Unpacking git-svn (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package uuid-dev:amd64.
Preparing to unpack .../04-uuid-dev_2.33.1-0.1_amd64.deb ...
Unpacking uuid-dev:amd64 (2.33.1-0.1) ...
Selecting previously unselected package libsctp1:amd64.
Preparing to unpack .../05-libsctp1_1.0.18+dfsg-1_amd64.deb ...
Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ...
Selecting previously unselected package libsctp-dev:amd64.
Preparing to unpack .../06-libsctp-dev_1.0.18+dfsg-1_amd64.deb ...
Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ...
Selecting previously unselected package libapr1-dev.
Preparing to unpack .../07-libapr1-dev_1.6.5-1+b1_amd64.deb ...
Unpacking libapr1-dev (1.6.5-1+b1) ...
Selecting previously unselected package libldap2-dev:amd64.
Preparing to unpack .../08-libldap2-dev_2.4.47+dfsg-3+deb10u6_amd64.deb ...
Unpacking libldap2-dev:amd64 (2.4.47+dfsg-3+deb10u6) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../09-libexpat1-dev_2.2.6-2+deb10u1_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package libaprutil1-dev.
Preparing to unpack .../10-libaprutil1-dev_1.6.1-4_amd64.deb ...
Unpacking libaprutil1-dev (1.6.1-4) ...
Selecting previously unselected package libsvn-dev:amd64.
Preparing to unpack .../11-libsvn-dev_1.10.4-1+deb10u2_amd64.deb ...
Unpacking libsvn-dev:amd64 (1.10.4-1+deb10u2) ...
Setting up libsvn-perl:amd64 (1.10.4-1+deb10u2) ...
Setting up libyaml-perl (1.27-1) ...
Setting up libldap2-dev:amd64 (2.4.47+dfsg-3+deb10u6) ...
Setting up libexpat1-dev:amd64 (2.2.6-2+deb10u1) ...
Setting up uuid-dev:amd64 (2.33.1-0.1) ...
Setting up libsctp1:amd64 (1.0.18+dfsg-1) ...
Setting up libterm-readkey-perl (2.38-1) ...
Setting up git-svn (1:2.20.1-2+deb10u3) ...
Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ...
Setting up libapr1-dev (1.6.5-1+b1) ...
Setting up libaprutil1-dev (1.6.1-4) ...
Setting up libsvn-dev:amd64 (1.10.4-1+deb10u2) ...
Processing triggers for libc-bin (2.28-10) ...
Removing intermediate container 479e981272c6
---> 18698c72a648
Step 4/4 : RUN svn checkout --revision HEAD https://svn.php.net/repository/pecl/svn /tmp/ext-src && cd /tmp/ext-src/trunk && phpize && ./configure --with-svn && make && make test
---> Running in c5631c5e3022
A ext-src/trunk
A ext-src/trunk/tests
A ext-src/trunk/tests/r
A ext-src/trunk/tests/r/db
A ext-src/trunk/tests/r/db/revs
A ext-src/trunk/tests/r/db/revprops
A ext-src/trunk/tests/r/conf
A ext-src/trunk/tests/r/locks
A ext-src/trunk/tests/r/locks/db.lock
A ext-src/trunk/tests/checkout1.phpt
A ext-src/trunk/examples
A ext-src/trunk/tests/log1.phpt
A ext-src/trunk/package.xml
A ext-src/trunk/tests/r/db/revprops/5
A ext-src/trunk/php_svn.h
A ext-src/trunk/tests/r/db/uuid
A ext-src/tags
A ext-src/tags/svn-2.0.3
A ext-src/trunk/tests/r/db/format
A ext-src/trunk/tests/r/conf/passwd
A ext-src/trunk/svn.c
A ext-src/trunk/tests/r/format
A ext-src/tags/svn-2.0.3/examples
A ext-src/trunk/tests/log3.phpt
A ext-src/trunk/tests/r/README.txt
A ext-src/trunk/tests/log4.phpt
A ext-src/trunk/CREDITS
A ext-src/tags/svn-1.0.3
A ext-src/trunk/tests/utils.inc
A ext-src/trunk/tests/log8.phpt
A ext-src/trunk/LICENSE
A ext-src/trunk/tests/cat.phpt
A ext-src/trunk/examples/hook_emailcommit.php
A ext-src/tags/svn-1.0.3/examples
A ext-src/trunk/tests/log6.phpt
A ext-src/trunk/TODO
A ext-src/trunk/tests/log9.phpt
A ext-src/trunk/config.w32
A ext-src/trunk/config.m4
A ext-src/tags/svn-1.0.2
A ext-src/trunk/tests/log10.phpt
A ext-src/trunk/tests/log5.phpt
A ext-src/trunk/tests/log7.phpt
A ext-src/tags/svn-2.0.3/config.w32
A ext-src/tags/svn-2.0.3/config.m4
A ext-src/tags/svn-2.0.3/LICENSE
A ext-src/trunk/tests/log2.phpt
A ext-src/trunk/tests/r/db/revs/0
A ext-src/tags/svn-1.0.2/examples
A ext-src/tags/svn-1.0.1
A ext-src/tags/svn-2.0.3/package.xml
A ext-src/tags/svn-2.0.3/examples/hook_emailcommit.php
A ext-src/tags/svn-2.0.3/php_svn.h
A ext-src/trunk/tests/r/db/revs/1
A ext-src/tags/svn-1.0.3/package.xml
A ext-src/trunk/tests/r/db/revs/2
A ext-src/tags/svn-1.0.3/CREDITS
A ext-src/tags/svn-1.0.3/EXPERIMENTAL
A ext-src/tags/svn-1.0.1/examples
A ext-src/tags/svn-1.0.0
A ext-src/trunk/tests/r/db/revs/3
A ext-src/tags/svn-1.0.3/examples/hook_copycommit.php
A ext-src/trunk/tests/r/db/revs/4
A ext-src/tags/svn-1.0.3/config.w32
A ext-src/tags/svn-1.0.3/php_svn.h
A ext-src/trunk/tests/r/db/revs/5
A ext-src/trunk/tests/r/db/write-lock
A ext-src/tags/svn-1.0.3/svn.c
A ext-src/tags/svn-1.0.0/examples
A ext-src/tags/RELEASE_0_5_0
A ext-src/trunk/tests/r/db/revprops/0
A ext-src/tags/svn-1.0.2/config.w32
A ext-src/trunk/tests/r/db/revprops/1
A ext-src/tags/svn-1.0.2/php_svn.h
A ext-src/tags/svn-1.0.2/package.xml
A ext-src/tags/svn-1.0.2/svn.c
A ext-src/trunk/tests/r/db/revprops/2
A ext-src/tags/svn-1.0.2/CREDITS
A ext-src/tags/RELEASE_0_5_0/examples
A ext-src/tags/svn-1.0.2/examples/hook_copycommit.php
A ext-src/tags/svn-1.0.2/examples/hook_emailcommit.php
A ext-src/trunk/tests/r/db/revprops/3
A ext-src/tags/svn-1.0.1/config.w32
A ext-src/tags/RELEASE_0_5_0/tests
A ext-src/trunk/tests/r/db/revprops/4
A ext-src/tags/svn-1.0.1/config.m4
A ext-src/trunk/tests/r/db/current
A ext-src/tags/svn-1.0.1/svn.c
A ext-src/tags/svn-1.0.1/CREDITS
A ext-src/tags/svn-1.0.1/examples/hook_emailcommit.php
A ext-src/trunk/tests/r/db/fs-type
A ext-src/tags/svn-1.0.1/examples/hook_copycommit.php
A ext-src/tags/svn-1.0.0/config.w32
A ext-src/tags/RELEASE_0_5_0/tests/r
A ext-src/tags/RELEASE_0_5_0/tests/r/db
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revs
A ext-src/tags/svn-1.0.0/config.m4
A ext-src/trunk/tests/r/conf/svnserve.conf
A ext-src/trunk/tests/r/conf/authz
A ext-src/tags/svn-1.0.0/svn.c
A ext-src/tags/svn-1.0.0/examples/hook_emailcommit.php
A ext-src/tags/svn-1.0.0/CREDITS
A ext-src/trunk/tests/r/locks/db-logs.lock
A ext-src/tags/svn-1.0.0/examples/hook_copycommit.php
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revprops
A ext-src/trunk/tests/checkout2.phpt
A ext-src/tags/RELEASE_0_5_0/php_svn.h
A ext-src/tags/RELEASE_0_5_0/svn.c
A ext-src/tags/RELEASE_0_5_0/TODO
A ext-src/trunk/tests/status.phpt
A ext-src/tags/RELEASE_0_5_0/config.m4
A ext-src/tags/RELEASE_0_5_0/examples/hook_emailcommit.php
A ext-src/tags/RELEASE_0_5_0/examples/hook_copycommit.php
A ext-src/tags/RELEASE_0_5_0/tests/r/conf
A ext-src/trunk/examples/hook_copycommit.php
A ext-src/tags/RELEASE_0_5_0/config.w32
A ext-src/tags/RELEASE_0_5_0/tests/log9.phpt
A ext-src/tags/svn-2.0.3/CREDITS
A ext-src/tags/RELEASE_0_5_0/tests/r/locks
A ext-src/tags/RELEASE_0_5_0/tests/log6.phpt
A ext-src/tags/svn-2.0.3/examples/hook_copycommit.php
A ext-src/tags/RELEASE_0_5_0/tests/log10.phpt
A ext-src/tags/RELEASE_0_5_0/tests/log5.phpt
A ext-src/tags/RELEASE_0_5_0/tests/log8.phpt
A ext-src/tags/svn-2.0.3/svn.c
A ext-src/tags/RELEASE_0_5_0/tests/log3.phpt
A ext-src/tags/svn-1.0.3/examples/hook_emailcommit.php
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revs/1
A ext-src/tags/RELEASE_0_4
A ext-src/tags/RELEASE_0_5_0/tests/log7.phpt
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revs/3
A ext-src/tags/svn-1.0.3/config.m4
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revs/0
A ext-src/tags/RELEASE_0_4/examples
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revs/5
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revprops/0
A ext-src/tags/svn-1.0.2/config.m4
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revs/4
A ext-src/tags/RELEASE_0_2
A ext-src/tags/svn-1.0.2/EXPERIMENTAL
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revprops/2
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revprops/4
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revprops/1
A ext-src/tags/RELEASE_0_2/examples
A ext-src/tags/RELEASE_0_5_0/tests/r/db/current
A ext-src/tags/svn-1.0.1/php_svn.h
A ext-src/tags/RELEASE_0_5_0/tests/r/db/fs-type
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revprops/5
A ext-src/tags/RELEASE_0_5_0/tests/r/conf/svnserve.conf
A ext-src/branches
A ext-src/tags/svn-1.0.1/EXPERIMENTAL
A ext-src/tags/RELEASE_0_5_0/tests/r/conf/authz
A ext-src/tags/RELEASE_0_5_0/tests/r/locks/db.lock
A ext-src/tags/RELEASE_0_5_0/tests/r/db/format
A ext-src/tags/svn-1.0.0/php_svn.h
A ext-src/tags/RELEASE_0_5_0/tests/r/README.txt
A ext-src/tags/RELEASE_0_5_0/tests/checkout2.phpt
A ext-src/tags/RELEASE_0_5_0/tests/r/format
A ext-src/tags/svn-1.0.0/EXPERIMENTAL
A ext-src/tags/RELEASE_0_5_0/tests/checkout1.phpt
A ext-src/tags/RELEASE_0_5_0/package2.xml
A ext-src/tags/RELEASE_0_5_0/CREDITS
A ext-src/tags/RELEASE_0_5_0/tests/log1.phpt
A ext-src/tags/RELEASE_0_5_0/EXPERIMENTAL
A ext-src/tags/RELEASE_0_5_0/tests/status.phpt
A ext-src/tags/RELEASE_0_5_0/tests/cat.phpt
A ext-src/tags/RELEASE_0_4/examples/hook_emailcommit.php
A ext-src/tags/RELEASE_0_4/config.m4
A ext-src/tags/RELEASE_0_5_0/tests/log4.phpt
A ext-src/tags/RELEASE_0_4/CREDITS
A ext-src/tags/RELEASE_0_4/php_svn.h
A ext-src/tags/RELEASE_0_5_0/tests/log2.phpt
A ext-src/tags/RELEASE_0_4/svn.c
A ext-src/tags/RELEASE_0_2/php_svn.h
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revs/2
A ext-src/tags/RELEASE_0_4/config.w32
A ext-src/tags/RELEASE_0_2/svn.c
A ext-src/tags/RELEASE_0_5_0/tests/r/db/write-lock
A ext-src/tags/RELEASE_0_2/examples/hook_copycommit.php
A ext-src/tags/RELEASE_0_2/package2.xml
A ext-src/tags/RELEASE_0_2/examples/hook_emailcommit.php
A ext-src/tags/RELEASE_0_5_0/tests/r/db/revprops/3
A ext-src/tags/RELEASE_0_2/config.w32
A ext-src/tags/RELEASE_0_5_0/tests/r/db/uuid
A ext-src/tags/RELEASE_0_2/EXPERIMENTAL
A ext-src/tags/RELEASE_0_5_0/tests/r/conf/passwd
A ext-src/tags/RELEASE_0_5_0/tests/r/locks/db-logs.lock
A ext-src/tags/RELEASE_0_5_0/tests/utils.inc
A ext-src/tags/RELEASE_0_4/package2.xml
A ext-src/tags/RELEASE_0_4/examples/hook_copycommit.php
A ext-src/tags/RELEASE_0_4/EXPERIMENTAL
A ext-src/tags/RELEASE_0_2/config.m4
A ext-src/tags/RELEASE_0_2/CREDITS
Checked out revision 352313.
Configuring for:
PHP Api Version: 20190902
Zend Module Api No: 20190902
Zend Extension Api No: 320190902
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 pkg-config...
/usr/bin/pkg-config
checking pkg-config is at least version 0.9.0...
yes
checking for cc...
cc
checking whether the C compiler works...
yes
checking for C compiler default output file name...
a.out
checking for suffix of executables...
checking whether we are cross compiling...
no
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 for system library directory...
lib
checking if compiler supports -R...
no
checking if compiler supports -Wl,-rpath,...
yes
checking build system type...
x86_64-pc-linux-gnu
checking host system type...
x86_64-pc-linux-gnu
checking target system type...
x86_64-pc-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-zts-20190902
checking for PHP installed headers prefix...
/usr/local/include/php
checking if debug is enabled...
no
checking if zts is enabled...
yes
checking for gawk...
no
checking for nawk...
nawk
checking if nawk is broken...
no
checking for svn support...
yes, shared
checking for specifying the location of apr for svn...
yes, shared
checking for svn includes...
Found libsvn 1.10.4
checking for apr and apr-util...
Found apr 1.6.5
libsvn includes: "-I/usr/include/subversion-1 -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE"
libsvn ldflags: "-lsvn_client-1 -lsvn_fs-1 -lsvn_repos-1 -lsvn_subr-1 -L/usr/lib/x86_64-linux-gnu -lapr-1"
checking for a sed that does not truncate output...
/bin/sed
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 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 dlfcn.h usability...
yes
checking dlfcn.h presence...
yes
checking for dlfcn.h...
yes
checking the maximum length of command line arguments...
1572864
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...
yes
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: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
/bin/bash /tmp/ext-src/trunk/libtool --mode=compile cc -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -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/subversion-1 -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/svn.c -o svn.lo
mkdir .libs
cc -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -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/subversion-1 -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/svn.c -fPIC -DPIC -o .libs/svn.o
/tmp/ext-src/trunk/svn.c: In function 'init_svn_client':
/tmp/ext-src/trunk/svn.c:374:2: warning: 'svn_client_create_context' is deprecated [-Wdeprecated-declarations]
if ((err = svn_client_create_context (&SVN_G(ctx), SVN_G(pool)))) {
^~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:1079:1: note: declared here
svn_client_create_context(svn_client_ctx_t **ctx,
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:401:2: warning: 'svn_client_get_simple_provider' is deprecated [-Wdeprecated-declarations]
svn_client_get_simple_provider (&provider, SVN_G(pool));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:151:1: note: declared here
svn_client_get_simple_provider(svn_auth_provider_object_t **provider,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:404:2: warning: 'svn_client_get_username_provider' is deprecated [-Wdeprecated-declarations]
svn_client_get_username_provider (&provider, SVN_G(pool));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:198:1: note: declared here
svn_client_get_username_provider(svn_auth_provider_object_t **provider,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:407:2: warning: 'svn_client_get_ssl_server_trust_prompt_provider' is deprecated [-Wdeprecated-declarations]
svn_client_get_ssl_server_trust_prompt_provider (&provider, php_svn_auth_ssl_client_server_trust_prompter, NULL, SVN_G(pool));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:265:1: note: declared here
svn_client_get_ssl_server_trust_prompt_provider(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:411:2: warning: 'svn_client_get_ssl_server_trust_file_provider' is deprecated [-Wdeprecated-declarations]
svn_client_get_ssl_server_trust_file_provider (&provider, SVN_G(pool));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:214:1: note: declared here
svn_client_get_ssl_server_trust_file_provider(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:414:2: warning: 'svn_client_get_ssl_client_cert_file_provider' is deprecated [-Wdeprecated-declarations]
svn_client_get_ssl_client_cert_file_provider (&provider, SVN_G(pool));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:231:1: note: declared here
svn_client_get_ssl_client_cert_file_provider(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:417:2: warning: 'svn_client_get_ssl_client_cert_pw_file_provider' is deprecated [-Wdeprecated-declarations]
svn_client_get_ssl_client_cert_pw_file_provider (&provider, SVN_G(pool));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:248:1: note: declared here
svn_client_get_ssl_client_cert_pw_file_provider(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_config_ensure':
/tmp/ext-src/trunk/svn.c:509:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
config_path = svn_path_canonicalize(utf8_path, subpool);
^~~~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_import':
/tmp/ext-src/trunk/svn.c:557:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:559:2: warning: 'svn_client_import' is deprecated [-Wdeprecated-declarations]
err = svn_client_import(&commit_info_p, path, url, nonrecursive,
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:2074:1: note: declared here
svn_client_import(svn_client_commit_info_t **commit_info_p,
^~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_checkout':
/tmp/ext-src/trunk/svn.c:815:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
can_repos_url= svn_path_canonicalize(utf8_repos_url, subpool);
^~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:816:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
can_target_path = svn_path_canonicalize(utf8_target_path, subpool);
^~~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_cat':
/tmp/ext-src/trunk/svn.c:918:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
url = svn_path_canonicalize(utf8_url, subpool);
^~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:926:2: warning: 'svn_client_cat2' is deprecated [-Wdeprecated-declarations]
err = svn_client_cat2(out, true_path, &peg_revision, &revision, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:6692:1: note: declared here
svn_client_cat2(svn_stream_t *out,
^~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:935:2: warning: 'svn_stream_read' is deprecated [-Wdeprecated-declarations]
err = svn_stream_read(out, retdata, &size);
^~~
In file included from /usr/include/subversion-1/svn_wc.h:83,
from /usr/include/subversion-1/svn_client.h:44,
from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_io.h:1338:1: note: declared here
svn_stream_read(svn_stream_t *stream,
^~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_ls':
/tmp/ext-src/trunk/svn.c:997:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
repos_url = svn_path_canonicalize(utf8_repos_url, subpool);
^~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:1008:2: warning: 'svn_client_ls2' is deprecated [-Wdeprecated-declarations]
err = svn_client_ls2 (&dirents,
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:6610:1: note: declared here
svn_client_ls2(apr_hash_t **dirents,
^~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_log':
/tmp/ext-src/trunk/svn.c:1226:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
url = svn_path_canonicalize(utf8_url, subpool);
^~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:1242:2: warning: 'svn_client_log3' is deprecated [-Wdeprecated-declarations]
err = svn_client_log3(
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:2787:1: note: declared here
svn_client_log3(const apr_array_header_t *targets,
^~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: At top level:
/tmp/ext-src/trunk/svn.c:1313:2: warning: initialization of 'ssize_t (*)(php_stream *, const char *, size_t)' {aka 'long int (*)(struct _php_stream *, const char *, long unsigned int)'} from incompatible pointer type 'size_t (*)(php_stream *, const char *, size_t)' {aka 'long unsigned int (*)(struct _php_stream *, const char *, long unsigned int)'} [-Wincompatible-pointer-types]
php_apr_file_write,
^~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:1313:2: note: (near initialization for 'php_apr_stream_ops.write')
/tmp/ext-src/trunk/svn.c:1314:2: warning: initialization of 'ssize_t (*)(php_stream *, char *, size_t)' {aka 'long int (*)(struct _php_stream *, char *, long unsigned int)'} from incompatible pointer type 'size_t (*)(php_stream *, char *, size_t)' {aka 'long unsigned int (*)(struct _php_stream *, char *, long unsigned int)'} [-Wincompatible-pointer-types]
php_apr_file_read,
^~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:1314:2: note: (near initialization for 'php_apr_stream_ops.read')
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_diff':
/tmp/ext-src/trunk/svn.c:1399:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
can_path1= svn_path_canonicalize(utf8_path1, subpool);
^~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:1400:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
can_path2= svn_path_canonicalize(utf8_path2, subpool);
^~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:1402:2: warning: 'svn_client_diff3' is deprecated [-Wdeprecated-declarations]
err = svn_client_diff3(&diff_options,
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:3185:1: note: declared here
svn_client_diff3(const apr_array_header_t *diff_options,
^~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_cleanup':
/tmp/ext-src/trunk/svn.c:1472:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
workingdir = svn_path_canonicalize(utf8_workingdir, subpool);
^~~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:1474:2: warning: 'svn_client_cleanup' is deprecated [-Wdeprecated-declarations]
err = svn_client_cleanup(workingdir, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:4191:1: note: declared here
svn_client_cleanup(const char *dir,
^~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_revert':
/tmp/ext-src/trunk/svn.c:1520:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
APR_ARRAY_PUSH(targets, const char *) = svn_path_canonicalize(utf8_path, subpool);
^~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:1522:2: warning: 'svn_client_revert' is deprecated [-Wdeprecated-declarations]
err = svn_client_revert(
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:4350:1: note: declared here
svn_client_revert(const apr_array_header_t *paths,
^~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_resolved':
/tmp/ext-src/trunk/svn.c:1570:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:1572:2: warning: 'svn_client_resolved' is deprecated [-Wdeprecated-declarations]
err = svn_client_resolved(
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:5128:1: note: declared here
svn_client_resolved(const char *path,
^~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_revision_prop':
/tmp/ext-src/trunk/svn.c:1644:2: warning: 'svn_fs_revision_prop' is deprecated [-Wdeprecated-declarations]
err = svn_fs_revision_prop(&str, fs->fs, revnum, propname, subpool);
^~~
In file included from /tmp/ext-src/trunk/svn.c:41:
/usr/include/subversion-1/svn_fs.h:2816:1: note: declared here
svn_fs_revision_prop(svn_string_t **value_p,
^~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'php_svn_stream_read':
/tmp/ext-src/trunk/svn.c:1736:2: warning: 'svn_stream_read' is deprecated [-Wdeprecated-declarations]
svn_stream_read(thefile, buf, &nbytes);
^~~~~~~~~~~~~~~
In file included from /usr/include/subversion-1/svn_wc.h:83,
from /usr/include/subversion-1/svn_client.h:44,
from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_io.h:1338:1: note: declared here
svn_stream_read(svn_stream_t *stream,
^~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: At top level:
/tmp/ext-src/trunk/svn.c:1757:2: warning: initialization of 'ssize_t (*)(php_stream *, const char *, size_t)' {aka 'long int (*)(struct _php_stream *, const char *, long unsigned int)'} from incompatible pointer type 'size_t (*)(php_stream *, const char *, size_t)' {aka 'long unsigned int (*)(struct _php_stream *, const char *, long unsigned int)'} [-Wincompatible-pointer-types]
php_svn_stream_write,
^~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:1757:2: note: (near initialization for 'php_svn_stream_ops.write')
/tmp/ext-src/trunk/svn.c:1758:2: warning: initialization of 'ssize_t (*)(php_stream *, char *, size_t)' {aka 'long int (*)(struct _php_stream *, char *, long unsigned int)'} from incompatible pointer type 'size_t (*)(php_stream *, char *, size_t)' {aka 'long unsigned int (*)(struct _php_stream *, char *, long unsigned int)'} [-Wincompatible-pointer-types]
php_svn_stream_read,
^~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:1758:2: note: (near initialization for 'php_svn_stream_ops.read')
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_file_contents':
/tmp/ext-src/trunk/svn.c:1800:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_file_length':
/tmp/ext-src/trunk/svn.c:1850:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_node_prop':
/tmp/ext-src/trunk/svn.c:1900:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_node_created_rev':
/tmp/ext-src/trunk/svn.c:1953:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_dir_entries':
/tmp/ext-src/trunk/svn.c:2006:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_check_path':
/tmp/ext-src/trunk/svn.c:2059:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_repos_open':
/tmp/ext-src/trunk/svn.c:2131:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2133:2: warning: 'svn_repos_open' is deprecated [-Wdeprecated-declarations]
err = svn_repos_open(&repos, path, subpool);
^~~
In file included from /tmp/ext-src/trunk/svn.c:42:
/usr/include/subversion-1/svn_repos.h:464:1: note: declared here
svn_repos_open(svn_repos_t **repos_p,
^~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_info':
/tmp/ext-src/trunk/svn.c:2225:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2246:2: warning: 'svn_client_info' is deprecated [-Wdeprecated-declarations]
err = svn_client_info(true_path, &peg_revision, &revision, info_func, return_value, recurse, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:7381:1: note: declared here
svn_client_info(const char *path_or_url,
^~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_export':
/tmp/ext-src/trunk/svn.c:2299:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
from = svn_path_canonicalize(utf8_from_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2300:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
to = svn_path_canonicalize(utf8_to_path, subpool);
^~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2311:2: warning: 'svn_client_export3' is deprecated [-Wdeprecated-declarations]
err = svn_client_export3(NULL, from, to, &peg_revision, &revision, TRUE, FALSE, TRUE, NULL, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:6338:1: note: declared here
svn_client_export3(svn_revnum_t *result_rev,
^~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_switch':
/tmp/ext-src/trunk/svn.c:2363:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2364:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
url = svn_path_canonicalize(utf8_url, subpool);
^~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2372:2: warning: 'svn_client_switch' is deprecated [-Wdeprecated-declarations]
err = svn_client_switch(NULL, path, url, &revision, TRUE, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:1540:1: note: declared here
svn_client_switch(svn_revnum_t *result_rev,
^~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_copy':
/tmp/ext-src/trunk/svn.c:2428:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
src_path = svn_path_canonicalize(utf8_src_path, subpool);
^~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2429:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
dst_path = svn_path_canonicalize(utf8_dst_path, subpool);
^~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2441:2: warning: 'svn_client_copy2' is deprecated [-Wdeprecated-declarations]
err = svn_client_copy2(&info, src_path, &revision, dst_path, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:5419:1: note: declared here
svn_client_copy2(svn_commit_info_t **commit_info_p,
^~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_blame':
/tmp/ext-src/trunk/svn.c:2543:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
repos_url = svn_path_canonicalize(utf8_repos_url, subpool);
^~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2564:2: warning: 'svn_client_blame2' is deprecated [-Wdeprecated-declarations]
err = svn_client_blame2(
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:2969:1: note: declared here
svn_client_blame2(const char *path_or_url,
^~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_delete':
/tmp/ext-src/trunk/svn.c:2617:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
APR_ARRAY_PUSH(targets, const char *) = svn_path_canonicalize(utf8_path, subpool);
^~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2620:2: warning: 'svn_client_delete2' is deprecated [-Wdeprecated-declarations]
err = svn_client_delete2(&info, targets, force, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:1865:1: note: declared here
svn_client_delete2(svn_commit_info_t **commit_info_p,
^~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_mkdir':
/tmp/ext-src/trunk/svn.c:2688:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
APR_ARRAY_PUSH(targets, const char *) = svn_path_canonicalize(utf8_path, subpool);
^~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2690:2: warning: 'svn_client_mkdir2' is deprecated [-Wdeprecated-declarations]
err = svn_client_mkdir2(&info, targets, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:1757:1: note: declared here
svn_client_mkdir2(svn_commit_info_t **commit_info_p,
^~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_move':
/tmp/ext-src/trunk/svn.c:2767:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
src_path = svn_path_canonicalize(utf8_src_path, subpool);
^~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2768:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
dst_path = svn_path_canonicalize(utf8_dst_path, subpool);
^~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2770:2: warning: 'svn_client_move3' is deprecated [-Wdeprecated-declarations]
err = svn_client_move3(&info, src_path, dst_path, force, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:5623:1: note: declared here
svn_client_move3(svn_commit_info_t **commit_info_p,
^~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_proplist':
/tmp/ext-src/trunk/svn.c:2832:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2843:2: warning: 'svn_client_proplist2' is deprecated [-Wdeprecated-declarations]
err = svn_client_proplist2(&props, true_path, &peg_revision, &revision, recurse, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:6179:1: note: declared here
svn_client_proplist2(apr_array_header_t **props,
^~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2870:4: warning: 'svn_path_local_style' is deprecated [-Wdeprecated-declarations]
add_assoc_zval(return_value, (char *)svn_path_local_style(item->node_name->data, subpool), &row);
^~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:82:1: note: declared here
svn_path_local_style(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2870:4: warning: 'svn_path_local_style' is deprecated [-Wdeprecated-declarations]
add_assoc_zval(return_value, (char *)svn_path_local_style(item->node_name->data, subpool), &row);
^~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:82:1: note: declared here
svn_path_local_style(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_propget':
/tmp/ext-src/trunk/svn.c:2913:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2924:2: warning: 'svn_client_propget2' is deprecated [-Wdeprecated-declarations]
err = svn_client_propget2(&props, propname, true_path, &peg_revision, &revision, recurse, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:6038:1: note: declared here
svn_client_propget2(apr_hash_t **props,
^~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2945:4: warning: 'svn_path_local_style' is deprecated [-Wdeprecated-declarations]
add_assoc_zval(return_value, (char *)svn_path_local_style(pname, subpool), &row);
^~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:82:1: note: declared here
svn_path_local_style(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2945:4: warning: 'svn_path_local_style' is deprecated [-Wdeprecated-declarations]
add_assoc_zval(return_value, (char *)svn_path_local_style(pname, subpool), &row);
^~~~~~~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:82:1: note: declared here
svn_path_local_style(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_propset':
/tmp/ext-src/trunk/svn.c:2987:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:2998:2: warning: 'svn_client_propset2' is deprecated [-Wdeprecated-declarations]
err = svn_client_propset2(propname, svn_string_ncreate(propval, propvallen, subpool), true_path, recurse, skip_checks, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:5808:1: note: declared here
svn_client_propset2(const char *propname,
^~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_prop_delete':
/tmp/ext-src/trunk/svn.c:3045:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:3056:2: warning: 'svn_client_propset2' is deprecated [-Wdeprecated-declarations]
err = svn_client_propset2(propname, NULL, true_path, recurse, skip_checks, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:5808:1: note: declared here
svn_client_propset2(const char *propname,
^~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_revprop_get':
/tmp/ext-src/trunk/svn.c:3109:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
url = svn_path_canonicalize(utf8_url, subpool);
^~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_revprop_set':
/tmp/ext-src/trunk/svn.c:3169:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
url = svn_path_canonicalize(utf8_url, subpool);
^~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:3173:2: warning: 'svn_client_revprop_set' is deprecated [-Wdeprecated-declarations]
err = svn_client_revprop_set (
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:5894:1: note: declared here
svn_client_revprop_set(const char *propname,
^~~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_revprop_delete':
/tmp/ext-src/trunk/svn.c:3226:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
url = svn_path_canonicalize(utf8_url, subpool);
^~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:3230:2: warning: 'svn_client_revprop_set' is deprecated [-Wdeprecated-declarations]
err = svn_client_revprop_set (
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:5894:1: note: declared here
svn_client_revprop_set(const char *propname,
^~~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_repos_create':
/tmp/ext-src/trunk/svn.c:3281:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_repos_recover':
/tmp/ext-src/trunk/svn.c:3332:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:3334:2: warning: 'svn_repos_recover2' is deprecated [-Wdeprecated-declarations]
err = svn_repos_recover2(path, 0, NULL, NULL, subpool);
^~~
In file included from /tmp/ext-src/trunk/svn.c:42:
/usr/include/subversion-1/svn_repos.h:819:1: note: declared here
svn_repos_recover2(const char *path,
^~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_repos_hotcopy':
/tmp/ext-src/trunk/svn.c:3384:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
src_path = svn_path_canonicalize(utf8_src_path, subpool);
^~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:3385:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
dst_path = svn_path_canonicalize(utf8_dst_path, subpool);
^~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:3387:2: warning: 'svn_repos_hotcopy' is deprecated [-Wdeprecated-declarations]
err = svn_repos_hotcopy(src_path, dst_path, cleanlogs, subpool);
^~~
In file included from /tmp/ext-src/trunk/svn.c:42:
/usr/include/subversion-1/svn_repos.h:723:1: note: declared here
svn_repos_hotcopy(const char *src_path,
^~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_commit':
/tmp/ext-src/trunk/svn.c:3470:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:3479:2: warning: 'svn_client_commit3' is deprecated [-Wdeprecated-declarations]
err = svn_client_commit3(&info, targets_array, recursive, 1, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:2246:1: note: declared here
svn_client_commit3(svn_commit_info_t **commit_info_p,
^~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_lock':
/tmp/ext-src/trunk/svn.c:3545:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_unlock':
/tmp/ext-src/trunk/svn.c:3603:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_add':
/tmp/ext-src/trunk/svn.c:3656:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:3658:2: warning: 'svn_client_add2' is deprecated [-Wdeprecated-declarations]
err = svn_client_add2((const char*)path, recurse, force, SVN_G(ctx), subpool);
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:1659:1: note: declared here
svn_client_add2(const char *path,
^~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_status':
/tmp/ext-src/trunk/svn.c:3762:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:3767:2: warning: 'svn_client_status2' is deprecated [-Wdeprecated-declarations]
err = svn_client_status2(
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:2654:1: note: declared here
svn_client_status2(svn_revnum_t *result_rev,
^~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_update':
/tmp/ext-src/trunk/svn.c:3825:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:3830:2: warning: 'svn_client_update' is deprecated [-Wdeprecated-declarations]
err = svn_client_update(&result_rev, path, &rev, recurse,
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:1415:1: note: declared here
svn_client_update(svn_revnum_t *result_rev,
^~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_update2':
/tmp/ext-src/trunk/svn.c:3884:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:3892:2: warning: 'svn_client_update3' is deprecated [-Wdeprecated-declarations]
err = svn_client_update3(
^~~
In file included from /tmp/ext-src/trunk/php_svn.h:43,
from /tmp/ext-src/trunk/svn.c:33:
/usr/include/subversion-1/svn_client.h:1377:1: note: declared here
svn_client_update3(apr_array_header_t **result_revs,
^~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_repos_fs_begin_txn_for_commit':
/tmp/ext-src/trunk/svn.c:3968:2: warning: 'svn_repos_fs_begin_txn_for_commit' is deprecated [-Wdeprecated-declarations]
err = svn_repos_fs_begin_txn_for_commit(&txn_p, repos->repos, rev, author, log_msg, subpool);
^~~
In file included from /tmp/ext-src/trunk/svn.c:42:
/usr/include/subversion-1/svn_repos.h:2534:1: note: declared here
svn_repos_fs_begin_txn_for_commit(svn_fs_txn_t **txn_p,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_make_file':
/tmp/ext-src/trunk/svn.c:4083:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_make_dir':
/tmp/ext-src/trunk/svn.c:4128:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_apply_text':
/tmp/ext-src/trunk/svn.c:4176:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_copy':
/tmp/ext-src/trunk/svn.c:4237:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
from_path = svn_path_canonicalize(utf8_from_path, subpool);
^~~~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:4238:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
to_path = svn_path_canonicalize(utf8_to_path, subpool);
^~~~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_delete':
/tmp/ext-src/trunk/svn.c:4284:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_is_file':
/tmp/ext-src/trunk/svn.c:4371:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_is_dir':
/tmp/ext-src/trunk/svn.c:4417:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_change_node_prop':
/tmp/ext-src/trunk/svn.c:4464:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path = svn_path_canonicalize(utf8_path, subpool);
^~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_contents_changed':
/tmp/ext-src/trunk/svn.c:4527:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path1 = svn_path_canonicalize(utf8_path1, subpool);
^~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:4528:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path2 = svn_path_canonicalize(utf8_path2, subpool);
^~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c: In function 'zif_svn_fs_props_changed':
/tmp/ext-src/trunk/svn.c:4587:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path1 = svn_path_canonicalize(utf8_path1, subpool);
^~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/tmp/ext-src/trunk/svn.c:4588:2: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations]
path2 = svn_path_canonicalize(utf8_path2, subpool);
^~~~~
In file included from /tmp/ext-src/trunk/svn.c:40:
/usr/include/subversion-1/svn_path.h:284:1: note: declared here
svn_path_canonicalize(const char *path, apr_pool_t *pool);
^~~~~~~~~~~~~~~~~~~~~
/bin/bash /tmp/ext-src/trunk/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -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/subversion-1 -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -o svn.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/ext-src/trunk/modules svn.lo -Wl,-rpath,/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lsvn_client-1 -lsvn_fs-1 -lsvn_repos-1 -lsvn_subr-1 -lapr-1
cc -shared .libs/svn.o -L/usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libsvn_client-1.so /usr/lib/x86_64-linux-gnu/libsvn_fs-1.so /usr/lib/x86_64-linux-gnu/libsvn_repos-1.so /usr/lib/x86_64-linux-gnu/libsvn_subr-1.so /usr/lib/x86_64-linux-gnu/libapr-1.so -Wl,-rpath -Wl,/usr/lib/x86_64-linux-gnu -Wl,-soname -Wl,svn.so -o .libs/svn.so
creating svn.la
(cd .libs && rm -f svn.la && ln -s ../svn.la svn.la)
/bin/bash /tmp/ext-src/trunk/libtool --mode=install cp ./svn.la /tmp/ext-src/trunk/modules
cp ./.libs/svn.so /tmp/ext-src/trunk/modules/svn.so
cp ./.libs/svn.lai /tmp/ext-src/trunk/modules/svn.la
PATH="$PATH:/sbin" ldconfig -n /tmp/ext-src/trunk/modules
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/ext-src/trunk/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Build complete.
Don't forget to run 'make test'.
Build complete.
Don't forget to run 'make test'.
=====================================================================
PHP : /usr/local/bin/php
PHP_SAPI : cli
PHP_VERSION : 7.4.16
ZEND_VERSION: 3.4.0
PHP_OS : Linux - Linux c5631c5e3022 5.8.0-44-generic #50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021 x86_64
INI actual : /tmp/ext-src/trunk/tmp-php.ini
More .INIs :
---------------------------------------------------------------------
PHP : /usr/local/bin/phpdbg
PHP_SAPI : phpdbg
PHP_VERSION : 7.4.16
ZEND_VERSION: 3.4.0
PHP_OS : Linux - Linux c5631c5e3022 5.8.0-44-generic #50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021 x86_64
INI actual : /tmp/ext-src/trunk/tmp-php.ini
More .INIs :
---------------------------------------------------------------------
CWD : /tmp/ext-src/trunk
Extra dirs :
VALGRIND : Not used
=====================================================================
TIME START 2021-03-09 06:35:59
=====================================================================
TEST 1/14 [tests/cat.phpt]
PASS Svn::cat() [tests/cat.phpt]
TEST 2/14 [tests/checkout1.phpt]
PASS Svn::checkout() default (depends on the Svn::status()) [tests/checkout1.phpt]
TEST 3/14 [tests/checkout2.phpt]
PASS Svn::checkout() --revision ARG (depends on the Svn::status()) [tests/checkout2.phpt]
TEST 4/14 [tests/log1.phpt]
PASS Svn::log() default [tests/log1.phpt]
TEST 5/14 [tests/log10.phpt]
PASS Svn::log() --revision ARG[:ARG] (depends on the Svn::checkout()) (working copy url) [tests/log10.phpt]
TEST 6/14 [tests/log2.phpt]
PASS Svn::log() --stop-on-copy [tests/log2.phpt]
TEST 7/14 [tests/log3.phpt]
PASS Svn::log() --verbose [tests/log3.phpt]
TEST 8/14 [tests/log4.phpt]
PASS Svn::log() --verbose --stop-on-copy [tests/log4.phpt]
TEST 9/14 [tests/log5.phpt]
PASS Svn::log() --limit NUM [tests/log5.phpt]
TEST 10/14 [tests/log6.phpt]
PASS Svn::log() --revision ARG[:ARG] (depends on the Svn::checkout()) (repository url) [tests/log6.phpt]
TEST 11/14 [tests/log7.phpt]
PASS Svn::log() --quiet [tests/log7.phpt]
TEST 12/14 [tests/log8.phpt]
PASS Svn::log() --quiet --verbose [tests/log8.phpt]
TEST 13/14 [tests/log9.phpt]
PASS Svn::log() --revision ARG:ARG --quiet [tests/log9.phpt]
TEST 14/14 [tests/status.phpt]
FAIL Svn::status() [tests/status.phpt]
=====================================================================
TIME END 2021-03-09 06:35:59
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 0
Exts tested : 33
---------------------------------------------------------------------
Number of tests : 14 14
Tests skipped : 0 ( 0.0%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 1 ( 7.1%) ( 7.1%)
Tests passed : 13 ( 92.9%) ( 92.9%)
---------------------------------------------------------------------
Time taken : 0 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Svn::status() [tests/status.phpt]
=====================================================================
You may have found a problem in PHP.
This report can be automatically sent to the PHP QA team at
http://qa.php.net/reports and http://news.php.net/php.qa.reports
This gives us a better understanding of PHP's behavior.
If you don't want to send the report immediately you can choose
option "s" to save it. You can then email it to [email protected] later.
Do you want to send this report now? [Yns]:
Notice: Trying to access array offset on value of type bool in /tmp/ext-src/trunk/run-tests.php on line 934
Please enter your email address.
(Your address will be mangled so that it will not go out on any
mailinglist in plain text):
Posting to http://qa.php.net/buildtest-process.php
make: *** [Makefile:132: test] Error 1