Re: [PHP-DEV] Re: SOAP_MARSHAL_DATETIME (or: bug #44383)

2009-08-10 Thread Dmitry Stogov
Hi David, sorry for delay. The patch can't be used as it breaks ext/soap build as shared extension. timelib function are compiled into php and aren't exported :( May be you will be able to change the patch using ext/date public API. Also we will need a patch for PHP6 to commit it into both bra

Re: [PHP-DEV] Fwd: [PATCH] php bugtracker should set Precendence: bulk header

2009-08-10 Thread Hannes Magnusson
internals@ is also the wrong list. php-webmas...@lists.php.net or jani@ would be correct. Why is this needed anyway? There are only IBM people that use autoresponse weirdness and they tend to turn it off when Zoe asks them... -Hannes On Mon, Aug 10, 2009 at 20:02, Gwynne Raskind wrote: > I'm the

[PHP-DEV] Fwd: [PATCH] php bugtracker should set Precendence: bulk header

2009-08-10 Thread Gwynne Raskind
I'm the wrong person to send this email to. Forwarding to internals. -- Gwynne Begin forwarded message: From: "Cristian Rodríguez" Date: August 10, 2009 12:14:08 PM EDT To: gwy...@php.net Subject: [PATCH] php bugtracker should set Precendence: bulk header php bug tracker should set Precedenc

Re: [PHP-DEV] Is there any considerations for not putting php scripts in tmpfs?

2009-08-10 Thread Patrick ALLAERT
Hi, 2009/8/10 Peter Wang : > Hi internals, > sorry if it is a wrong lists for this question. Indeed, this should be asked on php-general. > I have read many articles/messages about using tmpfs store temp files, > > for example, php session data, smarty compied templates and so on. > > An obvious

[PHP-DEV] Is there any considerations for not putting php scripts in tmpfs?

2009-08-10 Thread Peter Wang
Hi internals, sorry if it is a wrong lists for this question. I have read many articles/messages about using tmpfs store temp files, for example, php session data, smarty compied templates and so on. An obvious reason for that is: it doesn't matter about data loss caused by machine restart/power

[PHP-DEV] PHP 6 Bug Summary Report

2009-08-10 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (87 total -- which includes 41 feature requests) ===[Apache related]=== 47061 Open User not logged under Apache ===[A

Re: [PHP-DEV] Re: SQLite Bug 42589 still not fixed in php 5.3 windows (attached fix with ATTR_FETCH_TABLE_NAMES support)

2009-08-10 Thread Oskar Eisemuth
Pierre Joye schrieb: hi, Please post a link to the patch in the bug directly so we won't loose your patch in the ML archive. By the way, it is better to use the bug tracker to provide feedback, easier to follow or track them. Well 42589 is closed for comments (someone should add a note there),

[PHP-DEV] PHP 5 Bug Summary Report

2009-08-10 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1461 total -- which includes 910 feature requests) ===[*General Issues]== 48597 Open Unclosed array keys break space escaping in $_GET/POST/REQUEST 48778 Assign

Re: [PHP-DEV] Re: SQLite Bug 42589 still not fixed in php 5.3 windows (attached fix with ATTR_FETCH_TABLE_NAMES support)

2009-08-10 Thread Pierre Joye
hi, Please post a link to the patch in the bug directly so we won't loose your patch in the ML archive. By the way, it is better to use the bug tracker to provide feedback, easier to follow or track them. Thanks for your effort :) Cheers, On Mon, Aug 10, 2009 at 11:02 AM, Oskar Eisemuth wrote:

[PHP-DEV] Re: SQLite Bug 42589 still not fixed in php 5.3 windows (attached fix with ATTR_FETCH_TABLE_NAMES support)

2009-08-10 Thread Oskar Eisemuth
Hello Attached is a patch that adds the necessary changes at config.w32 and additional support for PDO::ATTR_FETCH_TABLE_NAMES in PDO SQLite. --- Oskar Index: ext/pdo_sqlite/config.w32 === --- ext/pdo_sqlite/config.w32 (revisio