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
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
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
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)
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 (
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
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
> 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