www.jpct.net

General => News => Topic started by: EgonOlsen on July 13, 2007, 12:03:42 am

Title: Possible downtimes!
Post by: EgonOlsen on July 13, 2007, 12:03:42 am
During the next days, it's possible that the forum (or the whole site) may be down sometimes. The host is upgrading the database to MySQL5.
If you can read this, it's not down... ;D
Title: Re: Possible downtimes!
Post by: cyberkilla on July 13, 2007, 03:31:28 am
Okay:)

I better grab that myself :o
Title: Re: Possible downtimes!
Post by: Melssj5 on July 13, 2007, 05:13:33 am
I have noticed already that. it has been 2 times the site was down.
Title: Re: Possible downtimes!
Post by: EgonOlsen on July 16, 2007, 10:12:45 pm
MySQL is at 5.x now...the downtimes should be gone.
Title: Re: Possible downtimes!
Post by: cyberkilla on July 17, 2007, 01:00:20 am
I'm gonna be in trouble when I move to php 5:P

Damned pass-by-reference is gone.

I don't know why they disallow that. It's much more efficient for altering a complex array with multiple functions.
Title: Re: Possible downtimes!
Post by: EgonOlsen on July 17, 2007, 09:48:44 pm
Damned pass-by-reference is gone.
I thought they've just switched the semantics, so that a former pass-by-reference is a pass-by-value now and vice versa. Isn't that so? Oh well, PHP is an awful language anyway IMHO.
Title: Re: Possible downtimes!
Post by: cyberkilla on July 17, 2007, 09:59:38 pm
To my knowledge, it is, at the very least, deprecated.

And, you're right, it is a very sloppy language, and the OOP extension they have added is inconsistent, and overkill.
Title: Re: Possible downtimes!
Post by: EgonOlsen on July 17, 2007, 10:11:40 pm
To my knowledge, it is, at the very least, deprecated.
In fact, they should deprecate the whole language... ;D
Title: Re: Possible downtimes!
Post by: cyberkilla on July 17, 2007, 11:33:43 pm
I would back your cause, if I hadn't spent 4 years working on a massive text-based rpg :)