Re: [PHP-DEV] RE : [PHP-DEV] Extending include path to support stream wrappers

2006-07-10 Thread Marcus Boerger
Hello LAUPRETRE, have you ever looked at pecl/phar? It can do that already. best regards marcus Monday, July 10, 2006, 7:26:58 PM, you wrote: > Antony Dovgal wrote: >> What's wrong with PHAR ? >> Why do you need another tool, which does pretty much the same? > Nothing's wrong with PHAR... I

[PHP-DEV] RE : [PHP-DEV] Extending include path to support stream wrappers

2006-07-10 Thread P
Antony Dovgal wrote: > What's wrong with PHAR ? > Why do you need another tool, which does pretty much the same? Nothing's wrong with PHAR... I am sorry but my question's purpose was not to discuss about why I am building such a tool. And the change I am suggesting would also benefit PHAR (if PH

Re: [PHP-DEV] Extending include path to support stream wrappers

2006-07-10 Thread Antony Dovgal
On 10.07.2006 18:40, LAUPRETRE François (P) wrote: Hello, I am currently implementing a packaging tool in PHP. If you know PHAR, it is the same kind of tool, which allows to implement a virtual file tree in a single physical file. What's wrong with PHAR ? Why do you need another tool, which d

[PHP-DEV] Extending include path to support stream wrappers

2006-07-10 Thread P
Hello, I am currently implementing a packaging tool in PHP. If you know PHAR, it is the same kind of tool, which allows to implement a virtual file tree in a single physical file. In such a tool, every file path becomes a 'stream-wrapped' path and the problem comes from the difference in the