[PHP-DEV] CVS Account Request: chokobo

2004-03-06 Thread yoshii akira
Translating the documentation in Japanese -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Segfault, HEAD

2004-03-06 Thread Pierre-Alain Joye
Hello, The following command segfaults (equivalent to "pear.sh package"): # cd /path/to/pecl/philter # php /path/to/pearcmd.php package please find the backtrace and valgring output as attachments. I do not have the time right now to find where it segfaults or to produce a reproduce script, sor

Re: [PHP-DEV] cvs update question

2004-03-06 Thread Derick Rethans
On Sat, 6 Mar 2004, Serban Gh. Ghita wrote: > Hello again > > I have translated and updated /phpdoc-ro/security/cgi-bin.xml > (http://cvs.php.net/co.php/phpdoc-ro/security/cgi-bin.xml?login=2&r=1.3). My > question is, when is this going to be online and running on to php.net page? > (ex. http://ww

Re: [PHP-DEV] BC break: $o= new stdclass; empty($o)

2004-03-06 Thread Timm Friebe
On Sat, 2004-03-06 at 15:53, Timm Friebe wrote: [...] > I'm not sure whether this affects a lot of users, and as noone has > commented on it, I guess PHP5 will get away with this break:) > > I'll just have to find a workaround if you insist the PHP4 behaviour is > broken:) Additionally, it should

Re: [PHP-DEV] Perl extension

2004-03-06 Thread Wez Furlong
So you totally missed the completely new COM and .Net support in PHP 5 ? :-) --Wez. - Original Message - From: "Daniel Daley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 03, 2004 10:04 PM Subject: Re: [PHP-DEV] Perl extension > > > > > >Any ideas or suggestions?

[PHP-DEV] __destruct() behaviour

2004-03-06 Thread Ard Biesheuvel
While http://www.php.net/zend-engine-2.php claims the following 'Like constructors, parent destructors will not be called implicitly by the engine. In order to run a parent destructor, one would have to explicitly call parent::__destruct() in the destructor body. th

Re: [PHP-DEV] RC1

2004-03-06 Thread Wez Furlong
I found a couple of little bugs in new sockets transport layer while on the cruise; I'll fix those in next couple of days. --Wez. - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 05, 2004 8:18 PM Subject: [PHP-DEV] RC1 > Hey, > >

Re: [PHP-DEV] BC break: $o= new stdclass; empty($o)

2004-03-06 Thread Timm Friebe
On Thu, 2004-03-04 at 13:10, Andi Gutmans wrote: > Hey, Hi, > The reason for this behavior is that in PHP 3 and 4, objects were treated > very much like arrays (this is the main reason for redesigning the object > model for PHP 5). > I don't think that the old behavior is correct and an empty sh

[PHP-DEV] CVS Account Request: cipri

2004-03-06 Thread Cipriano Groenendal
Maintaining PEAR docs and translations. This has been OK'd by the pear-doc list, whom also send me here:) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] cvs update question

2004-03-06 Thread Serban Gh. Ghita
Hello again I have translated and updated /phpdoc-ro/security/cgi-bin.xml (http://cvs.php.net/co.php/phpdoc-ro/security/cgi-bin.xml?login=2&r=1.3). My question is, when is this going to be online and running on to php.net page? (ex. http://www.php.net/manual/ro/security.cgi-bin.php). Maybe i have

[PHP-DEV] PHP 4 Bug Summary Report

2004-03-06 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (797 total including feature requests) ===[*Directory/Filesystem functions] 26863 Assigned fgets hangs on some urls ===[*General Issue

[PHP-DEV] get_property_ptr_ptr, current usage and plans

2004-03-06 Thread Pierre-Alain Joye
Hello, What is the usage of get_property_ptr_ptr by ZE2? For what I read, it is used by the post/pre increment (++,.= and friends) and in zend_binary_assign_op_obj_helper. I do not know where the later is used. What I would like is to know when I am in a pre/post increment operator and allow som