]> git.pld-linux.org Git - packages/php.git/log
packages/php.git
4 years agoupdated php-sapi-ini-file.patch ini
Elan Ruusamäe [Fri, 2 Aug 2019 10:34:13 +0000 (13:34 +0300)]
updated php-sapi-ini-file.patch

4 years agoupdate to 7.4.0beta2
Elan Ruusamäe [Sat, 10 Aug 2019 16:37:02 +0000 (19:37 +0300)]
update to 7.4.0beta2

4 years agocleanup leftovers from apache 1.3
Elan Ruusamäe [Thu, 8 Aug 2019 12:32:53 +0000 (15:32 +0300)]
cleanup leftovers from apache 1.3

4 years agodep-tests.sh: adjust for static spl, pcre, hash extensions
Elan Ruusamäe [Wed, 7 Aug 2019 20:59:02 +0000 (23:59 +0300)]
dep-tests.sh: adjust for static spl, pcre, hash extensions

4 years agouse numbered prefixes to load modules in order of dependencies
Elan Ruusamäe [Wed, 7 Aug 2019 20:27:25 +0000 (23:27 +0300)]
use numbered prefixes to load modules in order of dependencies

the number is based by number of module dependencies
extensions with extra configs like opcache have extra unprefixed file

also dropped .so from extension line, 7.2 dropped filename extension requirement:
https://wiki.php.net/rfc/load-ext-by-name

4 years agodep-tests.sh: move main to function
Elan Ruusamäe [Wed, 7 Aug 2019 20:08:32 +0000 (23:08 +0300)]
dep-tests.sh: move main to function

4 years agoupdate tests for no shared pcre.so, spl.so
Elan Ruusamäe [Tue, 6 Aug 2019 12:54:36 +0000 (15:54 +0300)]
update tests for no shared pcre.so, spl.so

4 years agoupstream dropped ext-recode
Elan Ruusamäe [Thu, 1 Aug 2019 10:55:02 +0000 (13:55 +0300)]
upstream dropped ext-recode

- https://wiki.php.net/rfc/unbundle_recode
- https://github.com/php/php-src/commit/58b607c9ea6cdc631a61b18de0cf5c0b3c96c074
- https://github.com/php/php-src/commit/f3cf8966be9fcbf25f5efe49640d4af409eb9864

4 years agomysqlnd-ssl.patch applied upstream
Elan Ruusamäe [Thu, 1 Aug 2019 10:50:57 +0000 (13:50 +0300)]
mysqlnd-ssl.patch applied upstream

- https://github.com/php/php-src/pull/4455
- https://github.com/php/php-src/commit/4b03e102c58f56cbf5f794f21face56abd662e90

4 years agoconfigure.ac: cleanup PHP_CHECK_FUNC(yp_get_default_domain, nsl)
Elan Ruusamäe [Thu, 1 Aug 2019 08:55:16 +0000 (11:55 +0300)]
configure.ac: cleanup PHP_CHECK_FUNC(yp_get_default_domain, nsl)

- https://github.com/php/php-src/pull/4417
- https://github.com/php/php-src/commit/63d6a2b697f5594b03549256661af97b3b6451a3

4 years agoup to 7.4.0beta1
Elan Ruusamäe [Thu, 1 Aug 2019 08:44:59 +0000 (11:44 +0300)]
up to 7.4.0beta1

4 years agorequires sqlite3-devel >= 3.7.4 auto/th/php74-7.4.0-1.alpha3.1
Elan Ruusamäe [Sun, 14 Jul 2019 21:11:55 +0000 (00:11 +0300)]
requires sqlite3-devel >= 3.7.4

https://github.com/php/php-src/blob/php-7.4.0alpha3/UPGRADING

4 years agoup to 7.4.0alpha3
Elan Ruusamäe [Sun, 14 Jul 2019 20:30:27 +0000 (23:30 +0300)]
up to 7.4.0alpha3

