]> git.pld-linux.org Git - packages/php.git/log
packages/php.git
11 years ago- rel 28; php-5.2.17-bug-323016.patch causes serious regression, so revert it auto/th/php52-5.2.17-28
Arkadiusz Miśkiewicz [Fri, 1 Mar 2013 13:46:24 +0000 (14:46 +0100)]
- rel 28; php-5.2.17-bug-323016.patch causes serious regression, so revert it

11 years agofpm: fix paths in logrotate
Elan Ruusamäe [Wed, 30 Jan 2013 20:07:58 +0000 (22:07 +0200)]
fpm: fix paths in logrotate

11 years agoupdate fpm pidfile path.
Elan Ruusamäe [Wed, 23 Jan 2013 16:26:53 +0000 (18:26 +0200)]
update fpm pidfile path.

correction to cb14616a3214387c568d08c2bb8db289fbe18e97

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 agosoap.wsdl_cache_dir="/var/cache/php"
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 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 agoupdate paths in config files as well
Elan Ruusamäe [Wed, 2 Jan 2013 18:16:09 +0000 (20:16 +0200)]
update paths in config files as well

11 years agouse 52 suffix to make it co-installable with php 5.3
Elan Ruusamäe [Wed, 2 Jan 2013 18:07:42 +0000 (20:07 +0200)]
use 52 suffix to make it co-installable with php 5.3

11 years ago- add fix for bug 50563: parse_url produces warnings auto/th/php52-5.2.17-27
Elan Ruusamäe [Mon, 31 Dec 2012 12:37:05 +0000 (14:37 +0200)]
- add fix for bug 50563: parse_url produces warnings

11 years ago- release 26 (by relup.sh) auto/th/php52-5.2.17-26
Jan Rękorajski [Thu, 6 Dec 2012 22:09:33 +0000 (23:09 +0100)]
- release 26 (by relup.sh)

11 years ago- rel 25 auto/th/php52-5.2.17-25
Jan Rękorajski [Wed, 21 Nov 2012 12:48:43 +0000 (13:48 +0100)]
- rel 25

11 years ago- rebuild for broken digest auto/th/php52-5.2.17-24
Elan Ruusamäe [Sun, 21 Oct 2012 13:34:08 +0000 (16:34 +0300)]
- rebuild for broken digest
- release 24 (by relup.sh)

11 years ago- rel 23 auto/th/php52-5.2.17-23
Jan Rękorajski [Mon, 24 Sep 2012 22:19:39 +0000 (00:19 +0200)]
- rel 23
- rebuild with fixed rpm macros

11 years ago- rel 22; fix build against libxml2 2.9.0 auto/th/php52-5.2.17-22
Arkadiusz Miśkiewicz [Sun, 23 Sep 2012 08:57:01 +0000 (10:57 +0200)]
- rel 22; fix build against libxml2 2.9.0

11 years ago- release 21 auto/th/php52-5.2.17-21
Jan Rękorajski [Sat, 22 Sep 2012 09:05:11 +0000 (11:05 +0200)]
- release 21

11 years ago- rel 20 ; fix php 5.3 build auto/th/php52-5.2.17-20
Arkadiusz Miśkiewicz [Fri, 14 Sep 2012 11:13:04 +0000 (13:13 +0200)]
- rel 20 ; fix php 5.3 build

11 years ago- release 19 (by relup.sh) auto/th/php52-5.2.17-19
Jan Rękorajski [Wed, 5 Sep 2012 08:19:12 +0000 (10:19 +0200)]
- release 19 (by relup.sh)

11 years ago- Rebuild with DB 5.3 auto/th/php52-5.2.17-18
Jan Rękorajski [Tue, 4 Sep 2012 20:59:16 +0000 (22:59 +0200)]
- Rebuild with DB 5.3
- release 18

11 years agofpm: make pid file match one that initscript defaults auto/ac/php-5.2.17-17
Elan Ruusamäe [Sun, 26 Aug 2012 11:47:06 +0000 (14:47 +0300)]
fpm: make pid file match one that initscript defaults

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

11 years agorel 16 auto/ac/php-5.2.17-16 auto/th/php52-5.2.17-16
Elan Ruusamäe [Sun, 26 Aug 2012 08:38:50 +0000 (11:38 +0300)]
rel 16

