Re: [PHP-DEV] bug tracker planning

2009-07-15 Thread Philip Olson
On Jul 15, 2009, at 11:47 AM, Jani Taskinen wrote: Sriram Natarajan wrote: Hi bug tracking system also need the ability to mark a current bug as duplicate . Currently, all those bugs are marked as 'Bogus'. Also, it would be nice if we can have the ability to capture related bugs together

Re: [PHP-DEV] A patch for HEAD

2009-07-15 Thread Nuno Lopes
Hi, So the patch looks generally good. Here are some minor comments about it: - I believe _php_array_to_argv() doesn't need TSRMLS_DC. If that's the case, please remove it. - in _php_array_to_argv() you modify the input array destructively (when calling convert_to_string_ex). You should not mo

Re: [PHP-DEV] Gearman worker: smart_str trouble

2009-07-15 Thread Thomas Koch
I defeated the segfaults! Now the monster in the next level is named smart_str. I have a smart_str to buffer the SAPI output. On the first request no output comes out. Second request gives the correct output. All following request return some bytes of garbarge. The relevant code parts: typed

Re: [PHP-DEV] bug tracker planning

2009-07-15 Thread Jani Taskinen
Sriram Natarajan wrote: Jani Taskinen wrote: Please don't top post! And what you ask for is already there. --Jani Sriram Natarajan kirjoitti: Hi I very much miss the ability to add my email address to the bugs that I am interested in. This used to allow to me to track its progress. I wa

Re: [PHP-DEV] bug tracker planning

2009-07-15 Thread Jani Taskinen
Sriram Natarajan wrote: Hi bug tracking system also need the ability to mark a current bug as duplicate . Currently, all those bugs are marked as 'Bogus'. Also, it would be nice if we can have the ability to capture related bugs together. - Sriram Again: DO NOT TOP POST!! And we're not add

[PHP-DEV] Patch for Bug #

2009-07-15 Thread David Zülke
Hi there, attached are patches for http://bugs.php.net/48929. Big kudos to Tjerk Anne and Arnaud, this forking HTTP server stuff for testing the stream wrapper is genius. - David Index: ext/standard/tests/http/bug48929.phpt ===

Re: [PHP-DEV] Multithreaded C Gearman worker to run PHP scripts

2009-07-15 Thread Thomas Koch
As Johannes suggested (thx!) I made a gearman_worker sapi: http://github.com/thkoch2001/php- src/tree/857657ddce9aad9709cc39832fb716555021725c/sapi/gearman_worker (or http://tinyurl.com/gearmanworkersapi ) and linked the old code against it: http://github.com/thkoch2001/gearman-php-worker/ It

Re: [PHP-DEV] bug tracker planning

2009-07-15 Thread Sriram Natarajan
Hi bug tracking system also need the ability to mark a current bug as duplicate . Currently, all those bugs are marked as 'Bogus'. Also, it would be nice if we can have the ability to capture related bugs together. - Sriram Philip Olson wrote: The bug system today works fine but improvement

Re: [PHP-DEV] bug tracker planning

2009-07-15 Thread Sriram Natarajan
Jani Taskinen wrote: Please don't top post! And what you ask for is already there. --Jani Sriram Natarajan kirjoitti: Hi I very much miss the ability to add my email address to the bugs that I am interested in. This used to allow to me to track its progress. I wasn't not sure, if that is

[PHP-DEV] date extension timezonedb generation

2009-07-15 Thread Joe Orton
Derick, do you make available the scripts used to generate timezonedb.h? Are you using the location co-ordinates from zone.tab in the "Olson" database? The data seems to mostly match up, though I noticed that the data shipped by PHP has Europe/London at: lat 51.50833 long 0.12527 whereas th

Re: [PHP-DEV] ctype functions going, going - not!

2009-07-15 Thread Keryx Web
On 2009-07-15 00:06, Andrei Zmievski wrote: I believe the latest discussion settled on rewriting ctype_* functions to use ICU internally in HEAD, so that they work correctly on Unicode strings. -Andrei That simplifies things. I actually believe that the word about this has to spread, since I

Re: [PHP-DEV] Patch and RFC for adding DTrace probes to PHP

2009-07-15 Thread David Soria Parra
On 2009-07-15, Alexey Zakhlestin wrote: > The problem is, that if we update Zend/zend_dtrace.d, this header file > will need to be regenerated. > So, there is a need for a corresponding procedure. I'll change the patch as soon as possible to generate the header file during configure. -- PHP Int

Re: [PHP-DEV] Patch and RFC for adding DTrace probes to PHP

2009-07-15 Thread Alexey Zakhlestin
On Wed, Jul 15, 2009 at 11:16 AM, David Soria Parra wrote: > On 2009-07-15, Alexey Zakhlestin wrote: >> The patch is simple and clean. Just 2 notices.. >> 1) Zend/zend_dtrace.h file is generated. Are you sure it should be the >> part of patch? > > The generated dtrace header on Solaris and MacOS a

Re: [PHP-DEV] Patch and RFC for adding DTrace probes to PHP

2009-07-15 Thread David Soria Parra
On 2009-07-15, Alexey Zakhlestin wrote: > The patch is simple and clean. Just 2 notices.. > 1) Zend/zend_dtrace.h file is generated. Are you sure it should be the > part of patch? The generated dtrace header on Solaris and MacOS are different. Therefore people have to generate them during configu