Re: [PHP-DEV] Class Destruction / Reloading

2004-09-07 Thread Alex Pagnoni
Sara Golemon wrote: > If you need class redefinition, I would much sooner recommend > classkit_import() which will aggregate all the methods from a new class > definition over the top of an old class entry. (Note: It's been documented Sara, thank you very much for your suggestion. This should be

Re: [PHP-DEV] Class Destruction / Reloading

2004-09-06 Thread Alex Pagnoni
Please excuse me for repeated messages, I got some timeouts when posting from the news server gateway. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Class Destruction / Reloading

2004-09-06 Thread Alex Pagnoni
Sara Golemon wrote: > I took this in a slightly different direction: > http://pecl.php.net/classkit Any and all thoughts appreciated. Sara, seems very interesting to me. Anyway, can you please provide me your shiva_destroy_class() extension? I need something similar in order to reload classes

Re: [PHP-DEV] Class Destruction / Reloading

2004-09-06 Thread Alex Pagnoni
Sara Golemon wrote: I took this in a slightly different direction: http://pecl.php.net/classkit Any and all thoughts appreciated. Sara, seems very interesting to me. Anyway, can you please provide me your shiva_destroy_class() extension? I need something similar in order to reload classes for

Re: [PHP-DEV] Class Destruction / Reloading

2004-09-06 Thread Alex Pagnoni
Sara Golemon wrote: I took this in a slightly different direction: http://pecl.php.net/classkit Any and all thoughts appreciated. Sara, seems very interesting to me. Anyway, can you please provide me your shiva_destroy_class() extension? I need something similar in order to reload classes for

Re: [PHP-DEV] GOTO operator

2004-07-30 Thread Alex Pagnoni
Alle 04:04, venerdì 30 luglio 2004, hai scritto: > Where do you see the correlation between OOP and the presence/absence of > "goto"? It is not for the OOP model by itself, but for a general code maintenability issue that OOP languages tend to address, while a too powerful goto operator may cau

Re: [PHP-DEV] GOTO operator

2004-07-29 Thread Alex Pagnoni
Alle 04:55, giovedì 29 luglio 2004, Ilia Alshanetsky ha scritto: > Goto is an extremely useful for parsers and makes life much easier when > dealing with complex error handling situations. Does a goto operator make sense in a language that wants to be more and more OOP oriented and that has just

Re: [PHP-DEV] current commit policy for HEAD?

2004-07-14 Thread Alex Pagnoni
Alle 10:51, mercoledì 14 luglio 2004, Derick Rethans ha scritto: > We can decide that for ourselves, thank you very much. Thanks to Stefan Esser that seems just fixed this. Alex -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] current commit policy for HEAD?

2004-07-14 Thread Alex Pagnoni
Alle 10:41, mercoledì 14 luglio 2004, Derick Rethans ha scritto: > New features should go to 5.1.x and fixes/small additions to 5.0.1... I think one of the first 5.0.1 fixes should be about this bug: http://bugs.php.net/bug.php?id=29132 Many applications broken due to this, I'm not the one who r

Re: [PHP-DEV] Mem leak fix

2004-07-05 Thread Alex Pagnoni
Alle 02:20, sabato 3 luglio 2004, Andi Gutmans ha scritto: > I just commited a fix which I hope works. Can you please check it out and > let me know if there are any problems/crashes? Resolved *huge* memory leaks for me, so it seems ok now. Thanks. -- Alex Pagnoni Presidente e amminist