summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2013-07-23 11:15:43 -0700
committerAdam Harvey <aharvey@php.net>2013-07-23 11:15:43 -0700
commitf9000fde98195844b4d1c1d6209f9796da3ebee8 (patch)
treee309bc273376385efd107a4b2994d6fa13e7de8a /ext/mysql/php_mysql.c
parentf00d796b7ef290b4fa515ae09afc34f17201528f (diff)
downloadphp-git-f9000fde98195844b4d1c1d6209f9796da3ebee8.tar.gz
Expand the ZEND_STRL macro to handle platforms where strncmp() is a macro.
On most platforms, this works fine, but on Linux armhf, strncmp() is a macro rather than a real function, ergo the macro expansion of ZEND_STRL doesn't occur until after the compiler knows it needs three parameters for strncmp() and we get a compile error. Fixes the fix for bug #61697.
Diffstat (limited to 'ext/mysql/php_mysql.c')
0 files changed, 0 insertions, 0 deletions