]> git.pld-linux.org Git - packages/php.git/log
packages/php.git
11 years agoUpdate to 5.3.22. Drop file-magic.patch. data_file.c php generation auto/th/php-5.3.22-1
Arkadiusz Miśkiewicz [Fri, 22 Feb 2013 09:17:19 +0000 (10:17 +0100)]
Update to 5.3.22. Drop file-magic.patch. data_file.c php generation
script is very dump, doesn't do any validation and creates useless mime
database because magic.mgc from system file package is subtly different
than internal php magic database. Symptoms - finfo_file didn't recognize
bacic image types (jpeg) for example.

11 years agosetup _noautoreqdep onb libphp_common
Elan Ruusamäe [Wed, 6 Feb 2013 15:47:23 +0000 (17:47 +0200)]
setup _noautoreqdep onb libphp_common

without it php-cli would pick up php53-common into dependency if
php53-devel is installed on ac systems.

11 years agodo not update magic db on ac, ac file is older
Elan Ruusamäe [Thu, 31 Jan 2013 11:24:17 +0000 (13:24 +0200)]
do not update magic db on ac, ac file is older

11 years agocorrect embedded dependency when php_suffix is defined
Elan Ruusamäe [Thu, 24 Jan 2013 09:49:18 +0000 (11:49 +0200)]
correct embedded dependency when php_suffix is defined

11 years agoversion php apache module.
Elan Ruusamäe [Wed, 23 Jan 2013 16:12:12 +0000 (18:12 +0200)]
version php apache module.

making it easier to "switch" php versions (force install and replace
symlink) having multiple mod_php packages installed

11 years agoupdated Suhosin Patch 0.9.10 from upstream auto/th/php-5.3.21-1
Elan Ruusamäe [Tue, 22 Jan 2013 21:49:23 +0000 (23:49 +0200)]
updated Suhosin Patch 0.9.10 from upstream

11 years agoupdate for 2013 year
Elan Ruusamäe [Tue, 22 Jan 2013 21:43:32 +0000 (23:43 +0200)]
update for 2013 year

11 years agoadjust for pld logo
Elan Ruusamäe [Tue, 22 Jan 2013 21:42:32 +0000 (23:42 +0200)]
adjust for pld logo

11 years agoraw http://download.suhosin.org/suhosin-patch-5.3.9-0.9.10.patch.gz
Elan Ruusamäe [Tue, 22 Jan 2013 21:41:36 +0000 (23:41 +0200)]
raw http://download.suhosin.org/suhosin-patch-5.3.9-0.9.10.patch.gz

11 years agoup to 5.3.21
Elan Ruusamäe [Tue, 22 Jan 2013 21:36:36 +0000 (23:36 +0200)]
up to 5.3.21

17-January-2013
* Zend Engine:
- Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).

* cURL extension:
- Fixed bug (segfault due to libcurl connection caching).
- Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST).
- Fixed bug #63352 (Can't enable hostname validation when using curl stream wrappers).
- Fixed bug #55438 (Curlwapper is not sending http header randomly).

11 years agorestore pld specific php.ini files description
Elan Ruusamäe [Tue, 22 Jan 2013 21:22:36 +0000 (23:22 +0200)]
restore pld specific php.ini files description

killed originally by totalcrap commit
638f9d31f69559573875ed5e12a9e49a3c2af9c3

but restored without the leader comment in
b45729b9c880d0c4e8646d368da713b0ec408d10

11 years agosoap.wsdl_cache_dir="/var/cache/php" auto/th/php-5.3.20-3
Elan Ruusamäe [Mon, 21 Jan 2013 10:09:52 +0000 (12:09 +0200)]
soap.wsdl_cache_dir="/var/cache/php"

it's because php-session cleanup code running from crontab nukes all
files in /var/run/php, not just it's session files

11 years agouse /var/run for fpm pid files
Elan Ruusamäe [Thu, 17 Jan 2013 14:37:44 +0000 (16:37 +0200)]
use /var/run for fpm pid files

