[PHP-DEV] PHP 4 Bug Summary Report

2007-11-12 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (632 total including feature requests) ===[*Programming Data Structures]= 40496 Assigned Test bug35239.phpt still fails (works in PHP 5)

[PHP-DEV] PHP 6 Bug Summary Report

2007-11-12 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (61 total including feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers

[PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-12 Thread Elizabeth Smith
Afternoon, and don't shoot me, I'd like to bring up the topic of providing builds created with Visual Studio 2005 again. I know that until Apache and other Open Source software makes the move as well, we can't provide ONLY 2005 builds because they just won't work properly, the runtimes will

Re: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-12 Thread Stanislav Malyshev
Opinions? Thoughts? And yes I am volunteering to help with the work, not just whining for a solution. Just as a note - I'm doing my work builds with 2005 for some time now, and it works (at least for extension set I'm using :). However there's a twist for it since 2005 generates binaries

Re: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-12 Thread Elizabeth Smith
Stanislav Malyshev wrote: Opinions? Thoughts? And yes I am volunteering to help with the work, not just whining for a solution. Just as a note - I'm doing my work builds with 2005 for some time now, and it works (at least for extension set I'm using :). However there's a twist for it since

[PHP-DEV] CVS Account Request: ilovephp

2007-11-12 Thread PHP User
I'm testing the cvs account request system to make sure it works, because someone insists it's not. Ignore me. --philip -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Providing Visual Studio 2005 builds (again)

2007-11-12 Thread Edward Z. Yang
Elizabeth Smith wrote: I'd be willing to help create builds of common open source libraries that PHP links against, such as libiconv and libxml2, with the newer compiler so there are no runtime issues originating from that angle. But until people start using it, we can't really see where

[PHP-DEV] pdo_firebird: RETURNING queries/closeCursor (#43246/43271)

2007-11-12 Thread Hans-Peter Oeri
Hi! According to the archive, this might be the list for concrete diffs - if not, please excuse me. I tried pdo_firebird (CVS PHP_5_3) and quickly ran across to bugs: a) RETURNING queries fail pdo_firebird - against the published docs - wants to return stored procedure return values by the

[PHP-DEV] using classes/objects in extensions

2007-11-12 Thread Andrew O. Shadoura
Hello. Can anybody suggest me any docs/tutorials on writing php extensions using Zend API those can work with classes/objects, i.e. declare some classes, create instances of others etc. Thanks. -- WBR, Andrew -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

RE: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-12 Thread Andi Gutmans
Hi Elizabeth, No doubt there's value in providing a non-threadsafe build of PHP as now that there's a robust and efficient FastCGI solution for IIS which is likely to be the preferred way to run PHP on Windows. Also, we know PHP runs significantly faster when built with Visual Studio 2005 (VC8)