Commit Graph

125 Commits

Author SHA1 Message Date
Dawid Makowski cdcd103739 Adding antiword within poppler-utils package 2023-07-31 23:14:17 +02:00
Dawid Makowski ef5bc07fb3 Adding support for poppler-utils 2023-07-18 19:18:24 +02:00
leonschiphol 1959f1f931 Added APCU installation option for the php-worker container 2023-01-04 16:45:17 +01:00
Silas de Rooy 05518b1a94 added intl install for php-worker 2022-12-20 12:22:06 +01:00
Shao Yu-Lung (Allen) 5c9b8b708e fix: php-worker ldap 5.6 7.0 ssl 2022-12-15 23:41:32 +08:00
Shao Yu-Lung (Allen) dd731bf73b
Merge pull request #3329 from bestlong/php-worker-ssl
fix: php-worker ssl
2022-12-15 23:12:39 +08:00
Shao Yu-Lung (Allen) 28b9ea773d fix: php-worker ssl 2022-12-15 22:59:12 +08:00
Shao Yu-Lung (Allen) 74279feed7 PHP 8.2 tokenizer ext default available 2022-12-15 20:13:33 +08:00
东子 480fe10084
fix: php-worker build event error.
readme: https://learnku.com/php/t/30877
2022-12-13 10:00:13 +08:00
matini faa8e04632 fix php7 swoole build failed 2022-11-18 16:49:00 +08:00
kideny 2e31c037cd fixed 2022-09-27 13:03:28 +08:00
kideny 68f6364646 fixed 2022-09-27 11:56:31 +08:00
kideny e4fe092f26 fixed 2022-09-27 11:31:56 +08:00
kideny 6d03808714 fixed 2022-09-27 10:25:20 +08:00
kideny 818488b862 fixed 2022-09-27 09:30:59 +08:00
kideny edf4baac44 fixed 2022-09-27 09:23:21 +08:00
kideny ff48d295f6 fixed 2022-09-27 09:22:10 +08:00
kideny 369a5040d4 fixed 2022-09-27 09:19:13 +08:00
kideny 72d8ec8f21 fixed 2022-09-27 09:17:24 +08:00
kideny f9d7fc3b12 fixed 2022-09-27 09:09:29 +08:00
kideny 84854c8f0d update phalcon support 2022-09-27 06:01:13 +08:00
Shao Yu-Lung (Allen) 7eaaa0cedc
Merge pull request #3209 from Yohoed2000/feature/add_event_extension
Add php event extension
2022-07-18 21:27:06 +08:00
許益銘 7abbfd3142
Solved undefined function imagecreatefromjpeg
[Solved] `Call to undefined function Intervention\Image\Gd\imagecreatefromjpeg()`

[PHP 7.4 Changelog](https://www.php.net/manual/en/migration74.other-changes.php) in GD section

we can run docker-php-ext-configure command to configure our gd with JPEG support. 
we don't need to provide flag to enable PNG.

```
$ docker exec -it laradock_php-worker_1 php -r 'print_r(gd_info());'
Array
(
    [GD Version] => bundled (2.1.0 compatible)
    [FreeType Support] => 1
    [FreeType Linkage] => with freetype
    [GIF Read Support] => 1
    [GIF Create Support] => 1
    [JPEG Support] => 1
    [PNG Support] => 1
    [WBMP Support] => 1
    [XPM Support] => 
    [XBM Support] => 1
    [WebP Support] => 
    [BMP Support] => 1
    [TGA Read Support] => 1
    [JIS-mapped Japanese Font Support] => 
)
```
2022-05-06 23:40:14 +08:00
Wuweiming a285caa18f add php event 2022-05-06 16:11:29 +08:00
Erik Niebla ae4e231988 Fix php-zmq link 2022-03-28 14:59:01 -05:00
Valentino Lauciani f5cb352e9f
Fix php alpine tag 2022-03-04 17:40:46 +01:00
tancou 349ba1ea50 fix amqp installation 2022-02-13 16:38:47 +01:00
tancou 189ce1cdff Do not install tokenizer into php-worker when php version is 8.1 2022-02-09 18:31:41 +01:00
Erik Niebla 186928fb07 Fix tests on XlsWriter ext 2022-01-12 09:05:42 -05:00
Shao Yu-Lung (Allen) ba31d63a00
Merge pull request #3112 from Yohoed/master
Add php xlswriter extension
2022-01-11 14:37:53 +08:00
Erik Niebla 4171871ab2 Fix tests(xdebug, mongodb) 2022-01-03 09:31:28 -05:00
Wuweiming c906356f46 fix:Add php xlswriter extension 2021-12-30 18:28:14 +08:00
Wuweiming 084fcaaf8b fix:Add php xlswriter extension 2021-12-20 15:19:02 +08:00
Wuweiming 9536c2e63f fix:Add php xlswriter extension 2021-12-16 15:17:19 +08:00
Wuweiming 353ed5afb4 add xlswriter extension 2021-12-16 11:49:55 +08:00
Wuweiming 17062bd9d8 add xlswriter extension 2021-12-16 11:12:21 +08:00
Shao Yu-Lung (Allen) 6c50719b75 fix php5.6 php-worker swoole 2021-10-09 01:18:32 +08:00
Shao Yu-Lung (Allen) 50300f5bb1 php-worker mongodb 2021-10-07 23:39:34 +08:00
Joe Niland 850eadc143 Add ability to install MSSQL drivers in php-worker 2021-09-06 10:13:43 +10:00
Larry b7de2868eb fix bug in php-worker 2021-07-21 13:46:21 +08:00
Larry 0b6c266744 fix bug 2021-06-12 21:28:43 +08:00
Larry 898434b59e add php ssdb extension 2021-06-12 20:49:45 +08:00
Shao Yu-Lung (Allen) b79d306004 feat(ldap extension): php-worker horizon
#2956
2021-04-22 23:34:17 +08:00
Shao Yu-Lung (Allen) ddcf0b08da php-worker support memcached extension 2021-04-17 01:08:33 +08:00
Shao Yu-Lung (Allen) 397babfbfb imagemagick supported formats 2021-04-09 18:38:58 +08:00
Shao Yu-Lung (Allen) f196023a03 adjust step order 2021-04-07 23:21:47 +08:00
Shao Yu-Lung (Allen) 07cd057cec extract duplicate command 2021-04-07 21:27:46 +08:00
Shao Yu-Lung (Allen) 99cc94628c fix: alpine ssl conflict 2021-04-06 23:23:37 +08:00
Shao Yu-Lung (Allen) b03547dbbe fix: php-worker extension install 2021-04-06 20:52:26 +08:00
Gautier DELEGLISE eae85f3a0d
The daemon config is deprecated 2021-03-29 17:12:04 +02:00