Search Criteria
Package Details: php53-fpm 5.3.29-10
Git Clone URL: | https://aur.archlinux.org/php53.git (read-only, click to copy) |
---|---|
Package Base: | php53 |
Description: | FastCGI Process Manager for PHP |
Upstream URL: | http://php.net |
Licenses: | |
Provides: | |
Submitter: | None |
Maintainer: | felixonmars (Volkan) |
Last Packager: | felixonmars |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2012-06-24 22:51 |
Last Updated: | 2018-07-18 13:28 |
Dependencies (29)
- php53
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux)
- apache (apache-git, apache22) (make)
- aspell (aspell-git) (make)
- c-client (make)
- curl (curl-git, curl-minimal-git) (make)
- db (db6.2) (make)
- enchant (enchant-pure) (make)
- file (file-git) (make)
- freetds (freetds-patched-enum, freetds-krb5) (make)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git) (make)
- gmp (gmp-hg, scipoptsuite, scipoptsuite-bin) (make)
- icu (icu-git, icu-git-static) (make)
- libjpeg (libjpeg-droppatch, mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git, libjpeg-turbo) (make)
- libldap (make)
- libltdl (libtool-git, libtool) (make)
- libmcrypt (make)
- libpng (libpng-git, libpng-apng, libpng-minimal-git) (make)
- libxslt (libxslt-git) (make)
- libzip (libzip-git) (make)
- net-snmp (make)
- openssl-1.0 (openssl-1.0-chacha20, openssl-1.0-hardened) (make)
- patchelf (make)
- postgresql-libs (agensgraph-git, postgresql-libs-1c, postgresql-libs-10, postgresql-src-beta-libs, postgresql-libs-9.5, postgresql-libs-9.4, postgresql-libs-9.6, postgresql-lts-libs, postgresql-libs-12, postgresql-src-libs, postgresql-libs-11) (make)
- smtp-forwarder (femtomail-git, ssmtp-plain, opensmtpd-snapshot, exim-mysql, opensmtpd-git, dma, exim-heavy, esmtp, sendmail, exim-gnutls, postfix-mysql, ssmtp, courier-mta, exim, msmtp-mta, nullmailer, opensmtpd, postfix) (make)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git) (make)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux) (make)
- tidyhtml (tidy-html5-bbatsche, tidy-html5-git, tidy) (make)
- unixodbc (erlang-unixodbc-git) (make)
Required by (29)
- aegir (requires php-fpm)
- bareos-webui (requires php-fpm)
- cherokee (requires php-fpm) (make)
- cherokee-git (requires php-fpm) (optional)
- cherokee-git (requires php-fpm) (make)
- esniper-web (requires php-fpm)
- grav (requires php-fpm) (optional)
- grav-admin (requires php-fpm) (optional)
- hustoj-web-git (requires php-fpm)
- kerberosio-web (requires php-fpm)
- kopano-core (requires php-fpm)
- kopano-service-overview (requires php-fpm)
- kopano-webapp (requires php-fpm)
- ldap-account-manager (requires php-fpm) (optional)
- mantisbt (requires php-fpm) (optional)
- movim (requires php-fpm) (optional)
- movim-git (requires php-fpm) (optional)
- nagios (requires php-fpm) (optional)
- nfsen (requires php-fpm) (optional)
- php-phalcon3 (requires php-fpm) (optional)
- pi-hole-server (requires php-fpm) (optional)
- pixelfed (requires php-fpm) (optional)
- prestashop (requires php-fpm)
- pterodactyl-panel (requires php-fpm)
- snappymail (requires php-fpm)
- yate-bts (requires php-fpm) (optional)
- z-push (requires php-fpm)
- zoneminder (requires php-fpm)
- zoneminder-git (requires php-fpm)
Sources (25)
- apache.conf
- curl_embedded_null.patch
- CVE-2014-3587.patch
- CVE-2014-3597.patch
- CVE-2014-3668.patch
- CVE-2014-3669.patch
- CVE-2014-3670.patch
- CVE-2014-8142.patch
- CVE-2014-9705.patch
- CVE-2015-0231.patch
- CVE-2015-0273.patch
- CVE-2015-2301.patch
- CVE-2015-2305.patch
- CVE-2015-2783.patch
- CVE-2015-2787.patch
- CVE-2015-3329.patch
- CVE-2015-3330.patch
- http://php.net/distributions/php-5.3.29.tar.xz
- https://distfiles.macports.org/php5/suhosin-patch-5.3.9-0.9.10.patch.gz
- logrotate.d.php-fpm
- php-fpm.conf.in.patch
- php-fpm.service
- php-fpm.tmpfiles
- php.ini.patch
- suhosin.patch
Latest Comments
1 2 3 4 5 Next › Last »
malina commented on 2020-11-03 11:47
Hi,
the problem is that the unicode include directory is not taken well by php.
Nor is it a problem, but the current icu library (now 67.1) is not suitable for the php 5.3 intl extension, obviously the current icu library functions have a different set of parameters than in older versions.
There is only one solution: you need to install an earlier version of icu separately, which is at least 48.1 (icu 4.8.1.1) - I use at least that.I compiled specifically with the rpath option and only for php.
That's not enough: in the php53 build section, you need to set ICU_CONFIG env, and for LDFLAGS add the lib directory of the old version icu with the -L option, and set the --with-icu-dir = option with install dir of the old version icu.
lsrzj commented on 2019-11-25 17:43
I tried building PHP 5.3 and makepkg -si is failing with this message:
aminvakil commented on 2019-09-17 13:33
At the end (I executed makepkg -sri):
warren commented on 2019-05-26 04:29
There is a small issue with the suhosin patch. In order to work some extraction and dir change must be done.
felixonmars commented on 2018-07-16 08:32
All fixed now. Sorry for the delay.
jorgelrm commented on 2018-04-28 18:01
Unable to compile, when I try to use enchant 1.6 the patched package makes impossible to start building (it says: 'cannot find enchant') until the folder enchant is renamed back from /usr/include/enchant1.6 to /usr/include/enchant. Also, the SSL certificate in the suhosin server (for the suhosin patch) has expired, so I downloaded it via "wget --no-check-certificate" (don't know how to do it in curl) manually. Then, I always get the same error when compiling, I've found registered in the following address:
http://build.codelinsoft.it/packages/php53/x86_64/log
Some ideas?
gluceri commented on 2018-03-29 08:51
You need to install enchant1.6 from aur. Then patch "confiugure" and rebuild.
JJK commented on 2018-02-15 20:22
For me it crashes on:
bachy commented on 2017-12-06 12:53
Hello,
php53-mcrypt from aur is in conclict with extra/php i'm running both php versions (7 & 5.3) using php-fpm but now mcrypt is not here anymore for php53
what can i do ?
francoism90 commented on 2017-09-11 13:30
==> Retrieving sources...
-> Downloading php-5.3.29.tar.xz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8928k 100 8928k 0 0 4464k 0 0:00:02 0:00:02 --:--:-- 3030k
-> Downloading suhosin-patch-5.3.9-0.9.10.patch.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
Warning: Transient problem: timeout Will retry in 3 seconds. 3 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
Warning: Transient problem: timeout Will retry in 3 seconds. 2 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
Warning: Transient problem: timeout Will retry in 3 seconds. 1 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (6) Could not resolve host: suhosin-patch-5.3.9-0.9.10.patch.gz
==> ERROR: Failure while downloading http://download.suhosin.org/suhosin-patch-5.3.9-0.9.10.patch.gz