Re: [PHP-DEV] __autoload & exceptions

2003-10-11 Thread Dan Cox
Marcus- Here are just some interesting observations with __autoload() and exceptions: Currently, an empty php file with just "throw new Exception();" will dump out an error like so: *Fatal error*: Uncaught exception 'exception' with message 'Unknown exception' in /server/http/sites/db.wep.net/

Re: [PHP-DEV] Accessing child constants from base class

2003-10-11 Thread Marcus Börger
Hello Dan, Friday, October 10, 2003, 8:36:48 PM, you wrote: > On a side note, when an exception is thrown from inside the > __autoload() function, PHP only reports 'exception thrown in > __autoload' and no other information about the exception. Is > this a bug? I don't think so. The exception sh

Re: [PHP-DEV] Accessing child constants from base class

2003-10-11 Thread Marcus Börger
Hello Dan, Friday, October 10, 2003, 7:37:29 PM, you wrote: > Hi Marcus- > Marcus Börger wrote: >>Constants are bound to the class rather then to the objects. Hence they >>behave pretty much like static properties or default values of declared >>properties and like the latter they are read only

[PHP-DEV] CVS Account Request: javi

2003-10-11 Thread Javier Eguiluz
My solely purpose is to contribute in the spanish translation of the PHP documentation. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] $_SESSION questions

2003-10-11 Thread Sascha Schumann
On Sat, 10 Oct 2003, Jeremy Johnstone wrote: > I have recently found that if I don't register a session using PHP's > session management code I can use the $_SESSION variable as "my own" > superglobal which I can use for whatever purpose I deam fit. Here is a > small code snippet to illustrate:

Re: [PHP-DEV] sendmail check

2003-10-11 Thread Sascha Schumann
Ilia, please ensure that the patch is either backed out from or completely brought up to production quality for the PHP_4_3 tree, so that the old php.ini-dist recommendation works again. ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). Th

Re: [PHP-DEV] phprep - initial , unfinished release

2003-10-11 Thread netcat
Andrei Zmievski wrote: On Fri, 10 Oct 2003, netcat wrote: Hi, all. I've just made available first (for developers only) release of phprep project. home page: http://phprep.sourceforge.net/ download: http://sourceforge.net/project/showfiles.php?group_id=92157 Everyone is encouraged to check i