[PHP-DEV] submitting a patch

2012-05-26 Thread William Betts
Hello, I've been looking around for a while, but I haven't been able to figure out where I would send a patch for the curl extension. If anyone could point me to the documentation outline the process for that it would be appreciated. Best Regards, William

Re: [PHP-DEV] submitting a patch

2012-05-26 Thread William Betts
ou can also attach it to the bug >> report. >> >> Thanks >> Pierrick >> >> On 26 May 2012 21:15, William Betts wrote: >> >>> Hello, >>> >>> I've been looking around for a while, but I haven't been able to figure

Re: [PHP-DEV] RFC Skipping optional parameters for functions

2012-05-27 Thread William Betts
On Sun, May 27, 2012 at 11:28 AM, Mathias Grimm wrote: > Named parameter in the same way that goto does, with labels. A labeled > parameter... > But there always some drawbacks... such as mix named and conventional > parameters. I think that you just chose one way and use, not allowing mix > these

Re: [PHP-DEV] Aspect Oriented Programming in PHP

2012-08-23 Thread William Betts
On Thu, Aug 23, 2012 at 7:36 AM, Peter Nguyen wrote: > Hi, > > AOP (http://en.wikipedia.org/wiki/Aspect-oriented_programming) when used > correctly, can make your application really modular. I've seen several > implementations but they all require compiling of code beforehand. There is > however a

Re: [PHP-DEV] RFC for Adding __toString to DateTime

2012-09-02 Thread William Betts
On Sun, Sep 2, 2012 at 11:59 AM, Lester Caine wrote: > Personally I don't want any timezone/offset displayed as I expect it to be a > UTC time by default on the server, rather than any offset time, which is why > I'm with you that it should only be changed via user space applications. > > > -- > L

Re: [PHP-DEV] The built-in PHP web server is very cool!

2012-12-19 Thread William Betts
On Wed, Dec 19, 2012 at 10:05 AM, Raymond Irving wrote: > Hello, > > I would like to thank you guys very much for adding the built-in PHP web > server to PHP. For the first time I've just deployed a quick standalone app > without having to go through the trouble of configuring IIS or any other >