summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-06-23 16:37:56 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-06-23 16:37:56 +0000
commit940f58c2dec4f2f6479dee377b0f7d24eb21ffea (patch)
treeb53e60370518c282701ebb2f9c07a5354f2c4f05
parente708c0ba70664bcb33e4fbd4111011834dc681c7 (diff)
downloadphp-git-940f58c2dec4f2f6479dee377b0f7d24eb21ffea.tar.gz
Fix UdmSearch spelling
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c2d51b8b6..a11624d930 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,8 +24,8 @@
ext/standard/basic_functions.c
ext/standard/basic_functions.h
ext/standard/crc32.c:
- Add a crc32 checksum function - used by the udm_search search engine
- and currently run through a system call. This will speed up the udm_search
+ Add a crc32 checksum function - used by the UdmSearch search engine
+ and currently run through a system call. This will speed up the UdmSearch
php frontend significantly.
2000-06-21 Sascha Schumann <sascha@schumann.cx>
diff --git a/NEWS b/NEWS
index 6459e5e538..a7a1c0551d 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,8 @@ PHP 4.0 NEWS
- Fixed serializer behaviour with regards to serializing objects which class
definition was not available in the current context. (Sascha)
- Improve memory cache performance and increase cache size. (Stas, Zend Engine)
-- Added a crc32 checksum function - used by the udm_search search engine
- and currently run through a system call. This will speed up the udm_search
+- Added a crc32 checksum function - used by the UdmSearch search engine
+ and currently run through a system call. This will speed up the UdmSearch
php frontend significantly. (Rasmus)
- Modified in_array() to not touch array pointer. (Andrei)
- Added restore_error_handler(). (Zeev, Zend engine)