Search found 5 matches

by JeffRoss
Fri Oct 03, 2008 9:59 pm
Forum: Bugs
Topic: Patch for include/functions_config.inc.php
Replies: 6
Views: 4105

Excellent!

So, would you like me to continue with the logic wrapper style? Believe me, implicit casts really are evil, and a little googleing will show you why. I don't think it would hurt the code base at all to fix all the implicit casts once and for all.

Jeff
by JeffRoss
Fri Oct 03, 2008 9:50 pm
Forum: Bugs
Topic: Patch for include/functions_config.inc.php
Replies: 6
Views: 4105

I've only just got serendipity up and running, and the user that requested it hasn't made her first post yet.

As queries fail, I'll fix them and send patches.

As far as the cast( expr as type ) syntax goes, this is the SQL standard, and is supported by MySQL as far back as 3.23, as this entry in ...
by JeffRoss
Fri Oct 03, 2008 5:49 pm
Forum: Bugs
Topic: Cross Site Request Forgery (XSRF) aimed at you?
Replies: 28
Views: 40583

Hi!

Will custom user session handlers work with Serendipity?

Yes, if the custom session handlers impement all functionality properly. I suspect that your custom session handles might not implement all functionality...

Maybe you could switch to 'files' PHP sesson handler for the s9y directory ...
by JeffRoss
Fri Oct 03, 2008 5:45 pm
Forum: Bugs
Topic: Patch for include/functions_config.inc.php
Replies: 6
Views: 4105

Patch for include/functions_config.inc.php

I've uploaded a diff -u patch against that latest nightly tarball to fix an implicit casting error when using PostgreSQL 8.3 and above.

The patch file is at http://www.openvistas.net/functions_config.patch

Thanks,

Jeff Ross
by JeffRoss
Thu Oct 02, 2008 11:15 pm
Forum: Bugs
Topic: Cross Site Request Forgery (XSRF) aimed at you?
Replies: 28
Views: 40583

Will custom user session handlers work with Serendipity?

I'm using the latest nightly, and a fresh install.

My phpinfo() can be found at http://www.virtualdeb.net/php_info.html

I'm using a custom session handler that has worked like a charm for a couple of years now, but I'm not able do any ...