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
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
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
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
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
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
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
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
,
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
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
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!?
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
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
> --- 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
___
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
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
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
17 matches
Mail list logo