c9s

Results 282 comments of c9s

not yet, it's welcome to create one for that :)

we were using the metadata from package.xml, but for extensions don't have `package.xml` we don't have a precise way to get the correct extension name, therefore it usually fails. e.g....

BTW, The `ExtensionMetaXml` was using the name from package name field, and it removes the prefix `ext_`. - `soap/package.xml` defines package name as `ext_soap` but provides extension `soap` instead. -...

Maybe we should respect the package name and then the extension name. When installing pecl extensions, we were expecting the argument is the package name: ``` phpbrew ext install pecl_http...

if there is no providesextension in the package.xml then we should use the extension name defined in config.m4 [Sent from iPhone] > Mˆhrcio Almada [email protected] ©ó 2014¦~11¤ë2¤é 20:41 ¼g¹D¡G >...

I recall that we have the `info` command. php bin/phpbrew info but it will be great if we can catch the exception and show related instructions for debugging.

the security issue is the main concern, hence we decided to use json format instead of serialize. but it's possible to add a switch (if json is not available, use...

Thanks, there is already a global configuration, it should be documented in wiki.

See this page for more details https://github.com/phpbrew/phpbrew/wiki/Setting-up-Configuration

I think what you mentioned could be extended from the current configuration file.