Re: [PHP-DEV] [bug] #55814 stream_socket_recvfrom() “randomly” returns false

2011-10-13 Thread Ivan Enderlin @ Hoa
On 13/10/11 23:04, Ángel González wrote: Ivan Enderlin wrote: Hi all, Some days ago, I have filled a bug about an issue with stream_socket_recvfrom() only (apparently) on Windows7. You will see all the details here: . This bug is important for my Windows users and I hope seeing this bug fix

Re: [PHP-DEV] is_a fix for 5.4 and HEAD

2011-10-13 Thread Alan Knowles
On Friday, October 14, 2011 08:06 AM, Rasmus Lerdorf wrote: On 10/13/2011 04:54 PM, Alan Knowles wrote: On Thursday, October 13, 2011 11:23 PM, Stas Malyshev wrote: On 10/13/11 12:39 AM, Alan Knowles wrote: Can someone apply this to HEAD and PHP_5_4, or let me have karma. https://bugs.php.net

Re: [PHP-DEV] is_a fix for 5.4 and HEAD

2011-10-13 Thread Rasmus Lerdorf
On 10/13/2011 04:54 PM, Alan Knowles wrote: > On Thursday, October 13, 2011 11:23 PM, Stas Malyshev wrote: >> On 10/13/11 12:39 AM, Alan Knowles wrote: >>> Can someone apply this to HEAD and PHP_5_4, or let me have karma. >>> >>> https://bugs.php.net/patch-display.php?bug_id=55475&patch=final_patch

Re: [PHP-DEV] is_a fix for 5.4 and HEAD

2011-10-13 Thread Alan Knowles
On Thursday, October 13, 2011 11:23 PM, Stas Malyshev wrote: On 10/13/11 12:39 AM, Alan Knowles wrote: Can someone apply this to HEAD and PHP_5_4, or let me have karma. https://bugs.php.net/patch-display.php?bug_id=55475&patch=final_patch_for_5_4_and_HEAD&revision=latest Thanks Alan +/* {

Re: [PHP-DEV] GD Lib for PHP?

2011-10-13 Thread Lars Nielsen
Hi Pierre, When I tor, 13 10 2011 kl. 23:57 +0200, skrev Pierre Joye: > why do you not follow the instructions I posted here instead of using > the external libgd (old version too)? > > On Thu, Oct 13, 2011 at 11:45 PM, Lars Nielsen wrote: > > Well,... I'll pick this up again. > > > > I have co

Re: [PHP-DEV] GD Lib for PHP?

2011-10-13 Thread Lars Nielsen
Sorry for not listening to you in the first place Pierre! :-) I have got it up and running now with the bundled gd! /Lars tor, 13 10 2011 kl. 23:57 +0200, skrev Pierre Joye: > why do you not follow the instructions I posted here instead of using > the external libgd (old version too)? > > On Thu

Re: [PHP-DEV] GD Lib for PHP?

2011-10-13 Thread Pierre Joye
why do you not follow the instructions I posted here instead of using the external libgd (old version too)? On Thu, Oct 13, 2011 at 11:45 PM, Lars Nielsen wrote: > Well,... I'll pick this up again. > > I have compiled and installed gd-2.0.35 and php-5.2.17 now and it is > working... sort of.. > >

Re: [PHP-DEV] GD Lib for PHP?

2011-10-13 Thread Lars Nielsen
Well,... I'll pick this up again. I have compiled and installed gd-2.0.35 and php-5.2.17 now and it is working... sort of.. I am using php 5.2 because of some constrains in drupal. Now my problem is that Drupal tells me in a status report that GD is compiled with "Low Quality / Poor Performance"

Re: [PHP-DEV] enable mbstring by default

2011-10-13 Thread Klaus Silveira
What drawbacks could possibly be brought with mbstring being enabled by default? On Thu, Oct 13, 2011 at 6:11 PM, Mike Robinson wrote: > On October-11-11 11:46 AM Ferenc Kovacs wrote: > > > As the "full" unicode support went down with php6, wouldn't it be a > > logical step to enable the mbstrin

RE: [PHP-DEV] enable mbstring by default

2011-10-13 Thread Mike Robinson
On October-11-11 11:46 AM Ferenc Kovacs wrote: > As the "full" unicode support went down with php6, wouldn't it be a > logical step to enable the mbstring extension by default(maybe even > turning it into a builtin ext like phar)? > I think that mbstring is a pretty mature and stable extension, an

Re: [PHP-DEV] [bug] #55814 stream_socket_recvfrom() “randomly” returns false

2011-10-13 Thread Ángel González
Ivan Enderlin wrote: Hi all, Some days ago, I have filled a bug about an issue with stream_socket_recvfrom() only (apparently) on Windows7. You will see all the details here: . This bug is important for my Windows users and I hope seeing this bug fixed in PHP5.4. I am willing to write a patch

Re: [PHP-DEV] #60038 SIGALRM cause segfault in php_error_cb

2011-10-13 Thread Stas Malyshev
Hi! do you think this is worth fixing (in 5.4 trunk)? (as zend_signal was introduced, and this fix will cost litte perf). OK, if it doesn't cost performance then I guess it's fine to apply it. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 2

Re: [PHP-DEV] #60038 SIGALRM cause segfault in php_error_cb

2011-10-13 Thread Xinchen Hui
2011/10/13 Kalle Sommer Nielsen : > Hi > > 2011/10/13 Xinchen Hui : >> Hi: >> If send signal enabled, no system will be called. >> >> Thkans >> > > What about systems without Zend Signal Handling, like Windows? hmm, I have updated the patch, the fix only take affect when ZEND_SIGNALS defined. :)

Re: [PHP-DEV] is_a fix for 5.4 and HEAD

2011-10-13 Thread Stas Malyshev
On 10/13/11 12:39 AM, Alan Knowles wrote: Can someone apply this to HEAD and PHP_5_4, or let me have karma. https://bugs.php.net/patch-display.php?bug_id=55475&patch=final_patch_for_5_4_and_HEAD&revision=latest Thanks Alan +/* {{{ proto bool is_subclass_of(mixed object_or_string, string clas

[PHP-DEV] [bug] #55814 stream_socket_recvfrom() “randomly” returns false

2011-10-13 Thread Ivan Enderlin
Hi all, Some days ago, I have filled a bug about an issue with stream_socket_recvfrom() only (apparently) on Windows7. You will see all the details here: . This bug is important for my Windows users and I hope seeing this bug fixed in PHP5.4. I am willing to write a patch if someone can help me

[PHP-DEV] is_a fix for 5.4 and HEAD

2011-10-13 Thread Alan Knowles
Can someone apply this to HEAD and PHP_5_4, or let me have karma. https://bugs.php.net/patch-display.php?bug_id=55475&patch=final_patch_for_5_4_and_HEAD&revision=latest Thanks Alan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] #60038 SIGALRM cause segfault in php_error_cb

2011-10-13 Thread Kalle Sommer Nielsen
Hi 2011/10/13 Xinchen Hui : > Hi: > If send signal enabled, no system will be called. > > Thkans > What about systems without Zend Signal Handling, like Windows? -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http