mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
Added notice about new functions.
This commit is contained in:
parent
685fd42965
commit
f7f7094bcf
2
NEWS
2
NEWS
@ -2,6 +2,8 @@ PHP 4.0 NEWS
|
||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
|
||||
???, Version 4.0 Beta 5
|
||||
- Added get_class_vars(string class_name) and get_object_vars(object obj)
|
||||
function. (Andrei, Zend library)
|
||||
- Add pdf_set_parameter(), pdf_skew(), pdf_show_boxed() (Uwe)
|
||||
- Fixed comparison of (string) "inf" with (string) "inf", which was erroneously
|
||||
returning false (Zeev)
|
||||
|
@ -1,3 +1,3 @@
|
||||
/* automatically generated by configure */
|
||||
/* edit configure.in.in to change version number */
|
||||
#define PHP_VERSION "4.0b4-dev"
|
||||
/* edit configure.in to change version number */
|
||||
#define PHP_VERSION "4.0b5-dev"
|
||||
|
Loading…
Reference in New Issue
Block a user