Re: [PHP-DEV] proto

2007-06-22 Thread Stanislav Malyshev
what is the proto entry above the PHP_FUNCTION(myfunc) for? Describes the arguments function receives and the return value and gives short description to it. Can be used by automatic tools to collect information about functions implemented in certain PHP code. -- Stanislav Malyshev, Zend Sof

[PHP-DEV] missing function entry

2007-06-22 Thread Oliver Block
Hello, I've attached a patch to insert the missing function entry for imap_listscan. Regards, Oliver php_imap.c.diff.patch.gz Description: GNU Zip compressed data -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] proto

2007-06-22 Thread Oliver Block
Hello, what is the proto entry above the PHP_FUNCTION(myfunc) for? Regards, Oliver -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Array broken in 5_2?

2007-06-22 Thread Oliver Block
Am Freitag, 22. Juni 2007 14:41 schrieb Pierre: > Hi, > > If you run 'make test' using 5.2 (maybe head too, did not test), I get > a lot of errors like: > > Notice: Undefined offset: 534 in > /home/pierre/cvs/php52_dev/run-tests.php on line 1682 > > and obviously many tests fail. Not on my System

[PHP-DEV] CVS Account Request: wbic16

2007-06-22 Thread William Bickford
Assist with maintenance and improvement. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Array broken in 5_2?

2007-06-22 Thread Zoe Slattery
Pierre wrote: Hi, If you run 'make test' using 5.2 (maybe head too, did not test), I get a lot of errors like: Notice: Undefined offset: 534 in /home/pierre/cvs/php52_dev/run-tests.php on line 1682 and obviously many tests fail. As far as I can tell, something have been broken recently. The

[Fwd: Re: [PHP-DEV] Re: Merge GD tests update to 5.2]

2007-06-22 Thread Lukas Kahwe Smith
Ups .. forgot internals in my initial mail to Pierre. regards, Lukas PS: I will try to improve my secretary assistance again. Original Message Subject: Re: [PHP-DEV] Re: Merge GD tests update to 5.2 Date: Fri, 22 Jun 2007 14:55:35 +0200 From: Pierre <[EMAIL PROTECTED]> To: Luk

[PHP-DEV] Array broken in 5_2?

2007-06-22 Thread Pierre
Hi, If you run 'make test' using 5.2 (maybe head too, did not test), I get a lot of errors like: Notice: Undefined offset: 534 in /home/pierre/cvs/php52_dev/run-tests.php on line 1682 and obviously many tests fail. As far as I can tell, something have been broken recently. The tests have work

Re: [PHP-DEV] Zend tests

2007-06-22 Thread Derick Rethans
On Fri, 22 Jun 2007, Zoe Slattery wrote: > I started to look at the test coverage of the Zend engine this week. I tried > to commit a couple of small tests (see PHP6 versions below) but looks like my > CVS ID doesn't let me commit to Zend/tests. > > Would it be possible to upgrade me so that I c

[PHP-DEV] Zend tests

2007-06-22 Thread Zoe Slattery
Hi I started to look at the test coverage of the Zend engine this week. I tried to commit a couple of small tests (see PHP6 versions below) but looks like my CVS ID doesn't let me commit to Zend/tests. Would it be possible to upgrade me so that I can commit tests to Zend/tests as well as e