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/
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
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
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
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:
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
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