Commit History

Author SHA1 Message Date
  Stefan Siegl 133bf61e05 Merge pull request #512 from chrisbckr/php8-v8js_to_zval_check_arraybuffer 2 years ago
  Christiano Becker 752cbdb8ac Since ArrayBuffer has InternalFieldCount set to 2 by default, added !isArrayBuffer() and !isArrayBufferView() to ensure that is PHP object 2 years ago
  Stefan Siegl 21ed0f8ba9 Merge pull request #510 from chrisbckr/php8-tojson 2 years ago
  Christiano Becker f696867dc2 Fixed tab-based indentation 2 years ago
  Christiano Becker 34d944a9f5 toJSON: use zend_hash_find_ptr_lc instead of ZEND_HASH_FOREACH_STR_KEY_PTR 2 years ago
  Christiano Becker 9cb0400f90 Added tests/tojson_001.phpt 2 years ago
  Christiano Becker c59982f129 Added toJSON Symbol that calls jsonSerialize if the php class exported implements JsonSerializable interface 2 years ago
  Stefan Siegl 752cfa1d50 Merge pull request #509 from chrisbckr/php8-propagate_exception_magic_methods 2 years ago
  Christiano Becker 35b5bff977 * Added test tests/php_exceptions_007.phpt 2 years ago
  Christiano Becker cfa5e722fb * Propagate exception when zend_read_property reads __get and throws an exception 2 years ago
  Stefan Siegl 293a201d64 Merge pull request #508 from chrisbckr/php82-AllowDynamicProperties 2 years ago
  Christiano Becker fab7a68717 PHP 8.2 compatibility 2 years ago
  Stefan Siegl 7515dde3b1 Merge pull request #507 from chrisbckr/php8-test_timezone_lc 2 years ago
  Christiano Becker f24a8af0f5 * tests/timezones.phpt - added LC_ALL=C to prevent test failing when another locale is set as default 2 years ago
  Stefan Siegl eb61c4ddcf Merge pull request #506 from redbullmarky/php8 2 years ago
  Stefan Siegl eb66c66cff Merge pull request #505 from chrisbckr/php82-AllowDynamicProperties 2 years ago
  Mark Grainger 79a46804dc empty() test 2 years ago
  Mark Grainger 1e25cc8788 segfault fix when checking with empty 2 years ago
  Christiano Becker 83431fbd52 * Added AllowDynamicPropertis on V8Js, V8Object and V8Function 2 years ago
  Stefan Siegl 7c40690ec0 Merge pull request #503 from marekskopal/php8_0-build-fix 2 years ago
  Marek Skopal e06b382bd0 Fixed build on PHP 8.0.x 2 years ago
  Stefan Siegl 37cdb6f9cf fix build with php <8.2, refs #493 2 years ago
  Stefan Siegl 1175617492 Merge branch 'rbro-patch-1' of https://github.com/rbro/v8js into php8 2 years ago
  Stefan Siegl 8aa6bc2357 Merge branch 'php8-exit_segfault' of https://github.com/chrisbckr/v8js into php8 2 years ago
  Stefan Siegl 7887ec6475 Merge branch 'php7' into php8 2 years ago
  Stefan Siegl fa264c9ec5 define V8_ENABLE_SANDBOX if needed 2 years ago
  Christiano Becker 5a10dec698 When FLAG_PROPAGATE_PHP_EXCEPTIONS is set, check for unwind or graceful exit before propagate 2 years ago
  rbro 15ed4943ad php 8.2 compatibility 2 years ago
  Stefan Siegl 9afd1a941e Merge pull request #490 from stesie/issue-489 2 years ago
  Stefan Siegl 461230be27 Merge pull request #484 from stesie/remove-deprecated-stuff 2 years ago