4 years agoup to 7.4.0alpha2 auto/th/php74-7.4.0-1.alpha2.1
Elan Ruusamäe [Fri, 5 Jul 2019 09:23:01 +0000 (12:23 +0300)]
up to 7.4.0alpha2

4 years agodisable pcre_jit on x32 (segfaults) auto/th/php74-7.4.0-1.alpha1.1
Elan Ruusamäe [Sat, 22 Jun 2019 17:54:06 +0000 (20:54 +0300)]
disable pcre_jit on x32 (segfaults)

this shouldn't be needed, as
- pcre2.spec the jit is disabled: https://github.com/pld-linux/pcre2/blob/auto/th/pcre2-10.33-1/pcre2.spec#L256
- and in ext/pcre/config0.m4 there's feature check: https://github.com/php/php-src/blob/php-7.4.0alpha1/ext/pcre/config0.m4#L54

however reality shows that doesn't work as the segfault building phar.phar backtrace includes pcre_jit symbols

4 years agoinclude alpha1 in package release
Elan Ruusamäe [Sat, 22 Jun 2019 17:38:43 +0000 (20:38 +0300)]
include alpha1 in package release

4 years agocleanup configure options not accepting directory
Elan Ruusamäe [Fri, 21 Jun 2019 14:09:55 +0000 (17:09 +0300)]
cleanup configure options not accepting directory

See 13. Migration to pkg-config:
- https://github.com/php/php-src/blob/php-7.4.0alpha1/UPGRADING

4 years agoMerge branch 'dev-7.4' auto/th/php74-7.4.0-1
Elan Ruusamäe [Fri, 21 Jun 2019 13:06:08 +0000 (16:06 +0300)]
Merge branch 'dev-7.4'

4 years agoupdate unrecognized options
Elan Ruusamäe [Fri, 21 Jun 2019 13:00:07 +0000 (16:00 +0300)]
update unrecognized options

configure:100826: WARNING: unrecognized options: --with-webp-dir, --without-libexpat-dir, --with-freetype-dir, --with-jpeg-dir, --without-pcre-regex, --with-png-dir

note: gd: png is always enabled

4 years agobuild ffi extension
Elan Ruusamäe [Fri, 21 Jun 2019 12:33:18 +0000 (15:33 +0300)]
build ffi extension

4 years agoadapter; sort
Elan Ruusamäe [Fri, 21 Jun 2019 12:36:10 +0000 (15:36 +0300)]
adapter; sort

4 years agofix pdo_firebird bcond typo
Elan Ruusamäe [Fri, 21 Jun 2019 11:12:57 +0000 (14:12 +0300)]
fix pdo_firebird bcond typo

4 years agodrop imap patches from horde
Elan Ruusamäe [Wed, 19 Jun 2019 22:16:36 +0000 (01:16 +0300)]
drop imap patches from horde

outdated since php 5.4 and nobody is updating them

originally added in 3a72593 fir php 5.2

4 years agokeep ext/pcre/pcre2lib; build uses source files from there
Elan Ruusamäe [Wed, 19 Jun 2019 22:15:45 +0000 (01:15 +0300)]
keep ext/pcre/pcre2lib; build uses source files from there

4 years agodrop libtool patch; support just libtool 2
Elan Ruusamäe [Wed, 19 Jun 2019 22:14:07 +0000 (01:14 +0300)]
drop libtool patch; support just libtool 2

and don't symlink m4 files, rebuild php if needed to update

4 years agodrop outdated todo
Elan Ruusamäe [Wed, 19 Jun 2019 21:17:05 +0000 (00:17 +0300)]
drop outdated todo

4 years agodrop php-pear.patch; no longer needed
Elan Ruusamäe [Wed, 19 Jun 2019 20:59:23 +0000 (23:59 +0300)]
drop php-pear.patch; no longer needed

/usr/share/pear is include path anyway

4 years agophp-pldlogo.patch: use https urls
Elan Ruusamäe [Wed, 19 Jun 2019 20:57:19 +0000 (23:57 +0300)]
php-pldlogo.patch: use https urls

