PHP_FCGI_CHILDREN is not defined).
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, Version 4.3.6
- Synchronized bundled GD library with GD 2.0.22. (Ilia)
+- Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is
+ not defined). (Ilia)
- Fixed bug #27782 (Wrong behaviour of next(), prev() and each()). (Ilia)
- Fixed bug #27764 (Get return value from a stored procedure not returning any
result sets). (Frank)
/**
* Number of child processes that will get created to service requests
*/
-static int children = 0;
+static int children = 8;
/**
* Set to non-zero if we are the parent process