Re: [PHP-DEV] wishlist item for 6.0.0

2005-10-02 Thread Petar Nedyalkov
On Sunday 02 October 2005 23:54, Darren Horrocks wrote: > proper scopes for global, classes and functions. > will allow for local variables for functions and classes without having to > use $this->foo in classes and will allow for a more c/c++ like classes. I think this will pollute the namespace

[PHP-DEV] wishlist item for 6.0.0

2005-10-02 Thread Darren Horrocks
proper scopes for global, classes and functions. will allow for local variables for functions and classes without having to use $this->foo in classes and will allow for a more c/c++ like classes. also, being able to call up the inheritance by using ParentClass::bar();

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/lib .cvsignore fallbackmap.h parse_date.c timelib.h timelib_structs.h timezonemap.h /ext/date/lib/resource parse_date.re /ext/dat

2005-10-02 Thread Nuno Lopes
derick Sat Oct 1 11:07:21 2005 EDT Modified files: /php-src/ext/date php_date.c /php-src/ext/date/lib fallbackmap.h timezonemap.h .cvsignore parse_date.c timelib.h timelib_structs.h /php-src/ext/date/lib/resource parse_date.re /php-src/ext/date/tests date_def