4 years agospl perhaps no longer requires simplexml
Elan Ruusamäe [Wed, 19 Jun 2019 20:39:39 +0000 (23:39 +0300)]
spl perhaps no longer requires simplexml

originally added in 6791d961 on PHP 5.2 branch,
but no reproducer given; so assume it's no longer an issue

4 years agoupdate to use --with-zip
Elan Ruusamäe [Wed, 19 Jun 2019 20:27:04 +0000 (23:27 +0300)]
update to use --with-zip

refs:
- https://github.com/php/php-src/commit/a7b5b341b3b3eaea878570b3bbf75f1c069a13e6

4 years agoThe Intl extension now requires at least ICU 50.1.
Elan Ruusamäe [Wed, 19 Jun 2019 20:22:31 +0000 (23:22 +0300)]
The Intl extension now requires at least ICU 50.1.

4 years agospl extension can not be disabled; build statically
Elan Ruusamäe [Wed, 19 Jun 2019 20:11:50 +0000 (23:11 +0300)]
spl extension can not be disabled; build statically

4 years agopcre extension can not disabled
Elan Ruusamäe [Wed, 19 Jun 2019 20:04:28 +0000 (23:04 +0300)]
pcre extension can not disabled

4 years agohash extension is always enabled
Elan Ruusamäe [Wed, 19 Jun 2019 19:56:17 +0000 (22:56 +0300)]
hash extension is always enabled

refs:
- https://wiki.php.net/rfc/permanent_hash_ext
- https://github.com/php/php-src/commit/bf344425812b0f6156d0a8a54ed7bc38054f7636
- https://github.com/php/php-src/commit/c11632679366cf8c3f2a7a9cfef77115891c9e71

4 years agofix build with system gd
Elan Ruusamäe [Wed, 19 Jun 2019 19:39:51 +0000 (22:39 +0300)]
fix build with system gd

refs:
- https://github.com/php/php-src/commit/570d4311b6630bb1fe3378c2d2b216ecda6f1671

4 years agoupdate files
Elan Ruusamäe [Wed, 19 Jun 2019 18:33:14 +0000 (21:33 +0300)]
update files

refs:
- https://github.com/php/php-src/commit/a1b7bc0c8148eaf728fccdffe147e3bc0c03f18e
- https://github.com/php/php-src/commit/8346b4c9f149c1a3d4e0631007e71bbbebd0b87d
- https://github.com/php/php-src/commit/38b22448f819aff57157d6f84d4cf3c88bcb657d
- https://github.com/php/php-src/commit/80c6ba26e3fe83174a0e7dce367d8a39aa093ae1

4 years agoUnbundle ext/interbase (moved to pecl)
Elan Ruusamäe [Wed, 19 Jun 2019 19:23:27 +0000 (22:23 +0300)]
Unbundle ext/interbase (moved to pecl)

refs:
- https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase
- https://github.com/php/php-src/commit/b458fcb87f8759c18e9cfe48bc54a9ce96eedf94
- https://github.com/php/php-src/commit/eaab0a2b6f6f61bc0b8c42579a74a626b179a070

4 years agoRename configure --with-litespeed to --enable-litespeed
Elan Ruusamäe [Wed, 19 Jun 2019 18:28:31 +0000 (21:28 +0300)]
Rename configure --with-litespeed to --enable-litespeed

refs:
- https://github.com/php/php-src/commit/8e456d3b9e34ce0bf26ec23a2c88cae2bedec7dd

4 years agofix without pdo builds
Elan Ruusamäe [Wed, 19 Jun 2019 14:54:11 +0000 (17:54 +0300)]
fix without pdo builds

4 years agooption --with-onig has been removed. Unless --disable-mbregex has been passed, liboni...
Elan Ruusamäe [Sat, 15 Jun 2019 18:06:43 +0000 (21:06 +0300)]
option --with-onig has been removed. Unless --disable-mbregex has been passed, libonig is required.

