Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
	NEWS
This commit is contained in:
Andrey Hristov 2013-07-08 20:24:58 +02:00
commit 3dd5f4ae4c
2 changed files with 51 additions and 0 deletions

File diff suppressed because one or more lines are too long

View file

@ -559,6 +559,7 @@ mysqlnd_stmt_execute_store_params(MYSQLND_STMT * s, zend_uchar **buf, zend_uchar
*p += null_count;
}
left = (*buf_len - (*p - *buf));
/* 1. Store type information */
/*
check if need to send the types even if stmt->send_types_to_server is 0. This is because