send_default_content_type now sends value from php.ini). (Uwe Schindler)
- Fixed bug #26635 (fixed look up for fonts in the current directory w/ZTS).
(Ilia)
+- Fixed Bug #26625 (pg_convert sets NULL incorrectly for character data
+ types). (Ilia)
- Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia)
- Fixed bug #26595 (ext/domxml: XSLT_NAMESPACE undeclared). (Christian)
- Fixed bug #26565 (strtotime("this month") resolving to the wrong month).
#else
Z_STRVAL_P(new_val) = php_addslashes(Z_STRVAL_PP(val), Z_STRLEN_PP(val), &Z_STRLEN_P(new_val), 0 TSRMLS_CC);
#endif
+ php_pgsql_add_quotes(new_val, 1 TSRMLS_CC);
}
- php_pgsql_add_quotes(new_val, 1 TSRMLS_CC);
break;
case IS_LONG: