mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
- Add News entry
This commit is contained in:
parent
59a5701a8e
commit
d60d7777d1
3
NEWS
3
NEWS
@ -1,6 +1,9 @@
|
||||
PHP NEWS
|
||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
12 Feb 2004, PHP 5 Beta 4
|
||||
- Changed exceptions so that they must now inherit from the built-in Exception
|
||||
class. This allows for a general catch(Exception $e) statement to catch all
|
||||
exceptions. (Andi, Zeev)
|
||||
- Added checks for invalid characters in a cookie name and cookie data
|
||||
into set[raw]cookie(). (Brian)
|
||||
- Added new pspell functions: (Brian)
|
||||
|
Loading…
Reference in New Issue
Block a user