The oniguruma library is no longer bundled with PHP, instead libonig
needs to be available on the system. Alternatively --disable-mbregex can
be used to disable the mbregex component.

refs:
- https://github.com/php/php-src/commit/a6c535e658b9c763186ec7a91007f2dd7469820e
- https://github.com/php/php-src/commit/d1c1481081ef6280bf403b290501ca62d736cb8b

4 years agoRename --enable-libxml to --with-libxml to meet naming guidelines
Elan Ruusamäe [Sat, 15 Jun 2019 18:04:51 +0000 (21:04 +0300)]
Rename --enable-libxml to --with-libxml to meet naming guidelines

refs:
- https://github.com/php/php-src/commit/9f0c9b7ad6316b6185a2fc2997bf241785c30120

4 years agoforce use of system libtool
Elan Ruusamäe [Sat, 15 Jun 2019 17:56:07 +0000 (20:56 +0300)]
force use of system libtool

4 years agoup to php-7.4.0alpha1
Elan Ruusamäe [Sat, 15 Jun 2019 17:54:47 +0000 (20:54 +0300)]
up to php-7.4.0alpha1

4 years agorequires bison 3.0.0 now
Elan Ruusamäe [Sun, 26 May 2019 07:09:13 +0000 (10:09 +0300)]
requires bison 3.0.0 now

4 years agoupstream unbundled oniguruma
Elan Ruusamäe [Sat, 11 May 2019 08:55:49 +0000 (11:55 +0300)]
upstream unbundled oniguruma

- https://github.com/php/php-src/commit/d1c1481081ef6280bf403b290501ca62d736cb8b

4 years agoupstream unbundled ext-wddx
Elan Ruusamäe [Sat, 11 May 2019 08:00:35 +0000 (11:00 +0300)]
upstream unbundled ext-wddx

- https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx
- https://github.com/php/php-src/commit/6bbb18a0b6bef11222caaa55c00abdbcbb55d54b

4 years agodrop php-filter-shared.patch; no longer needed
Elan Ruusamäe [Sat, 11 May 2019 07:55:28 +0000 (10:55 +0300)]
drop php-filter-shared.patch; no longer needed

commit 26f98ecd19bac2d8911fe85d4b086b4ff5408e8c
Author: Kalle Sommer Nielsen <kalle@php.net>
Date:   Wed Mar 20 20:09:45 2019 +0200

    Sync the changes to ext/filter with 7.4, now that it works.

    - Removed --with-pcre-dir
    - The filter extension can now be built as shared on Unix with ./configure

- https://github.com/php/php-src/commit/26f98ecd19bac2d8911fe85d4b086b4ff5408e8c

4 years agounstream unbundled libsqlite3
Elan Ruusamäe [Mon, 6 May 2019 07:52:24 +0000 (10:52 +0300)]
unstream unbundled libsqlite3

- https://github.com/php/php-src/commit/6083a387a81dbbd66d6316a3a12a63f06d5f7109

4 years agoupdate to php-7.4 snapshot; WIP
Elan Ruusamäe [Sun, 5 May 2019 21:27:21 +0000 (00:27 +0300)]
update to php-7.4 snapshot; WIP

some patches updated

5 years ago- release 2, rebuild against icu 64 auto/th/php73-7.3.4-2
Adam Gołębiowski [Thu, 18 Apr 2019 05:55:36 +0000 (07:55 +0200)]
- release 2, rebuild against icu 64

5 years ago- updated to 7.3.4 auto/th/php73-7.3.4-1
Adam Gołębiowski [Wed, 3 Apr 2019 05:40:30 +0000 (07:40 +0200)]
- updated to 7.3.4

5 years ago- updated to 7.3.3 auto/th/php73-7.3.3-1
Adam Gołębiowski [Wed, 6 Mar 2019 13:42:27 +0000 (14:42 +0100)]
- updated to 7.3.3

5 years ago- updated to 7.3.2 auto/th/php73-7.3.2-1
Adam Gołębiowski [Thu, 7 Feb 2019 18:42:59 +0000 (19:42 +0100)]
- updated to 7.3.2

