Commit: 867a1f6cced698808a8dc410921427f87f5e7cf2 Author: Stanislav Malyshev <[email protected]> Mon, 18 Mar 2013 01:17:56 -0700 Parents: 3dcce7c58e4aec31e4485eea1d999568df27fa3c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=867a1f6cced698808a8dc410921427f87f5e7cf2 Log: fix missing ul Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 6113325..087559b 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -26,6 +26,7 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? <li><?php bugfix(64128); ?> (buit-in web server is broken on ppc64).</li> </ul> <li>Mbstring:</li> +<ul> <li>mb_split() can now handle empty matches like preg_split() does.</li> </ul> <li>OpenSSL:</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
