[PHP-DEV] missing pestrndup

2008-06-12 Thread Gregory Beaver
Hi, Is there any reason pestrndup is missing from PHP 5.3's zend_alloc.h but is present in HEAD? Greg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [HEADSUP] Changes in CVS account request notifications

2008-06-12 Thread Hannes Magnusson
Hi all (cross-posting to all relevant lists) Yesterday we did minor changes in the CVS account request notifications, meaning all requests no longer go to internals@ but their relevant mailinglists. As of yesterday people requesting CVS accounts can pick between PHP, PEAR, PECL and doc to send

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

2008-06-12 Thread Hannes Magnusson
On Thu, Jun 12, 2008 at 01:14, Gregory Beaver [EMAIL PROTECTED] wrote: the solution is actually a technical one (being able to filter unapproved accounts by project at master.php.net, i.e. PEAR requests only are shown), along with the patch Hannes has already committed. I don't have access to

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

2008-06-12 Thread Derick Rethans
On Mon, 9 Jun 2008, Alexey Zakhlestin wrote: On 6/9/08, Antony Dovgal [EMAIL PROTECTED] wrote: Usually it's good idea to announce your extension in pecl-dev@ first and ask for karma after that. Just to be sure the extension is accepted. Or did you mean you're going to take over some

Re: [PHP-DEV] missing pestrndup

2008-06-12 Thread Marcus Boerger
Hello Gregory, obviously no one needed it so far or everyone was to lazy to implement it and rather worked around it. In other words, if you have a need for it go ahead. marcus Thursday, June 12, 2008, 8:00:13 AM, you wrote: Hi, Is there any reason pestrndup is missing from PHP 5.3's

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

2008-06-12 Thread Rob Richards
Yes, please give him access to pecl/spread. He has been submitting some decent patches. Didn't notice the origional request or would have responded earlier. Rob Derick Rethans wrote: On Mon, 9 Jun 2008, Alexey Zakhlestin wrote: On 6/9/08, Antony Dovgal [EMAIL PROTECTED] wrote:

Fw: [PHP-DEV] Dummy calls for 5.3.0 up? [Was: HEAD tests broken under Windows]

2008-06-12 Thread Steph Fox
OK, I'm now seeing a pass rate that more or less matches the same tests run by the PHP 5 test script and PHP 5.3 binary. FILE_BINARY is needed in two of seven calls to file_put_contents(). Get it wrong (either way) and you get a random warning or notice. It's completely non-portable too -

Re: Fw: [PHP-DEV] Dummy calls for 5.3.0 up? [Was: HEAD tests broken under Windows]

2008-06-12 Thread Johannes Schlüter
Hi, On Thu, 2008-06-12 at 10:53 +0100, Steph Fox wrote: There is far too much of this kind of thing. Can we please consider adding dummies into at least 5.3.0 and possibly even the 5_2 branch for: is_binary() is_unicode() These can be easily emulated using PHP like if

Re: Fw: [PHP-DEV] Dummy calls for 5.3.0 up? [Was: HEAD testsbroken under Windows]

2008-06-12 Thread Steph Fox
Hi Johannes, These can be easily emulated using PHP like if (!function_exists(is_binary)) { function is_binary($s) { return is_string($s); } } file_put_contents(FILE_BINARY) Obviously... I was just thinking about the amount of stuff that would need to be added to that compatibility

[PHP-DEV] extensions status, to move to pecl or to drop

