Re: [PHP-DEV] Re: References Problem Patch

2005-06-02 Thread Derick Rethans
On Thu, 2 Jun 2005, Joe Orton wrote: > On Mon, May 30, 2005 at 08:58:47AM -0700, Rasmus Lerdorf wrote: > > I think many people rely heavily on the packages maintained by the > > various Linux distributions. A binary compatibility break is a burden > > on the maintainers of these packages, but bey

[PHP-DEV] CVS Account Request: vital

2005-06-02 Thread Zhang Lihua
Translating the documentation. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: cumhuronat

2005-06-02 Thread cumhur onat
I am a computer engineering studnt in Middle East Technical University in Turkey. For years I have waited for a Turkish translation to get help in my problems with PHP, but all the time I had to grab a dictionary and look at the English version. Now I have an English above the curve and a very h

Re: [PHP-DEV] Re: References Problem Patch

2005-06-02 Thread Joe Orton
On Mon, May 30, 2005 at 08:58:47AM -0700, Rasmus Lerdorf wrote: > I think many people rely heavily on the packages maintained by the > various Linux distributions. A binary compatibility break is a burden > on the maintainers of these packages, but beyond needing to update every > PHP package, the

Re: [PHP-DEV] PHP5, objects not passed by reference?!?

2005-06-02 Thread Jean-Francois Levesque
Now I have zend.ze1_compatibility_mode to off and now it's working. Thanks! Jean-François Antony Dovgal wrote: On Thu, 02 Jun 2005 09:05:24 -0400 Jean-Francois Levesque <[EMAIL PROTECTED]> wrote: Hi! In PHP5, the objects are supposed to be passed by reference, right? I try to use a singl

Re: [PHP-DEV] PHP5, objects not passed by reference?!?

2005-06-02 Thread Antony Dovgal
On Thu, 02 Jun 2005 09:05:24 -0400 Jean-Francois Levesque <[EMAIL PROTECTED]> wrote: > Hi! > > In PHP5, the objects are supposed to be passed by reference, right? I > try to use a singleton pattern but it's not working. I just compile the > lastest php version (5.0.4) and I still have the pro

Re: [PHP-DEV] [patch] imap_getacl PHP4 backport + comment typo fix

2005-06-02 Thread Derick Rethans
On Thu, 2 Jun 2005, Thomas Jarosch wrote: > Hi, > > attached patch backports PHP5's imap_getacl function to PHP4. Sorry, but we accept no new functions into the PHP 4 branches. regards, Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP Internals - PHP

[PHP-DEV] PHP5, objects not passed by reference?!?

2005-06-02 Thread Jean-Francois Levesque
Hi! In PHP5, the objects are supposed to be passed by reference, right? I try to use a singleton pattern but it's not working. I just compile the lastest php version (5.0.4) and I still have the problem. My code : testvar = 1; $test2->testvar = 2; echo $test->testvar." ; ".$test2->testvar

Re: [PHP-DEV] Re: References Problem Patch

2005-06-02 Thread Derick Rethans
On Mon, 30 May 2005, Zeev Suraski wrote: > I'm tired going through the reasons again and again, and frankly it's not the > end of the world if we go with 4.4. I just thought that it's not justified > (there are downsides to it even if you guys fail to admit that), but since > everyone appears to

[PHP-DEV] [patch] imap_getacl PHP4 backport + comment typo fix

2005-06-02 Thread Thomas Jarosch
Hi, attached patch backports PHP5's imap_getacl function to PHP4. I also noticed a small typo in PHP5's mail_getacl() comment. Please CC: comments. Best regards, Thomas Jarosch diff -u -r php-5.0.4/ext/imap/php_imap.c php-5.0.4.typo/ext/imap/php_imap.c --- php-5.0.4/ext/imap/php_imap.c 2005-01-