Package Details: php74-curl 7.4.33-9

Git Clone URL: https://aur.archlinux.org/php74.git (read-only, click to copy)
Package Base: php74
Description: curl module for php74
Upstream URL: http://www.php.net
Licenses: PHP
Submitter: tompear
Maintainer: el_aur
Last Packager: el_aur
Votes: 11
Popularity: 0.107095
First Submitted: 2021-01-31 11:48 (UTC)
Last Updated: 2024-07-25 13:43 (UTC)

Dependencies (57)

Required by (0)

Sources (16)

Pinned Comments

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

  1. Console version /usr/bin/php74 is installed with php74-cli subpackage, php74 doesn't include it anymore!!!

  2. PEAR and PECL are available as php74-pear and php74-pecl subpackages

  3. All shared modules are respresented as stand-alone subpackages and are not included with php74 package anymore.

  4. 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 priority

  5. Modules: mysqlnd, mysqli and pdo_mysql are moved to single package php74-mysql

  6. php74-xsl requires php74-xml and php74-dom to be installed

  7. php74-enchant build with dependencies: libvoikko, hspell, hunspell, nuspell, aspell

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »

miguelmsoler commented on 2021-06-16 14:07 (UTC)

I'm on Arch and I see the same error about no P option

kdvr commented on 2021-05-10 15:21 (UTC)

Sure I understand. I see that it fails on Error in argument 2, char 2: option not found P. I'll fix this manually no worries. It does seem strange that this option isn't available, but software is software :-)

tompear commented on 2021-05-10 13:45 (UTC)

You are using Manjaro right? If so, AUR is for Arch Linux Users and support for other OS types is not a must.

But ... you can try to turn off apparmor. Dont know if it is a reason why check() doesnt work but give it a chance.

Other thing you can try first is to run checks manually after build process to see any errors. To do it go to build directory (according to your log file it was /var/tmp/pamac-build-rik/php74/src/php-7.4.19) and try to execute:

export REPORT_EXIT_STATUS=1;export NO_INTERACTION=1;export SKIP_ONLINE_TESTS=1;export SKIP_SLOW_TESTS=1;export TEST_PHP_ARGS="-j$(nproc)";export TESTS='tests Zend'; ../build/sapi/cli/php -n -P {tests,Zend}

kdvr commented on 2021-05-10 10:02 (UTC)

@tompear thanks for checking.

Here is the full build log: https://gist.githubusercontent.com/rikvanderkemp/97c3d2e3045b6e64c3879a58e1892031/raw/5a2440bc163779409430119920e4b2c4dbaf94bc/build.log

tompear commented on 2021-05-10 09:39 (UTC)

Bad news is: it works for me (up to date version of Arch and Manjaro too).

I get this message about PHP_Archive too so this is not the reason why check() doesnt work.

Please paste more data about fail, right now its hard to write anything else.

kdvr commented on 2021-05-10 08:23 (UTC)

@tompear it looks like the package won't compile anymore.

The build ends with

==> Starting check()...
==> ERROR: A failure occurred in check().
    Aborting...

Another clue might be

Generating phar.php
Generating phar.phar
PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.
directorytreeiterator.inc
invertedregexiterator.inc
clicommand.inc
directorygraphiterator.inc
pharcommand.inc
phar.inc

I have tried removing and clearing the cache to no avail.

tompear commented on 2021-03-04 21:29 (UTC)

@AlexySirov php74-memcached is in. I will add php74-memcache soon.

AlexySirov commented on 2021-03-01 09:26 (UTC) (edited on 2021-03-01 09:27 (UTC) by AlexySirov)

Please think about adding php74-memcached and php74-memcache

sausix commented on 2021-02-22 13:34 (UTC)

@tompear You may acquire php74-mcrypt into your package collection if you like.

berturion commented on 2021-02-21 19:07 (UTC)

@tompear Thank you! That was quick :)