]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Use ReflectionFunction to check for a present-but-disabled dl() function instead...
authorBrion Vibber <brion@pobox.com>
Fri, 7 Jan 2011 22:48:40 +0000 (14:48 -0800)
committerBrion Vibber <brion@pobox.com>
Fri, 7 Jan 2011 22:48:40 +0000 (14:48 -0800)
commit0ec07e9c651f747d93865f75b8631899a7d7f04d
treea126c9232d3b09a87e622a8b4a65e76c373af2e6
parentd0d39b51b8b85a86d8d62a4327d2f119d003cb78
Use ReflectionFunction to check for a present-but-disabled dl() function instead of manually parsing the disable_functions php.ini setting.

We were checking the list as comma-delimited (per the description of it as comma-delimited), but in fact spaces are also accepted, and who knows what else.
lib/common.php