switch (result_packet.response_code) {
case 3:
- DBG_INF("fast path suceeded");
+ DBG_INF("fast path succeeded");
DBG_VOID_RETURN;
case 4:
if (conn->vio->data->ssl || conn->unix_socket.s) {
#else
_access(ZSTR_VAL(new_value), 06) != 0) {
#endif
- zend_accel_error(ACCEL_LOG_WARNING, "opcache.file_cache must be a full path of accessable directory.\n");
+ zend_accel_error(ACCEL_LOG_WARNING, "opcache.file_cache must be a full path of accessible directory.\n");
new_value = NULL;
}
}
RETURN_FALSE;
#if ZEND_ENABLE_ZVAL_LONG64
} else if (ms_timeout > INT_MAX) {
- php_error_docref(NULL, E_WARNING, "timeout was shrinked to %d", INT_MAX);
+ php_error_docref(NULL, E_WARNING, "timeout was shrunk to %d", INT_MAX);
ms_timeout = INT_MAX;
#endif
}
'm' => array('TEST_BASE_PATH' ,'path' ,NULL ,'copy tests to this path before testing'),
'n' => array('NO_PHPTEST_SUMMARY' ,'' ,0 ,'do not print test summary'),
'p' => array('TEST_PHP_EXECUTABLE' ,'path' ,NULL ,'php executable to be tested'),
- 'q' => array('NO_INTERACTION' ,'' ,0 ,'no console interaction (ie dont contact QA)'),
+ 'q' => array('NO_INTERACTION' ,'' ,0 ,'no console interaction (ie don\'t contact QA)'),
'r' => array('REPORT_EXIT_STATUS' ,'' ,0 ,'exit with status at end of execution'),
's' => array('TEST_PHP_SRCDIR' ,'path' ,NULL ,'path to php source code'),
't' => array('TEST_PHP_DETAILED' ,'number' ,0 ,'level of detail output to dump'),