Re: Re: [PHP-DEV] __autoload exceptions

2003-10-24 Thread Eduardo R. Maciel
deep the dev). But its only my opinion of course. thanks, Eduardo R. Maciel Hi Andi- Yes, that explains things and makes perfect sense if you are just writing your own web application. Now, consider the new __autoload functionality from a PEAR or other large API/library developer

Re: [PHP-DEV] __autoload() lowercase

2003-11-19 Thread Eduardo R. Maciel
support this but I'm not sure if we should change everything to run-time or maybe hold a second copy. I need to sleep on it. Andi At 09:42 AM 11/18/2003 -0800, Eduardo R. Maciel wrote: We run into a problem, when tryng to organize class files since autoload always uses lowercase. My

Re: [PHP-DEV] __autoload() lowercase

2003-11-21 Thread Eduardo R. Maciel
--- Timm Friebe [EMAIL PROTECTED] wrote: Andi Gutmans wrote: Remember if anyone has posted a patch for this in the past? I did: http://zend.com/lists/engine2/200306/msg00056.html How about Marcus ideia http://zend.com/lists/engine2/200306/msg00078.html

Re: [PHP-DEV] __autoload() lowercase

2003-11-27 Thread Eduardo R. Maciel
--- Andi Gutmans [EMAIL PROTECTED] wrote: Please checkout the CVS and let me know if it works for you. Hello Andi, It seems to be working. I´m going to make more tests. If anything goes wrong I´ll tell you. If somebody else would like to test, would help i think. regards, Eduardo R

Re: [PHP-DEV] Re: Summary of string conversion problem

2003-12-01 Thread Eduardo R. Maciel
IMHO, think that __toString should be explicitly called as in java. Sure it would be great if it works when using print, echo, etc, mean that cases when its obvious that should evaluate to string. But ALL other cases should be evaluated only explicitly. Maybe using a diferent syntax for that as

[PHP-DEV] __clone arguments

2003-12-03 Thread Eduardo R. Maciel
; else { var_dump($dolly); var_dump($molly); } if ($dolly === $molly) echo identical: TRUE; else { var_dump($dolly); var_dump($molly); } Eduardo R. Maciel __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com

Re: [PHP-DEV] StudlyCaps

2003-12-03 Thread Eduardo R. Maciel
I know the valids decision votes will be from the core developers (wich I am not). But I´d like to expose my suggestion: - PHP object oriented parts, like classnames, methods, atributes, etc could use studlyCaps as almost whole world use to with OO code. - Php procedural parts, like

Re: [PHP-DEV] StudlyCaps

2003-12-03 Thread Eduardo R. Maciel
please note: - Almost all external technology wich PHP will interact now or in the near future uses studlyCaps. I mean: - Almost all #OO# external technology wich PHP will interact now or in the near future uses studlyCaps. __ Do you Yahoo!? Free Pop-Up Blocker

Re: [PHP-DEV] Beta 3

2003-12-04 Thread Eduardo R. Maciel
of not standard code (Sorry for being intromissive, but I think everybody should consider what I said). Eduardo R. Maciel __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- PHP Internals - PHP Runtime Development Mailing List

[PHP-DEV] Destructors and Shutdown Sequence [OFF]

2003-12-13 Thread Eduardo R. Maciel
and what CAN´T be done. But I´m not so familiarized with the actual implementaton to find it by myself. Thanks for your attention. Eduardo R. Maciel __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Re: error_handler, was [PHP-DEV] B3, pear

2003-12-18 Thread Eduardo R. Maciel
, st_size=0, ...}) = 0 lseek(3, 0, SEEK_CUR) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Going home now, and then i´ll try to look deeper at it. Eduardo R. Maciel __ Do you Yahoo!? New Yahoo! Photos - easier uploading

Re: [PHP-DEV] Re: error_handler, was [PHP-DEV] B3, pear segfault,

2003-12-18 Thread Eduardo R. Maciel
For me it has been crashing for about 10 days ago to now: [EMAIL PROTECTED]:/usr/src/php5-200312182030# make install-pear-packages [PEAR] DB - already installed: 1.5.0RC1 [PEAR] HTTP - already installed: 1.2.1 make: *** [install-pear-packages] Falha de segmentação

Re: [PHP-DEV] Re: error_handler, was [PHP-DEV] B3, pear segfault,

2003-12-18 Thread Eduardo R. Maciel
On Fri, 19 Dec 2003 02:22:06 +0200 Andi Gutmans [EMAIL PROTECTED] wrote: So the revert I did 20 minutes ago didn't help? It was with the last snapshot, I´m going to checkout it now and test again... Anything else can I send that could help? Eduardo R. Maciel

[PHP-DEV] pear segfault OK now

2003-12-18 Thread Eduardo R. Maciel
Just checked out and compiled. make install-pear-packages is OK for me now. How about the others to it was segfaulting??? Eduardo R. Maciel __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ -- PHP Internals - PHP