]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
PHP 5.3 compatibility hack for DB_DataObject
authorBrion Vibber <brion@pobox.com>
Fri, 12 Feb 2010 19:15:12 +0000 (11:15 -0800)
committerBrion Vibber <brion@pobox.com>
Fri, 12 Feb 2010 19:15:12 +0000 (11:15 -0800)
commitfd3c9334bfcfe627446feb86ac3054b24ed05449
treecca5ba571fcb325113a7bc9541f7d0e977a6b804
parent22025e3b7b5ddfd26162a59b697690f50775c79c
PHP 5.3 compatibility hack for DB_DataObject

statusnet.links.ini file could not be read anymore due to the entry for nonce containing a comma in its key value.
PHP's parse_ini_file() function no longer allows commas in keys, and rejects the *ENTIRE FILE* if it's present, breaking various automatic joins.
classes/Nonce.php
classes/statusnet.links.ini