scottmac Sun, 18 Dec 2011 05:14:32 +
Revision: http://svn.php.net/viewvc?view=revision&revision=321094
Log:
Fix segfault in older versions of OpenSSL (before 0.9.8i)
Changed paths:
U php/php-src/branches/PHP_5_3/NEWS
U php/php-src/branches/PHP_5_3/
gron Sat, 17 Dec 2011 14:26:39 +
Revision: http://svn.php.net/viewvc?view=revision&revision=321089
Log:
Fixed inconsistent and broken handling of private properties in traits.
# The handling of private properties in classes is now consistent with private
p