[PHP-DEV] Re: implementing a JDBC like api in PHP

2003-08-08 Thread l0t3k
if you're talking about PHP code, then something like this exists already. check Pear::DB. if you're talking about an extension, Sterling mentioned something like this on his blog (http://blog.edwardbear.org) about a month back. heck, if youre sufficiently motivated, i can send you an archive of t

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] Little question for the protos

2003-08-08 Thread Andrey Hristov
Mehdi, Do you have a list with bad protos now? If you have you may send them to me and I will correct them. Thanks, Andrey - Original Message - From: "Mehdi Achour" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 08, 2003 7:04 PM Subject: [PHP-DEV] Little question fo

Re: [PHP-DEV] CVS Account Request: redshift

2003-08-08 Thread Derick Rethans
Hi, On Sat, 1 Aug 2003, Glenn Matthys wrote: > Further translation of the php manula english -> dutch Please start by providing patches, so that we can see that you know how to handle the various tools first. After we see that you sumbitted some good patches, we can go ahead and create your ac

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 great to have transparent ZIP layer at th

Re[6]: [PHP-DEV] PHP compiler

2003-08-08 Thread Simeon Koptelov
Hello Wez, Wednesday, August 6, 2003, 9:30:17 PM, you wrote: WF> This isn't really an internals matter, and isn't going to happen in the core WF> (for various reasons). WF> It is something you can implement yourself using your own extension and the WF> streams API. WF> Can we please drop this th

[PHP-DEV] CVS Account Request: maf

2003-08-08 Thread Mohamad Alifikri
PHP Manual Translation to Bahasa Indonesia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: implementing a JDBC like api in PHP

2003-08-08 Thread Zeev Suraski
Do you mind relaxing? Thank you. Zeev At 06:00 08/08/2003, Cristiano Duarte wrote: This discussion simply doesn't belong on internals@, please, take it off this list. Try pear.devl. Cristiano Duarte. "Daniel Penning" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Hi > > PHP5

Re[2]: [PHP-DEV] Re: hook cast_object handler in userspace

2003-08-08 Thread Simeon Koptelov
Hello Cristiano, Here's why i think that interface is not good solution. We need the toString method like java's one to safely assume that _every_ object has the string representation. This means we can say $obj1->toString() and $obj2->toString() and don't care if $obj1 and $obj2 do support this

Re: [PHP-DEV] [Proposal] Idea for Application level variables

2003-08-08 Thread Davey
Stefan Walk wrote: On Thu, Aug 07, 2003 at 02:15:12PM +0100, Davey wrote: Andrey, This isn't quite as transparent as $_SESSION is and $_APPLICATION would also not be a superglobal. What I would like to see at the end of this is a $_APPLICATION variable (or $_APP? some poeple complained that $_

Re: [PHP-DEV] [Proposal] Idea for Application level variables

2003-08-08 Thread Andrey Hristov
Nope, the data should be shared amongst all running processes of the application disregarding the web user who invokes them. Andrey - Original Message - From: "Justin Hannus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 07, 2003 7:18 PM Subject: Re: [PHP-DEV] [Propo