[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

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????? Edu

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 config.ni

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

2003-12-18 Thread Eduardo R. Maciel
IFREG|0644, st_size=0, ...}) = 0 open("/usr/local/php/lib/php/.lock", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, 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 loo

[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

[PHP-DEV] error configuring last snap ?

2003-12-11 Thread Eduardo R. Maciel
Any report of error in the configure on last CVS snapshot?? stops before generating zend_config.h or it´s just for me? Eduardo R. Maciel __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Beta 3

2003-12-04 Thread Eduardo R. Maciel
ps??? So why go against it all and creating a mess 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

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] StudlyCaps

2003-12-03 Thread Eduardo R. Maciel
, Eduardo R. Maciel __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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 functions

[PHP-DEV] __clone arguments

2003-12-03 Thread Eduardo R. Maciel
molly) echo "equal: TRUE"; 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!?

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 (st

Re: [PHP-DEV] __autoload() lowercase

2003-11-27 Thread Eduardo R. Maciel
think. regards, Eduardo R. Maciel __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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-19 Thread Eduardo R. Maciel
to agree that __autoload() should 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 pro

[PHP-DEV] __autoload() lowercase

2003-11-18 Thread Eduardo R. Maciel
We run into a problem, when tryng to organize class files since autoload always uses lowercase. My class file, for example, is named ArrayIterator.class.php (as the class ArrayIterator ) but I get the following error when trying to autoload the class: Warning: __autoload(/usr/local/apache2/htdoc

Re: Re: [PHP-DEV] __autoload & exceptions

2003-10-24 Thread Eduardo R. Maciel
september and can´t follow 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 > fu