Package Details: php83-dblib 8.3.21-1

Git Clone URL: https://aur.archlinux.org/php83.git (read-only, click to copy)
Package Base: php83
Description: pdo_dblib module for php83
Upstream URL: http://www.php.net
Licenses: PHP
Submitter: el_aur
Maintainer: el_aur
Last Packager: el_aur
Votes: 5
Popularity: 0.012552
First Submitted: 2023-10-27 11:16 (UTC)
Last Updated: 2025-05-11 08:30 (UTC)

Latest Comments

1 2 Next › Last »

mathemaat commented on 2025-11-21 15:12 (UTC)

After a regular Manjaro update, working with PHP 8.3 produced some warnings:

PHP Warning:  PHP Startup: Unable to load dynamic library 'intl.so' (tried: /usr/lib/php83/modules/intl.so (libicuio.so.76: cannot open shared object file: No such file or directory), /usr/lib/php83/modules/intl.so.so (/usr/lib/php83/modules/intl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

So I tried reinstalling php83-intl, but that fails unfortunately:

Failed to generate php83-intl information

kescherAUR commented on 2025-08-13 19:33 (UTC)

Since this package was flagged out of date, two more patch versions of 8.3 have been released.

AnotherAURUser commented on 2025-06-23 00:23 (UTC) (edited on 2025-06-28 01:58 (UTC) by AnotherAURUser)

for those who cannot wait:

git clone https://aur.archlinux.org/php83.git 
cd php83
open PKGBUILD and auto replace a version you have with the version you want (for example 8.3.21->8.3.22)
updpkgsums
makepkg -si

voila

el_aur commented on 2025-05-14 16:17 (UTC)

updated to 8.3.21

kescherAUR commented on 2025-05-09 20:53 (UTC)

8.3.21 released 2025-05-08

kescherAUR commented on 2025-05-02 13:52 (UTC)

Replacing 8.3.14 with 8.3.20 and running updpkgsums from the pacman-contrib package works.

kescherAUR commented on 2025-03-28 11:00 (UTC) (edited on 2025-05-02 13:50 (UTC) by kescherAUR)

6 minor versions out of date.

mathemaat commented on 2025-03-28 08:48 (UTC)

Sadly, https://aur.archlinux.org/packages/php83-mcrypt depends on php81 instead of php83

kescherAUR commented on 2025-02-24 22:22 (UTC)

8.3.17 is released by now.

Hazzl commented on 2025-02-23 19:56 (UTC) (edited on 2025-03-02 17:01 (UTC) by Hazzl)

Build is failing in check():

PHP:  syntax error, unexpected '(' in /home/hazzl/.cache/pikaur/build/php83/src/build-cli/tmp-php.ini on line 379

EDIT: I have the suspicion that this might be a me-problem, because line 379 is a comment which does contain a '(', but that shouldn't produce an error. Can anybody reproduce?