mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix UdmSearch spelling
This commit is contained in:
parent
e708c0ba70
commit
940f58c2de
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
4
NEWS
4
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue