Re: [PHP-DEV] Runtime Error in configure.js

2004-08-16 Thread Sebastian Bergmann
Derick Rethans wrote: Tell the guy who wrote the xattr extension ? :) Ah, okay. I thought it was a new "global" constant that was added while I was AFK. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwar

Re: [PHP-DEV] Runtime Error in configure.js

2004-08-16 Thread Derick Rethans
On Tue, 17 Aug 2004, Sebastian Bergmann wrote: > D:\home\php\php5\configure.js(4315, 1) Runtime Error in > Microsoft JScript: 'PHP_XATTR' is undefined Tell the guy who wrote the xattr extension ? :) Anyway, I just commited a possible fix for this. Derick -- Derick Rethans http://derickreth

[PHP-DEV] Runtime Error in configure.js

2004-08-16 Thread Sebastian Bergmann
D:\home\php\php5\configure.js(4315, 1) Runtime Error in Microsoft JScript: 'PHP_XATTR' is undefined -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/ -- PHP Internals - PHP Runt

Re: [PHP-DEV] On Namespaces...

2004-08-16 Thread Manuel Vázquez Acosta
> There's a good chance that later PHP versions (maybe 5.2 or 6 or whatever) > have something like namespaces or packages which require at least the > keyword 'import'. That's an example for the reason i never use names that > are used as keywords in other languages. > That sounds like good news!

Re: [PHP-DEV] On Namespaces...

2004-08-16 Thread Justin Hannus
Thanks. I figured as much but when I implemented this the terms 'Namespace' and 'import' just sounded so sexy to me. -Justin "Marcus Boerger" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello Justin, > > Monday, August 16, 2004, 4:08:46 PM, you wrote: > > > Zeev, > > > I too ha

Re: [PHP-DEV] On Namespaces...

2004-08-16 Thread Marcus Boerger
Hello Justin, Monday, August 16, 2004, 4:08:46 PM, you wrote: > Zeev, > I too have been searching the archives for subjects on 'namespace' and found > allot of back and forth opinions on it but not a real summary about its > conclusion. Basically, I have allot of code at work still in php4 that

Re: [PHP-DEV] On Namespaces...

2004-08-16 Thread Justin Hannus
Zeev, I too have been searching the archives for subjects on 'namespace' and found allot of back and forth opinions on it but not a real summary about its conclusion. Basically, I have allot of code at work still in php4 that that uses it own class importing mechanism than just include|require[_on

Re: [PHP-DEV] Re: implementation of islamic (hijri) calendar for Calendar extension

2004-08-16 Thread mostapha31
Hi, these is my contribution to implement islamic (hijri) calendar. Waiting for your suggestions. Without knowing the internals of the hijri calender here are a few generic suggestions: 1) Consider using zend_parse_parameters rather than zend_get_parameters, it'll help furture readability. for