]> git.pld-linux.org Git - packages/php.git/log
packages/php.git
10 years agoadd default_php bcond, always name php cli with version suffix
Elan Ruusamäe [Fri, 21 Jun 2013 11:35:37 +0000 (14:35 +0300)]
add default_php bcond, always name php cli with version suffix

10 years agoadd todo: build with system libgd, see also 73c5128
Elan Ruusamäe [Thu, 20 Jun 2013 21:56:02 +0000 (00:56 +0300)]
add todo: build with system libgd, see also 73c5128

10 years agoPHP 5.5.0 released (20-Jun-2013)
Elan Ruusamäe [Thu, 20 Jun 2013 21:01:33 +0000 (00:01 +0300)]
PHP 5.5.0 released (20-Jun-2013)

10 years agoup to 5.5.0 RC3 (06 Jun 2013)
Elan Ruusamäe [Tue, 11 Jun 2013 19:31:17 +0000 (22:31 +0300)]
up to 5.5.0 RC3 (06 Jun 2013)

10 years agoup to 5.5.0 RC2 (23 May 2013)
Elan Ruusamäe [Tue, 11 Jun 2013 19:25:15 +0000 (22:25 +0300)]
up to 5.5.0 RC2 (23 May 2013)

release highlights:

FPM: Add --with-fpm-systemd option to report health to systemd, and
systemd_interval option to configure this. The service can now use
Type=notify in the systemd unit file. (Remi)

10 years agoup to 5.5.0 RC1 (09 May 2013)
Elan Ruusamäe [Tue, 11 Jun 2013 19:08:57 +0000 (22:08 +0300)]
up to 5.5.0 RC1 (09 May 2013)

system libgd >= 2.1 is now the minimal version required (as build with previous version is broken).

11 years agoup to 5.5.0 beta4
Elan Ruusamäe [Mon, 29 Apr 2013 13:29:34 +0000 (16:29 +0300)]
up to 5.5.0 beta4

11 years agolet apache modules use just major.minor for filename
Elan Ruusamäe [Mon, 29 Apr 2013 11:57:47 +0000 (14:57 +0300)]
let apache modules use just major.minor for filename

11 years agoup to 5.5.0 beta2
Elan Ruusamäe [Tue, 2 Apr 2013 10:58:12 +0000 (13:58 +0300)]
up to 5.5.0 beta2

Support for changing the process's title in CLI/CLI-Server SAPIs
https://wiki.php.net/rfc/cli_process_title

11 years agoup to PHP 5.5.0 Beta 1
Elan Ruusamäe [Tue, 2 Apr 2013 08:33:51 +0000 (11:33 +0300)]
up to PHP 5.5.0 Beta 1

Adds Zend Opcache extension and enable building it by default.
More details here: https://wiki.php.net/rfc/optimizerplus

11 years agoadd su directive for logrotate 3.8.0
Elan Ruusamäe [Mon, 4 Mar 2013 08:34:17 +0000 (10:34 +0200)]
add su directive for logrotate 3.8.0

11 years agoup to 5.5.0 alpha6
Elan Ruusamäe [Tue, 19 Mar 2013 16:27:18 +0000 (18:27 +0200)]
up to 5.5.0 alpha6

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 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"
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 agoup to 5.5.0alpha3
Elan Ruusamäe [Sun, 13 Jan 2013 15:57:14 +0000 (17:57 +0200)]
up to 5.5.0alpha3

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

11 years agoup to 5.5.0alpha2
Elan Ruusamäe [Wed, 2 Jan 2013 14:13:58 +0000 (16:13 +0200)]
up to 5.5.0alpha2

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 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 agofinished pld logo patch
Elan Ruusamäe [Sun, 18 Nov 2012 21:52:42 +0000 (23:52 +0200)]
finished pld logo patch

11 years agopartially updated to use data URI
Elan Ruusamäe [Sun, 18 Nov 2012 16:51:01 +0000 (18:51 +0200)]
partially updated to use data URI

