Re: [PHP-DEV] [PATCH] Namespace Patch, Alpha 3

2005-07-20 Thread Jessie Hernandez
Hello Marcus! Thanks for the cvs add "hack", worked like a charm! I'll post an updated patch in a few days. -- Jessie Marcus Boerger wrote: > Hello Jessie, > > Wednesday, July 20, 2005, 6:05:30 AM, you wrote: > >> Private class support has been completed in the attached patch! Again, to >> r

[PHP-DEV] Re: where to ask

2005-07-20 Thread Nicholas Telford
Post your question to php-general@lists.php.net this mailing list is for the development of PHP itself. Nicholas Telford D. Walsh wrote: This may not be the right place to ask but google has kicked my a$$ trying to find a solution. I've installed PHP-4.4.0, I have "register_globals = Off" a

[PHP-DEV] where to ask

2005-07-20 Thread D. Walsh
This may not be the right place to ask but google has kicked my a$$ trying to find a solution. I've installed PHP-4.4.0, I have "register_globals = Off" and "register_argc_argv = Off", a script I'm trying to run is using "$_FILES['uploadfile']['name']" and it only works with register glob

Re: [PHP-DEV] [PATCH] Namespace Patch, Alpha 3

2005-07-20 Thread Jessie Hernandez
"Marcus Boerger" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Please don't add new ini settings here, living with include_path should be > enough, wouldn't it? > Do we want the import behavior to apply to the existing include path? To me, it seems nice to have the include_path and

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-20 Thread Andi Gutmans
Guys, Regarding Derick's commit, it's a very technical matter. It's commented and not enabled. Now new features crept in and after reviewing the patch, I felt that it's not dangerous nor complicated to let it sit in CVS commented. As you can see it's very isolated code so there's still room fo

Re: [PHP-DEV] Re: Reference Notice

2005-07-20 Thread Andrey Nikolaev
Derick Rethans wrote: > On Wed, 20 Jul 2005, Andrey Nikolaev wrote: > > >>function &a() { >> if(1==2) >> return new B; //some reference... >>else >> return null; //error, we cant create B >>} >>$b_instance = a(); >>?> > > > Why are you returning by reference in the first place h

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-20 Thread Andrei Panaitescu
Adding something like this without namespaces is just a suicide. Please use a prefix for your class names (Zend_Date, Main_Date, Zend_TimeZone or something). __ http://www.sentimente.ro Singur? Peste 180.000 utilizatori pentru tine! -- PHP Internals -

[PHP-DEV] CVS Account Request: cawa

2005-07-20 Thread Alexander Veremyev
Submitting of new PECL package (Bitset) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Reference Notice

2005-07-20 Thread Derick Rethans
On Wed, 20 Jul 2005, Andrey Nikolaev wrote: > function &a() { >if(1==2) > return new B; //some reference... > else > return null; //error, we cant create B > } > $b_instance = a(); > ?> Why are you returning by reference in the first place here? "new B" already creates a copy

[PHP-DEV] Re: Reference Notice

2005-07-20 Thread Andrey Nikolaev
And another situation... And we got Notice... Notice: Only variable references should be returned by reference in - on line 6 But if we modify code to: Than all ok, no notices, and i got what i want... but it's a kludge :-/ -- PHP Internals - PHP Runtime Development Mailing List To unsubsc

[PHP-DEV] CVS Account Request: infralite

2005-07-20 Thread M.Ali Akmanalp
Translating the PHP Documentation to Turkish, And the maintenance of it. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-20 Thread Edin Kadribasic
On Wednesday 20 July 2005 11:07, Derick Rethans wrote: > It's not in the code and commented out with an ifdef, so that I can get > it into CVS, make sure I can commit all fixes too that are needed > without getting conflicts or non maintanable patches. I discussed this > with Andi and he was ok wit

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-20 Thread Pierre-Alain Joye
On Wed, 20 Jul 2005 10:40:20 +0200 [EMAIL PROTECTED] (Edin Kadribasic) wrote: > Derick, > > Didn't we agree not to do this until 5.1 was released? Please > revert the object support. Derick told me on IRC that he agreed on that with Andi. I still think that we should not expose the new lib now.

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-20 Thread Derick Rethans
On Wed, 20 Jul 2005, Edin Kadribasic wrote: > Derick, > > Didn't we agree not to do this until 5.1 was released? Please revert the > object support. It's not in the code and commented out with an ifdef, so that I can get it into CVS, make sure I can commit all fixes too that are needed withou

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-20 Thread Edin Kadribasic
Derick, Didn't we agree not to do this until 5.1 was released? Please revert the object support. Edin On Wednesday 20 July 2005 10:31, Derick Rethans wrote: > derick Wed Jul 20 04:31:04 2005 EDT > > Added files: > /php-src/ext/date/tests date_create-1.phpt date_create-2.phpt >

[PHP-DEV] Re: cvs: php-src / NEWS /ext/date TODO php_date.c php_date.h /ext/date/lib parse_date.c parse_tz.c timelib.h timelib_structs.h timezonedb.h unixtime2tm.c /ext/date/lib/resource parse_date

2005-07-20 Thread Pierre-Alain Joye
On Wed, 20 Jul 2005 08:31:04 - [EMAIL PROTECTED] ("Derick Rethans") wrote: > +#ifdef EXPERIMENTAL_DATE_SUPPORT > + /* Advanced Interface */ > + PHP_FE(date_create, NULL) > + PHP_FE(date_format, NULL) > + PHP_FE(date_modify, NULL) > + PHP_FE(date_timezone_get, NULL) > +

[PHP-DEV] RE: > Introduction

2005-07-20 Thread Weyert de Boer
Hello! First of all thanks for all the help, I have printed the PHP grammar utilties available, and will have a close look on it later today. -- Yours, Weyert de Boer ([EMAIL PROTECTED]) innerfuse* http://www.innerfuse.biz/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscr

[PHP-DEV] Re: cvs: php-src / NEWS /ext/date TODO php_date.c php_date.h /ext/date/lib parse_date.c parse_tz.c timelib.h timelib_structs.h timezonedb.h unixtime2tm.c /ext/date/lib/resource parse_date.re /ext/date/tests bug33414-2.phpt bug33578.phpt date_create-1.phpt

2005-07-20 Thread Pierre-Alain Joye
On Wed, 20 Jul 2005 08:31:04 - [EMAIL PROTECTED] ("Derick Rethans") wrote: > +#ifdef EXPERIMENTAL_DATE_SUPPORT > + /* Advanced Interface */ > + PHP_FE(date_create, NULL) > + PHP_FE(date_format, NULL) > + PHP_FE(date_modify, NULL) > + PHP_FE(date_timezone_get, NULL) > +