0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-03-11 22:18:44 +00:00

Fixed build in 5.4+

This commit is contained in:
Patrick Reilly 2012-07-06 17:21:44 -07:00
parent dfbd5f0c0c
commit 8fcbf0a9e7
7 changed files with 11 additions and 11 deletions

View File

@ -16,8 +16,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
<active>yes</active> <active>yes</active>
</lead> </lead>
<date>2010-12-31</date> <date>2012-07-06</date>
<version><release>0.1.1</release><api>0.1.1</api></version> <version><release>0.1.3</release><api>0.1.3</api></version>
<stability><release>beta</release><api>beta</api></stability> <stability><release>beta</release><api>beta</api></stability>
<license uri="http://www.php.net/license">PHP</license> <license uri="http://www.php.net/license">PHP</license>
<notes> <notes>

View File

@ -1,4 +1,4 @@
037+ Mon Sep 08 1975 09:00:00 GMT+0000 (UTC) 037+ Mon Sep 08 1975 09:00:00 GMT-0700 (PDT)
037- Mon Sep 08 1975 09:00:00 GMT+0200 (EET) 037- Mon Sep 08 1975 09:00:00 GMT+0200 (EET)
046+ string(6) "+00:00" 046+ string(6) "-07:00"
046- string(6) "+02:00" 046- string(6) "+02:00"

View File

@ -122,7 +122,7 @@ array(4) {
TEST: Javascript Date -> PHP DateTime TEST: Javascript Date -> PHP DateTime
====================================== ======================================
Mon Sep 08 1975 09:00:00 GMT+0000 (UTC) Mon Sep 08 1975 09:00:00 GMT-0700 (PDT)
array(2) { array(2) {
[0]=> [0]=>
object(DateTime)#4 (3) { object(DateTime)#4 (3) {
@ -131,7 +131,7 @@ array(2) {
["timezone_type"]=> ["timezone_type"]=>
int(1) int(1)
["timezone"]=> ["timezone"]=>
string(6) "+00:00" string(6) "-07:00"
} }
[1]=> [1]=>
string(3) "foo" string(3) "foo"

View File

@ -34,7 +34,7 @@ array(4) {
TEST: Javascript Date -> PHP DateTime TEST: Javascript Date -> PHP DateTime
====================================== ======================================
Mon Sep 08 1975 09:00:00 GMT+0000 (UTC) Mon Sep 08 1975 09:00:00 GMT-0700 (PDT)
array(2) { array(2) {
[0]=> [0]=>
object(DateTime)#4 (3) { object(DateTime)#4 (3) {
@ -43,7 +43,7 @@ array(2) {
["timezone_type"]=> ["timezone_type"]=>
int(1) int(1)
["timezone"]=> ["timezone"]=>
string(6) "+00:00" string(6) "-07:00"
} }
[1]=> [1]=>
string(3) "foo" string(3) "foo"

View File

@ -1,2 +1,2 @@
035+ string(6) "+00:00" 035+ string(6) "-07:00"
035- string(6) "+02:00" 035- string(6) "+02:00"

View File

@ -77,7 +77,7 @@ object(DateTime)#3 (3) {
["timezone_type"]=> ["timezone_type"]=>
int(1) int(1)
["timezone"]=> ["timezone"]=>
string(6) "+00:00" string(6) "-07:00"
} }
int(1234567890) int(1234567890)
float(123.456789) float(123.456789)

View File

@ -32,7 +32,7 @@ object(DateTime)#3 (3) {
["timezone_type"]=> ["timezone_type"]=>
int(1) int(1)
["timezone"]=> ["timezone"]=>
string(6) "+00:00" string(6) "-07:00"
} }
int(1234567890) int(1234567890)
float(123.456789) float(123.456789)