diff options
| author | Antony Dovgal <tony2001@php.net> | 2011-03-08 14:53:38 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2011-03-08 14:53:38 +0000 |
| commit | d3843846f3c4c7711f80b8a3b633d2761a38bf84 (patch) | |
| tree | fa62b3bc36317539c5e4884670054cdc8d1cacbf | |
| parent | 4fcffb544368dabaea568df4450e217a1e2200a4 (diff) | |
| download | php-git-d3843846f3c4c7711f80b8a3b633d2761a38bf84.tar.gz | |
fix typppo
| -rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ PHP NEWS a property into a warning. (Scott) - General improvements: - . Added multibyte suppport by default. Previously php had to be compiled - with --enable-zend-multibyte. Now it can be enabled or disabled throug + . Added multibyte support by default. Previously php had to be compiled + with --enable-zend-multibyte. Now it can be enabled or disabled through zend.multibyte directive in php.ini (Dmitry) . Removed compile time dependency from ext/mbstring (Dmitry) . Added scalar typehints to the parser and the reflection API. (Ilia, Derick) |