5 years agoupdated systzdata patch to r17 from remi:
Adam Gołębiowski [Thu, 7 Feb 2019 18:42:03 +0000 (19:42 +0100)]
updated systzdata patch to r17 from remi:

https://git.remirepo.net/cgit/rpms/php/php73.git/plain/php-7.3.2-systzdata-v17.patch

5 years ago- updated to 7.3.1 (security fixes)
Adam Gołębiowski [Mon, 21 Jan 2019 07:31:52 +0000 (08:31 +0100)]
- updated to 7.3.1 (security fixes)

5 years agopackage ext_skel to -devel
Elan Ruusamäe [Wed, 26 Dec 2018 17:56:28 +0000 (19:56 +0200)]
package ext_skel to -devel

The ext_skel utility has been completely redesigned with new options and
some old options removed. This is now written in PHP and has no external
dependencies.

http://php.net/manual/en/migration73.incompatible.php#migration73.incompatible.core.misc

5 years agoadd with zip bcond
Elan Ruusamäe [Wed, 26 Dec 2018 17:39:31 +0000 (19:39 +0200)]
add with zip bcond

5 years agoBuilding against the bundled libzip is discouraged
Elan Ruusamäe [Wed, 26 Dec 2018 17:37:00 +0000 (19:37 +0200)]
Building against the bundled libzip is discouraged

http://php.net/manual/en/migration73.other-changes.php#migration73.other-changes.zip

5 years agolibcurl ≥ 7.15.5 is now required.
Elan Ruusamäe [Wed, 26 Dec 2018 17:34:47 +0000 (19:34 +0200)]
libcurl ≥ 7.15.5 is now required.

http://php.net/manual/en/migration73.other-changes.php#migration73.other-changes.curl

5 years agoThe configuration option --with-libmbfl is no longer available.
Elan Ruusamäe [Wed, 26 Dec 2018 17:34:01 +0000 (19:34 +0200)]
The configuration option --with-libmbfl is no longer available.

http://php.net/manual/en/migration73.other-changes.php#migration73.other-changes.mbstring

5 years agoMerge branch 'dev-7.3'
Elan Ruusamäe [Wed, 26 Dec 2018 17:21:05 +0000 (19:21 +0200)]
Merge branch 'dev-7.3'

Conflicts:
bug-52078-fileinode.patch
pcre-shared.patch
php-link-libs.patch
php-pear.patch
php.spec
spl-shared.patch

5 years ago- pl for -sodium
Jakub Bogusz [Wed, 26 Dec 2018 09:36:44 +0000 (10:36 +0100)]
- pl for -sodium

5 years ago- up to 7.2.13
Arkadiusz Miśkiewicz [Fri, 7 Dec 2018 08:34:46 +0000 (09:34 +0100)]
- up to 7.2.13

5 years ago- updated to 7.3.0 final auto/th/php73-7.3.0-2
Adam Gołębiowski [Thu, 6 Dec 2018 12:43:16 +0000 (13:43 +0100)]
- updated to 7.3.0 final

5 years agoup to php-7.3.0RC auto/th/php73-7.3.0-1.RC6.1
Elan Ruusamäe [Mon, 26 Nov 2018 09:59:47 +0000 (11:59 +0200)]
up to php-7.3.0RC

The PHP team is glad to announce the presumably last PHP 7.3.0
pre-release, PHP 7.3.0RC6.

5 years agox32 upstreamed
Elan Ruusamäe [Tue, 13 Nov 2018 17:28:59 +0000 (19:28 +0200)]
x32 upstreamed

5 years agoup to php-7.3.0RC5 auto/th/php73-7.3.0-1.RC5.1
Elan Ruusamäe [Mon, 12 Nov 2018 11:29:01 +0000 (13:29 +0200)]
up to php-7.3.0RC5

5 years ago- package gdbinit which provides nice gdb functions like phpbt
Arkadiusz Miśkiewicz [Mon, 12 Nov 2018 11:51:52 +0000 (12:51 +0100)]
- package gdbinit which provides nice gdb functions like phpbt

