Stefan Siegl
|
883c9000c3
|
accessor signature checks are no longer supported
|
2022-06-24 21:47:28 +02:00 |
|
Stefan Siegl
|
3e8ef5f684
|
remove V8JS_TSRMLS_FETCH
|
2017-03-11 13:43:30 +01:00 |
|
Stefan Siegl
|
24bb1761bf
|
remove TSRMLS_DC, TSRMLS_CC
|
2017-03-11 13:35:21 +01:00 |
|
Stefan Siegl
|
d97832d9fb
|
v8::Handle -> v8::Local
|
2017-03-11 13:31:40 +01:00 |
|
Stefan Siegl
|
288fe4d2a0
|
PHP Version 5 -> 7
|
2017-03-11 12:33:49 +01:00 |
|
Stefan Siegl
|
cc888029c5
|
v8js_variable: add size check + precission down cast
|
2017-03-11 00:14:53 +01:00 |
|
Stefan Siegl
|
c459acd1ef
|
Merge remote-tracking branch 'origin/master' into php7
|
2016-07-02 22:59:33 +02:00 |
|
Stefan Siegl
|
3278be8bee
|
Add 'indent-tabs-mode: t' to file variables
|
2016-07-02 22:48:45 +02:00 |
|
Stefan Siegl
|
98205461be
|
Reorder includes for Visual Studio 2015, closes #194
C++ headers need to go first, since PHP headers redefine
"inline" which causes trouble with the C++ header files.
|
2016-01-06 09:01:35 +00:00 |
|
Stefan Siegl
|
fd6eeddc52
|
Adapt to PHP7
|
2015-08-29 17:48:26 +02:00 |
|
Stefan Siegl
|
5b4aaa64f1
|
More php_v8js_ prefix cleanup
|
2014-12-13 01:37:25 +01:00 |
|
Stefan Siegl
|
2954de2db5
|
Remove php_ prefix to struct & type names
|
2014-12-13 01:18:42 +01:00 |
|
Stefan Siegl
|
f6310f9994
|
Get rid of V8JS_NEW macro.
|
2014-10-19 11:58:21 +00:00 |
|
Stefan Siegl
|
e20e5098c7
|
Make compatible with V8 3.23.11 (and below)
|
2013-12-21 19:56:28 +01:00 |
|
Stefan Siegl
|
69290b5779
|
Fix build against libv8 3.24.5
|
2013-12-21 01:18:08 +01:00 |
|
C. Scott Ananian
|
24257b54af
|
Free php_v8js_accessor_ctx when we are done with it.
|
2013-10-27 02:49:24 -04:00 |
|
C. Scott Ananian
|
3f77a5a356
|
Make PHP object accessors typesafe using V8::AccessorSignature.
This ensures that if you copy the accessor to another object you can't
trigger a segfault.
|
2013-10-27 02:49:24 -04:00 |
|
C. Scott Ananian
|
39cc821f91
|
Store tsrm_ls in php_v8js_ctx.
This avoids the need to ever do a (slow) TSRMLS_FETCH().
|
2013-10-26 02:07:12 -04:00 |
|
Patrick Reilly
|
dc1475a3ad
|
updated package for beta release and switch license to MIT
|
2013-09-28 10:17:33 -07:00 |
|
Stefan Siegl
|
ffa42cdfaf
|
Replaced deprecated v8 api calls with newer equivalents
|
2013-07-08 00:58:19 +02:00 |
|
Simon Best
|
8d8c671aa0
|
V8 isolates need to be passed into all variable accessor and conversion functions.
|
2013-04-14 00:36:05 +01:00 |
|
Patrick Reilly
|
7593cbcc59
|
Update copyright information
|
2012-04-27 16:41:32 +00:00 |
|
preilly
|
30e1d22863
|
Initial import
|
2012-04-27 16:26:15 +00:00 |
|