[PHP-DEV] Unserialize Bug #17728 and Re: [PHP-DEV] Data Hiding Implementation in PHP Classes

2002-08-16 Thread Ben Dischinger
Thanks so much for your help Brad and Sander. I've downloaded the newest Zend2 from cvs and compiled it into Php-4.3.0-dev. All of the features of data hiding which I would need for this project look nicely implemented in this engine! But now I'm running a bit of a dilemna. I'm saving seria

Re: [PHP-DEV] Data Hiding Implementation in PHP Classes

2002-08-16 Thread Marcus Börger
We also have public as an alias for variable. marcus At 15:09 16.08.2002, Brad LaFountain wrote: >That .txt only talks about private members. Zend2 also implements protected >data members. > > - brad >--- Sander Roobol <[EMAIL PROTECTED]> wrote: > > The Zend Engine 2 implements this. See http:/

Re: [PHP-DEV] Data Hiding Implementation in PHP Classes

2002-08-16 Thread Brad LaFountain
That .txt only talks about private members. Zend2 also implements protected data members. - brad --- Sander Roobol <[EMAIL PROTECTED]> wrote: > The Zend Engine 2 implements this. See http://www.php.net/ZEND_CHANGES.txt > > Sander > > On Fri, Aug 16, 2002 at 03:13:57AM -0500, Ben Dischinger wro

Re: [PHP-DEV] Data Hiding Implementation in PHP Classes

2002-08-16 Thread Sander Roobol
The Zend Engine 2 implements this. See http://www.php.net/ZEND_CHANGES.txt Sander On Fri, Aug 16, 2002 at 03:13:57AM -0500, Ben Dischinger wrote: > Hello, > > My question is if there is anyone working on an implementation of data hiding in >php? IE Public, private, and protected data types wit