11 years agoup to 5.5.0alpha1
Elan Ruusamäe [Sat, 17 Nov 2012 14:46:48 +0000 (16:46 +0200)]
up to 5.5.0alpha1

embedded logo needs to be redone for DATA URI's in suhosin and pld logos
suhosin patch needs to be updated for expose_php changes

11 years agoup to 5.4.8
Elan Ruusamäe [Fri, 9 Nov 2012 09:07:01 +0000 (11:07 +0200)]
up to 5.4.8

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

11 years agofix fpm logs. no longer conflict with 5.3 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.3 and use existing paths

11 years agoEnable LiteSpeed sapi
Paweł Kośka [Thu, 20 Sep 2012 09:23:15 +0000 (11:23 +0200)]
Enable LiteSpeed sapi

More info:
http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi
Note: LSAPI 5.5 is shipped with PHP source from PHP 5.3 onward. This
step can be skipped if you build PHP 5.3 or above.

11 years agoup to 5.4.7
Elan Ruusamäe [Sun, 16 Sep 2012 01:33:46 +0000 (04:33 +0300)]
up to 5.4.7

11 years ago- fix building with db 5.3
Jan Rękorajski [Thu, 6 Sep 2012 09:53:44 +0000 (11:53 +0200)]
- fix building with db 5.3

11 years agoskip tests failing on builders
Elan Ruusamäe [Mon, 27 Aug 2012 06:05:20 +0000 (09:05 +0300)]
skip tests failing on builders

11 years agoskip testing XFAIL
Elan Ruusamäe [Mon, 27 Aug 2012 01:33:09 +0000 (04:33 +0300)]
skip testing XFAIL

11 years agoupdate testing to work again
Elan Ruusamäe [Mon, 27 Aug 2012 00:13:15 +0000 (03:13 +0300)]
update testing to work again

11 years agoupdate failing tests from carme x86_64
Elan Ruusamäe [Mon, 27 Aug 2012 00:11:42 +0000 (03:11 +0300)]
update failing tests from carme x86_64

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 'PHP_5_4' of git://git.pld-linux.org/packages/php into PHP_5_4
Elan Ruusamäe [Sun, 26 Aug 2012 19:45:04 +0000 (22:45 +0300)]
Merge branch 'PHP_5_4' of git://git.pld-linux.org/packages/php into PHP_5_4

11 years agotests updated from carme i686
Elan Ruusamäe [Sun, 26 Aug 2012 12:48:55 +0000 (15:48 +0300)]
tests updated from carme i686

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

11 years agoupdate failed tests on carme i686
Elan Ruusamäe [Sun, 26 Aug 2012 09:43:58 +0000 (12:43 +0300)]
update failed tests on carme i686

11 years agoupdated tests from i686 carme
Elan Ruusamäe [Sun, 26 Aug 2012 00:49:15 +0000 (03:49 +0300)]
updated tests from i686 carme

11 years agoreal failed tests from carme i686
Elan Ruusamäe [Sat, 25 Aug 2012 22:44:43 +0000 (01:44 +0300)]
real failed tests from carme i686

11 years agoparse out XFAIL
Elan Ruusamäe [Sat, 25 Aug 2012 19:42:26 +0000 (22:42 +0300)]
parse out XFAIL

11 years agoupdate failed tests on carme i686
Elan Ruusamäe [Sat, 25 Aug 2012 19:38:38 +0000 (22:38 +0300)]
update failed tests on carme i686

11 years agoalso skip test doing DEFLATE_POST
Elan Ruusamäe [Fri, 24 Aug 2012 09:09:48 +0000 (12:09 +0300)]
also skip test doing DEFLATE_POST

11 years agoskip test that crashes carme
Elan Ruusamäe [Fri, 24 Aug 2012 09:07:23 +0000 (12:07 +0300)]
skip test that crashes carme

11 years agofix missing buildroot
Elan Ruusamäe [Fri, 24 Aug 2012 09:06:59 +0000 (12:06 +0300)]
fix missing buildroot

