Re: [PHP-DEV] date() extension

2003-02-27 Thread Dirkjan Ochtman
Didn't have time, but here's a new patch. Regards, Dirkjan Wez Furlong [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Please read the README.SUBMITTING_PATCH file in the root of the php source and re-submit your patch. --Wez. On Mon, 17 Feb 2003, Dirkjan Ochtman wrote: begin

Re: [PHP-DEV] date() extension

2003-02-27 Thread Pierre-Alain Joye
On Thu, 27 Feb 2003 16:09:40 +0100 Dirkjan Ochtman [EMAIL PROTECTED] wrote: Didn't have time, but here's a new patch. It seems Outlook create weird and useless attachment, can you make it available online ? thank's pierre -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

Re: [PHP-DEV] date() extension

2003-02-27 Thread Dirkjan Ochtman
http://temp.xavamedia.nl/iso8601diff.txt Regards, Dirkjan Pierre-Alain Joye [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Thu, 27 Feb 2003 16:09:40 +0100 Dirkjan Ochtman [EMAIL PROTECTED] wrote: Didn't have time, but here's a new patch. It seems Outlook create weird and

Re: [PHP-DEV] date() extension

2003-02-27 Thread Wez Furlong
If you don't have time to support your own patch, why should we commit it to CVS!?? There is a reason for that doc being there; please read it. --Wez. On Thu, 27 Feb 2003, Dirkjan Ochtman wrote: Didn't have time, but here's a new patch. Regards, Dirkjan Wez Furlong [EMAIL PROTECTED]

Re: [PHP-DEV] date() extension

2003-02-27 Thread Dirkjan Ochtman
Please! It's just a date() parameter, about 20 lines of code, mostly taken from another date() parameter. I'm a Windows user, I don't have all your cool auto* and gcc stuff. It doesn't seem worthwhile for me to go through installing Cygwin for something this simple... Just reject the patch, if you

Re: [PHP-DEV] date() extension

2003-02-27 Thread Wez Furlong
You don't need any of that stuff to read the guidelines for submitting a patch - why don't you just read it and save everybody some time... --Wez. On Fri, 28 Feb 2003, Dirkjan Ochtman wrote: Please! It's just a date() parameter, about 20 lines of code, mostly taken from another date()

[PHP-DEV] date() extension

2003-02-17 Thread Dirkjan Ochtman
I was trying to implement a c parameter for date() which returns an ISO 8601 [1] date-format. This would be especially useful in creating RSS feeds, or other XML exchange formats that need a date. Attached is my version of datetime.c. I know I should actually send a unified diff, but I don't know

Re: [PHP-DEV] date() extension

2003-02-17 Thread Wez Furlong
Please read the README.SUBMITTING_PATCH file in the root of the php source and re-submit your patch. --Wez. On Mon, 17 Feb 2003, Dirkjan Ochtman wrote: begin 666 datetime.c -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php