... it does not work:

<?php
 class FooClass {
function bar() {
print "foobar\n";
}
function foo() {
$this->bar();
bar();
}

}

 $obj = new FooClass;
$obj->foo();
 ?>

with these CVS:

cvs -z3 -d :pserver:[EMAIL PROTECTED]:/repository -z3 co -rPHP_4_3
php4
cvs -z3 -d :pserver:[EMAIL PROTECTED]:/repository -z3 co php5
cvs -z3 -d :pserver:[EMAIL PROTECTED]:/repository -z3 co php4-ze2

and this configure:

./configure --with-apxs2=/usr/local/httpd-2.0.43/bin/apxs
--prefix=/usr/local/php5-`date +%d%m%G`/ -
-with-openssl --with-zlib --with-bz2 --with-gd --with-mysql
--with-xmlrpc

Ok, I'm stupid, but where is my error ??? plz.

-- 
michel 'ziobudda' morelli <[EMAIL PROTECTED]>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to