php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64718 mysqlnd redefines macros
Submitted: 2013-04-25 19:19 UTC Modified: 2013-04-30 12:27 UTC
From: sixd@php.net Assigned: johannes (profile)
Status: Closed Package: MySQL related
PHP Version: 5.5.0beta4 OS:
Private report: No CVE-ID: None
 [2013-04-25 19:19 UTC] sixd@php.net
Description:
------------
Compiling mysqnd gives:

/home/cjones/Desktop/php-5.5.0beta4/ext/mysqlnd/mysqlnd_alloc.c:540:0: warning: 
"SMART_STR_START_SIZE" redefined [enabled by default]
/home/cjones/Desktop/php-5.5.0beta4/ext/standard/php_smart_str.h:42:0: note: this 
is the location of the previous definition
/home/cjones/Desktop/php-5.5.0beta4/ext/mysqlnd/mysqlnd_alloc.c:541:0: warning: 
"SMART_STR_PREALLOC" redefined [enabled by default]
/home/cjones/Desktop/php-5.5.0beta4/ext/standard/php_smart_str.h:38:0: note: this 
is the location of the previous definition



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-04-30 12:27 UTC] johannes@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: johannes
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 03:01:29 2024 UTC