2008-06-12 Thread Pierre Joye
Hi, While reviewing the different extensions for the windows build, I found that many are unmaintained without any commit since year(s). Other are already removed from HEAD and some may be continued to live in core but it would require some love. * Extension being deleted (not removed, a cvs

Re: [PHP-DEV] extensions status, to move to pecl or to drop

2008-06-12 Thread Brian Moon
Pierre Joye wrote: - smnp nice ext, any ISP out there willing to help? I can help for the windows support Hmm, we use this. Is it broken for 5.3 or something? What do we need to do to keep this alive? -- Brian Moon Senior Developer/Engineer -- When you

Re: [PHP-DEV] extensions status, to move to pecl or to drop

2008-06-12 Thread Pierre Joye
Hi Brian, On Thu, Jun 12, 2008 at 5:35 PM, Brian Moon [EMAIL PROTECTED] wrote: Pierre Joye wrote: - smnp nice ext, any ISP out there willing to help? I can help for the windows support Hmm, we use this. Is it broken for 5.3 or something? What do we need to do to keep this alive? It

[PHP-DEV] CVS Account Request: bgrunenberger

2008-06-12 Thread GRUNENBERGER Benoît
Developing the PHP runtime -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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

2008-06-12 Thread Antony Dovgal
On 12.06.2008 21:36, GRUNENBERGER Benoît wrote: Developing the PHP runtime You don't need a CVS account to start sending patches. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] TestFest reviewers needed

2008-06-12 Thread Lukas Kahwe Smith
Hi, So we still have a number of unreviewed submissions in the TestFest bug tracker [1]. We need people willing to review these submissions. The process is quite easy, just head on over to the website, pick a submission, assign the submission, review the test, commit and mark as done or

Re: [PHP-DEV] TestFest reviewers needed

2008-06-12 Thread Lukas Kahwe Smith
On 12.06.2008, at 20:52, Lukas Kahwe Smith wrote: So we still have a number of unreviewed submissions in the TestFest bug tracker [1]. We need people willing to review these submissions. The process is quite easy, just head on over to the website, pick a submission, assign the submission,

Re: [PHP-DEV] TestFest reviewers needed

2008-06-12 Thread Etienne Kneuss
Hello, I've been busy lately, but I have taken care of the SPL tests, and will do for the future/remaining ones. Regards On Thu, Jun 12, 2008 at 9:53 PM, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: On 12.06.2008, at 20:52, Lukas Kahwe Smith wrote: So we still have a number of unreviewed

Re: [PHP-DEV] extensions status, to move to pecl or to drop

2008-06-12 Thread Johannes Schlüter
Hi, On Thu, 2008-06-12 at 16:31 +0200, Pierre Joye wrote: * Extension being deleted (not removed, a cvs rm will be done) mhash, no impact as we provide a compatibility layer via ext/hash (Thanks to Scott) We should keep this somewhere in Siberia like we did with other extensions we

Re: [PHP-DEV] TestFest reviewers needed

2008-06-12 Thread Lars Strojny
Hi Lukas, Am Donnerstag, den 12.06.2008, 20:52 +0200 schrieb Lukas Kahwe Smith: [...] - Reflection (22) Done. cu, Lars signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: [PHP-DEV] extensions status, to move to pecl or to drop

2008-06-12 Thread Pierre Joye
hi, On Thu, Jun 12, 2008 at 11:51 PM, Johannes Schlüter [EMAIL PROTECTED] wrote: On Thu, 2008-06-12 at 16:31 +0200, Pierre Joye wrote: * Extension being deleted (not removed, a cvs rm will be done) mhash, no impact as we provide a compatibility layer via ext/hash (Thanks to Scott) We

Re: [PHP-DEV] TestFest reviewers needed

2008-06-12 Thread Scott MacVicar
I'll take the SQLite/hash ones, I'm already registered if someone would just assign me the tasks I'll get to them once I'm back from the Dutch PHP Conference. Scott On 12 Jun 2008, at 19:52, Lukas Kahwe Smith wrote: Hi, So we still have a number of unreviewed submissions in the TestFest

[PHP-DEV] [PATCH] add pestrndup

2008-06-12 Thread Gregory Beaver
Hi, I need this patch committed ASAP to PHP_5_3 zend_alloc.h, as the commit I just made for ext/phar depends on it (oops). Could someone help me out? Thanks :), Greg Index: zend_alloc.h === RCS file:

[PHP-DEV] Re: cvs: ZendEngine2(PHP_5_3) / zend_alloc.h

2008-06-12 Thread Gregory Beaver
Matt Wilmas wrote: mattwil Fri Jun 13 04:16:59 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2 zend_alloc.h Log: MFH: Add pestrndup() Thanks Matt Greg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: