PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, Version 4.3.11
+- Fixed bug #31174 (compile warning in url.c). (Ilia, lukem at NetBSD dot org)
- Fixed bug #31120 (mssql_query returns false on successfull inserts and
stored procedures). (Frank)
- Fixed bug #31111 (Linux/Sparc: Compile failure of zend_strtod.c). (Derick)
{
char port_buf[6];
php_url *ret = ecalloc(1, sizeof(php_url));
- char *s, *e, *p, *pp, *ue;
+ const char *s, *e, *p, *pp, *ue;
s = str;
ue = s + length;