11 years agoskip some known broken tests
Elan Ruusamäe [Thu, 23 Aug 2012 22:43:00 +0000 (01:43 +0300)]
skip some known broken tests

11 years agoprovide versioned php(core)
Elan Ruusamäe [Thu, 23 Aug 2012 21:20:25 +0000 (00:20 +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 agoupdate completed todo
Elan Ruusamäe [Thu, 23 Aug 2012 10:43:46 +0000 (13:43 +0300)]
update completed todo

11 years agoupdated suhoshin patch from debian and enabled it
Elan Ruusamäe [Thu, 23 Aug 2012 09:45:43 +0000 (12:45 +0300)]
updated suhoshin patch from debian and enabled it

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 agoadd bcond to disable intl extension (needs icu, and 3.4.1 is too old)
Elan Ruusamäe [Thu, 23 Aug 2012 07:54:18 +0000 (10:54 +0300)]
add bcond to disable intl extension (needs icu, and 3.4.1 is too old)

11 years agoupdate systemlibzip patch from fedora
Elan Ruusamäe [Wed, 22 Aug 2012 23:42:41 +0000 (02:42 +0300)]
update systemlibzip patch from fedora

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 agoadd webp bcond to disable webp support in gd (via libvpx library)
Elan Ruusamäe [Wed, 22 Aug 2012 21:20:38 +0000 (00:20 +0300)]
add webp bcond to disable webp support in gd (via libvpx library)

11 years agofileinfo extension bundles magic db (todo)
Elan Ruusamäe [Wed, 22 Aug 2012 21:18:41 +0000 (00:18 +0300)]
fileinfo extension bundles magic db (todo)

fileinfo extension bundles magic db in library: data_file.c (dump of magic.mgc) is 14M
- 2.3M fileinfo.so php54-fileinfo-5.4.6-0.15.x86_64
- 2.3M fileinfo.so php-fileinfo-5.3.16-1.x86_64
-  13K fileinfo.so php-pecl-fileinfo-1.0.4-8.amd64

11 years agoup to 5.4.6
Elan Ruusamäe [Tue, 21 Aug 2012 10:04:47 +0000 (13:04 +0300)]
up to 5.4.6

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

This reverts commit e84b92a40b7768668729da7f3ffeddb05b8dd7fc.

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 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 agoTokyo Cabinet dba is done
Elan Ruusamäe [Thu, 2 Aug 2012 12:30:59 +0000 (15:30 +0300)]
Tokyo Cabinet dba is done

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 agoadd docs for dba ext
Elan Ruusamäe [Thu, 2 Aug 2012 11:28:16 +0000 (14:28 +0300)]
add docs for dba ext

11 years agofix php-config --php-sapis
Elan Ruusamäe [Thu, 2 Aug 2012 08:07:30 +0000 (11:07 +0300)]
fix php-config --php-sapis

11 years agodo not build mysql extensions with mysqlnd if it is disabled
Elan Ruusamäe [Thu, 2 Aug 2012 07:19:21 +0000 (10:19 +0300)]
do not build mysql extensions with mysqlnd if it is disabled

upstream changed default to be with mysqlnd, and that made mysqlnd built
static, sigh instead of off

http://git.php.net/?p=php-src.git;a=commitdiff;h=70561e9a6dcbf66f9442e26767e63394d90c6c19

11 years agofixing fpm scriptlets
Elan Ruusamäe [Wed, 1 Aug 2012 23:57:06 +0000 (02:57 +0300)]
fixing fpm scriptlets

11 years agochecked PDO_MYSQL_UNIX_ADDR state
Elan Ruusamäe [Wed, 1 Aug 2012 23:17:18 +0000 (02:17 +0300)]
checked PDO_MYSQL_UNIX_ADDR state

mysql socket set with `mysql_config --socket` and if that is not
sufficent, we set one with --with-mysql-sock as well

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

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

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

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 agounify
Elan Ruusamäe [Wed, 1 Aug 2012 22:35:54 +0000 (01:35 +0300)]
unify

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 agoexclude "none" from --php-sapis
Elan Ruusamäe [Wed, 1 Aug 2012 22:17:18 +0000 (01:17 +0300)]
exclude "none" from --php-sapis

11 years agofixed php-fpm build check
Elan Ruusamäe [Tue, 31 Jul 2012 20:27:18 +0000 (23:27 +0300)]
fixed php-fpm build check

11 years agotodo: mysqlnd seems still built
Elan Ruusamäe [Tue, 31 Jul 2012 06:47:38 +0000 (09:47 +0300)]
todo: mysqlnd seems still built

11 years agoset also iconv default encoding to UTF-8
Elan Ruusamäe [Tue, 31 Jul 2012 06:47:01 +0000 (09:47 +0300)]
set also iconv default encoding to UTF-8

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 agomore paths with this php version in config
Elan Ruusamäe [Tue, 31 Jul 2012 04:59:34 +0000 (07:59 +0300)]
more paths with this php version in config

11 years agoreplace other paths in php.ini: browscap.ini for example
Elan Ruusamäe [Tue, 31 Jul 2012 04:41:51 +0000 (07:41 +0300)]
replace other paths in php.ini: browscap.ini for example

11 years agodo not hardcode extension_dir, builtin is correct
Elan Ruusamäe [Tue, 31 Jul 2012 04:38:23 +0000 (07:38 +0300)]
do not hardcode extension_dir, builtin is correct

11 years agoresolve conflict with fcgi package
Elan Ruusamäe [Tue, 31 Jul 2012 04:36:27 +0000 (07:36 +0300)]
resolve conflict with fcgi package

11 years ago- private lib and config dir from other php versions
Elan Ruusamäe [Tue, 31 Jul 2012 03:24:14 +0000 (06:24 +0300)]
- private lib and config dir from other php versions

11 years agoskip php-fpm -qn as it misbehaves (loads global php.ini regardless of -n option)
Elan Ruusamäe [Fri, 27 Jul 2012 21:32:59 +0000 (00:32 +0300)]
skip php-fpm -qn as it misbehaves (loads global php.ini regardless of -n option)

11 years agoup to 5.4.5, fails build checks if other php present in system
Elan Ruusamäe [Fri, 27 Jul 2012 21:07:53 +0000 (00:07 +0300)]
up to 5.4.5, fails build checks if other php present in system

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- 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- 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- drop support for migrating from php-5.0.4-9.1
Elan Ruusamäe [Mon, 2 Jul 2012 15:50:45 +0000 (15:50 +0000)]
- drop support for migrating from php-5.0.4-9.1

Changed files:
    php.spec -> 1.945.2.18

11 years ago- up to 5.4.4, use php54 as package basename
Elan Ruusamäe [Mon, 2 Jul 2012 15:49:58 +0000 (15:49 +0000)]
- up to 5.4.4, use php54 as package basename

Changed files:
    php.spec -> 1.945.2.17

11 years ago- 5.4.3
Elan Ruusamäe [Mon, 2 Jul 2012 15:06:25 +0000 (15:06 +0000)]
- 5.4.3

Changed files:
    php.spec -> 1.945.2.16

11 years ago- up to 5.4.1 (CVE-2012-1172), should compile with apache 2.4
Elan Ruusamäe [Fri, 27 Apr 2012 22:37:49 +0000 (22:37 +0000)]
- up to 5.4.1 (CVE-2012-1172), should compile with apache 2.4

Changed files:
    php-ini.patch -> 1.42.4.3
    php.spec -> 1.945.2.15

11 years ago- junk removal
Elan Ruusamäe [Mon, 12 Mar 2012 09:15:33 +0000 (09:15 +0000)]
- junk removal

Changed files:
    php.spec -> 1.945.2.14

11 years ago- check sqlite3 ext ver
Elan Ruusamäe [Fri, 2 Mar 2012 20:59:43 +0000 (20:59 +0000)]
- check sqlite3 ext ver

Changed files:
    php.spec -> 1.945.2.13

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