Changeset 2982
- Timestamp:
- 12/08/06 23:03:18 (2 years ago)
- Files:
-
- trunk/lib/util/sfCore.class.php (modified) (1 diff)
- trunk/test/other/tasksTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/util/sfCore.class.php
r2875 r2982 182 182 ini_set('unserialize_callback_func', 'spl_autoload_call'); 183 183 } 184 else if (!function_exists('__autoload'))184 else if (!function_exists('__autoload')) 185 185 { 186 186 ini_set('unserialize_callback_func', '__autoload'); trunk/test/other/tasksTest.php
r2405 r2982 61 61 { 62 62 ob_start(); 63 passthru(sprintf('%s "%s" %s 2>&1', $this->php_cli, dirname(__FILE__).'/../../data/bin/symfony', $cmd), $return);63 passthru(sprintf('%s -q "%s" %s 2>&1', $this->php_cli, dirname(__FILE__).'/../../data/bin/symfony', $cmd), $return); 64 64 $content = ob_get_clean(); 65 65 $this->t->cmp_ok($return, '<=', 0, sprintf('"symfony %s" returns ok', $cmd));