Hi, pgp signature invalid...
Search Criteria
Package Details: php74-calendar 7.4.33-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/php74.git (read-only, click to copy) |
---|---|
Package Base: | php74 |
Description: | calendar module for php74 |
Upstream URL: | http://www.php.net |
Licenses: | PHP |
Submitter: | tompear |
Maintainer: | el_aur |
Last Packager: | el_aur |
Votes: | 9 |
Popularity: | 0.38 |
First Submitted: | 2021-01-31 11:48 (UTC) |
Last Updated: | 2023-02-21 12:14 (UTC) |
Dependencies (56)
- php74
- acl (acl-git) (make)
- apache (apache-git) (make)
- argon2 (argon2-git) (make)
- aspell (aspell-git) (make)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-1.11, automake-1.15, automake-1.14, automake-git) (make)
- bash (bash-devel-static-git, bash-git, bash-xdg, bash-devel-git) (make)
- c-client (make)
- coreutils (coreutils-hybrid-git, coreutils-git, coreutils-selinux, coreutils-hybrid) (make)
- curl (curl-minimal-git, curl-git, curl-quiche-git, curl-http3-ngtcp2) (make)
- db5.3 (make)
- e2fsprogs (e2fsprogs-git) (make)
- enchant (enchant-pure) (make)
- findutils (findutils-selinux, findutils-git) (make)
- freetds (freetds-patched-enum, freetds-krb5) (make)
- gawk (gawk-git, gawk-fake) (make)
- gd (gd-git) (make)
- gmp (gmp-hg) (make)
- hspell (make)
- Show 36 more dependencies...
Required by (0)
Sources (11)
crinklecutter commented on 2023-04-02 14:52 (UTC)
el_aur commented on 2023-03-09 20:21 (UTC) (edited on 2023-03-09 20:22 (UTC) by el_aur)
@khvalera try to build package in clean chroot or using docker. I'm not getting any errors on OBS: https://build.opensuse.org/build/home:el:archphp/Arch/x86_64/php74/_log
PASS Bug #79514 (Memory leaks while including unexistent file) [Zend/tests/bug79514.phpt]
[ 1149s] TEST 1869/3671 [3/3 concurrent test workers running]
khvalera commented on 2023-03-07 18:25 (UTC)
fix: _build_mod_php_module="php${_suffix_so}_module"
khvalera commented on 2023-03-06 23:03 (UTC) (edited on 2023-03-07 12:05 (UTC) by khvalera)
- FAILED TEST SUMMARY
- Test open_basedir configuration [tests/security/open_basedir_link.phpt]
-
Bug #79514 (Memory leaks while including unexistent file) [Zend/tests/bug79514.phpt]
rm -f tests/security/open_basedir_link.phpt
rm -f Zend/tests/bug79514.phpt
el_aur commented on 2023-01-16 11:06 (UTC)
added c-client to AUR
malina commented on 2023-01-14 21:16 (UTC)
Ahhh, bakker, I don't like it now:
"The imap extension will no longer be provided as it relies on the c-client library which has been abandoned for many years."
https://archlinux.org/news/php-82-update-and-introduction-of-legacy-branch/
All webmail clients have been kicked out.
felipec commented on 2023-01-14 00:47 (UTC)
c-client
doesn't exist anymore. Can't build.
el_aur commented on 2023-01-11 10:03 (UTC)
@jc-aur try to build new version. Fixed issue
jc-aur commented on 2023-01-09 18:41 (UTC)
I am having trying to update, step to configure extensions fails with this message:
DB4 major version... configure: error: Header contains different version
any ideas how to solve this?
Pinned Comments
el_aur commented on 2022-02-02 08:43 (UTC) (edited on 2022-02-02 18:11 (UTC) by el_aur)
Created binary repository on build.opensuse.org
https://build.opensuse.org/project/show/home:el:archphp
Import PGP key first:
Append to /etc/pacman.conf:
Refresh packages database
Now search for php packages you need:
Install with
pacman -S
packages you need or all PHP 8.1 packages with:el_aur commented on 2022-01-27 12:06 (UTC) (edited on 2022-02-01 21:33 (UTC) by el_aur)
Read Carefully! Breaking changes in compare with native PHP package
Console version
/usr/bin/php74
is installed withphp74-cli
subpackage,php74
doesn't include it anymore!!!PEAR and PECL are available as
php74-pear
andphp74-pecl
subpackagesAll shared modules are respresented as stand-alone subpackages and are not included with
php74
package anymore.No more extensions in php.ini itself! Separate INI files for each extension are placed in
/etc/php74/conf.d
They are loaded in correct order according to priorityModules: mysqlnd, mysqli and pdo_mysql are moved to single package
php74-mysql
php74-xsl
requiresphp74-xml
andphp74-dom
to be installedphp74-enchant
build with dependencies:libvoikko
,hspell
,hunspell
,nuspell
,aspell