Markus Staab
b8842839db
fixed typo
2017-03-29 09:09:53 +02:00
Remi Collet
53a6e89ab5
Merge branch 'PHP-7.1'
...
* PHP-7.1:
relax more this test
2017-03-29 07:38:53 +02:00
Remi Collet
cec720857a
relax more this test
2017-03-29 07:38:40 +02:00
Remi Collet
83b0708878
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Fix buid with system libsqlite, see bug #74217
2017-03-29 07:28:26 +02:00
Remi Collet
012dc336a6
Fix buid with system libsqlite, see bug #74217
...
SQLITE_DETERMINISTIC only exists in recent version
e.g. missing on 3.7 which is the default on RHEL/CentOS-7
and probably others (wheezy have 3.7, jessie 3.8...)
2017-03-29 07:25:01 +02:00
Remi Collet
2c97dddc78
Merge branch 'PHP-7.1'
...
* PHP-7.1:
relax test failing in fast computer
2017-03-29 07:01:27 +02:00
Remi Collet
d11211fb53
relax test failing in fast computer
2017-03-29 07:01:14 +02:00
Nikita Popov
a7c69486cd
Merge branch 'PHP-7.1'
2017-03-29 00:20:52 +02:00
Ben Scholzen
d896878ad5
Let MessageFormatter and IntlDateFormatter accept DateTimeImmutable as well
2017-03-29 00:20:46 +02:00
Nikita Popov
d6f70f0ee3
Disable block pass for large functions
...
(Backport of 7ea261685f
to 7.0.)
2017-03-28 22:07:37 +02:00
Anatol Belski
bf673d353e
Merge branch 'PHP-7.1'
...
* PHP-7.1:
deps updated, cherry-pick 88642decf9
add test for bug #74230
2017-03-27 19:45:03 +02:00
Anatol Belski
6508320936
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
deps updated, cherry-pick 88642decf9
add test for bug #74230
2017-03-27 19:42:24 +02:00
Anatol Belski
ee8b5de5a0
deps updated, cherry-pick 88642decf9
2017-03-27 19:38:20 +02:00
Anatol Belski
6da475367a
add test for bug #74230
2017-03-27 19:33:51 +02:00
Nikita Popov
e3b2b05229
Merge branch 'PHP-7.1'
2017-03-27 19:02:50 +02:00
x-xiang
e9e860a05b
Don't retain mt_rand() seeds across requests
...
In particular, this prevents manual seeding of mt_rand() to leak
across requests.
2017-03-27 19:02:39 +02:00
Derick Rethans
650c2fa0b0
Merge branch 'PHP-7.1'
2017-03-27 18:01:38 +01:00
Derick Rethans
727b21c839
Merge branch 'PHP-7.0' into PHP-7.1
2017-03-27 18:01:30 +01:00
Derick Rethans
1f8fc0fb56
Forgot to update the output in the test too
2017-03-27 18:01:22 +01:00
David Carlier
93d7cf375e
Fix openbsd build: AI_V4MAPPED, AI_ALL not defined
2017-03-27 18:55:34 +02:00
Edgar R. Sandi
0608761438
Increased bcmath functions coverage tests using scale option parameter
2017-03-27 18:48:58 +02:00
Derick Rethans
f9a5c15126
Merge branch 'PHP-7.1'
2017-03-27 11:28:41 +01:00
Derick Rethans
f326cfc513
Merge branch 'PHP-7.0' into PHP-7.1
2017-03-27 11:28:35 +01:00
Derick Rethans
eb5d4bcd4f
Fixed test for #33415 due to data fixes.
2017-03-27 11:28:16 +01:00
Derick Rethans
56269af46c
Updated to version 2017.2 (2017b)
2017-03-24 12:25:27 +00:00
Derick Rethans
1f9e5cc2bc
Updated to version 2017.2 (2017b)
2017-03-24 12:25:26 +00:00
Derick Rethans
eb13003f6c
Updated to version 2017.2 (2017b)
2017-03-24 12:25:25 +00:00
Derick Rethans
a187bc407b
Merge branch 'PHP-7.1'
2017-03-24 11:39:38 +00:00
Derick Rethans
ee49d4b4be
Added a test case to make sure microseconds work.
2017-03-24 11:39:32 +00:00
Nikita Popov
81d8c37b03
Add test for previous commit
2017-03-23 22:37:17 +01:00
Nikita Popov
8522e2894e
Make sure lengths and refs are unsigned in unserialize()
2017-03-23 22:34:15 +01:00
xKhorasan
6a1d4cd47a
Fixed bug #74300
2017-03-23 22:06:46 +01:00
Rowan Collins
1b565f1393
Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation
...
Implements RFC "Deprecate and Remove Bareword (Unquoted) Strings"
[https://wiki.php.net/rfc/deprecate-bareword-strings ]
2017-03-23 18:52:43 +01:00
Dmitry Stogov
b5b7691ab5
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Fixed uninitialized data
2017-03-23 19:00:07 +03:00
Dmitry Stogov
a0331127fe
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
Fixed uninitialized data
2017-03-23 18:59:56 +03:00
Dmitry Stogov
1517fdb36c
Fixed uninitialized data
2017-03-23 18:59:27 +03:00
Anatol Belski
a7f2dbf831
skip the test on OpenSSL < 1.1 for now
2017-03-23 03:10:27 +01:00
Nikita Popov
0d834c6922
Use ZSTR_CHAR in token_get_all()
2017-03-22 22:38:07 +01:00
Nikita Popov
fec708f518
Simplify increment_lineno handling
2017-03-22 22:33:05 +01:00
Anatol Belski
81b2d98355
fix version check at right place
2017-03-22 17:44:47 +01:00
Anatol Belski
9ecd344cd4
Revert "fix wrong version check"
...
This reverts commit 307a4a2315
.
2017-03-22 17:42:44 +01:00
Anatol Belski
307a4a2315
fix wrong version check
2017-03-22 15:54:28 +01:00
Anatol Belski
6dbee20f83
fix test warnings for OpenSSL 1.1
...
add skip condition
2017-03-22 13:55:08 +01:00
Anatol Belski
ba64ec0b13
improve zlib version check for tests
2017-03-22 11:08:38 +01:00
Anatol Belski
f258e9b803
make test more flexible to match different compressed strings
...
particurarly needed with zlib 1.2.11
2017-03-22 11:08:37 +01:00
Anatol Belski
3b28a9d637
Merge branch 'PHP-7.1'
...
* PHP-7.1:
explicitly ignore php.ini for proc open tests
2017-03-21 12:45:27 +01:00
Anatol Belski
9e3672eaef
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
explicitly ignore php.ini for proc open tests
2017-03-21 12:44:36 +01:00
Anatol Belski
bc2b500d3e
explicitly ignore php.ini for proc open tests
...
In some cases, when an environment is unclean, tests might get stuck fe
when some incorrect ini file is loaded. As the test depends on the core
only, it is safer to explicitly ignore the ini. Any ini can be passed in
the cmd itself, if needed.
2017-03-21 12:39:40 +01:00
Remi Collet
908029bbc0
Fixed Bug #73803 Reflection of ZipArchive does not show public properties
2017-03-21 11:15:45 +01:00
Adam Baratz
4afce8ec8c
Add PDO parameter types for national character set strings
2017-03-20 18:25:50 -04:00