[PHP-DEV] PHP floating point history and behaviour.

2009-07-28 Thread Lupus Michaelis
, this alteration change something for Intel 32 bit or nothong ? It belongs the IEEE 754 ? Thanks ! (*) I'm not guilty. -- Mickaël Wolff aka Lupus Michaelis http://lupusmic.org Seeking for a position http://lupusmic.org/pro/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] Call it: allow reserved words in a class or not?

2008-11-06 Thread Lupus Michaelis
Steph Fox a écrit : Great, so drop PHP and go use Javascript. Oh wait - you can't. Because *it wasn't designed do the same job*. For your culture, the first use of javascript (livescript actually), was to provide server side scripting. -- Mickaël Wolff aka Lupus Michaelis http

Re: [PHP-DEV] solving the namespace conflict issues betweenfunction/staticmethod class constant/ns constant

2008-09-30 Thread Lupus Michaelis
a destructor :D (that's private joke for C++ developpers) -- Mickaël Wolff aka Lupus Michaelis http://lupusmic.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] true namespaces, yet another point of view

2008-09-24 Thread Lupus Michaelis
it isn't a good use... :D Namespaces can be a usefull tool, but if wouldn't, don't use. And if it becomes mandatory, fork your own PHP version :D -- Mickaël Wolff aka Lupus Michaelis http://lupusmic.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] solving the namespace conflict issues between function/static method class constant/ns constant

2008-09-21 Thread Lupus Michaelis
, and look where it was resolved in other languages. It will be wisely :) -- Mickaël Wolff aka Lupus Michaelis http://lupusmic.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] solving the namespace conflict issues between function/staticmethod class constant/ns constant

2008-09-21 Thread Lupus Michaelis
Lupus Michaelis a écrit : look where it was resolved in other languages. I mean « how » and not « where », of course, sorry :-/ -- Mickaël Wolff aka Lupus Michaelis http://lupusmic.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

[PHP-DEV] Re: Closing mysql_pconnects.

2008-08-29 Thread Lupus Michaelis
Lupus Michaelis http://lupusmic.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Closing mysql_pconnects.

2008-08-29 Thread Lupus Michaelis
Robert Cummings a écrit : He's probably trying to learn how to do the same. This is internals after all and not php-general. Sorry for the private mail, I did't see you sent here too. It is in the documentation that mysql_close don't close a mysql_pconnect. -- Mickaël Wolff aka Lupus

[PHP-DEV] Re: Annotations Request

2008-08-20 Thread Lupus Michaelis
Volodymyr Iatsyshyn a écrit : Now, I use Java Annotations emulation, through Reflections and PHPDoc blocks. Example: Can you provide an URL that explain what is annotation ? Your examples don't help me, so I guess I'm not alone. -- Mickaël Wolff aka Lupus Michaelis http://lupusmic.org

[PHP-DEV] Exception segfault

2008-08-14 Thread Lupus Michaelis
; $this-file = new my_file ; $this-line = 12 ; } } throw new my_exception ; ? I attach a patch that correct the segfault. Diff was produced with this line : diff php5.3-200808141030{,-lupus}/Zend/zend_exceptions.c Regards, Mickaël. -- Mickaël Wolff aka Lupus Michaelis

Re: [PHP-DEV] Exception segfault

2008-08-14 Thread Lupus Michaelis
Marcus Boerger a écrit : Thanks for letting us know. Can you provide the diff using 'cvs di -uwp'. I'll do it in the future. Sorry for the inconvenient, I didn't found what you're waiting for. So, I did a simple diff :) Thanks to you and Felipe. -- Mickaël Wolff aka Lupus Michaelis