php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69431 mbstring missing #if HAVE_ONIGURUMA
Submitted: 2015-04-12 10:40 UTC Modified: 2015-04-13 08:13 UTC
From: lauri dot kentta+php-bugs at gmail dot com Assigned: ab (profile)
Status: Closed Package: Compile Failure
PHP Version: master-Git-2015-04-12 (Git) OS: Arch Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lauri dot kentta+php-bugs at gmail dot com
New email:
PHP Version: OS:

 

 [2015-04-12 10:40 UTC] lauri dot kentta+php-bugs at gmail dot com
Description:
------------
Compile failure:
php-src/ext/mbstring/mbstring.c:1721:42: error: ‘ONIGURUMA_VERSION_MAJOR’ undeclared
php-src/ext/mbstring/mbstring.c:1721:42: error: ‘ONIGURUMA_VERSION_MINOR’ undeclared
php-src/ext/mbstring/mbstring.c:1721:42: error: ‘ONIGURUMA_VERSION_TEENY’ undeclared

The code is missing #if HAVE_ONIGURUMA.


Patches

0001-Fix-compile-error-when-oniguruma-is-not-available.patch (last revision 2015-04-12 10:43 UTC by lauri dot kentta+php-bugs at gmail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-04-12 10:45 UTC] lauri dot kentta+php-bugs at gmail dot com
Oops, failed the check: should be #if HAVE_ONIG.
 [2015-04-13 08:13 UTC] ab@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: ab
 [2015-04-13 08:13 UTC] ab@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 07:01:32 2024 UTC