Re: [PHP-DEV] Internals Standards

2007-04-28 Thread Rasmus Lerdorf
PHP wrote: Hey, Could anyone point me to the current document for the internal PHP coding standards? (eg. Naming conventions, argument priorities...) . It's in CVS of course: http://cvs.php.net/viewvc.cgi/php-src/CODING_STANDARDS?view=markup -- PHP Internals - PHP Runtime Development Mailing

[PHP-DEV] Internals Standards

2007-04-28 Thread PHP
Hey, Could anyone point me to the current document for the internal PHP coding standards? (eg. Naming conventions, argument priorities...) . Thanks, Brad -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] While-else

2007-04-28 Thread Oliver Block
Am Samstag, 28. April 2007 20:03 schrieb Pelle Ravn Rosfeldt: > Python & Perl already have this function. > It could be very useful in an SQL query, if it doesn't return anything. Perl: "There's always more than one way to do it." Best Regards, Oliver -- PHP Internals - PHP Runtime Developm

RE: [PHP-DEV] While-else

2007-04-28 Thread Pelle Ravn Rosfeldt
Marat Denenberg wrote: > Sounds like a good idea to me. > >- Marat On 4/28/07, Pelle Ravn Rosfeldt <[EMAIL PROTECTED]> wrote: > > -Original Message- > From: Asbjørn Sloth Tønnesen [mailto:[EMAIL PROTECTED] > Sent: 28. april 2007 20:11 > To: Pelle Ravn Rosfeldt > Cc: internals@lists.php.net

RE: [PHP-DEV] While-else

2007-04-28 Thread Pelle Ravn Rosfeldt
-Original Message- From: Asbjørn Sloth Tønnesen [mailto:[EMAIL PROTECTED] Sent: 28. april 2007 20:11 To: Pelle Ravn Rosfeldt Cc: internals@lists.php.net Subject: Re: [PHP-DEV] While-else -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pelle Ravn Rosfeldt wrote: > Hi there. > > Is it poss

Re: [PHP-DEV] While-else

2007-04-28 Thread Asbjørn Sloth Tønnesen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pelle Ravn Rosfeldt wrote: > Hi there. > > Is it possible to make a "while" with a "else"-statement in PHP6? > I know that it's not the first time this subject is up, but my research > shows that a lot of people miss it. Including me. There's already

[PHP-DEV] While-else

2007-04-28 Thread Pelle Ravn Rosfeldt
Hi there. Is it possible to make a "while" with a "else"-statement in PHP6? I know that it's not the first time this subject is up, but my research shows that a lot of people miss it. Including me. Here's an example of what I mean: - - Python & Perl alrea

[PHP-DEV] line buffering

2007-04-28 Thread Asbjørn Sloth Tønnesen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have a program where I need to use tcsetattr to disable line buffering on stdin, I wan't to create a tcsetattr PHP function, but should I do it in the core or as a PECL extension? Example i C, on that I want to implement as a PHP wrapper functi

[PHP-DEV] Help with the snaps site

2007-04-28 Thread Edin Kadribasic
Hi, I was adding some new capabilities to our snaps generator so now we can also provide the pecl bundle and the installer for the windows distribution. (details and links at http://edin.dk/archives/37-New- Snapshot-Capabilities.html) If you have any suggestions on how to represent these n

Re: [PHP-DEV] 5.2.2RC2 Released

2007-04-28 Thread Tijnema !
On 4/28/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 04/28/2007 03:34 PM, Tijnema ! wrote: > I don't know if it is right to reply here, but the php-5.2.2RC2 test > suite fails 5 more tests then the testsuite of php-5.2.1 The right way is to run `make test` and hit 'Y' when it asks you whether

Re: [PHP-DEV] 5.2.2RC2 Released

2007-04-28 Thread Antony Dovgal
On 04/28/2007 03:34 PM, Tijnema ! wrote: I don't know if it is right to reply here, but the php-5.2.2RC2 test suite fails 5 more tests then the testsuite of php-5.2.1 The right way is to run `make test` and hit 'Y' when it asks you whether to send the results. -- Wbr, Antony Dovgal -- PHP

Re: [PHP-DEV] 5.2.2RC2 Released

2007-04-28 Thread Tijnema !
On 4/27/07, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The second, and hopefully final release candidate of PHP 5.2.2 was just released and can be downloaded here: Source Code: http://downloads.php.net/ilia/php-5.2.2RC2.tar.bz2 (md5sum: 4752195cc54

[PHP-DEV] link error on win32

2007-04-28 Thread Vedanta Barooah
hello all, apologies, if it is a wrong place to ask such a question. i am trying to compile php (5.1.0 and 5.2.1) on windows (xp sp2) with Visual Studio .Net 2005, Microsoft Platform SDK for Windows Server 2003 SP1 and the win32build tools from php.net. i am getting similar errors with both the ve