[PHP-DEV] PHP archive

2003-08-14 Thread Cristiano Duarte
Not so long ago, it was proposed that we should have an PHP archive model like Java does. I think it might me useful for application deployment. Someone posted that PEAR::Config has this feature. I could find such feature. What was proposed is something like this: File: application.php The archiv

Re: [PHP-DEV] PHP archive

2003-08-14 Thread Cristiano Duarte
Wez Furlong wrote: Please, take it off this list. Excuse me? What's the matter? Cristiano Duarte. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP archive

2003-08-14 Thread Zeev Suraski
At 19:31 06/08/2003, Cristiano Duarte wrote: Wez Furlong wrote: Please, take it off this list. Excuse me? What's the matter? This discussion simply doesn't belong on internals@, that's all, so Wez asked you to take it off the list. Zeev -- PHP Internals - PHP Runtime Development Mailing List To

Re: [PHP-DEV] PHP archive

2003-08-14 Thread Simeon Koptelov
Hello Cristiano, Wednesday, August 6, 2003, 9:00:41 AM, you wrote: CD> What was proposed is something like this: CD> File: application.php CD> include_once ("classes/MyClass.inc.php"); CD> $f = fopen("files/test.txt", "r"); CD> ... ?>> CD> The archive my_application.par (could be an .zip, etc)

Re: [PHP-DEV] PHP archive

2003-08-08 Thread Cristiano Duarte
Simeon Koptelov wrote: Hello Cristiano, Wednesday, August 6, 2003, 9:00:41 AM, you wrote: CD> What was proposed is something like this: CD> File: application.php CD> include_once ("classes/MyClass.inc.php"); CD> $f = fopen("files/test.txt", "r"); CD> ... ?>> CD> The archive my_application.par (

Re: [PHP-DEV] PHP archive

2003-08-08 Thread Wez Furlong
Please, take it off this list. - Original Message - From: "Cristiano Duarte" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 5:23 PM Subject: Re: [PHP-DEV] PHP archive > Antony Dovgal wrote: > >>I think that should be grea

Re: [PHP-DEV] PHP archive

2003-08-07 Thread Cristiano Duarte
Antony Dovgal wrote: I think that should be great to have transparent ZIP layer at the "include"/"require" level so one could write something like "require './lib/some-arc.par/SomePath/MyClass.php'" but the command-line interface imho should be similar to java i.e. php -par my-app.par Personally I

Re: [PHP-DEV] PHP archive

2003-08-06 Thread Antony Dovgal
> I think that should be great to have transparent ZIP layer at the > "include"/"require" level so one could write something like "require > './lib/some-arc.par/SomePath/MyClass.php'" but the command-line > interface imho should be similar to java i.e. > > php -par my-app.par Personally I would pr