Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Oyvind Moll

* Alexander Bokovoy [EMAIL PROTECTED]
|
| On Fri, Jul 20, 2001 at 04:25:44PM +0200, Sebastian Bergmann wrote : 
|  I recently came by accident across subversion 
|  
|  http://subversion.tigris.org/
|  
|I have yet to download and get a feel for it, but the website's
|  feature list looks promising.
|
| And it is far from even beta. Bad.

However, progress is steady and pretty rapid, and the people involved
are very competent and experienced.  E.g. Karl Fogel, Brian Behlendorf
and Greg Stein are three persons I'm glad to see behind this
CVS-killer.

-- 
   Øyvind Møll  [EMAIL PROTECTED]
   Initio IT-løsninger AS   URL: http://www.initio.no/ 

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




Re: [PHP-DEV] Bug #11022: session_encode() crashes when there's data to encode

2001-05-22 Thread Oyvind Moll

* [EMAIL PROTECTED] [EMAIL PROTECTED]
|
| Operating system: FreeBSD, Linux, ...
| PHP version:  4.0.5
| PHP Bug Type: Reproducible crash
| Bug description:  session_encode() crashes when there's data to encode
| 
| I'm testing some user session handling now, and have found a reproducible
| crash.  The following page causes a crash:
| 
| ?php
| include('dummysessionhandlers.inc.php');
| session_register('foo');
| session_encode();
| ?
| 
| While the following code does _not_ crash:
| 
| ?php
| inlude('dummysessionhandlers.inc.php');
| session_encode();
| session_register('foo');
| ?

This is probably the same bug as http://www.php.net/bugs.php?id=9264,
but I wanted people to know that this bug also bites real operating
systems, not only Windows.

-- 
   Øyvind Møll  [EMAIL PROTECTED]
   Initio IT-løsninger AS   URL: http://www.initio.no/ 

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




Re: [PHP-DEV] bug or feature?

2001-05-18 Thread Oyvind Moll

* Zeev Suraski [EMAIL PROTECTED]
|
| At 16:08 18/5/2001, Andrei Zmievski wrote:
| On Fri, 18 May 2001, Stig Bakken wrote:
|   Anyway, I'd like to see $this assignment in constructor:
|  
|   1. dismissed as a bug
|   2. documented as a feature, or
| 
| +1 from me on this one.
| 
| +1 on what? :)

From me: +1 on documenting/making it a feature.


| It's generally a side effect of the implementation, so I wouldn't be too 
| keen on documenting as a feature, but as an undefined behavior.

Could the current behaviour be hard to keep in the future, with the
$this assignment in constructor syntax?  The feature, though
currently unintended, is certainly handy enough to warrant being kept
alive in one way or another.

-- 
   Øyvind Møll  [EMAIL PROTECTED]
   Initio IT-løsninger AS   URL: http://www.initio.no/ 

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