11 years agofix fpm initscript
Elan Ruusamäe [Sun, 26 Aug 2012 08:34:28 +0000 (11:34 +0300)]
fix fpm initscript

11 years ago- fix fpm config path
Elan Ruusamäe [Sun, 26 Aug 2012 08:27:35 +0000 (11:27 +0300)]
- fix fpm config path

11 years agofix fpm files packaging auto/ac/php-5.2.17-15 auto/ac/php52-5.2.17-15
Elan Ruusamäe [Thu, 23 Aug 2012 23:00:42 +0000 (02:00 +0300)]
fix fpm files packaging

11 years agokeep php.cli as file in man as well
Elan Ruusamäe [Thu, 23 Aug 2012 22:57:15 +0000 (01:57 +0300)]
keep php.cli as file in man as well

11 years ago- release 14 (by relup.sh)
Elan Ruusamäe [Thu, 23 Aug 2012 22:34:39 +0000 (01:34 +0300)]
- release 14 (by relup.sh)

11 years agorestore php.cli in PHP_5_2 branch
Elan Ruusamäe [Thu, 23 Aug 2012 22:34:01 +0000 (01:34 +0300)]
restore php.cli in PHP_5_2 branch

Revert "cli package contains versioned binary, convience php binary in -program"

This reverts commit 71e3994a8b3759e6b6567c2383e43491c65f0a70.

11 years agoprovide versioned php(core) master auto/ac/php52-5.2.17-14
Elan Ruusamäe [Thu, 23 Aug 2012 22:25:27 +0000 (01:25 +0300)]
provide versioned php(core) master

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

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

This reverts commit 880718391a5fde8097dae122100efab36cb3023e.

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 agofixing fpm scriptlets
Elan Ruusamäe [Wed, 1 Aug 2012 23:57:06 +0000 (02:57 +0300)]
fixing fpm scriptlets

11 years agodrop old upgrade triggers from 5.0.4-9.11
Elan Ruusamäe [Wed, 1 Aug 2012 22:18:32 +0000 (01:18 +0300)]
drop old upgrade triggers from 5.0.4-9.11

11 years agoversion php-fpm paths (5.2 changes)
Elan Ruusamäe [Wed, 1 Aug 2012 22:56:27 +0000 (01:56 +0300)]
version php-fpm paths (5.2 changes)

11 years agoversion php-fpm paths (5.2 changes)
Elan Ruusamäe [Wed, 1 Aug 2012 22:56:15 +0000 (01:56 +0300)]
version php-fpm paths (5.2 changes)

11 years agocli package contains versioned binary, convience php binary in -program
Elan Ruusamäe [Wed, 1 Aug 2012 22:51:25 +0000 (01:51 +0300)]
cli package contains versioned binary, convience php binary in -program

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 agosimplify, use name macro
Elan Ruusamäe [Wed, 1 Aug 2012 22:45:01 +0000 (01:45 +0300)]
simplify, use name macro

11 years agouse /usr/sbin/php-fpm as other branches
Elan Ruusamäe [Wed, 1 Aug 2012 22:42:47 +0000 (01:42 +0300)]
use /usr/sbin/php-fpm as other branches

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

Conflicts:
php-fpm.init

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- added missing %post(un) for pdo, pdo-oci, pcntl and simplexml
Elan Ruusamäe [Wed, 11 Jul 2012 17:50:05 +0000 (20:50 +0300)]
- added missing %post(un) for pdo, pdo-oci, pcntl and simplexml

inspired from e4b48ef8f618597bae0812fb99979dc77ef31105

11 years ago- drop support for migrating from php-5.0.4-9.1 auto/th/php52-5_2_17-13
Elan Ruusamäe [Mon, 2 Jul 2012 15:51:11 +0000 (15:51 +0000)]
- drop support for migrating from php-5.0.4-9.1

Changed files:
    php.spec -> 1.805.2.105

11 years ago- build with php52 name in th
Elan Ruusamäe [Fri, 27 Apr 2012 23:38:22 +0000 (23:38 +0000)]
- build with php52 name in th

Changed files:
    php.spec -> 1.805.2.104

