You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dmitry Stogov b515bfbdfb Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants in methods defined in traits are delayed till run-time. This approach also made possible to use __CLASS__ constant as default value for traits properties and method arguments. 15 years ago
..
tests Changed silent conversion of array to string to produce a notice. (Patrick) 15 years ago
CREDITS Adjusted credits file so that it appears properly on phpinfo() 20 years ago
config.m4 - Fix typo 18 years ago
package.xml Typo 20 years ago
php_posix.h - Year++ 15 years ago
posix.c - Year++ 15 years ago