Commit: 433d954140f82933ccdebf8030229298a04b8e6c Author: Nuno Lopes <[email protected]> Sat, 19 Oct 2013 18:07:26 -0400 Parents: 3aca84a637ec56376ba2cdc3a3ac1c2e421304c1 Branches: master
Link: http://git.php.net/?p=web/gcov.git;a=commitdiff;h=433d954140f82933ccdebf8030229298a04b8e6c Log: fix my previous commit it helps running things before commiting.. Signed-off-by: Nuno Lopes <[email protected]> Changed paths: M cron/check_parameters.php Diff: diff --git a/cron/check_parameters.php b/cron/check_parameters.php index 5a79d23..20cf264 100644 --- a/cron/check_parameters.php +++ b/cron/check_parameters.php @@ -63,7 +63,7 @@ if (version_compare(VERSION, '5.4', 'ge')) { // specific to PHP >= 5.6 if (version_compare(VERSION, '5.6', 'ge')) { - $API_params['S'] = array('char**', 'zend_str_size*'), // string + $API_params['S'] = array('char**', 'zend_str_size*'); // string } $check_params = array(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
