George and I have identified and fixed a bug involving class member data
initialization. This seems to fix session support in PHPLIB, and
possibly other related problems as well.
A simple example of offending code:
class Foo {
var $x = array("b" => "c");
var $y = array("a");
New features/fixes:
* support for relative include paths
* support for the include_path setting in php.ini
* new php function 'apc_cache_index'
* default initialization of class member data (as arrays) now works
Note: to enable support for either relative paths OR the include_path
setting, you m
Fixes this time around:
* class hierarchies more than two levels deep should work now :)
* should compile cleanly under PHP 4.0.2 through 4.0.4pl1
Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This version fixes at least one show-stopper bug:
* default values for class member data would cause the webserver to
abort
And there is a possible fix for the BC math library problems that some
people have reported.
APC now compiles on Solaris 8.
Due to the severity of the class-related bug f
4 matches
Mail list logo