[PHP-DEV] CVS Account Request: abumosaab

2007-11-01 Thread Mohammed Ali AlQarni
Translating the documentation to Arabic -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [Patch] http_fopen_wrapper.c and allowing any response code w/o warning

2007-11-01 Thread David Zülke
This is probably better: if (options & STREAM_ONLY_GET_HEADERS || (php_stream_context_get_option(context, "http", "ignore_errors", &tmpzval) == SUCCESS && Z_BVAL_PP(tmpzval))) { - David Am 02.11.2007 um 00:06 schrieb David Zülke: Hi folks, I've recently played with CouchDB, which is a

[PHP-DEV] [Patch] http_fopen_wrapper.c and allowing any response code w/o warning

2007-11-01 Thread David Zülke
Hi folks, I've recently played with CouchDB, which is a document database with a RESTful HTTP interface. I noticed, however, that there is no way to prevent PHP from throwing a warning on response codes other than 200, 206, 301, 302 and 303. Something like 201 Created throws a warning, fo

[PHP-DEV] PHP 5.2.5RC2 Released for Testing

2007-11-01 Thread Ilia Alshanetsky
The second and hopefully the last release candidate of 5.2.5 was just released for testing and can be downloaded here: http://downloads.php.net/ilia/php-5.2.5RC2.tar.bz2 (md5sum: deb66ac45b18ced1077365b0e0179995) The Windows binaries should become available shortly as well. Please test th

[PHP-DEV] mysqlnd breaks php6 win32

2007-11-01 Thread Stanislav Malyshev
I tried to build HEAD on win32 and it looks like mysqlnd doesn't build there. Also, for some reason config.w32 for this extension does not allow for it to be disabled. Could the owners please fix it? -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253

[PHP-DEV] RFC: ext/interbase/ibase_query.c (PHP_5_3)

2007-11-01 Thread Lars Westermann
Hi! Request For Comments for bugfixes made to ext/interbase/ibase_query.c. I'm working on the PHP_5_3 branch. I've been working on bugfixes for the following bugreports: #30690, InterBase: Resource handle from ibase_execute becomes invalid after return #32143, ibase_query() causes IB server cra

Re: [PHP-DEV] import/use last call

2007-11-01 Thread Derick Rethans
Hei! On Mon, 22 Oct 2007, Stanislav Malyshev wrote: > Since many packages (wordpress, propel, horde, phing, etc.) use "import" as > either class or function name, and we couldn't find a good solution to make it > work with import keyword without going into all kinds of troublesome hacks, so > we