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
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
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
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
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
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
===
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
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
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
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
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
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
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
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
14 matches
Mail list logo