]> granicus.if.org Git - php/log
php
7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 4 Jul 2017 14:38:12 +0000 (16:38 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix datatype

7 years agofix datatype
Anatol Belski [Tue, 4 Jul 2017 14:37:17 +0000 (16:37 +0200)]
fix datatype

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 4 Jul 2017 10:14:50 +0000 (12:14 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  [ci skip] sync NEWS

7 years ago[ci skip] sync NEWS
Anatol Belski [Tue, 4 Jul 2017 10:12:51 +0000 (12:12 +0200)]
[ci skip] sync NEWS

7 years agoupdate NEWS
Anatol Belski [Tue, 4 Jul 2017 09:30:30 +0000 (11:30 +0200)]
update NEWS

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 4 Jul 2017 09:29:54 +0000 (11:29 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  update NEWS

7 years agoupdate NEWS
Anatol Belski [Tue, 4 Jul 2017 09:29:00 +0000 (11:29 +0200)]
update NEWS

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 4 Jul 2017 08:42:48 +0000 (10:42 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #74101 and bug #74614

7 years agoFixed bug #74101 and bug #74614
Nikita Popov [Sun, 25 Jun 2017 18:58:50 +0000 (20:58 +0200)]
Fixed bug #74101 and bug #74614

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sat, 1 Jul 2017 18:06:39 +0000 (20:06 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  yet one C++ compat fix

7 years agoyet one C++ compat fix
Anatol Belski [Sat, 1 Jul 2017 16:56:32 +0000 (18:56 +0200)]
yet one C++ compat fix

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sat, 1 Jul 2017 16:38:18 +0000 (18:38 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix C++ compat

7 years agofix C++ compat
Anatol Belski [Sat, 1 Jul 2017 16:36:43 +0000 (18:36 +0200)]
fix C++ compat

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Sat, 1 Jul 2017 09:52:41 +0000 (11:52 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoFixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within finally)
Bob Weinand [Sat, 1 Jul 2017 09:52:03 +0000 (11:52 +0200)]
Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within finally)

7 years agoUpdated NEWS
Julien Pauli [Thu, 29 Jun 2017 18:24:34 +0000 (20:24 +0200)]
Updated NEWS

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Julien Pauli [Thu, 29 Jun 2017 18:24:03 +0000 (20:24 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Updated NEWS
  Fix bug #74832, crash in extension loading

7 years agoUpdated NEWS
Julien Pauli [Thu, 29 Jun 2017 18:23:37 +0000 (20:23 +0200)]
Updated NEWS

7 years agoFix bug #74832, crash in extension loading
Julien Pauli [Thu, 29 Jun 2017 18:22:21 +0000 (20:22 +0200)]
Fix bug #74832, crash in extension loading

7 years agoFixed bug #69356
Adam Baratz [Thu, 29 Jun 2017 09:43:12 +0000 (11:43 +0200)]
Fixed bug #69356

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Adam Baratz [Thu, 29 Jun 2017 09:40:56 +0000 (11:40 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed #69356: PDOStatement::debugDumpParams() truncates query

7 years agoFixed #69356: PDOStatement::debugDumpParams() truncates query
Adam Baratz [Thu, 29 Jun 2017 09:14:38 +0000 (11:14 +0200)]
Fixed #69356: PDOStatement::debugDumpParams() truncates query

7 years agoFix typo in PHP 7.1.8 news
Tyson Andre [Wed, 28 Jun 2017 22:46:58 +0000 (15:46 -0700)]
Fix typo in PHP 7.1.8 news

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
George Wang [Wed, 28 Jun 2017 03:16:25 +0000 (23:16 -0400)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years ago[BUGFIX] fixes the issue that a value from .user.ini displays in phpinfo(), but not...
George Wang [Wed, 28 Jun 2017 03:14:36 +0000 (23:14 -0400)]
[BUGFIX] fixes the issue that a value from .user.ini displays in phpinfo(), but not applies.
[BUGFIX] when lsapi used the php_value has higher priority then ini_set when called from the script by itself .

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sun, 25 Jun 2017 18:17:15 +0000 (20:17 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoFixed bug #73173
Nikita Popov [Sun, 25 Jun 2017 18:14:58 +0000 (20:14 +0200)]
Fixed bug #73173

Patch by tloi at fortinet dot com.

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Sun, 25 Jun 2017 18:13:48 +0000 (20:13 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoExpose inflate_get_status() and inflate_get_read_len() functions
Bob Weinand [Sun, 25 Jun 2017 18:11:53 +0000 (20:11 +0200)]
Expose inflate_get_status() and inflate_get_read_len() functions

7 years agoAdd more constants, improve comments, and add tests
Matthew Trescott [Sun, 25 Jun 2017 09:07:14 +0000 (11:07 +0200)]
Add more constants, improve comments, and add tests

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sun, 25 Jun 2017 17:48:54 +0000 (19:48 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoFixed bug #73900
Nikita Popov [Sun, 25 Jun 2017 17:48:17 +0000 (19:48 +0200)]
Fixed bug #73900

7 years agoAdd OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key padding
Jakub Zelenka [Sun, 25 Jun 2017 17:08:50 +0000 (18:08 +0100)]
Add OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key padding

It fixes bug #71917 (openssl_open() returns junk on envelope < 16 bytes)
and bug #72362 (OpenSSL Blowfish encryption is incorrect for short
keys).

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sun, 25 Jun 2017 13:30:29 +0000 (15:30 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoDon't leave holes in func_get_args() and backtraces
Nikita Popov [Sun, 25 Jun 2017 13:08:36 +0000 (15:08 +0200)]
Don't leave holes in func_get_args() and backtraces

Argument lists should always be continuous and hole-free, even if
local variables are unset. Replace UNDEF values with NULLs.

7 years agoFixed bug #73944 (inflate_init() dictionary option) - add NEWS entry
Bob Weinand [Sun, 25 Jun 2017 08:57:36 +0000 (10:57 +0200)]
Fixed bug #73944 (inflate_init() dictionary option) - add NEWS entry

7 years agoRemove invalid check of dictionary content and add initialization of dictionary if...
wapmorgan [Sat, 24 Jun 2017 19:44:01 +0000 (22:44 +0300)]
Remove invalid check of dictionary content and add initialization of dictionary if raw compression used

7 years ago[ci skip] update NEWS
Anatol Belski [Fri, 23 Jun 2017 23:28:58 +0000 (01:28 +0200)]
[ci skip] update NEWS

7 years agoFix bug #74798 pkcs7_en/decrypt does not work if \x0a is used in content
Anatol Belski [Fri, 23 Jun 2017 22:18:57 +0000 (00:18 +0200)]
Fix bug #74798 pkcs7_en/decrypt does not work if \x0a is used in content

The patch for bug #74720 was incomplete.

7 years agoFixed bug #74623
Nikita Popov [Fri, 23 Jun 2017 15:32:45 +0000 (17:32 +0200)]
Fixed bug #74623

7 years agoMake inference robust against infinite loop
Nikita Popov [Fri, 23 Jun 2017 15:07:44 +0000 (17:07 +0200)]
Make inference robust against infinite loop

Right now, if narrowing occurs on non-debug builds, inference can
easily go into an infinite loop. Prevent this, and add a pointer
that this should be reported as a bug.

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Fri, 23 Jun 2017 11:31:39 +0000 (13:31 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoFix error if compiled without -fpermissive flag.
ideal [Wed, 21 Jun 2017 05:16:05 +0000 (13:16 +0800)]
Fix error if compiled without -fpermissive flag.

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Fri, 23 Jun 2017 06:53:12 +0000 (07:53 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix method "eof"

7 years agofix method "eof"
danchukas [Thu, 22 Jun 2017 14:25:40 +0000 (17:25 +0300)]
fix method "eof"

replace "eof" with  "feof"
because:
1) http://php.net/manual/ru/function.feof.php
2) Error: Call to undefined function eof()

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Fri, 23 Jun 2017 06:51:46 +0000 (07:51 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Remove superfluous branch

7 years agoRemove superfluous branch
Thomas Punt [Wed, 21 Jun 2017 20:47:22 +0000 (21:47 +0100)]
Remove superfluous branch

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Thu, 22 Jun 2017 13:01:30 +0000 (14:01 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix configure error

7 years agoFix configure error
Peter Kokot [Thu, 15 Jun 2017 00:30:39 +0000 (02:30 +0200)]
Fix configure error

This patch fixes configure error on some systems such as Alpine.

```
 line 3472: test: =: unary operator expected
```

One of the fixes has been suggested also here already:
https://bugs.php.net/bug.php?id=39835

Thank you for considering merging this.

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Thu, 22 Jun 2017 10:57:22 +0000 (11:57 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix bug #73471 PHP freezes with AppendIterator

7 years agofix bug #73471 PHP freezes with AppendIterator
jhdxr [Sun, 30 Apr 2017 05:33:53 +0000 (13:33 +0800)]
fix bug #73471 PHP freezes with AppendIterator

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Thu, 22 Jun 2017 10:52:20 +0000 (11:52 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix bug #74780 parse_url() borken when query string contains colon

7 years agofix bug #74780 parse_url() borken when query string contains colon
jhdxr [Tue, 20 Jun 2017 18:03:13 +0000 (02:03 +0800)]
fix bug #74780 parse_url() borken when query string contains colon

7 years agoUpdate NEWS
Christopher Jones [Wed, 21 Jun 2017 06:16:20 +0000 (16:16 +1000)]
Update NEWS

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christopher Jones [Wed, 21 Jun 2017 05:55:54 +0000 (15:55 +1000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Add bug #74625 to package.xml
  Add IN bind case to bug74625.phpt
  Fixed bug #74625 (Integer overflow in oci_bind_array_by_name).

7 years agoMerge branch 'pull-request/2532' into PHP-7.0
Christopher Jones [Wed, 21 Jun 2017 05:55:28 +0000 (15:55 +1000)]
Merge branch 'pull-request/2532' into PHP-7.0

* pull-request/2532:
  Add bug #74625 to package.xml
  Add IN bind case to bug74625.phpt
  Fixed bug #74625 (Integer overflow in oci_bind_array_by_name).

7 years agoAdd bug #74625 to package.xml
Christopher Jones [Wed, 21 Jun 2017 05:50:51 +0000 (15:50 +1000)]
Add bug #74625 to package.xml

7 years agoAdd IN bind case to bug74625.phpt
Christopher Jones [Wed, 21 Jun 2017 05:47:32 +0000 (15:47 +1000)]
Add IN bind case to bug74625.phpt

7 years agoFixed bug #74625 (Integer overflow in oci_bind_array_by_name).
Ingmar Runge [Mon, 22 May 2017 06:58:18 +0000 (08:58 +0200)]
Fixed bug #74625 (Integer overflow in oci_bind_array_by_name).

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christopher Jones [Wed, 21 Jun 2017 05:04:03 +0000 (15:04 +1000)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoRemove use of obsolete create_function()
Christopher Jones [Wed, 21 Jun 2017 05:02:58 +0000 (15:02 +1000)]
Remove use of obsolete create_function()

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christopher Jones [Wed, 21 Jun 2017 04:29:43 +0000 (14:29 +1000)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoUpdate OCI8 version test and package.xml
Christopher Jones [Wed, 21 Jun 2017 04:29:30 +0000 (14:29 +1000)]
Update OCI8 version test and package.xml

7 years agoFix bug #73634 - grapheme_strpos illegal memory access
Stanislav Malyshev [Mon, 16 Jan 2017 09:18:16 +0000 (01:18 -0800)]
Fix bug #73634 - grapheme_strpos illegal memory access

7 years agoFix bug #73648 - integer overflow in substr
Stanislav Malyshev [Mon, 16 Jan 2017 20:11:50 +0000 (12:11 -0800)]
Fix bug #73648 - integer overflow in substr

7 years agobump versions
Joe Watkins [Tue, 20 Jun 2017 16:34:00 +0000 (17:34 +0100)]
bump versions

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 20 Jun 2017 13:45:05 +0000 (15:45 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Split requested size as expected by CreateFileMapping.

7 years agoSplit requested size as expected by CreateFileMapping.
Anatol Belski [Tue, 20 Jun 2017 13:38:25 +0000 (15:38 +0200)]
Split requested size as expected by CreateFileMapping.

Thus fixing ext\opcache\tests\log_verbosity_bug.phpt fails on 64-bit.

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 20 Jun 2017 12:06:27 +0000 (14:06 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  move next

7 years agomove next
Anatol Belski [Tue, 20 Jun 2017 12:05:50 +0000 (14:05 +0200)]
move next

7 years agoUpdate NEWS
Christopher Jones [Tue, 20 Jun 2017 06:01:37 +0000 (16:01 +1000)]
Update NEWS

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christopher Jones [Tue, 20 Jun 2017 06:00:55 +0000 (16:00 +1000)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoPDO_OCI: support IC 12.2 in configure option
Christopher Jones [Tue, 20 Jun 2017 06:00:22 +0000 (16:00 +1000)]
PDO_OCI: support IC 12.2 in configure option

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christopher Jones [Tue, 20 Jun 2017 04:55:27 +0000 (14:55 +1000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Bump OCI8 version

7 years agoBump OCI8 version
Christopher Jones [Tue, 20 Jun 2017 04:54:45 +0000 (14:54 +1000)]
Bump OCI8 version

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christopher Jones [Tue, 20 Jun 2017 04:44:11 +0000 (14:44 +1000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  add test for bug #70700

7 years agoMerge branch 'pull-request/1569' into PHP-7.0
Christopher Jones [Tue, 20 Jun 2017 04:43:50 +0000 (14:43 +1000)]
Merge branch 'pull-request/1569' into PHP-7.0

* pull-request/1569:
  add test for bug #70700

7 years agoadd test for bug #70700
Chuck Burgess [Mon, 12 Oct 2015 19:56:59 +0000 (14:56 -0500)]
add test for bug #70700

7 years agoUpdate NEWS
Christopher Jones [Tue, 20 Jun 2017 04:37:52 +0000 (14:37 +1000)]
Update NEWS

7 years agoUpdate NEWS
Christopher Jones [Tue, 20 Jun 2017 04:37:16 +0000 (14:37 +1000)]
Update NEWS

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christopher Jones [Tue, 20 Jun 2017 04:33:35 +0000 (14:33 +1000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  oci8 - Implementation of Oracle TAF Callback

7 years agoMerge branch 'pull-request/2459' into PHP-7.0
Christopher Jones [Tue, 20 Jun 2017 04:33:06 +0000 (14:33 +1000)]
Merge branch 'pull-request/2459' into PHP-7.0

* pull-request/2459:
  oci8 - Implementation of Oracle TAF Callback

7 years agooci8 - Implementation of Oracle TAF Callback
KoenigsKind [Fri, 7 Apr 2017 18:40:40 +0000 (20:40 +0200)]
oci8 - Implementation of Oracle TAF Callback

Adds support for the Transparent Application Failover Callback.
The php_oci_connection struct got a char* added which will contain the
callback function, it should be set to PHP_OCI_TAF_DISABLE_CALLBACK at
the end of a php request for permanent connections so that, if a TAF
callback occurs, no userspace function will be called.
Maybe add support for registering object functions (via array),
currently the register function only accepts a string. I didn't know how
to implement it correctly. As a failover occurs very rarely it might be
better to not keep the cache when saving the zend_fcall_info.

Things to do
[ ] config.m4 needs to compile oci8_failover.c
[ ] Check if correctly implemented (especially for multithreading)
[ ] Add support for registering callback function via array

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christopher Jones [Tue, 20 Jun 2017 04:24:07 +0000 (14:24 +1000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  add test for bug #60994

7 years agoMerge branch 'pull-request/1566' into PHP-7.0
Christopher Jones [Tue, 20 Jun 2017 04:23:20 +0000 (14:23 +1000)]
Merge branch 'pull-request/1566' into PHP-7.0

* pull-request/1566:
  add test for bug #60994

7 years agoadd test for bug #60994
Chuck Burgess [Mon, 12 Oct 2015 15:50:09 +0000 (10:50 -0500)]
add test for bug #60994

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Jakub Zelenka [Sun, 18 Jun 2017 18:08:51 +0000 (19:08 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoopenssl: Add openssl_pkcs12_(read, export) tests
Jelle van der Waa [Thu, 8 Jun 2017 12:31:48 +0000 (14:31 +0200)]
openssl: Add openssl_pkcs12_(read, export) tests

Add basic tests for openssl_pkcs12_read and openssl_pkcs12_export.
openssl_pkcs12_export has two tests disable which currently do not work
as intended and should be fixed.

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Jakub Zelenka [Sun, 18 Jun 2017 17:28:54 +0000 (18:28 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoRegenerate and bump re2c version to 0.16
Jakub Zelenka [Sun, 18 Jun 2017 17:26:48 +0000 (18:26 +0100)]
Regenerate and bump re2c version to 0.16

It also matches the re2c version for Zend language scanner

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Fri, 16 Jun 2017 23:58:51 +0000 (01:58 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Next round on AppVeyor reliability.

7 years agoNext round on AppVeyor reliability.
Anatol Belski [Fri, 16 Jun 2017 23:57:47 +0000 (01:57 +0200)]
Next round on AppVeyor reliability.

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Jakub Zelenka [Fri, 16 Jun 2017 16:14:23 +0000 (17:14 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoopenssl: Fix spkstr and spki leak in openssl_spki_new
Jelle van der Waa [Tue, 6 Jun 2017 14:45:39 +0000 (16:45 +0200)]
openssl: Fix spkstr and spki leak in openssl_spki_new

spkstr is not free'd when running the test and valgrind reports a leak
of 32,318 bytes. The free condition is not met since keyresource is not
NULL, apart from that OPENSSL_free actually free's the allocated memory
by OPENSSL_malloc inside OpenSSL.

Valgrind reports 768 bytes leaked in openssl_spki_new when running the
testsuite. Remove the keyresource check to always free spki.

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Tue, 13 Jun 2017 14:16:13 +0000 (17:16 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY)

7 years agoFixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY)
Dmitry Stogov [Tue, 13 Jun 2017 14:15:47 +0000 (17:15 +0300)]
Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY)

7 years agoNEWS
Remi Collet [Tue, 13 Jun 2017 06:50:24 +0000 (08:50 +0200)]
NEWS

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Remi Collet [Tue, 13 Jun 2017 06:50:10 +0000 (08:50 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  NEWS
  Fix bug #74705 for collator_get_sort_key
  Fixes bug #74705 Wrong ReflectionInfo for Collator::getSortKey()

7 years agoNEWS
Remi Collet [Tue, 13 Jun 2017 06:50:02 +0000 (08:50 +0200)]
NEWS

7 years agoFix bug #74705 for collator_get_sort_key
Remi Collet [Tue, 13 Jun 2017 06:48:17 +0000 (08:48 +0200)]
Fix bug #74705 for collator_get_sort_key