Re: [PHP-DEV] GSoC idea proposal for a new PHP project

2007-03-28 Thread David Duong
Please ignore all the redundant statements in my first paragraph >.<, I'm not sure why it came out to be like that.. David Duong wrote: Hello everyone and thanks for the reminder Marcus, This is just a follow up of what I posted earlier in this thread. Instead of submitting my HyperWiki proje

Re: [PHP-DEV] GSoC idea proposal for a new PHP project

2007-03-28 Thread David Duong
Hello everyone and thanks for the reminder Marcus, This is just a follow up of what I posted earlier in this thread. Instead of submitting my HyperWiki project, instead, I submitted one that was originally intended to be used with HyperWiki for a agnostic database layer (ADatabase) that attemp

Re: [PHP-DEV] Datetime problem

2007-03-28 Thread Rasmus Lerdorf
This isn't going to change. But you can rename it yourself in ext/date/php_date.c. Just look for: INIT_CLASS_ENTRY(ce_date, "DateTime", date_funcs_date); And put whatever name you want there. -Rasmus Mauro N. Infantino wrote: > Hi all, > > I know I've asked this before, but I couldn't find

[PHP-DEV] Datetime problem

2007-03-28 Thread Mauro N. Infantino
Hi all, I know I've asked this before, but I couldn't find a solution (I'm not asking for an easy one, just a viable solution). In my last email I didn't include the reasons for my request, so I'll write them now. When we started with PHP5 there were no built-in PHP classes. This logically means

Re: [PHP-DEV] SAPIs in PECL [was: Re: cvs: php-src /sapi/milterphp_milter.c]

2007-03-28 Thread Antony Dovgal
On 03/28/2007 03:55 PM, Daniel Rozsnyo wrote: What about to have an "abandoned code" section somewhere on the web, so that the code is not lost but its not either in cvs / distribution packages. PECL may act as such storage. In fact it already does - there are quite a number of extensions that

Re: [PHP-DEV] SAPIs in PECL [was: Re: cvs: php-src /sapi/milterphp_milter.c]

2007-03-28 Thread Daniel Rozsnyo
Antony Dovgal wrote: > On 03/28/2007 02:24 PM, Sebastian Bergmann wrote: >> Antony Dovgal wrote: >>> we should have dropped this SAPI years ago >> >> Can we not move SAPIs to PECL? > > I've been talking about it for several years now. > I was told that there are no facilities like 'pecl install'

Re: [PHP-DEV] SAPIs in PECL [was: Re: cvs: php-src /sapi/milter php_milter.c]

2007-03-28 Thread Antony Dovgal
On 03/28/2007 02:24 PM, Sebastian Bergmann wrote: Antony Dovgal wrote: we should have dropped this SAPI years ago Can we not move SAPIs to PECL? I've been talking about it for several years now. I was told that there are no facilities like 'pecl install' that would work for SAPIs, therefor

[PHP-DEV] SAPIs in PECL [was: Re: cvs: php-src /sapi/milter php_milter.c]

2007-03-28 Thread Sebastian Bergmann
Antony Dovgal wrote: > we should have dropped this SAPI years ago Can we not move SAPIs to PECL? -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- PHP Internals - PHP Runtime Development Ma