Onion icon indicating copy to clipboard operation
Onion copied to clipboard

Onion, The fast approach to build/bundle PEAR/PECL packages for PHP.

Results 17 Onion issues
Sort by recently updated
recently updated
newest added

The site returns "502 Bad Gateway"

Some packages do not are distributed having, for example, "src" dir. I patched Onion to support that on my fork at: https://github.com/nelsonsar/Onion. Basically I added a new entry on the...

When you run Onion test you get, for example: Undefined property: tests\Onion\Dependency\DependencyResolverTest::$logger Because some tests use $logger as a static variable but it is not. So we have two approaches:...

Some of components are not completely tested and some tests methods have name like "test1". Would awesome if test methods name were more verbose, I mean that it tells to...

I keep all my php executables in an Ubuntu One folder (for sharing across my computers), and the Ubuntu One folder has a space in it. I found that the...

在 `package.ini` 中加入: ``` [require] pear.jaceju.net/Test ``` 當 `pear.jaceju.net/Test` 不存在時,會出現以下錯誤: ``` PHP Fatal error: Call to a member function getId() on a non-object in phar:///path/to/onion/Onion/Dependency/DependencyPool.php on line 2 ``` 建議當套件不存在時,能出現錯誤提示訊息,並提供繼續安裝之選項。