To bypass PGP checking ("unknown public key"), make sure the php-5.6.40.tar.xz file downloaded from official link https://secure.php.net/distributions/php-5.6.40.tar.xz Then open PKGBUILD file and remove lines 77,66,55,46 and save it. try to makepkg...
Search Criteria
Package Details: php56 5.6.40-12
Package Actions
Git Clone URL: | https://aur.archlinux.org/php56.git (read-only, click to copy) |
---|---|
Package Base: | php56 |
Description: | PHP. A general-purpose scripting language that is especially suited to web development |
Upstream URL: | http://www.php.net |
Keywords: | php |
Licenses: | PHP |
Submitter: | mickael9 |
Maintainer: | el_aur |
Last Packager: | el_aur |
Votes: | 50 |
Popularity: | 0.104085 |
First Submitted: | 2016-01-03 21:26 (UTC) |
Last Updated: | 2024-07-26 12:55 (UTC) |
Dependencies (56)
- libedit
- pcre
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- acl (acl-gitAUR) (make)
- apache (apache-gitAUR) (make)
- aspell (aspell-gitAUR) (make)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- c-clientAUR (make)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-uutilsAUR, coreutils-selinuxAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- db5.3 (make)
- e2fsprogs (busybox-coreutilsAUR, e2fsprogs-gitAUR) (make)
- enchant (make)
- findutils (findutils-gitAUR, busybox-coreutilsAUR, findutils-selinuxAUR) (make)
- freetds (make)
- gawk (gawk-gitAUR, busybox-coreutilsAUR) (make)
- gd (gd-gitAUR) (make)
- gmp (gmp-hgAUR) (make)
- Show 36 more dependencies...
Required by (68)
- avantfax
- php56-apache
- php56-bcmath
- php56-bz2
- php56-calendar
- php56-cgi
- php56-cli
- php56-composer
- php56-ctype
- php56-curl
- php56-dba
- php56-dblib
- php56-embed
- php56-enchant
- php56-exif
- php56-fileinfo
- php56-firebird
- php56-fpm
- php56-ftp
- php56-gd
- php56-gettext
- php56-gmp
- php56-iconv
- php56-imagick
- php56-imap
- php56-interbase
- php56-intl
- php56-json
- php56-ldap
- php56-litespeed
- php56-maxminddb
- php56-mbstring
- php56-mcrypt
- php56-memcache
- php56-mssql
- php56-mysql
- php56-ncurses
- php56-oci8
- php56-odbc
- php56-opcache
- php56-pcntl
- php56-pdo
- php56-pear
- php56-pgsql
- php56-phar
- php56-phpdbg
- php56-posix
- php56-pspell
- php56-recode
- php56-shmop
- php56-snmp
- php56-soap
- php56-sockets
- php56-sqlite
- php56-ssh (make)
- php56-ssh
- php56-sysvmsg
- php56-sysvsem
- php56-sysvshm
- php56-tidy
- php56-tokenizer
- php56-trace
- php56-twig
- php56-twig (make)
- php56-xdebug
- php56-xml
- php56-xmlrpc
- php56-zip
Sources (26)
- debian-php-5.6.40.patch
- fpm-numeric-uid-gid.patch
- fpm-reload-sighup.patch
- https://php.net/distributions/php-5.6.40.tar.xz
- libxml-pear.patch
- make-tests.patch
- mysql-socket-php5.3.patch
- openssl-1.1.patch
- openssl-sslv3-consts.patch
- pear-config-patcher.php
- php-apache.conf
- php-enchant-depr.patch
- php-enchant-php5.3.patch
- php-freetype-2.9.1.patch
- php-icu-php5.5.patch
- php-libxml.patch
- php-makefile-patcher.php
- php-mysqlnd-charsets.patch
- php-mysqlnd.patch
- php-opcache-lockfile-path.patch
- php-phpinfo.patch
- php55-phar-names.patch
- php56-autoconf.patch
- recode-php5.3.patch
- timezonedb-guess.patch
- timezonedb-php5.6.patch
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 21 Next › Last »
hamedsbt commented on 2021-06-29 05:55 (UTC)
kusamochi commented on 2020-12-29 01:49 (UTC) (edited on 2020-12-29 08:13 (UTC) by kusamochi)
Need to add -DU_DEFINE_FALSE_AND_TRUE=1 to CPPFLAGS in PKGBUILD to compile.
CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1 -DU_DEFINE_FALSE_AND_TRUE=1'
Also when using php56-fpm, comment out or change the open_basedir= in php.ini, otherwise keep getting 404 for no reason.
caffe1neadd1ct commented on 2020-11-09 19:06 (UTC)
PHP 5.6 will stop working with MariaDB 10.5.7 due to a bug in the php-mysqlnd extension and stricter checking on the MariaDB side. This stricter checking was first introduced in MariaDB 10.2/3 https://jira.mariadb.org/browse/MDEV-24121 and reverted for a later major version (it broke a portion of the internet).
PHP 7.3 has this fixed, basically a byte is sent to the connected database server to say expect some parameters when preparing this query, then for a query without parameters e.g "SELECT * FROM groups" none are sent causing the stricter checking to throw the following error:
Error: SQLSTATE[HY000]: General error: 1835 Malformed communication packet
To fix i would suggest a PKGBUILD patch to the mysqlnd extension code:
https://github.com/centminmod/centminmod/blob/123.09beta01/patches/php/php5640-mysqlnd-fix.patch
Patches for the aur build: https://gist.github.com/Caffe1neAdd1ct/4a9004327390140bf10e3af2f277077f
Fully understand nobody should be on PHP 5.6 but if you are and need to keep using it alongside nice up-to-date versions of everything else this should help.
lendarker commented on 2019-11-09 13:45 (UTC)
I'm running into the exact same error as danny below.
enfernal commented on 2019-04-23 19:33 (UTC)
Comment date 2019-03-21, me too bug, php not work
danny commented on 2019-03-21 12:27 (UTC) (edited on 2019-03-21 12:28 (UTC) by danny)
=====================================================================
Number of tests : 777 704
Tests skipped : 73 ( 9.4%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 1 ( 0.1%) ( 0.1%)
Expected fail : 1 ( 0.1%) ( 0.1%)
Tests passed : 702 ( 90.3%) ( 99.7%)
Time taken : 21 seconds
=====================================================================
=====================================================================
EXPECTED FAILED TEST SUMMARY
Test open_basedir configuration [tests/security/open_basedir_linkinfo.phpt] XFAIL REASON: BUG: open_basedir cannot delete symlink to prohibited file. See also bugs 48111 and 52176. =====================================================================
=====================================================================
FAILED TEST SUMMARY
php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt]
===================================================================== ==> ERROR: A failure occurred in check(). Aborting... Error making: php56
test failed. BUG ?
razonyang commented on 2019-02-25 03:32 (UTC)
@mickael9 does not support freetype?
foxxx0 commented on 2019-01-15 09:14 (UTC)
updated to 5.6.40:
The PHP development team announces the immediate availability of PHP 5.6.40. This is a security release. Several security bugs have been fixed in this release. All PHP 5.6 users are encouraged to upgrade to this version.
Please note that according to the PHP version support timelines, PHP 5.6.40 is the last scheduled release of PHP 5.6 branch. There may be additional release if we discover important security issues that warrant it, otherwise this release will be the final one in the PHP 5.6 branch. If your PHP installation is based on PHP 5.6, it may be a good time to start making the plans for the upgrade to PHP 7.1, PHP 7.2 or PHP 7.3.
foxxx0 commented on 2018-12-15 09:10 (UTC) (edited on 2018-12-15 09:10 (UTC) by foxxx0)
updated to 5.6.39:
The PHP development team announces the immediate availability of PHP 5.6.39. This is a security release. Several security bugs have been fixed in this release. All PHP 5.6 users are encouraged to upgrade to this version.
This will be the last update for PHP 5.6, thus any potentially existing security vulnerabilities will not be fixed in the future.
Consider upgrading to PHP 7 now.
drankinatty commented on 2018-11-05 21:38 (UTC)
We will work on moving to 7, but currently 5.6 is still critical as there are still some groupware and server packages that have not been fully ported to 7. Thanks for keeping php56 updated.
Pinned Comments
el_aur commented on 2023-02-22 16:02 (UTC)
Read Carefully! Breaking changes in compare with native PHP package
Console version /usr/bin/php56 is installed with php56-cli subpackage, php56 doesn't include it anymore!!!
PEAR and PECL are available as php56-pear and php56-pecl subpackages
All shared modules are respresented as stand-alone subpackages and are not included with php56 package anymore.
No more extensions in php.ini itself!
Separate INI files for each extension are placed in /etc/php56/conf.d
They are loaded in correct order according to priority
mickael9 commented on 2018-10-03 17:21 (UTC)
PHP 5.6 will stop getting security updates in January 2019. Consider upgrading to PHP 7 now
mickael9 commented on 2016-04-06 11:51 (UTC) (edited on 2018-10-03 17:18 (UTC) by mickael9)
PLEASE READ : For those who are getting "unknown public key" errors, this is NOT caused by this package. It means GPG is not configured to fetch public keys automatically (which is normal by default)
Please read the instructions at https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
The easiest way to overcome this is to manually import the keys from a keyserver :
mickael9 commented on 2016-01-14 01:53 (UTC) (edited on 2016-08-06 17:00 (UTC) by mickael9)