ID: 12188
Updated by: hholzgra
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Unknown/Other Function
Operating System:
PHP Version: 4.0.6
New Comment:
... and the problem is ... ?
Previous Comments:
------------------------------------------------------------------------
[2001-07-16 11:19:57] [EMAIL PROTECTED]
class A {
var $a;
function add(){
$this->a++;
}
}
session_register('a');
if (!is_object($a)){
$a = new A();
}
$a->add();
print_r($a);
========================================================================================================================
Modules :
"./configure" \
"--with-iconv" \
"--with-mysql" \
"--with-apxs=/usr/local/apache/bin/apxs" \
"--with-xml" \
"--with-sablot" \
"--with-swf=/usr/local/src/dist" \
"-enable-sysvsem" \
"-enable-sysvshm" \
"-enable-trans-sid" \
"-enable-track-vars" \
"-enable-register-globals" \
"$@"
============================================================
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=12188&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]