This commit is contained in:
crazywhalecc
2025-07-10 12:59:27 +08:00
parent a5d26d6517
commit dd72b32559
6 changed files with 50 additions and 5 deletions

View File

@@ -332,6 +332,15 @@ abstract class LibraryBase
return false;
}
/**
* Patch php-config after embed was built
* Example: imap requires -lcrypt
*/
public function patchPhpConfig(): bool
{
return false;
}
/**
* Build this library.
*