Re: [PHP-DEV] supported OS/platforms

2005-12-19 Thread Derick Rethans
On Mon, 19 Dec 2005, Jeff Moore wrote: > > On Dec 18, 2005, at 2:12 PM, Lukas Smith wrote: > > > Especially with the emergence of the gcov setup [5][6] we also have a > > nice setup to make the testing automated with pretty reports and even > > visual gadgets. > > very nice! > > Are there inst

Re: [PHP-DEV] supported OS/platforms

2005-12-19 Thread Jeff Moore
On Dec 18, 2005, at 2:12 PM, Lukas Smith wrote: Especially with the emergence of the gcov setup [5][6] we also have a nice setup to make the testing automated with pretty reports and even visual gadgets. very nice! Are there instructions anywhere for creating this report locally? Such as

[PHP-DEV] 'local' variables

2005-12-19 Thread Faisal Nasim
I'm thinking to implement a block-level variable scope support for PHP (Perl's 'my'). It'll be similar to variable scoping as in the functions using a qualifier 'local' (as opposed to 'global'). Once a variable is localized, the only other same-named variable it can use is the global variable thro

Re: [PHP-DEV] STARTTLS support for SIEVE

2005-12-19 Thread Wez Furlong
You've patched this at the transport level; while that will work, it's architecturally incorrect. STARTTLS is a protocol level thing, so you code would be better suited as a wrapper. You can implement wrappers in user-space (http://www.php.net/manual/en/function.stream-register-wrapper.php), so you

[PHP-DEV] STARTTLS support for SIEVE

2005-12-19 Thread Anish Mistry
Attached is a patch to enable (SIEVE) STARTTLS support for fsockopen using stls://host.example.org I'm pretty sure I've got it to conform to the RFC: http://www.holtmann.org/email/sieve/draft-martin-managesieve-03.txt Currently it only works with SIEVE, but it could be easily extended to do SMTP

[PHP-DEV] PHP 5 Bug Summary Report

2005-12-19 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (385 total including feature requests) ===[*Directory/Filesystem functions] 35691 Feedback Can't change to another drive letter using chdir()

[PHP-DEV] PHP 4 Bug Summary Report

2005-12-19 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (638 total including feature requests) ===[Arrays related]=== 31114 Assigned foreach modify array ===[CGI related]