Ares

Results 3 issues of Ares

[https://github.com/zendframework/zend-db/blob/master/src/Adapter/Platform/AbstractPlatform.php](url) line 44 ```PHP $parts = preg_split( '/([^0-9,a-z,A-Z$_:])/i', $identifier, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY ); ``` I run into problem because pattern '/([^0-9,a-z,A-Z$_:])/i', doesn't support utf8. I think pattern modifier 'u'...

The bug can recur very easily. ```PHP

记不清从哪个版本开始了,一直到1.198.0还是有问题,safari浏览器最上面的连接会被吃掉,chrome能正常显示。 补充: 更新到1.202.0之后第一行完全被吃掉了,之前是吃一半。