currently /var/run/php is cleaned up by php session cleanup script
which cleans up everything in that dir, not only php session files

so as consequence this removes php-fpm pidfiles and service restart
remains confused what to stop.

php-wsdl cache files get nuked by the same problem, so those could be
moved to /var/cache/php, so they could survive reboots

probably it's wrong to have /var/run/php as php-session storage (note
the generic namem it's not /var/run/php/sessions etc), but changing that
would need more efforts, as need to support old and new configuration,
and each php sapi could have different config (they have different
php.ini (or equivalent) files)

11 years agofix php cli suffix when php_suffix is set
Elan Ruusamäe [Thu, 17 Jan 2013 13:22:05 +0000 (15:22 +0200)]
fix php cli suffix when php_suffix is set

following 685b9bc99cbb2df55798df9cda9beeb0617110f1

11 years agodisable reading system ini file, and safe mode
Elan Ruusamäe [Thu, 17 Jan 2013 13:01:53 +0000 (15:01 +0200)]
disable reading system ini file, and safe mode

otherwise it would print safe mode warning (can't open /usr/share) to
output and of course no real output

11 years agoas fileinfo extension embeds magic database, rebuild it during build
Elan Ruusamäe [Wed, 16 Jan 2013 19:45:01 +0000 (21:45 +0200)]
as fileinfo extension embeds magic database, rebuild it during build

11 years agokeep fpm log in /var/log/php
Elan Ruusamäe [Sun, 13 Jan 2013 16:21:10 +0000 (18:21 +0200)]
keep fpm log in /var/log/php

11 years agofix path to extensions in php.ini when suffix is in use
Elan Ruusamäe [Tue, 8 Jan 2013 16:19:43 +0000 (18:19 +0200)]
fix path to extensions in php.ini when suffix is in use

similar fix in 5.2 branch: 7bfb055761abf8078ee759890883b174cc8c0334

11 years ago- add php-cgi webserver(php) dependency also versioned auto/th/php-5.3.20-2
Elan Ruusamäe [Tue, 8 Jan 2013 09:40:35 +0000 (11:40 +0200)]
- add php-cgi webserver(php) dependency also versioned

11 years agoVersion: 5.3.20
Jacek Konieczny [Sat, 22 Dec 2012 16:32:20 +0000 (17:32 +0100)]
Version: 5.3.20

11 years agoionCube Loader extension < 4.0.9 is incompatible with Phar files
Elan Ruusamäe [Fri, 7 Dec 2012 22:23:11 +0000 (00:23 +0200)]
ionCube Loader extension < 4.0.9 is incompatible with Phar files

info taken from composer-php installer script
https://getcomposer.org/installer

11 years ago- phar: suggest cli from same php version as phar package
Elan Ruusamäe [Fri, 7 Dec 2012 20:49:31 +0000 (22:49 +0200)]
- phar: suggest cli from same php version as phar package

11 years ago- release 2 (by relup.sh) auto/th/php-5.3.19-2
Jan Rękorajski [Thu, 6 Dec 2012 22:10:29 +0000 (23:10 +0100)]
- release 2 (by relup.sh)

11 years agoMake the enchant bcond actually work
Mariusz Mazur [Wed, 5 Dec 2012 14:14:55 +0000 (15:14 +0100)]
Make the enchant bcond actually work

11 years ago- drop test patch auto/th/php-5.3.19-1
Arkadiusz Miśkiewicz [Fri, 30 Nov 2012 08:29:27 +0000 (09:29 +0100)]
- drop test patch

11 years ago- up to 5.3.19
Arkadiusz Miśkiewicz [Fri, 30 Nov 2012 08:25:06 +0000 (09:25 +0100)]
- up to 5.3.19

11 years ago- add vim syntax hint for fpm config file
Elan Ruusamäe [Wed, 28 Nov 2012 13:33:11 +0000 (15:33 +0200)]
- add vim syntax hint for fpm config file

11 years ago- release 3 (by relup.sh) auto/th/php-5.3.18-3
Jan Rękorajski [Wed, 21 Nov 2012 12:23:16 +0000 (13:23 +0100)]
- release 3 (by relup.sh)

11 years ago- release 2 (by relup.sh) auto/th/php-5.3.18-2
Jan Rękorajski [Fri, 16 Nov 2012 13:26:14 +0000 (14:26 +0100)]
- release 2 (by relup.sh)

11 years ago- postpone tree rebuild in ac
Elan Ruusamäe [Thu, 25 Oct 2012 13:45:26 +0000 (16:45 +0300)]
- postpone tree rebuild in ac

11 years ago- no extra suffic in ac
Elan Ruusamäe [Thu, 25 Oct 2012 13:42:54 +0000 (16:42 +0300)]
- no extra suffic in ac

11 years ago- up to 5.3.18 auto/th/php-5.3.18-1
Arkadiusz Miśkiewicz [Thu, 25 Oct 2012 07:18:33 +0000 (09:18 +0200)]
- up to 5.3.18

11 years agofpm conf: update correct include path (disabled as empty dir produces warnings)
Elan Ruusamäe [Fri, 12 Oct 2012 09:37:09 +0000 (12:37 +0300)]
fpm conf: update correct include path (disabled as empty dir produces warnings)

11 years agofix fpm logs. no longer conflict with 5.4 and use existing paths
Elan Ruusamäe [Mon, 8 Oct 2012 08:07:26 +0000 (11:07 +0300)]
fix fpm logs. no longer conflict with 5.4 and use existing paths

Conflicts:
php-fpm-config.patch
php.spec

11 years agonamespace sock and pid
Elan Ruusamäe [Fri, 5 Oct 2012 16:14:13 +0000 (19:14 +0300)]
namespace sock and pid

11 years ago- release 2 (by relup.sh) auto/th/php-5.3.17-2
Arkadiusz Miśkiewicz [Wed, 19 Sep 2012 16:45:44 +0000 (18:45 +0200)]
- release 2 (by relup.sh)

11 years ago- up to 5.3.17 auto/th/php-5.3.17-1
Arkadiusz Miśkiewicz [Sat, 15 Sep 2012 19:08:44 +0000 (21:08 +0200)]
- up to 5.3.17

11 years ago- fix building with db 5.3 auto/th/php-5.3.16-5
Jan Rękorajski [Thu, 6 Sep 2012 09:32:07 +0000 (11:32 +0200)]
- fix building with db 5.3
- release 5

11 years ago- release 4 (by relup.sh) auto/th/php-5.3.16-4
Jan Rękorajski [Wed, 5 Sep 2012 08:21:51 +0000 (10:21 +0200)]
- release 4 (by relup.sh)

11 years ago- Rebuild with DB 5.3 auto/th/php-5.3.16-3
Jan Rękorajski [Tue, 4 Sep 2012 18:24:20 +0000 (20:24 +0200)]
- Rebuild with DB 5.3
- release 3 (by relup.sh)

11 years agoflex not used PHP >= 5.3
Elan Ruusamäe [Sun, 26 Aug 2012 21:37:34 +0000 (00:37 +0300)]
flex not used PHP >= 5.3

11 years agoMerge branch 'master' of git://git.pld-linux.org/packages/php auto/ti/php-5.3.16-2
Elan Ruusamäe [Sun, 26 Aug 2012 19:44:34 +0000 (22:44 +0300)]
Merge branch 'master' of git://git.pld-linux.org/packages/php

11 years agoget pidfile path from config
Elan Ruusamäe [Sun, 26 Aug 2012 11:46:15 +0000 (14:46 +0300)]
get pidfile path from config

Conflicts:
php-fpm.init

Conflicts:
php-fpm.init

11 years agophp53 as name in ac
Elan Ruusamäe [Sun, 26 Aug 2012 19:16:17 +0000 (22:16 +0300)]
php53 as name in ac

11 years agoprovide versioned php(core) auto/th/php-5.3.16-2
Elan Ruusamäe [Thu, 23 Aug 2012 21:18:08 +0000 (00:18 +0300)]
provide versioned php(core)

it is internal extension, also this can be used as dependency to require
specific php version instead of php-common package name.

11 years agoalways create run-tests.sh for testing, even if not testing
Elan Ruusamäe [Thu, 23 Aug 2012 21:14:06 +0000 (00:14 +0300)]
always create run-tests.sh for testing, even if not testing

11 years agoupdated systzdata patch from fedora to r9
Elan Ruusamäe [Thu, 23 Aug 2012 07:59:23 +0000 (10:59 +0300)]
updated systzdata patch from fedora to r9

11 years agobetter libtool patch (can handle libtoo1/libtool2 itself) from debian
Elan Ruusamäe [Thu, 23 Aug 2012 07:57:26 +0000 (10:57 +0300)]
better libtool patch (can handle libtoo1/libtool2 itself) from debian

11 years agolibevent dependency from FPM removed in 5.3.4RC1
Elan Ruusamäe [Wed, 22 Aug 2012 22:16:50 +0000 (01:16 +0300)]
libevent dependency from FPM removed in 5.3.4RC1

https://bugzilla.redhat.com/835671
https://bugs.php.net/bug.php?id=52501
https://bugs.php.net/bug.php?id=52498

11 years ago- up to 5.3.16 auto/th/php-5.3.16-1
Elan Ruusamäe [Tue, 21 Aug 2012 16:50:44 +0000 (19:50 +0300)]
- up to 5.3.16

11 years agoRevert "use "System/Localtime" tzname (which uses /etc/localtime) if configuration...
Elan Ruusamäe [Thu, 16 Aug 2012 17:53:58 +0000 (20:53 +0300)]
Revert "use "System/Localtime" tzname (which uses /etc/localtime) if configuration can not be found"

This reverts commit 6aa905153af8c6e0b011740bc328c3360c963d23.

11 years agouse "System/Localtime" tzname (which uses /etc/localtime) if configuration can not...
Elan Ruusamäe [Fri, 10 Aug 2012 06:39:29 +0000 (09:39 +0300)]
use "System/Localtime" tzname (which uses /etc/localtime) if configuration can not be found

11 years agoTypo in oci8 package
Jan Rękorajski [Thu, 9 Aug 2012 09:04:35 +0000 (11:04 +0200)]
Typo in oci8 package

11 years ago- release 2 (by relup.sh) auto/th/php-5.3.15-2
Elan Ruusamäe [Thu, 2 Aug 2012 19:48:56 +0000 (22:48 +0300)]
- release 2 (by relup.sh)

11 years agomake php internal deps based on package basename (php, php52, php54)
Elan Ruusamäe [Thu, 2 Aug 2012 19:47:58 +0000 (22:47 +0300)]
make php internal deps based on package basename (php, php52, php54)

11 years agomore docs to exts
Elan Ruusamäe [Thu, 2 Aug 2012 12:30:30 +0000 (15:30 +0300)]
more docs to exts

11 years agoupdate to 5.3.15 auto/th/php-5.3.15-1
Elan Ruusamäe [Thu, 2 Aug 2012 07:07:19 +0000 (10:07 +0300)]
update to 5.3.15

fixes CVE-2012-2688, CVE-2012-3365

11 years agomove php.1 manual to -program (link to actual php-cli)
Elan Ruusamäe [Wed, 1 Aug 2012 22:49:03 +0000 (01:49 +0300)]
move php.1 manual to -program (link to actual php-cli)

11 years agounify
Elan Ruusamäe [Wed, 1 Aug 2012 22:35:54 +0000 (01:35 +0300)]
unify

11 years agoupdated to Version=5009
Elan Ruusamäe [Tue, 31 Jul 2012 05:02:40 +0000 (08:02 +0300)]
updated to Version=5009

Released=Mon, 30 Jul 2012 20:00:33 -0000

11 years ago- fpm: catch_workers_output=yes in default config auto/th/php-5.3.14-2
Elan Ruusamäe [Thu, 12 Jul 2012 12:43:23 +0000 (15:43 +0300)]
- fpm: catch_workers_output=yes in default config

otherwise all php error_log is discarded
see also https://bugs.php.net/bug.php?id=61045

11 years agorediff
Elan Ruusamäe [Thu, 12 Jul 2012 12:42:19 +0000 (15:42 +0300)]
rediff

11 years agoadd missing %extension_scripts pdo-oci
Elan Ruusamäe [Wed, 11 Jul 2012 17:54:02 +0000 (20:54 +0300)]
add missing %extension_scripts pdo-oci

11 years ago- pl for -embedded
Jakub Bogusz [Sun, 8 Jul 2012 05:40:52 +0000 (05:40 +0000)]
- pl for -embedded

Changed files:
    php.spec -> 1.988

11 years ago- added missing %post(un) for pdo, pcntl and simplexml - if they were
Tomasz Pala [Fri, 6 Jul 2012 00:53:46 +0000 (00:53 +0000)]
- added missing %post(un) for pdo, pcntl and simplexml - if they were
  intentionally omitted, please comment them out (not remove)

Changed files:
    php.spec -> 1.987

11 years ago- drop support for migrating from php-5.0.4-9.1
Elan Ruusamäe [Mon, 2 Jul 2012 15:51:32 +0000 (15:51 +0000)]
- drop support for migrating from php-5.0.4-9.1

Changed files:
    php.spec -> 1.986

11 years ago- up to 5.3.14 (fixes CVE-2012-2143, CVE-2012-2386, misc bugs) auto/th/php-5_3_14-1
Arkadiusz Miśkiewicz [Tue, 19 Jun 2012 12:05:05 +0000 (12:05 +0000)]
- up to 5.3.14 (fixes CVE-2012-2143, CVE-2012-2386, misc bugs)

Changed files:
    php.spec -> 1.985

11 years ago- added CVE numbers in latest changelog entries
Łukasz Kieś [Wed, 9 May 2012 12:32:12 +0000 (12:32 +0000)]
- added CVE numbers in latest changelog entries

Changed files:
    php.spec -> 1.984

11 years ago- up to 5.3.13 auto/th/php-5_3_13-1
Arkadiusz Miśkiewicz [Wed, 9 May 2012 11:42:24 +0000 (11:42 +0000)]
- up to 5.3.13

Changed files:
    php.spec -> 1.983

11 years ago- up to 5.3.12; fixes cgi security bug auto/th/php-5_3_12-1
Arkadiusz Miśkiewicz [Fri, 4 May 2012 15:59:21 +0000 (15:59 +0000)]
- up to 5.3.12; fixes cgi security bug

Changed files:
    php.spec -> 1.982

11 years ago- up to 5.3.11 (CVE-2012-1172, CVE-2012-0831), should compile with apache 2.4 auto/th/php-5_3_11-1
Elan Ruusamäe [Fri, 27 Apr 2012 23:26:43 +0000 (23:26 +0000)]
- up to 5.3.11 (CVE-2012-1172, CVE-2012-0831), should compile with apache 2.4

Changed files:
    bug-52078-fileinode.patch -> 1.6
    bug-60986.patch -> 1.2
    php.spec -> 1.981

11 years ago- fix patch depth auto/th/php-5_3_10-7
Elan Ruusamäe [Thu, 29 Mar 2012 08:59:22 +0000 (08:59 +0000)]
- fix patch depth

Changed files:
    php.spec -> 1.980

11 years ago- fix for pcre 8.30 (do not use pcre_info deprecated 12 years ago)
Elan Ruusamäe [Thu, 29 Mar 2012 08:59:11 +0000 (08:59 +0000)]
- fix for pcre 8.30 (do not use pcre_info deprecated 12 years ago)

Changed files:
    bug-60986.patch -> 1.1

11 years ago- fix for pcre 8.30 (do not use pcre_info deprecated 12 years ago)
Elan Ruusamäe [Thu, 29 Mar 2012 08:49:14 +0000 (08:49 +0000)]
- fix for pcre 8.30 (do not use pcre_info deprecated 12 years ago)

Changed files:
    php.spec -> 1.979

11 years ago- release 6 auto/th/php-5_3_10-6
Arkadiusz Miśkiewicz [Wed, 28 Mar 2012 07:28:21 +0000 (07:28 +0000)]
- release 6

Changed files:
    php.spec -> 1.978

11 years ago- rel 5; install correct php-fpm auto/th/php-5_3_10-5 auto/ti/php-5_3_10-5
Arkadiusz Miśkiewicz [Thu, 9 Feb 2012 07:55:38 +0000 (07:55 +0000)]
- rel 5; install correct php-fpm

Changed files:
    php.spec -> 1.977

11 years ago- release 4 (rebuild against libpng-1.5) auto/th/php-5_3_10-4
Adam Gołębiowski [Thu, 9 Feb 2012 00:11:45 +0000 (00:11 +0000)]
- release 4 (rebuild against libpng-1.5)

Changed files:
    php.spec -> 1.976

11 years ago- correct epoch auto/th/php-5_3_10-3
Arkadiusz Miśkiewicz [Fri, 3 Feb 2012 10:05:30 +0000 (10:05 +0000)]
- correct epoch

Changed files:
    php.spec -> 1.975

11 years ago- up to php 5.3.10; SECURITY; Fixed arbitrary remote code execution vulnerability... auto/th/php-5_3_10-2
Arkadiusz Miśkiewicz [Fri, 3 Feb 2012 10:02:19 +0000 (10:02 +0000)]
- up to php 5.3.10; SECURITY; Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830.

Changed files:
    php.spec -> 1.974

11 years ago- release 2 auto/th/php-5_3_9-2
Arkadiusz Miśkiewicz [Fri, 13 Jan 2012 21:00:43 +0000 (21:00 +0000)]
- release 2

Changed files:
    php.spec -> 1.973

11 years ago- package php-fpm status html (uses json response via ajax to update)
Elan Ruusamäe [Thu, 12 Jan 2012 08:27:14 +0000 (08:27 +0000)]
- package php-fpm status html (uses json response via ajax to update)

Changed files:
    php-fpm-config.patch -> 1.14
    php.spec -> 1.972

11 years ago- release 1 auto/th/php-5_3_9-1
Elan Ruusamäe [Wed, 11 Jan 2012 20:55:34 +0000 (20:55 +0000)]
- release 1

Changed files:
    php.spec -> 1.971

11 years ago- up to 5.3.9; cve refs for 5.3.7 release auto/th/php-5_3_9-0_1
Elan Ruusamäe [Wed, 11 Jan 2012 20:05:05 +0000 (20:05 +0000)]
- up to 5.3.9; cve refs for 5.3.7 release

Changed files:
    bug-52448.patch -> 1.2
    mysqlnd-shared.patch -> 1.3
    php-fpm-config.patch -> 1.13
    php-ini.patch -> 1.43
    php-krb5-ac.patch -> 1.2
    php-pdo_mysql-charsetphpini.patch -> 1.7
    php.spec -> 1.970
    suhosin.patch -> 1.11

11 years ago- update pm.status_path = /fpm-status in sample config
Elan Ruusamäe [Wed, 21 Dec 2011 17:09:12 +0000 (17:09 +0000)]
- update pm.status_path = /fpm-status in sample config

Changed files:
    php-fpm-config.patch -> 1.12

11 years ago- release 13 auto/th/php-5_3_8-13
Arkadiusz Miśkiewicz [Tue, 20 Dec 2011 19:43:21 +0000 (19:43 +0000)]
- release 13

Changed files:
    php.spec -> 1.969

11 years ago- fix embedded package name in -devel Requires: auto/th/php-5_3_8-12
Adam Gołębiowski [Sun, 18 Dec 2011 21:38:34 +0000 (21:38 +0000)]
- fix embedded package name in -devel Requires:
- release 12

Changed files:
    php.spec -> 1.968

11 years ago- if with_embed bcond is used, let -devel require php-embed (to satisfy auto/th/php-5_3_8-11
Adam Gołębiowski [Sun, 18 Dec 2011 19:14:03 +0000 (19:14 +0000)]
- if with_embed bcond is used, let -devel require php-embed (to satisfy
  libphp5.so symlink)
- release 11

Changed files:
    php.spec -> 1.967

11 years ago- fix without embed install
Elan Ruusamäe [Sat, 5 Nov 2011 20:39:15 +0000 (20:39 +0000)]
- fix without embed install

Changed files:
    php.spec -> 1.966

11 years ago- build enchant extension auto/th/php-5_3_8-10
Elan Ruusamäe [Sat, 5 Nov 2011 18:35:43 +0000 (18:35 +0000)]
- build enchant extension

Changed files:
    php.spec -> 1.965

11 years ago- versions for bz2,enchant,hash,intl,sqlite extensions
Elan Ruusamäe [Sat, 5 Nov 2011 17:06:06 +0000 (17:06 +0000)]
- versions for bz2,enchant,hash,intl,sqlite extensions

Changed files:
    php.spec -> 1.964

11 years ago- provide versions for fileinfo,phar,zip,json extensions. obsolete pecl package if...
Elan Ruusamäe [Sat, 5 Nov 2011 16:35:52 +0000 (16:35 +0000)]
- provide versions for fileinfo,phar,zip,json extensions. obsolete pecl package if older; rel 10

Changed files:
    php.spec -> 1.963

11 years ago- doh, don't just REVERT it, bcond it!
Elan Ruusamäe [Thu, 3 Nov 2011 05:28:11 +0000 (05:28 +0000)]
- doh, don't just REVERT it, bcond it!

Changed files:
    php.spec -> 1.962
    system-libzip.patch -> 1.4

11 years ago- revert, causes segfaults in php-zip
Adam Gołębiowski [Mon, 24 Oct 2011 20:16:56 +0000 (20:16 +0000)]
- revert, causes segfaults in php-zip

Changed files:
    system-libzip.patch -> 1.3

11 years ago- revert rev1.954 - causes segfaults in zip file processing; rel 9 auto/th/php-5_3_8-9
Adam Gołębiowski [Mon, 24 Oct 2011 20:16:15 +0000 (20:16 +0000)]
- revert rev1.954 - causes segfaults in zip file processing; rel 9

Changed files:
    php.spec -> 1.961

11 years ago- ac fix
Elan Ruusamäe [Tue, 18 Oct 2011 16:07:47 +0000 (16:07 +0000)]
- ac fix

Changed files:
    php.spec -> 1.960

11 years ago- tests: load PHP_TEST_SHARED_SYSTEM_EXTENSIONS before extension modules auto/th/php-5_3_8-8
Elan Ruusamäe [Fri, 14 Oct 2011 06:05:01 +0000 (06:05 +0000)]
- tests: load PHP_TEST_SHARED_SYSTEM_EXTENSIONS before extension modules

Changed files:
    fix-test-run.patch -> 1.10
    php.spec -> 1.959

11 years agoVersion=4862
Elan Ruusamäe [Mon, 10 Oct 2011 21:26:31 +0000 (21:26 +0000)]
Version=4862
Released=Fri, 07 Oct 2011 06:46:46 -0000

Changed files:
    php_browscap.ini -> 1.6

11 years ago- release 7 auto/th/php-5_3_8-7 auto/ti/php-5_3_8-7
Arkadiusz Miśkiewicz [Sun, 9 Oct 2011 10:25:25 +0000 (10:25 +0000)]
- release 7

Changed files:
    php.spec -> 1.958

11 years ago- phar cli requires zlib
Elan Ruusamäe [Sun, 2 Oct 2011 15:26:28 +0000 (15:26 +0000)]
- phar cli requires zlib

Changed files:
    php.spec -> 1.957

11 years ago- suggest cli for phar
Elan Ruusamäe [Sun, 2 Oct 2011 15:24:14 +0000 (15:24 +0000)]
- suggest cli for phar

Changed files:
    php.spec -> 1.956

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