diff options
author | Thies C. Arntzen <thies@php.net> | 2001-01-23 15:30:27 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2001-01-23 15:30:27 +0000 |
commit | d36858681a0d48414702524ebd16f31289b06fa8 (patch) | |
tree | ddb8d94aead7984843698d2adc6af7ee0a8c3b5c | |
parent | 373e8301177fbe268eacdb0f32aa6d193ab647f6 (diff) | |
download | php-git-d36858681a0d48414702524ebd16f31289b06fa8.tar.gz |
#found this by playing with phpMyAdmin.
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.5 +- Fixed possible crash in all (non-pcre) regex functions. (Thies) - Improved str_replace() to accept an array for any parameter - similar to preg_replace(). (Andrei) - Fixed extract() to properly prefix numeric keys when EXTR_PREFIX_ALL is |