mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-14 04:15:35 +08:00
add comment for new method
This commit is contained in:
@@ -497,6 +497,10 @@ class Extension
|
|||||||
return $this->build_static;
|
return $this->build_static;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the environment variables a shared extension needs to be built.
|
||||||
|
* CFLAGS, CXXFLAGS, LDFLAGS and so on.
|
||||||
|
*/
|
||||||
protected function getSharedExtensionEnv(): array
|
protected function getSharedExtensionEnv(): array
|
||||||
{
|
{
|
||||||
$config = (new SPCConfigUtil($this->builder))->config(
|
$config = (new SPCConfigUtil($this->builder))->config(
|
||||||
|
|||||||
Reference in New Issue
Block a user