This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
31
Features / Password Hashing
« on November 28th, 2011, 07:44 PM »
Any plans of changing the way passwords are hashed? If so to which one?
(click to show/hide)
I had an other idea that I wanted post but I forgot.(Need to start writing things down.) :bah:
32
The Pub / Re: Logo Madness
« on November 28th, 2011, 06:19 PM »Oh, well, you know guys that you can make me stop anytime... :P
Plus, it's not like I'm preventing anyone from lobbying for their own fave logo!
33
Features: Forward thinking / Re: Removing deprecated code
« on June 11th, 2011, 09:53 PM »Many personal VPS and hosts use Centos 5.x which uses the PHP 5.2.17. One of the big holdups to php 5.3 has been there isn't a pear package that runs with 5.3, so a lot of programs that need it like APC cache, etc don't work without doing custom compiles. Many hosts also provide mail interfaces (squirel mail, roundcode, etc) which all fail with 5.3
Once Centos 6 makes the air, then php 5.3 will have good support.
34
Features: Forward thinking / Re: Removing deprecated code
« on June 10th, 2011, 11:33 PM »
PHP 5.3.6 on my production server and MYSQL version 5.1.?. My test server has PHP 5.2.17 and MYSQL 5.1.57.
Code: [Select]
// IE 4 is rather annoying, this wouldn't be necessary...
echo '
var fSetupCredits = function ()
{
smfSetLatestSupport();
smfCurrentVersion()
}
addLoadEvent(fSetupCredits);
// ]]></script>';