|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-03-23 10:28 UTC] php-bugs-2013 at ryandesign dot com
[2014-11-20 20:19 UTC] stesie at brokenpipe dot de
[2015-03-13 14:58 UTC] stesie@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: stesie
[2015-03-13 14:58 UTC] stesie@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 14:00:01 2025 UTC |
Description: ------------ Trying to build pecl v8js 0.1.3 on OS X 10.8.3 with Xcode 4.6.1 and Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) and with v8 3.17.15 fails as follows: v8js_convert.cc:39:54: error: no member named 'GetPointerFromInternalField' in 'v8::Object'; did you mean 'GetAlignedPointerFromInternalField'? zval *value = reinterpret_cast<zval *>(args.This()- >GetPointerFromInternalField(0)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ GetAlignedPointerFromInternalField /opt/local/include/v8.h:4712:15: note: 'GetAlignedPointerFromInternalField' declared here void* Object::GetAlignedPointerFromInternalField(int index) { ^ I've tested with php 5.3.23, 5.4.13 and 5.5.0alpha6 with the same result in each case.