5 years ago- package gdbinit which provides nice gdb functions like phpbt
Arkadiusz Miśkiewicz [Mon, 12 Nov 2018 11:37:51 +0000 (12:37 +0100)]
- package gdbinit which provides nice gdb functions like phpbt

5 years ago- release 1 auto/th/php72-7.2.12-1
Adam Gołębiowski [Fri, 9 Nov 2018 09:03:58 +0000 (10:03 +0100)]
- release 1

5 years ago- updated to 7.2.12
Adam Gołębiowski [Tue, 6 Nov 2018 20:22:03 +0000 (21:22 +0100)]
- updated to 7.2.12
- release 0.1 - no official announce yet, in theory tarball might change

5 years agoup to php-7.3.0RC4 auto/th/php73-7.3.0-1.RC4.1
Elan Ruusamäe [Mon, 29 Oct 2018 23:16:04 +0000 (01:16 +0200)]
up to php-7.3.0RC4

5 years ago- partial fix for x32 build
Jan Rękorajski [Wed, 24 Oct 2018 21:02:33 +0000 (23:02 +0200)]
- partial fix for x32 build

5 years ago- fix build on i686
Jan Rękorajski [Wed, 24 Oct 2018 07:41:38 +0000 (07:41 +0000)]
- fix build on i686

5 years agoup to php-7.3.0RC3 auto/th/php73-7.3.0-1.RC3.1
Elan Ruusamäe [Tue, 23 Oct 2018 10:13:53 +0000 (13:13 +0300)]
up to php-7.3.0RC3

5 years ago- up to 7.2.11 auto/th/php72-7.2.11-1
Arkadiusz Miśkiewicz [Thu, 11 Oct 2018 17:36:08 +0000 (19:36 +0200)]
- up to 7.2.11

5 years agoup to php-7.3.0RC2 auto/th/php73-7.3.0-1.RC2.1
Elan Ruusamäe [Tue, 2 Oct 2018 22:05:01 +0000 (01:05 +0300)]
up to php-7.3.0RC2

5 years agodevel obsoletes php73-devel
Elan Ruusamäe [Mon, 24 Sep 2018 17:43:59 +0000 (20:43 +0300)]
devel obsoletes php73-devel

5 years agoup to 7.3.0RC1 auto/th/php73-7.3.0-1.RC1.1
Elan Ruusamäe [Mon, 24 Sep 2018 17:20:33 +0000 (20:20 +0300)]
up to 7.3.0RC1

5 years agoupdate pcre-shared.patch
Elan Ruusamäe [Mon, 24 Sep 2018 17:17:34 +0000 (20:17 +0300)]
update pcre-shared.patch

5 years ago- fix sending mails from cli
Arkadiusz Miśkiewicz [Fri, 14 Sep 2018 13:10:38 +0000 (15:10 +0200)]
- fix sending mails from cli

5 years ago- up to 7.2.10; fix mails from CLI auto/th/php72-7.2.10-1
Arkadiusz Miśkiewicz [Fri, 14 Sep 2018 13:09:39 +0000 (15:09 +0200)]
- up to 7.2.10; fix mails from CLI

5 years agoup to 7.3.0beta3
Elan Ruusamäe [Wed, 5 Sep 2018 15:38:34 +0000 (18:38 +0300)]
up to 7.3.0beta3

5 years ago- rebuild with net-snmp 5.8 auto/th/php72-7.2.9-2
Jan Rękorajski [Sun, 2 Sep 2018 18:39:49 +0000 (20:39 +0200)]
- rebuild with net-snmp 5.8
- release 2 (by relup.sh)

5 years ago- mysqlnd requires hash now auto/th/php72-7.2.9-1
Jan Rękorajski [Tue, 21 Aug 2018 05:59:53 +0000 (05:59 +0000)]
- mysqlnd requires hash now

