Jerry Ma
Jerry Ma
> I don't think we really need vendor mode As we have implemented static builds of many libraries, I think there is a way to easily reuse them in some...
https://github.com/crazywhalecc/static-php-cli/pull/861#issuecomment-3213081930
> Aren't those extensions already covered? > > * [imap](https://github.com/crazywhalecc/static-php-cli/blob/main/config/ext.json#L133), > * [ldap](https://github.com/crazywhalecc/static-php-cli/blob/main/config/ext.json#L154) No. `imap` and `ldap` are internal extensions, and they will be supported in the future (I'm debugging...
@DubbleClick sysvsem is supported now, but it seems I forgot add it in documentation. I'll add it later. ldap is planned but I haven't started yet.
> I was able to compile php with ldap just following the documentation. Imap is a whole other story, had no luck with it on rhel 9.2. I hope I'll...
@DubbleClick See #202
@jorgeluiz1586 It should not be difficult to support openswoole. > But I am not sure if openswoole has a similar hook bug as swoole (phpmicro+phar cannot be used in PROCESS...
@weijer Please create an issue and we can start this with progress.
@mrlovables @weijer Now static-php supported gmssl and msgpack in 2.3.4 .
> I was able to get a build with the "intl" extension for PHP 8.3 on MacOS, but I couldn't do it for Windows. I couldn't find a solution either....