Re: [PHP-DEV] TODO List

2010-05-12 Thread Justin Dearing
If you want some quick ipv6 gruntwork http://bugs.php.net/bug.php?id=47435 I worked out all but one case. I submitted a patch of the partial work. Justin On May 12, 2010 5:46 PM, "Mathias Grimm" wrote: thanks. 2010/5/12 Johannes Schlüter > On Wed, 2010-05-12 at 17:23 -0300, Mathias Grimm

[PHP-DEV] Fwd: Req #50698 [Opn->Asn]: SoapClient should handle wsdls with some incompatiable endpoints

2010-04-08 Thread Justin Dearing
Hi, I wrote a test and a fix for this bug a few days ago. Both patches are included in the ticket. I do realize that Dmitry, the one assigned the bug might be busy and that the patch might take a while to get reviewed. However, I want to make sure that there is no administrative step on my part ho

[PHP-DEV] Re: Bug 47435[Was]: Re: [PHP-DEV] What gruntwork needs to be done

2010-04-07 Thread Justin Dearing
On Wed, Apr 7, 2010 at 3:39 PM, Rasmus Lerdorf wrote: > > I'm ok with these. Like you say, this stuff is a bit tedious to sort > through, and anything we can do to make it easier on users is a good > thing. I'm trying to get the filter extension beefed up in the next > version of PHP so people

[PHP-DEV] Bug 47435[Was]: Re: [PHP-DEV] What gruntwork needs to be done

2010-04-07 Thread Justin Dearing
Ramus, On Tue, Apr 6, 2010 at 1:34 PM, Rasmus Lerdorf wrote: > > Here is a straightforward (but not easy) one: > > http://bugs.php.net/bug.php?id=47435 > > I actually found it easy, slightly tedious, and not straightforward. I guess its perspective. I am CCing my former colleague Mike G who add

[PHP-DEV] Repetitive calling of Z_STRLEN_P(value) in ext/filter/logical_filter.c

2010-04-07 Thread Justin Dearing
Hey, Sorry for pestering with excessive questions, but I've not done a lot of C programming. In filter.c, specificalyl in php_filter_validate_ip(), Z_STRLEN_P(value) gets called a lot. I know compilers tend to inline short functions, but are they smart enough to assign a variable to a repetive ma

[PHP-DEV] What gruntwork needs to be done

2010-04-06 Thread Justin Dearing
Hi, So pending review an acceptance by Dmitry, I've written my first patch for PHP. While there is a good chance I will need to make further revisions to the test or code, I don't know what that is. However, I've got some free time at the moment, and I'd like to make use of some of the sunk cost

Fwd: [PHP-DEV] Newbie contributor question, nmake test will not run my patch

2010-04-05 Thread Justin Dearing
I did not hit "reply-all" -- Forwarded message ------ From: Justin Dearing Date: Mon, Apr 5, 2010 at 4:50 PM Subject: Re: [PHP-DEV] Newbie contributor question, nmake test will not run my patch To: Pierre Joye Pierre, Thank you for your reply. Allow me to clarify. I me

[PHP-DEV] Newbie contributor question, nmake test will not run my patch

2010-04-05 Thread Justin Dearing
Hi, So I wrote a test for bug 50698 (http://bugs.php.net/bug.php?id=50698), but it doesn't show up in the test output when i run nmake test. I don't see anything on the QA site about what to do to make a test run. I placed it in the right directory and named it right as far as I can tell. What am

[PHP-DEV] Fwd: Adding warnings and notices to load_wsdl()

2010-01-28 Thread Justin Dearing
n the code. However, if someone could give me some insight into what in the php code could repress calls to php_error() below the E_ERROR severity it would be helpful. Regards, Justin Dearing -- Forwarded message ------ From: Justin Dearing Date: Sun, Jan 17, 2010 at 11:03 AM Subje