5 years ago- up to 7.2.9
Jan Rękorajski [Sun, 19 Aug 2018 23:13:10 +0000 (01:13 +0200)]
- up to 7.2.9

5 years ago- release 2 (by relup.sh) auto/th/php72-7.2.8-2
Jan Rękorajski [Thu, 16 Aug 2018 21:12:55 +0000 (23:12 +0200)]
- release 2 (by relup.sh)

5 years ago- up to 7.2.8 auto/th/php72-7.2.8-1
Arkadiusz Miśkiewicz [Fri, 20 Jul 2018 06:55:33 +0000 (08:55 +0200)]
- up to 7.2.8

5 years agoupdate files for dropped todo and examples
Elan Ruusamäe [Tue, 17 Jul 2018 07:50:22 +0000 (10:50 +0300)]
update files for dropped todo and examples

- https://github.com/php/php-src/commit/2783b1c823de394894ec5592426416267386b958
- https://github.com/php/php-src/commit/d5cb3587658e0ad5914d26318d16981ad582f57c
- https://github.com/php/php-src/commit/2bc23f8028cad5419741d1e9efd46e563886101a
- https://github.com/php/php-src/commit/83e881bbb6c4899ff112a1eef9d9be8c95eaf26c
- https://github.com/php/php-src/commit/a57de26c3dd868a8607d56b6d0b41fc83c944035
- https://github.com/php/php-src/commit/60909f391daf5a2a61de91afe86e32b57dd4200d
- https://github.com/php/php-src/commit/5971180aa692f536859f38db26f58d29a2682404
- https://github.com/php/php-src/commit/b7b55d955eb69a844129fa735a8bfbdd6ba37495

5 years agoupdate version macros in .spec
Elan Ruusamäe [Tue, 10 Jul 2018 13:26:13 +0000 (16:26 +0300)]
update version macros in .spec

5 years agouses pcre2 >= 10.30
Elan Ruusamäe [Tue, 10 Jul 2018 08:12:45 +0000 (11:12 +0300)]
uses pcre2 >= 10.30

5 years agoupdated php-libtool.patch
Elan Ruusamäe [Tue, 10 Jul 2018 08:04:56 +0000 (11:04 +0300)]
updated php-libtool.patch

5 years agoupdate php-ini.patch
Elan Ruusamäe [Mon, 9 Jul 2018 14:37:16 +0000 (17:37 +0300)]
update php-ini.patch

5 years agoupdated php-sapi-ini-file.patch
Elan Ruusamäe [Mon, 9 Jul 2018 10:39:52 +0000 (13:39 +0300)]
updated php-sapi-ini-file.patch

5 years agoup to 7.3.0alpha3
Elan Ruusamäe [Mon, 9 Jul 2018 08:33:41 +0000 (11:33 +0300)]
up to 7.3.0alpha3

5 years agoupdate opcache.ini for 7.2.7
Elan Ruusamäe [Mon, 9 Jul 2018 08:31:58 +0000 (11:31 +0300)]
update opcache.ini for 7.2.7

5 years ago- up to 7.2.7; mail.patch is back auto/th/php72-7.2.7-1
Arkadiusz Miśkiewicz [Mon, 9 Jul 2018 08:29:34 +0000 (10:29 +0200)]
- up to 7.2.7; mail.patch is back

5 years ago- release 2 (by relup.sh) auto/th/php72-7.2.6-2
Arkadiusz Miśkiewicz [Wed, 4 Jul 2018 13:24:26 +0000 (15:24 +0200)]
- release 2 (by relup.sh)

5 years ago- up to 7.2.6
Adam Osuchowski [Thu, 14 Jun 2018 12:26:37 +0000 (14:26 +0200)]
- up to 7.2.6

5 years ago- release 2 (by relup.sh) auto/th/php72-7.2.5-2
Arkadiusz Miśkiewicz [Tue, 15 May 2018 10:30:01 +0000 (12:30 +0200)]
- release 2 (by relup.sh)

This page took 0.520061 seconds and 4 git commands to generate.