|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
???, Version 4.0 Release Candidate 1
+- Added get_class_methods(string classname) function. (Andrei)
- Don't default to iso-8859-1 since this confuses some browsers (Rasmus)
- Make it possible to specify both a port and a socket in
mysql_[p]connect (Rasmus)
- The string None is now recognized as a keyword by the php.ini processor, and
can be used to denote an empty string (Zeev)
- Added get_class_vars(string class_name) and get_object_vars(object obj)
- function. (Andrei, Zend library)
+ functions. (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)
* allow foreach ($array as $k => &$val) syntax. right now we can not
traverse an array without copying each element.
* look al replacing c-lib call tolower().
- * get_class_methods("classname")
global
------