]> granicus.if.org Git - php/log
php
8 years agoMerge branch 'PHP-7.1'
Jakub Zelenka [Sun, 23 Oct 2016 18:56:29 +0000 (19:56 +0100)]
Merge branch 'PHP-7.1'

8 years agoTry to fix LibreSSL build
Jakub Zelenka [Sun, 23 Oct 2016 18:55:22 +0000 (19:55 +0100)]
Try to fix LibreSSL build

8 years agoMerge branch 'PHP-7.1'
Jakub Zelenka [Sun, 23 Oct 2016 18:40:48 +0000 (19:40 +0100)]
Merge branch 'PHP-7.1'

8 years agoDrop useless checks for DH and RSA
Jakub Zelenka [Sun, 23 Oct 2016 18:37:07 +0000 (19:37 +0100)]
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.

8 years agoMerge branch 'PHP-7.1'
Xinchen Hui [Sat, 22 Oct 2016 06:51:23 +0000 (14:51 +0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Update NEWS

8 years agoUpdate NEWS
Xinchen Hui [Sat, 22 Oct 2016 06:51:11 +0000 (14:51 +0800)]
Update NEWS

8 years agoMerge branch 'PHP-7.1'
Xinchen Hui [Sat, 22 Oct 2016 06:50:53 +0000 (14:50 +0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed bug #73350 (Exception::__toString() cause circular references)

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Xinchen Hui [Sat, 22 Oct 2016 06:50:42 +0000 (14:50 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73350 (Exception::__toString() cause circular references)

8 years agoFixed bug #73350 (Exception::__toString() cause circular references)
Xinchen Hui [Sat, 22 Oct 2016 06:50:21 +0000 (14:50 +0800)]
Fixed bug #73350 (Exception::__toString() cause circular references)

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Fri, 21 Oct 2016 19:34:09 +0000 (21:34 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Better fix for bug #73360
  Revert "Fixed bug #73360 Unable to work in root with unicode chars"

8 years agoBetter fix for bug #73360
Anatol Belski [Fri, 21 Oct 2016 19:29:35 +0000 (21:29 +0200)]
Better fix for bug #73360

This also fixes the TS issue. And, it also reveals that there's an
issue in the VCWD_* API to be possibly addressed.

8 years agoRevert "Fixed bug #73360 Unable to work in root with unicode chars"
Anatol Belski [Fri, 21 Oct 2016 18:15:16 +0000 (20:15 +0200)]
Revert "Fixed bug #73360 Unable to work in root with unicode chars"

This reverts commit 64fee0aecb2c804a088b896da6f736dbc19d8424.

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Fri, 21 Oct 2016 14:57:30 +0000 (16:57 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  update NEWS

8 years agoTurn IS_TYPE_COLLECTABLE zval flag into GC_COLLECTABLE zend_refcounted flag.
Dmitry Stogov [Fri, 21 Oct 2016 14:47:30 +0000 (17:47 +0300)]
Turn IS_TYPE_COLLECTABLE zval flag into GC_COLLECTABLE zend_refcounted flag.
This simplifies checks and allows reset this flag for "acyclic" arrays and objects.

8 years agoupdate NEWS
Anatol Belski [Fri, 21 Oct 2016 14:43:55 +0000 (16:43 +0200)]
update NEWS

The bug is currently not good testable, because the doc_root will be
blocked from the invoked test server process. This will prevent the
cleanup, which would be confusing.

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Fri, 21 Oct 2016 14:00:49 +0000 (16:00 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed bug #73360 Unable to work in root with unicode chars

8 years agoFixed bug #73360 Unable to work in root with unicode chars
Anatol Belski [Fri, 21 Oct 2016 13:22:59 +0000 (15:22 +0200)]
Fixed bug #73360 Unable to work in root with unicode chars

8 years agoAdd tests for PDO::getAvailableDrivers
Amo Chohan [Fri, 21 Oct 2016 03:21:42 +0000 (20:21 -0700)]
Add tests for PDO::getAvailableDrivers

8 years agoRemove DBDO-specific field
Adam Baratz [Thu, 20 Oct 2016 21:34:29 +0000 (17:34 -0400)]
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.

8 years agoSave some more calls to strlen() on the CURLFile helper methods
Kalle Sommer Nielsen [Thu, 20 Oct 2016 14:03:46 +0000 (16:03 +0200)]
Save some more calls to strlen() on the CURLFile helper methods

8 years agoRevert "Fix test, this is kinda ugly, but at least for me on Windows there seems...
Kalle Sommer Nielsen [Thu, 20 Oct 2016 14:02:37 +0000 (16:02 +0200)]
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 aeeaedeeb7bdf7df3f0885a62e8d317762e88bf8.

This seems to make Travis unhappy (shocker), so revert for now until we find a better fix

8 years agoMerge branch 'master' of git.php.net:php-src
Kalle Sommer Nielsen [Thu, 20 Oct 2016 12:28:52 +0000 (14:28 +0200)]
Merge branch 'master' of git.php.net:php-src

8 years agoSave a call to strlen(), since we can figure out the length of this constant value...
Kalle Sommer Nielsen [Thu, 20 Oct 2016 12:28:24 +0000 (14:28 +0200)]
Save a call to strlen(), since we can figure out the length of this constant value with sizeof() at compile time

8 years agoFix test, this is kinda ugly, but at least for me on Windows there seems to be some...
Kalle Sommer Nielsen [Thu, 20 Oct 2016 12:24:01 +0000 (14:24 +0200)]
Fix test, this is kinda ugly, but at least for me on Windows there seems to be some messed up line endings

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Thu, 20 Oct 2016 11:26:51 +0000 (13:26 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Thu, 20 Oct 2016 11:26:34 +0000 (13:26 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix bug #71241: array_replace_recursive mutates ref params
Adam Saponara [Fri, 26 Aug 2016 21:33:22 +0000 (17:33 -0400)]
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.

8 years agoMerge branch 'master' of git.php.net:php-src
Kalle Sommer Nielsen [Thu, 20 Oct 2016 11:10:51 +0000 (13:10 +0200)]
Merge branch 'master' of git.php.net:php-src

8 years agoDo not overwrite config.nice.bat if --with-config-profile is used on Windows
Kalle Sommer Nielsen [Thu, 20 Oct 2016 11:10:28 +0000 (13:10 +0200)]
Do not overwrite config.nice.bat if --with-config-profile is used on Windows

8 years agoUpdate UPGRADING wrt. imageresolution()
Christoph M. Becker [Thu, 20 Oct 2016 10:59:03 +0000 (12:59 +0200)]
Update UPGRADING wrt. imageresolution()

Cf. <http://git.php.net/?p=php-src.git;a=commit;h=209d4220>.

8 years agoFixed test to accept MYSQLI_OPT_READ_TIMEOUT
Matteo Beccati [Thu, 20 Oct 2016 10:51:18 +0000 (12:51 +0200)]
Fixed test to accept MYSQLI_OPT_READ_TIMEOUT

The new constant has been added in 7108db30

8 years agoremove redundant includes
Anatol Belski [Thu, 20 Oct 2016 09:41:52 +0000 (11:41 +0200)]
remove redundant includes

8 years agofix Windows compilation
Anatol Belski [Thu, 20 Oct 2016 09:38:59 +0000 (11:38 +0200)]
fix Windows compilation

php.h is included, it contains all the stuff needed and conflicts
otherwise.

8 years agoMerge branch 'PHP-7.1'
Leigh [Thu, 20 Oct 2016 09:18:38 +0000 (10:18 +0100)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Leigh [Thu, 20 Oct 2016 09:18:16 +0000 (10:18 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoAdd php_random_int internal API
Leigh [Wed, 19 Oct 2016 17:00:54 +0000 (18:00 +0100)]
Add php_random_int internal API

This is the internal API compliment to `php_random_bytes`

8 years agoFix compiler warnings, always cast to zend_long from sqlite3_int64 when converting...
Kalle Sommer Nielsen [Thu, 20 Oct 2016 08:57:38 +0000 (10:57 +0200)]
Fix compiler warnings, always cast to zend_long from sqlite3_int64 when converting to a zval

8 years agoIgnore the return value of sqlite3->busyTimeout() if their "API Armor" is not enabled.
Kalle Sommer Nielsen [Thu, 20 Oct 2016 08:56:08 +0000 (10:56 +0200)]
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

8 years agonews entry for pr #2135
Joe Watkins [Thu, 20 Oct 2016 04:34:22 +0000 (05:34 +0100)]
news entry for pr #2135

8 years agoMerge branch 'pull-request/2135'
Joe Watkins [Thu, 20 Oct 2016 04:33:12 +0000 (05:33 +0100)]
Merge branch 'pull-request/2135'

8 years agonews entry for pr #2152
Joe Watkins [Thu, 20 Oct 2016 04:25:49 +0000 (05:25 +0100)]
news entry for pr #2152

8 years agoMerge branch 'pull-request/2152'
Joe Watkins [Thu, 20 Oct 2016 04:25:03 +0000 (05:25 +0100)]
Merge branch 'pull-request/2152'

8 years agonews entry for #pr 2152
Joe Watkins [Thu, 20 Oct 2016 04:21:56 +0000 (05:21 +0100)]
news entry for #pr 2152

8 years agoMerge branch 'pull-request/2152' into PHP-7.1
Joe Watkins [Thu, 20 Oct 2016 04:23:21 +0000 (05:23 +0100)]
Merge branch 'pull-request/2152' into PHP-7.1

8 years agonews entry for #pr 2152
Joe Watkins [Thu, 20 Oct 2016 04:21:56 +0000 (05:21 +0100)]
news entry for #pr 2152

8 years agoMerge branch 'pull-request/2152' into PHP-7.0
Joe Watkins [Thu, 20 Oct 2016 04:19:10 +0000 (05:19 +0100)]
Merge branch 'pull-request/2152' into PHP-7.0

8 years agoMerge branch 'PHP-7.1'
Dmitry Stogov [Wed, 19 Oct 2016 22:17:55 +0000 (01:17 +0300)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed typo

8 years agoFixed typo
Dmitry Stogov [Wed, 19 Oct 2016 22:17:40 +0000 (01:17 +0300)]
Fixed typo

8 years agoMerge branch 'PHP-7.1'
Dmitry Stogov [Wed, 19 Oct 2016 20:12:17 +0000 (23:12 +0300)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)

8 years agoIntroduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)
Dmitry Stogov [Wed, 19 Oct 2016 20:10:42 +0000 (23:10 +0300)]
Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)

8 years agoMerge branch 'master' of git.php.net:/php-src
Joe Watkins [Wed, 19 Oct 2016 12:45:27 +0000 (13:45 +0100)]
Merge branch 'master' of git.php.net:/php-src

8 years agoImplement #72612 (libxmlrc uses system malloc instead of PHP alloc routines)
Joe Watkins [Wed, 19 Oct 2016 12:43:31 +0000 (13:43 +0100)]
Implement #72612 (libxmlrc uses system malloc instead of PHP alloc routines)

8 years agoT1Lib support was removed in 7.0
Kalle Sommer Nielsen [Wed, 19 Oct 2016 07:02:41 +0000 (09:02 +0200)]
T1Lib support was removed in 7.0

8 years agoFix typo
Kalle Sommer Nielsen [Wed, 19 Oct 2016 07:01:29 +0000 (09:01 +0200)]
Fix typo

8 years agoPoor copy/paste mistake, nobody saw I used getrusage.[c|h] as skeleton here!
Kalle Sommer Nielsen [Wed, 19 Oct 2016 05:10:28 +0000 (07:10 +0200)]
Poor copy/paste mistake, nobody saw I used getrusage.[c|h] as skeleton here!

8 years agoMove these files to the same compilation batch instead of two
Kalle Sommer Nielsen [Wed, 19 Oct 2016 04:44:30 +0000 (06:44 +0200)]
Move these files to the same compilation batch instead of two

8 years agoIgnore notices with headers already being defined to their magic HAVE_<name>_H define...
Kalle Sommer Nielsen [Wed, 19 Oct 2016 04:29:15 +0000 (06:29 +0200)]
Ignore notices with headers already being defined to their magic HAVE_<name>_H define on Windows.

This is very minor and only happens so far for zlib.h, which both ext/zip and ext/zlib looks for.

8 years agoImprove the config.simple.bat for Windows a little;
Kalle Sommer Nielsen [Tue, 18 Oct 2016 23:14:15 +0000 (01:14 +0200)]
Improve the config.simple.bat for Windows a little;

This adds --with-config-profile=foobar, this generates a config.foobar.bat file in the root of php-src directory with the relevant configuration arguments.

8 years agoAdded config.simple.bat to .gitignore
Kalle Sommer Nielsen [Tue, 18 Oct 2016 21:29:28 +0000 (23:29 +0200)]
Added config.simple.bat to .gitignore

8 years agoMake proc_nice() more in line with that of Unix, as discussed with Anatol
Kalle Sommer Nielsen [Tue, 18 Oct 2016 21:25:59 +0000 (23:25 +0200)]
Make proc_nice() more in line with that of Unix, as discussed with Anatol

8 years agoAlways include the header for nice() on Windows
Kalle Sommer Nielsen [Tue, 18 Oct 2016 21:14:46 +0000 (23:14 +0200)]
Always include the header for nice() on Windows

8 years agoAdded config.simple for the Windows build system, this is pretty much
Kalle Sommer Nielsen [Tue, 18 Oct 2016 21:13:30 +0000 (23:13 +0200)]
Added config.simple for the Windows build system, this is pretty much
like running configure for only the core of PHP and sapi/cli for quick
and fast building.

buildconf
config.simple
nmake
Release_TS\php -v

(This also enables --with-mp for multi processing for a faster build)

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Tue, 18 Oct 2016 17:44:47 +0000 (19:44 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  update NEWS
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Tue, 18 Oct 2016 17:44:20 +0000 (19:44 +0200)]
update NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 18 Oct 2016 17:43:57 +0000 (19:43 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Tue, 18 Oct 2016 17:43:12 +0000 (19:43 +0200)]
update NEWS

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Tue, 18 Oct 2016 17:14:54 +0000 (19:14 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed bug #73329 (Float)"Nano" == NAN

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 18 Oct 2016 17:14:14 +0000 (19:14 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73329 (Float)"Nano" == NAN

8 years agoFixed bug #73329 (Float)"Nano" == NAN
Anatol Belski [Tue, 18 Oct 2016 17:11:18 +0000 (19:11 +0200)]
Fixed bug #73329 (Float)"Nano" == NAN

The special cases (float)"inf", etc. were never intended and are
caused by the updated strtod lib. While it might be nice as an
easy way to produce Inf and NaN special values, it was never
documented and cause BC breaches.

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Tue, 18 Oct 2016 16:26:11 +0000 (18:26 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  sync NEWS
  sync NEWS

8 years agosync NEWS
Anatol Belski [Tue, 18 Oct 2016 16:24:42 +0000 (18:24 +0200)]
sync NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 18 Oct 2016 16:22:52 +0000 (18:22 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  sync NEWS

8 years agosync NEWS
Anatol Belski [Tue, 18 Oct 2016 16:18:04 +0000 (18:18 +0200)]
sync NEWS

48f1a178 is reverted

8 years agoMake this test meaningful
Christoph M. Becker [Tue, 18 Oct 2016 12:56:20 +0000 (14:56 +0200)]
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.

8 years agoInstall ext/json headers so that other extension can parse, too
Johannes Schlüter [Tue, 18 Oct 2016 12:48:17 +0000 (14:48 +0200)]
Install ext/json headers so that other extension can parse, too

8 years agoMerge branch 'PHP-7.1'
Bob Weinand [Tue, 18 Oct 2016 12:32:12 +0000 (14:32 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1
Bob Weinand [Tue, 18 Oct 2016 12:31:49 +0000 (14:31 +0200)]
Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1

8 years agoUse our own domains to test getmxrr()
Christoph M. Becker [Tue, 18 Oct 2016 12:28:49 +0000 (14:28 +0200)]
Use our own domains to test getmxrr()

8 years agoRemove superfluous checks for PNG support
Christoph M. Becker [Tue, 18 Oct 2016 12:16:46 +0000 (14:16 +0200)]
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.

8 years agoFixed bug #73338 (Exception thrown from error handler may crash)
Bob Weinand [Tue, 18 Oct 2016 12:13:20 +0000 (14:13 +0200)]
Fixed bug #73338 (Exception thrown from error handler may crash)

8 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Tue, 18 Oct 2016 12:11:16 +0000 (15:11 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Revert "Fix bug #47890 #73215 uniqid() should use better random source"

8 years agoMerge branch 'PHP-7.1'
Dmitry Stogov [Tue, 18 Oct 2016 12:10:03 +0000 (15:10 +0300)]
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

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Tue, 18 Oct 2016 12:09:44 +0000 (15:09 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  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"
  Update NEWS

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Dmitry Stogov [Tue, 18 Oct 2016 12:04:49 +0000 (15:04 +0300)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fixed bug #73337 (try/catch not working with two exceptions inside a same operation)

8 years agoFixed bug #73337 (try/catch not working with two exceptions inside a same operation)
Dmitry Stogov [Tue, 18 Oct 2016 11:48:01 +0000 (14:48 +0300)]
Fixed bug #73337 (try/catch not working with two exceptions inside a same operation)

8 years agoRevert "Fix bug #47890 #73215 uniqid() should use better random source"
Joe Watkins [Tue, 18 Oct 2016 10:30:45 +0000 (11:30 +0100)]
Revert "Fix bug #47890 #73215 uniqid() should use better random source"

This reverts commit 48f1a17886d874dc90867c669481804de90509e8.

8 years agoRevert "Fix bug #47890 #73215 uniqid() should use better random source"
Joe Watkins [Tue, 18 Oct 2016 10:30:33 +0000 (11:30 +0100)]
Revert "Fix bug #47890 #73215 uniqid() should use better random source"

This reverts commit 48f1a17886d874dc90867c669481804de90509e8.

8 years agoRevert "Fix bug #47890 #73215 uniqid() should use better random source"
Joe Watkins [Tue, 18 Oct 2016 10:30:19 +0000 (11:30 +0100)]
Revert "Fix bug #47890 #73215 uniqid() should use better random source"

This reverts commit 48f1a17886d874dc90867c669481804de90509e8.

8 years agoMerge branch 'PHP-7.1'
Dmitry Stogov [Tue, 18 Oct 2016 09:41:10 +0000 (12:41 +0300)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed type inference rules.
  Update NEWS

8 years agoFixed type inference rules.
Dmitry Stogov [Tue, 18 Oct 2016 09:39:33 +0000 (12:39 +0300)]
Fixed type inference rules.

8 years agoUpdate NEWS
Yasuo Ohgaki [Tue, 18 Oct 2016 00:28:18 +0000 (09:28 +0900)]
Update NEWS

8 years agoUpdate NEWS
Yasuo Ohgaki [Tue, 18 Oct 2016 00:28:08 +0000 (09:28 +0900)]
Update NEWS

8 years agoMerge branch 'PHP-7.1'
Yasuo Ohgaki [Tue, 18 Oct 2016 00:14:57 +0000 (09:14 +0900)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fix bug #47890 #73215 uniqid() should use better random source

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Yasuo Ohgaki [Tue, 18 Oct 2016 00:14:48 +0000 (09:14 +0900)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix bug #47890 #73215 uniqid() should use better random source

8 years agoFix bug #47890 #73215 uniqid() should use better random source
Yasuo Ohgaki [Tue, 18 Oct 2016 00:04:57 +0000 (09:04 +0900)]
Fix bug #47890 #73215 uniqid() should use better random source

8 years agoAdd PHP bindings for setting and getting the image resolution
Christoph M. Becker [Mon, 19 Sep 2016 20:48:22 +0000 (22:48 +0200)]
Add PHP bindings for setting and getting the image resolution

We expose the image resolution related GD functionality to userland
by introducing `imageresolution()` as getter/setter. Given only the
image argument, it returns the current resolution as indexed array.
Given only a second argument, it sets the horizontal and vertical
resolution to this value. Given three arguments, it sets the horizontal
and vertical resolution to the given arguments, respectively.

8 years agoMerge branch 'PHP-7.1'
Christoph M. Becker [Mon, 17 Oct 2016 22:02:18 +0000 (00:02 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Mon, 17 Oct 2016 22:00:37 +0000 (00:00 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-7.1'
Yasuo Ohgaki [Mon, 17 Oct 2016 21:54:10 +0000 (06:54 +0900)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Simply return FALSE from session_gc(). Error could be annoying because internal save handlers may return -1 when GC cannot be performed for reasons

8 years agoSimply return FALSE from session_gc(). Error could be annoying because internal save...
Yasuo Ohgaki [Mon, 17 Oct 2016 21:52:52 +0000 (06:52 +0900)]
Simply return FALSE from session_gc(). Error could be annoying because internal save handlers may return -1 when GC cannot be performed for reasons