php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59843 V8 version can contain string, which breaks compilation
Submitted: 2011-07-09 16:33 UTC Modified: 2012-06-13 02:43 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: zakay at danial dot se Assigned: felipe (profile)
Status: Closed Package: v8js (PECL)
PHP Version: 5.3.5 OS: OS X
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
17 + 30 = ?
Subscribe to this entry?

 
 [2011-07-09 16:33 UTC] zakay at danial dot se
Description:
------------
During configre:
checking for V8 version... 3.4.11 (candidate)
expr: non-numeric argument

After configure:
/Users/zakaydanial/temp/v8js-0.1.2/php_v8js_macros.h:44:24: 
error: operator '<' has no left operand

Temporary fix:
cat ./conftestval|awk '{print $1}'
instead of 
cat ./conftestval


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-06-13 02:43 UTC] felipe@php.net
Try a newer version.
 [2012-06-13 02:43 UTC] felipe@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: felipe
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 03:01:29 2024 UTC