Derick Rethans
31e986bc17
Updated to version 2016.8 (2016h)
2016-10-24 10:37:20 +01:00
Nikita Popov
b551c30a2c
Merge branch 'PHP-7.1'
2016-10-23 22:27:25 +02:00
Nikita Popov
cbde0a6fc2
Merge branch 'PHP-7.0' into PHP-7.1
2016-10-23 22:27:11 +02:00
Nikita Popov
89d3e234af
Fix test output
...
Changed due to eca84946a4
.
2016-10-23 22:26:25 +02:00
Nikita Popov
f636dbfe76
Merge branch 'PHP-7.1'
2016-10-23 22:13:59 +02:00
Nikita Popov
c3232c5903
Fix call graph construction
...
Travis build for 7.1+ has been failing for the past week...
2016-10-23 22:12:55 +02:00
Jakub Zelenka
df73aa0e65
Merge branch 'PHP-7.1'
2016-10-23 19:56:29 +01:00
Jakub Zelenka
820bca8ca3
Try to fix LibreSSL build
2016-10-23 19:55:22 +01:00
Jakub Zelenka
eca30fd1b1
Merge branch 'PHP-7.1'
2016-10-23 19:40:48 +01:00
Jakub Zelenka
930ae4034e
Drop useless checks for DH and RSA
...
If DH or RSA was disabled, the build would fail already as
it's used already elsewhere without checking the OPENSSL_NO_DH
or OPENSSL_NO_RSA defines.
2016-10-23 19:37:07 +01:00
Amo Chohan
61e15a37a1
Add tests for PDO::getAvailableDrivers
2016-10-20 20:53:53 -07:00
Adam Baratz
6c867cb8e5
Remove DBDO-specific field
...
DBDO is a PECL package which hasn't been updated since 2010 and has been marked
as unmaintained. Additionally, I can't find a reference to this field in the
latest source.
2016-10-20 17:39:00 -04:00
Kalle Sommer Nielsen
54454f7335
Save some more calls to strlen() on the CURLFile helper methods
2016-10-20 16:03:46 +02:00
Kalle Sommer Nielsen
c0d4e72a68
Revert "Fix test, this is kinda ugly, but at least for me on Windows there seems to be some messed up line endings"
...
This reverts commit aeeaedeeb7
.
This seems to make Travis unhappy (shocker), so revert for now until we find a better fix
2016-10-20 16:02:37 +02:00
Kalle Sommer Nielsen
61f524b370
Merge branch 'master' of git.php.net:php-src
2016-10-20 14:28:52 +02:00
Kalle Sommer Nielsen
9935d7e163
Save a call to strlen(), since we can figure out the length of this constant value with sizeof() at compile time
2016-10-20 14:28:24 +02:00
Kalle Sommer Nielsen
aeeaedeeb7
Fix test, this is kinda ugly, but at least for me on Windows there seems to be some messed up line endings
2016-10-20 14:24:01 +02:00
Nikita Popov
23772d5b70
Merge branch 'PHP-7.1'
2016-10-20 13:26:51 +02:00
Nikita Popov
736633310c
Merge branch 'PHP-7.0' into PHP-7.1
2016-10-20 13:26:34 +02:00
Adam Saponara
55d17662cb
Fix bug #71241 : array_replace_recursive mutates ref params
...
`array_replace_recursive` can sometimes mutate its params if
references are nested within. This differs from the PHP 5 behavior.
2016-10-20 13:22:04 +02:00
Matteo Beccati
c3c06b92f9
Fixed test to accept MYSQLI_OPT_READ_TIMEOUT
...
The new constant has been added in 7108db30
2016-10-20 12:54:42 +02:00
Anatol Belski
a64c02fbb5
remove redundant includes
2016-10-20 11:42:23 +02:00
Anatol Belski
ab52afb932
fix Windows compilation
...
php.h is included, it contains all the stuff needed and conflicts
otherwise.
2016-10-20 11:42:23 +02:00
Leigh
f23e99dd07
Merge branch 'PHP-7.1'
2016-10-20 10:18:38 +01:00
Leigh
f5244f336a
Merge branch 'PHP-7.0' into PHP-7.1
2016-10-20 10:18:16 +01:00
Leigh
c3361f16c7
Add php_random_int internal API
...
This is the internal API compliment to `php_random_bytes`
2016-10-20 10:18:07 +01:00
Kalle Sommer Nielsen
f38834a180
Fix compiler warnings, always cast to zend_long from sqlite3_int64 when converting to a zval
2016-10-20 10:57:38 +02:00
Kalle Sommer Nielsen
6ca38e8cf8
Ignore the return value of sqlite3->busyTimeout() if their "API Armor" is not enabled.
...
The sqlite3_busy_timeout() function can only ever return SQLITE_OK if the armor is not compiled in, which means we can skip this error check
2016-10-20 10:56:08 +02:00
Joe Watkins
e0b6ac2976
Merge branch 'pull-request/2135'
2016-10-20 05:33:12 +01:00
Joe Watkins
0d768f74b6
Merge branch 'pull-request/2152'
2016-10-20 05:25:03 +01:00
Joe Watkins
5de20ef3ae
Merge branch 'pull-request/2152' into PHP-7.1
2016-10-20 05:23:21 +01:00
Joe Watkins
295377630a
Merge branch 'pull-request/2152' into PHP-7.0
2016-10-20 05:19:10 +01:00
Dmitry Stogov
03cd0f6b06
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Fixed typo
2016-10-20 01:17:55 +03:00
Dmitry Stogov
565ce0d41d
Fixed typo
2016-10-20 01:17:40 +03:00
Dmitry Stogov
65ea250022
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)
2016-10-19 23:12:17 +03:00
Dmitry Stogov
9ded1b4edb
Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)
2016-10-19 23:10:42 +03:00
Joe Watkins
3a0872d08f
Implement #72612 (libxmlrc uses system malloc instead of PHP alloc routines)
2016-10-19 13:43:31 +01:00
Kalle Sommer Nielsen
d0a3f2e46d
Make proc_nice() more in line with that of Unix, as discussed with Anatol
2016-10-18 23:25:59 +02:00
Kalle Sommer Nielsen
e2b52c510e
Always include the header for nice() on Windows
2016-10-18 23:14:46 +02:00
Christoph M. Becker
35b19cd2d9
Make this test meaningful
...
We're not only checking that hash_update_file() succeeds, but rather
that it properly works.
Furthermore, we fix the SKIPIF section – we don't need mhash to run the
test, and we don't need to check for unsupported PHP versions.
We also shorten the test name to avoid cluttering the test reports with
unnecessary detail.
2016-10-18 14:57:41 +02:00
Johannes Schlüter
b7fe687914
Install ext/json headers so that other extension can parse, too
2016-10-18 14:48:17 +02:00
Christoph M. Becker
81043bbfea
Use our own domains to test getmxrr()
2016-10-18 14:28:49 +02:00
Christoph M. Becker
371f41250c
Remove superfluous checks for PNG support
...
PNG support is required to build ext/gd, so there's no need to check
for it in the tests.
2016-10-18 14:17:37 +02:00
Dmitry Stogov
37357d9215
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Fixed bug #73337 (try/catch not working with two exceptions inside a same operation)
Revert "Fix bug #47890 #73215 uniqid() should use better random source"
Revert "Fix bug #47890 #73215 uniqid() should use better random source"
Update NEWS
2016-10-18 15:10:03 +03:00
Joe Watkins
689cf8b266
Revert "Fix bug #47890 #73215 uniqid() should use better random source"
...
This reverts commit 48f1a17886
.
2016-10-18 11:30:33 +01:00
Joe Watkins
8c74be0c52
Revert "Fix bug #47890 #73215 uniqid() should use better random source"
...
This reverts commit 48f1a17886
.
2016-10-18 11:30:19 +01:00
Dmitry Stogov
5551cccc92
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Fixed type inference rules.
Update NEWS
2016-10-18 12:41:10 +03:00
Dmitry Stogov
ac6134fb64
Fixed type inference rules.
2016-10-18 12:39:33 +03:00
Yasuo Ohgaki
0a67b29a7c
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Fix bug #47890 #73215 uniqid() should use better random source
2016-10-18 09:14:57 +09:00
Yasuo Ohgaki
235cb691e1
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
Fix bug #47890 #73215 uniqid() should use better random source
2016-10-18 09:14:48 +09:00