11 years agoThis commit was manufactured by cvs2git to create branch 'PHP_5_2'.
cvs2git [Thu, 29 Mar 2012 08:59:11 +0000 (08:59 +0000)]
This commit was manufactured by cvs2git to create branch 'PHP_5_2'.

Cherrypick from master 2012-03-29 08:59:11 UTC Elan Ruusamäe <glen@pld-linux.org> '- fix for pcre 8.30 (do not use pcre_info deprecated 12 years ago)':
    bug-60986.patch -> 1.1
    php_browscap.ini -> 1.6

11 years ago- /var/run/php created only if fpm enabled (and it's not on all arches)
Elan Ruusamäe [Mon, 27 Feb 2012 20:48:11 +0000 (20:48 +0000)]
- /var/run/php created only if fpm enabled (and it's not on all arches)

Changed files:
    php.spec -> 1.805.2.103

11 years ago- fix for php bug 47930 (PHP 5.2.x Remote Code Execution Vulnerability)
Elan Ruusamäe [Mon, 27 Feb 2012 15:04:21 +0000 (15:04 +0000)]
- fix for php bug 47930 (PHP 5.2.x Remote Code Execution Vulnerability)

Changed files:
    bug-47930.patch -> 1.1.2.1
    php.spec -> 1.805.2.102

11 years ago- php-fpm updated to 0.5.14
Elan Ruusamäe [Mon, 27 Feb 2012 13:14:59 +0000 (13:14 +0000)]
- php-fpm updated to 0.5.14

Changed files:
    php.spec -> 1.805.2.101

11 years ago- fixup unwanted chunks
Elan Ruusamäe [Mon, 27 Feb 2012 13:13:32 +0000 (13:13 +0000)]
- fixup unwanted chunks

Changed files:
    php-fpm.patch -> 1.14.2.3

11 years ago- updated from http://php-fpm.org/downloads/php-5.2.17-fpm-0.5.14.diff.gz using filte...
Elan Ruusamäe [Mon, 27 Feb 2012 12:44:59 +0000 (12:44 +0000)]
- updated from http://php-fpm.org/downloads/php-5.2.17-fpm-0.5.14.diff.gz using filter from r1.10 commit message

Changed files:
    php-fpm.patch -> 1.14.2.2

11 years ago- CentALT patches to address CVE-2011-4153, CVE-2012-0788, and CVE-2012-0831
Elan Ruusamäe [Mon, 27 Feb 2012 12:43:17 +0000 (12:43 +0000)]
- CentALT patches to address CVE-2011-4153, CVE-2012-0788, and CVE-2012-0831

Changed files:
    php-5.2.17-bug-319457.patch -> 1.1.2.1
    php-5.2.17-bug-323016.patch -> 1.1.2.1
    php-5.2.17-bug-55776.patch -> 1.1.2.1
    php.spec -> 1.805.2.100

11 years ago- rmdir $RPM_BUILD_ROOT/var/run/php
zbyniu [Sat, 11 Feb 2012 20:00:41 +0000 (20:00 +0000)]
- rmdir $RPM_BUILD_ROOT/var/run/php

Changed files:
    php.spec -> 1.805.2.99

11 years ago- more info about CVE-2012-0830
Elan Ruusamäe [Wed, 8 Feb 2012 12:46:44 +0000 (12:46 +0000)]
- more info about CVE-2012-0830

Changed files:
    php-5.2.17-bug-323007-2.patch -> 1.1.2.2

11 years ago- typo fix
Elan Ruusamäe [Wed, 8 Feb 2012 12:42:20 +0000 (12:42 +0000)]
- typo fix

Changed files:
    php-5.2.17-bug-52461.patch -> 1.1.2.2

11 years ago- update php 5.2 backports from http://centos.alt.ru/repository/centos/5/SRPMS/php...
Elan Ruusamäe [Wed, 8 Feb 2012 12:41:59 +0000 (12:41 +0000)]
- update php 5.2 backports from http://centos.alt.ru/repository/centos/5/SRPMS/php-5.2.17-10.el5.src.rpm
  this includes CVE-2011-0421 CVE-2011-4566 CVE-2012-0830

Changed files:
    php-5.2.17-CVE-2011-0421.patch -> 1.1.2.1
    php-5.2.17-CVE-2011-4566.patch -> 1.1.2.1
    php-5.2.17-bug-323007-2.patch -> 1.1.2.1
    php-5.2.17-bug-43200.patch -> 1.1.2.1
    php-5.2.17-bug-52461.patch -> 1.1.2.1
    php-5.2.17-bug-52624.patch -> 1.1.2.1
    php-5.2.17-bug-54682.patch -> 1.1.2.1
    php-5.2.17-bug-55273.patch -> 1.1.2.1
    php-5.2.17-bug-55366.patch -> 1.1.2.1
    php-5.2.17-bug-55478.patch -> 1.1.2.1
    php-5.2.17-bug-55504.patch -> 1.1.2.1
    php-5.2.17-bug-55509.patch -> 1.1.2.1
    php-5.2.17-bug-55674.patch -> 1.1.2.1
    php-5.2.17-bug-60120.patch -> 1.1.2.1
    php-5.2.17-bug-60138.patch -> 1.1.2.1
    php-5.2.17-bug-60183.patch -> 1.1.2.1
    php-5.2.17-bug-60206.patch -> 1.1.2.1
    php-5.2.17-bug-60455.patch -> 1.1.2.1
    php-5.2.17-max-input-vars.patch -> 1.1.2.1
    php.spec -> 1.805.2.98

11 years ago- rel 9; disable external libzip as it causes segfaults (follow php 5.3 from HEAD)
Arkadiusz Miśkiewicz [Fri, 18 Nov 2011 09:13:43 +0000 (09:13 +0000)]
- rel 9; disable external libzip as it causes segfaults (follow php 5.3 from HEAD)

Changed files:
    php.spec -> 1.805.2.97

11 years ago- rel 8; disable zts; going to rebuild php 5.2 stuff on current th for th-obsolete
Arkadiusz Miśkiewicz [Tue, 8 Nov 2011 13:26:06 +0000 (13:26 +0000)]
- rel 8; disable zts; going to rebuild php 5.2 stuff on current th for th-obsolete

Changed files:
    php.spec -> 1.805.2.96

11 years ago- temp workaround for broken tls in ac-i386
Elan Ruusamäe [Mon, 10 Oct 2011 21:20:22 +0000 (21:20 +0000)]
- temp workaround for broken tls in ac-i386

Changed files:
    php.spec -> 1.805.2.95

11 years ago- use system tzdata (fedora patch)
Elan Ruusamäe [Mon, 10 Oct 2011 21:18:20 +0000 (21:18 +0000)]
- use system tzdata (fedora patch)

Changed files:
    php-systzdata.patch -> 1.1.4.1
    php.spec -> 1.805.2.94

11 years ago- fix patch depth
Elan Ruusamäe [Mon, 10 Oct 2011 21:01:57 +0000 (21:01 +0000)]
- fix patch depth

Changed files:
    php.spec -> 1.805.2.93

11 years ago- fix "invalid operands to binary -" error caused by missing stpcpy prototype
Elan Ruusamäe [Mon, 10 Oct 2011 21:00:59 +0000 (21:00 +0000)]
- fix "invalid operands to binary -" error caused by missing stpcpy prototype
  on ac in some form of build configuration (not clear how it managed to
  compile before)

Changed files:
    php-svn-281516.patch -> 1.1.2.1
    php.spec -> 1.805.2.92

11 years ago- add bunch of bug and cve backports from 5.3 by centalt (php-5.2.17-7.el5.src.rpm)
Elan Ruusamäe [Mon, 10 Oct 2011 19:36:37 +0000 (19:36 +0000)]
- add bunch of bug and cve backports from 5.3 by centalt (php-5.2.17-7.el5.src.rpm)

Changed files:
    php-5.2.17-CVE-2011-0708.patch -> 1.1.2.1
    php-5.2.17-CVE-2011-1092.patch -> 1.1.2.1
    php-5.2.17-CVE-2011-1148.patch -> 1.1.2.1
    php-5.2.17-CVE-2011-1938.patch -> 1.1.2.1
    php-5.2.17-CVE-2011-2202.patch -> 1.1.2.1
    php-5.2.17-bug-39847.patch -> 1.1.2.1
    php-5.2.17-bug-48484.patch -> 1.1.2.1
    php-5.2.17-bug-49072.patch -> 1.1.2.1
    php-5.2.17-bug-52063.patch -> 1.1.2.1
    php-5.2.17-bug-55082.patch -> 1.1.2.1
    php-5.3.6-39199.patch -> 1.1.2.1
    php-5.3.6-bug-47435.patch -> 1.1.2.1
    php-5.3.6-bug-48607.patch -> 1.1.2.1
    php-5.3.6-bug-51336.patch -> 1.1.2.1
    php-5.3.6-bug-52209.patch -> 1.1.2.1
    php-5.3.6-bug-52290.patch -> 1.1.2.1
    php-5.3.6-bug-53150.patch -> 1.1.2.1
    php-5.3.6-bug-53377.patch -> 1.1.2.1
    php-5.3.6-bug-53515.patch -> 1.1.2.1
    php-5.3.6-bug-53568.patch -> 1.1.2.1
    php-5.3.6-bug-53574.patch -> 1.1.2.1
    php-5.3.6-bug-53577.patch -> 1.1.2.1
    php-5.3.6-bug-53579.patch -> 1.1.2.1
    php-5.3.6-bug-53603.patch -> 1.1.2.1
    php-5.3.6-bug-53630.patch -> 1.1.2.1
    php-5.3.6-bug-53854.patch -> 1.1.2.1
    php-5.3.6-bug-53903.patch -> 1.1.2.1
    php-5.3.6-bug-53924.patch -> 1.1.2.1
    php-5.3.6-bug-54055.patch -> 1.1.2.1
    php-5.3.6-bug-54089.patch -> 1.1.2.1
    php-5.3.6-bug-54092.patch -> 1.1.2.1
    php-5.3.7-bug-48465.patch -> 1.1.2.1
    php-5.3.7-bug-50363.patch -> 1.1.2.1
    php-5.3.7-bug-51958.patch -> 1.1.2.1
    php-5.3.7-bug-51997.patch -> 1.1.2.1
    php-5.3.7-bug-52104.patch -> 1.1.2.1
    php-5.3.7-bug-52496.patch -> 1.1.2.1
    php-5.3.7-bug-52935.patch -> 1.1.2.1
    php-5.3.7-bug-53037.patch -> 1.1.2.1
    php-5.3.7-bug-53782.patch -> 1.1.2.1
    php-5.3.7-bug-53848.patch -> 1.1.2.1
    php-5.3.7-bug-54121.patch -> 1.1.2.1
    php-5.3.7-bug-54137.patch -> 1.1.2.1
    php-5.3.7-bug-54180.patch -> 1.1.2.1
    php-5.3.7-bug-54221.patch -> 1.1.2.1
    php-5.3.7-bug-54242.patch -> 1.1.2.1
    php-5.3.7-bug-54269.patch -> 1.1.2.1
    php-5.3.7-bug-54312.patch -> 1.1.2.1
    php-5.3.7-bug-54318.patch -> 1.1.2.1
    php-5.3.7-bug-54329.patch -> 1.1.2.1
    php-5.3.7-bug-54440.patch -> 1.1.2.1
    php-5.3.7-bug-54494.patch -> 1.1.2.1
    php-5.3.7-bug-54529.patch -> 1.1.2.1
    php-5.3.7-bug-54601.patch -> 1.1.2.1
    php-5.3.7-bug-54946.patch -> 1.1.2.1
    php-5.3.7-bug-55014.patch -> 1.1.2.1
    php-5.3.7-bug-55323.patch -> 1.1.2.1
    php-5.3.7-bug-55399.patch -> 1.1.2.1
    php.spec -> 1.805.2.91

11 years ago- use system libzip 0.10, resolves CVE-2011-0421
Elan Ruusamäe [Mon, 10 Oct 2011 18:54:39 +0000 (18:54 +0000)]
- use system libzip 0.10, resolves CVE-2011-0421

Changed files:
    php.spec -> 1.805.2.90
    system-libzip.patch -> 1.2.2.1

11 years ago- recover lost patch bug-52078-fileinode.patch
Elan Ruusamäe [Mon, 10 Oct 2011 18:10:36 +0000 (18:10 +0000)]
- recover lost patch bug-52078-fileinode.patch

Changed files:
    php.spec -> 1.805.2.89

11 years agoThis commit was manufactured by cvs2git to create branch 'PHP_5_2'.
cvs2git [Mon, 26 Sep 2011 22:30:51 +0000 (22:30 +0000)]
This commit was manufactured by cvs2git to create branch 'PHP_5_2'.

Cherrypick from master 2011-09-26 22:30:51 UTC Elan Ruusamäe <glen@pld-linux.org> '- fix system zlib patch, really link with -lzip':
    system-libzip.patch -> 1.2

11 years ago- release 6
Arkadiusz Miśkiewicz [Sat, 30 Jul 2011 19:53:35 +0000 (19:53 +0000)]
- release 6

Changed files:
    php.spec -> 1.805.2.88

11 years ago- rel 5
Arkadiusz Miśkiewicz [Thu, 23 Jun 2011 19:34:31 +0000 (19:34 +0000)]
- rel 5

Changed files:
    php.spec -> 1.805.2.87

11 years ago- rel 4
Arkadiusz Miśkiewicz [Fri, 27 May 2011 11:12:43 +0000 (11:12 +0000)]
- rel 4

Changed files:
    php.spec -> 1.805.2.86

11 years ago- rel 3; revert (it still doesn't read correct entries)
Arkadiusz Miśkiewicz [Wed, 19 Jan 2011 21:31:21 +0000 (21:31 +0000)]
- rel 3; revert (it still doesn't read correct entries)

Changed files:
    php-mime_magic.patch -> 1.1.2.2
    php.spec -> 1.805.2.85

11 years ago- rel 2; ignore errors when parsing magic file (magic file contains new, unsupported...
Arkadiusz Miśkiewicz [Wed, 19 Jan 2011 21:10:07 +0000 (21:10 +0000)]
- rel 2; ignore errors when parsing magic file (magic file contains new, unsupported by php module commands and single error causes magic functionality to be turned off; magic is also obsolete, so there won't be a fix from upstream)

Changed files:
    php-mime_magic.patch -> 1.1.2.1
    php.spec -> 1.805.2.84

11 years ago- up to 5.2.17
Arkadiusz Miśkiewicz [Fri, 7 Jan 2011 11:01:22 +0000 (11:01 +0000)]
- up to 5.2.17

Changed files:
    php-bug-float.patch -> 1.1.2.2
    php.spec -> 1.805.2.83

11 years ago- famous float bug on 32bit matchines fix
Arkadiusz Miśkiewicz [Thu, 6 Jan 2011 15:53:25 +0000 (15:53 +0000)]
- famous float bug on 32bit matchines fix

Changed files:
    php-bug-float.patch -> 1.1.2.1
    php.spec -> 1.805.2.82

11 years agoThis commit was manufactured by cvs2git to create branch 'PHP_5_2'.
cvs2git [Thu, 6 Jan 2011 15:47:32 +0000 (15:47 +0000)]
This commit was manufactured by cvs2git to create branch 'PHP_5_2'.

Cherrypick from master 2011-01-06 15:47:32 UTC Arkadiusz Miśkiewicz <arekm@maven.pl> '- rel 3; famous float bug on 32bit matchines fix':
    php-bug-float.patch -> 1.1
    php-systzdata.patch -> 1.1

11 years ago- rel 2; revert zts change; 5.2 will stay with zts (becuse it will be problematic...
Arkadiusz Miśkiewicz [Fri, 17 Dec 2010 07:57:54 +0000 (07:57 +0000)]
- rel 2; revert zts change; 5.2 will stay with zts (becuse it will be problematic to rebuild all dependencies)

Changed files:
    php.spec -> 1.805.2.81

11 years ago- up to 5.2.16
Arkadiusz Miśkiewicz [Fri, 17 Dec 2010 06:59:20 +0000 (06:59 +0000)]
- up to 5.2.16

Changed files:
    php.spec -> 1.805.2.80

11 years ago- rel 3; ; BIG FAT WARNING: we are now building php WITHOUT ZTS
Arkadiusz Miśkiewicz [Fri, 17 Dec 2010 06:52:56 +0000 (06:52 +0000)]
- rel 3; ; BIG FAT WARNING: we are now building php WITHOUT ZTS
(zend thread safety) as it was "for code maintainers only!!".

We were using it because we hoped that zts will be fully supported
in php but it never happened and php devs are now insisting more
and more that this option shouldn't be used in normal builds
(look at commit logs and diffs for Zend/Zend.m4 in php repository)

Changed files:
    php.spec -> 1.805.2.79

11 years ago- http://bugs.php.net/patch-display.php?bug_id=53516&patch=open_basedir-5.2.15-fix...
marcus [Thu, 16 Dec 2010 08:46:16 +0000 (08:46 +0000)]
- http://bugs.php.net/patch-display.php?bug_id=53516&patch=open_basedir-5.2.15-fix.patch&revision=latest
- rel.2.STBR.

Changed files:
    php.spec -> 1.805.2.78

11 years ago- up to 5.2.15
Arkadiusz Miśkiewicz [Sun, 12 Dec 2010 20:21:26 +0000 (20:21 +0000)]
- up to 5.2.15

Changed files:
    php-ini.patch -> 1.33.2.1
    php.spec -> 1.805.2.77

11 years ago- fix files; rel 7
Elan Ruusamäe [Tue, 7 Dec 2010 12:58:05 +0000 (12:58 +0000)]
- fix files; rel 7

Changed files:
    php.spec -> 1.805.2.76

11 years ago- move session.ini being loaded early; rel 6
Elan Ruusamäe [Tue, 7 Dec 2010 12:42:36 +0000 (12:42 +0000)]
- move session.ini being loaded early; rel 6

Changed files:
    php.spec -> 1.805.2.75

11 years ago- backport extension loading from 5.3, allows loading permanent modules with full...
Elan Ruusamäe [Sun, 31 Oct 2010 15:41:37 +0000 (15:41 +0000)]
- backport extension loading from 5.3, allows loading permanent modules with full path

Changed files:
    php-php_dl.patch -> 1.1.2.1
    php.spec -> 1.805.2.74

11 years ago- rel 4; fix heimdal build
Arkadiusz Miśkiewicz [Fri, 22 Oct 2010 19:32:39 +0000 (19:32 +0000)]
- rel 4; fix heimdal build

Changed files:
    php-krb5.patch -> 1.1.2.1
    php.spec -> 1.805.2.73

11 years ago- rename php-bzip2 -> php-bz2 to match extension name
Elan Ruusamäe [Mon, 6 Sep 2010 20:37:53 +0000 (20:37 +0000)]
- rename php-bzip2 -> php-bz2 to match extension name
- provide obsoleted names: php-domxml

Changed files:
    php.spec -> 1.805.2.72

11 years ago- fix php-tests-5.2.14-1: req /usr/share/php/tests not found
hawk [Tue, 24 Aug 2010 18:16:10 +0000 (18:16 +0000)]
- fix php-tests-5.2.14-1: req /usr/share/php/tests not found

Changed files:
    php.spec -> 1.805.2.71

11 years ago- rel 1; works for me
shadzik [Fri, 23 Jul 2010 17:42:52 +0000 (17:42 +0000)]
- rel 1; works for me

Changed files:
    php.spec -> 1.805.2.70

11 years ago- 5.2.14
shadzik [Fri, 23 Jul 2010 15:33:34 +0000 (15:33 +0000)]
- 5.2.14
- rel 0.1

Changed files:
    php.spec -> 1.805.2.69

11 years ago- updated for 5.2.14
shadzik [Fri, 23 Jul 2010 15:33:11 +0000 (15:33 +0000)]
- updated for 5.2.14

Changed files:
    php-tds.patch -> 1.3.2.1

11 years ago- updated
shadzik [Fri, 23 Jul 2010 15:32:28 +0000 (15:32 +0000)]
- updated

Changed files:
    skip-tests.sh -> 1.4.2.1

11 years ago- rel 14
pawelz [Wed, 23 Jun 2010 13:06:02 +0000 (13:06 +0000)]
- rel 14

Changed files:
    php.spec -> 1.805.2.68

11 years ago- fcgi P: php(fcgi)
pawelz [Wed, 23 Jun 2010 13:00:02 +0000 (13:00 +0000)]
- fcgi P: php(fcgi)

Changed files:
    php.spec -> 1.805.2.67

11 years agoThis commit was manufactured by cvs2git to create branch 'PHP_5_2'.
cvs2git [Sun, 13 Jun 2010 21:33:31 +0000 (21:33 +0000)]
This commit was manufactured by cvs2git to create branch 'PHP_5_2'.

Cherrypick from master 2009-10-18 17:04:40 UTC Elan Ruusamäe <glen@pld-linux.org> '- pdo R spl; rel 7':
    extension-shared-optional-dep.patch -> 1.1
    php-branch.sh -> 1.5
    php-silent-session-cleanup.patch -> 1.1
    spl-shared.patch -> 1.3
Cherrypick from master 2010-06-07 19:36:29 UTC Elan Ruusamäe <glen@pld-linux.org> '- load pcre from system extension dir':
    fix-test-run.patch -> 1.6
    skip-tests.sh -> 1.4
Cherrypick from master 2009-08-18 10:22:20 UTC Arkadiusz Miśkiewicz <arekm@maven.pl> '- rel 10; fix build with autoconf 2.64':
    php-m4-divert.patch -> 1.1
Cherrypick from master 2010-02-10 11:59:33 UTC Jan Rękorajski <baggins@pld-linux.org> '- added pdo_oci':
    dep-tests.sh -> 1.4
Cherrypick from master 2010-06-13 21:33:31 UTC Elan Ruusamäe <glen@pld-linux.org> '- fix ext/standard/tests/file/fileinode_variation3.phpt test':
    bug-52078-fileinode.patch -> 1.1

11 years ago- snmp tests need NET-SNMP-PASS-MIB from mibs-net-snmp
Elan Ruusamäe [Sun, 13 Jun 2010 20:39:59 +0000 (20:39 +0000)]
- snmp tests need NET-SNMP-PASS-MIB from mibs-net-snmp

Changed files:
    php.spec -> 1.805.2.66

11 years ago- add -tests package
Elan Ruusamäe [Sun, 13 Jun 2010 19:42:12 +0000 (19:42 +0000)]
- add -tests package
- tidy up tests

Changed files:
    php.spec -> 1.805.2.65

11 years ago- release 13
hawk [Mon, 7 Jun 2010 17:57:15 +0000 (17:57 +0000)]
- release 13

Changed files:
    php.spec -> 1.805.2.64

11 years ago- cgi P: webserver(php) (backported from HEAD, don't blame me ;))
pawelz [Sun, 16 May 2010 10:38:56 +0000 (10:38 +0000)]
- cgi P: webserver(php) (backported from HEAD, don't blame me ;))
- rel 12

Changed files:
    php.spec -> 1.805.2.63

11 years ago- release 11
hawk [Mon, 10 May 2010 15:52:30 +0000 (15:52 +0000)]
- release 11

Changed files:
    php.spec -> 1.805.2.62

11 years ago- force libxml2 version which fixes xml problems
Elan Ruusamäe [Wed, 14 Apr 2010 10:14:22 +0000 (10:14 +0000)]
- force libxml2 version which fixes xml problems

Changed files:
    php.spec -> 1.805.2.61

11 years ago- resolve ambiguity of exit()/die() aliases, we want exit code not exit message
Elan Ruusamäe [Wed, 14 Apr 2010 09:14:46 +0000 (09:14 +0000)]
- resolve ambiguity of exit()/die() aliases, we want exit code not exit message

Changed files:
    php.spec -> 1.805.2.60

11 years ago- xml bug stopper
Elan Ruusamäe [Wed, 14 Apr 2010 08:23:56 +0000 (08:23 +0000)]
- xml bug stopper

Changed files:
    php.spec -> 1.805.2.59

11 years ago- rel 10; accept minus sign in dns names when validating url
Arkadiusz Miśkiewicz [Tue, 13 Apr 2010 06:26:05 +0000 (06:26 +0000)]
- rel 10; accept minus sign in dns names when validating url

Changed files:
    php.spec -> 1.805.2.58

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