- Added bz2 stream filter support. (Sara)
- Added support of parameter->value arrays to xsl_xsltprocessor_set_parameter()
(Tony)
+- Fixed bug with raw_post_data not getting set (Brian)
- Fixed bug in mysql->client_version (Georg)
- Fixed ZTS destruction. (Marcus)
- Fixed bug #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on error). (Tony)
SG(request_info).current_user = NULL;
SG(request_info).current_user_length = 0;
SG(request_info).no_headers = 0;
+ SG(request_info).post_entry = NULL;
/*
* It's possible to override this general case in the activate() callback,