mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
Fixed bug #47831 (Compile warning for strnlen() in main/spprintf.c)
# Patch by rainer\ dot\ jung\ at\ kippdata\ dot\ de
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
PHP NEWS
|
||||
PHP NEWS
|
||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
?? ??? 2009, PHP 5.2.10
|
||||
- Added new CURL options CURLOPT_REDIR_PROTOCOLS, CURLOPT_PROTOCOLS,
|
||||
@@ -7,6 +7,8 @@
|
||||
- Fixed memory corruptions while reading properties of zip files. (Ilia)
|
||||
- Fixed memory leak in ob_get_clean/ob_get_flush. (Christian)
|
||||
|
||||
- Fixed bug #47831 (Compile warning for strnlen() in main/spprintf.c).
|
||||
(Ilia, rainer dot jung at kippdata dot de)
|
||||
- Fixed bug #47828 (openssl_x509_parse() segfaults when a UTF-8 conversion
|
||||
fails). (Scott, Kees Cook, Pierre)
|
||||
- Fixed bug #47769 (Strange extends PDO). (Felipe)
|
||||
|
||||
@@ -76,6 +76,7 @@
|
||||
* SIO stdio-replacement strx_* functions by Panos Tsirigotis
|
||||
* <panos@alumni.cs.colorado.edu> for xinetd.
|
||||
*/
|
||||
#define _GNU_SOURCE
|
||||
#include "php.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
Reference in New Issue
Block a user