Bob Weinand
e3cc15daf2
Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within finally)
9 years ago
Julien Pauli
2a1ad88538
Updated NEWS
9 years ago
Julien Pauli
3f4340a796
Fix bug #74832 , crash in extension loading
9 years ago
Adam Baratz
08089f014c
Fixed #69356 : PDOStatement::debugDumpParams() truncates query
9 years ago
George Wang
751d19f698
[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 .
9 years ago
Nikita Popov
604827b694
Fixed bug #73173
Patch by tloi at fortinet dot com.
9 years ago
Bob Weinand
cfee5116dd
Expose inflate_get_status() and inflate_get_read_len() functions
9 years ago
Matthew Trescott
0c4f11ecaa
Add more constants, improve comments, and add tests
9 years ago
Nikita Popov
2fddc4a7f1
Fixed bug #73900
9 years ago
Nikita Popov
de66e80d75
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.
9 years ago
Bob Weinand
fda0a8b735
Fixed bug #73944 (inflate_init() dictionary option) - add NEWS entry
9 years ago
wapmorgan
cd1869bcf2
Remove invalid check of dictionary content and add initialization of dictionary if raw compression used
9 years ago
ideal
4d6100569b
Fix error if compiled without -fpermissive flag.
9 years ago
danchukas
b255b97e43
fix method "eof"
replace "eof" with "feof"
because:
1) http://php.net/manual/ru/function.feof.php
2) Error: Call to undefined function eof()
9 years ago
Thomas Punt
b1301a0686
Remove superfluous branch
9 years ago
Peter Kokot
660250f4da
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.
9 years ago
jhdxr
81c2a4b9ba
fix bug #73471 PHP freezes with AppendIterator
9 years ago
jhdxr
db287b2303
fix bug #74780 parse_url() borken when query string contains colon
9 years ago
Christopher Jones
b3bd379198
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).
9 years ago
Christopher Jones
cda87977a5
Add bug #74625 to package.xml
9 years ago
Christopher Jones
b4c5f20c46
Add IN bind case to bug74625.phpt
9 years ago
Ingmar Runge
fa3615f14e
Fixed bug #74625 (Integer overflow in oci_bind_array_by_name).
9 years ago
Christopher Jones
3fbbcf7f93
Remove use of obsolete create_function()
9 years ago
Christopher Jones
1bdc290017
Update OCI8 version test and package.xml
9 years ago
Stanislav Malyshev
18b6de7a91
Fix bug #73634 - grapheme_strpos illegal memory access
9 years ago
Stanislav Malyshev
14c422a32f
Fix bug #73648 - integer overflow in substr
9 years ago
Anatol Belski
6a854e2740
Split requested size as expected by CreateFileMapping.
Thus fixing ext\opcache\tests\log_verbosity_bug.phpt fails on 64-bit.
9 years ago
Anatol Belski
b4fa2ba295
move next
9 years ago
Christopher Jones
27d6814351
PDO_OCI: support IC 12.2 in configure option
9 years ago
Christopher Jones
64447030bb
Bump OCI8 version
9 years ago
Christopher Jones
073ac50374
Merge branch 'pull-request/1569' into PHP-7.0
* pull-request/1569:
add test for bug #70700
9 years ago
Chuck Burgess
98bcc0bd43
add test for bug #70700
10 years ago
Christopher Jones
135265ef69
Update NEWS
9 years ago
Christopher Jones
ec6ac50812
Merge branch 'pull-request/2459' into PHP-7.0
* pull-request/2459:
oci8 - Implementation of Oracle TAF Callback
9 years ago
KoenigsKind
1b797f7ad3
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
9 years ago
Christopher Jones
a6c67a088a
Merge branch 'pull-request/1566' into PHP-7.0
* pull-request/1566:
add test for bug #60994
9 years ago
Chuck Burgess
51a7e35c24
add test for bug #60994
10 years ago
Jelle van der Waa
509f5097ab
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.
9 years ago
Jakub Zelenka
887fabe78f
Regenerate and bump re2c version to 0.16
It also matches the re2c version for Zend language scanner
9 years ago
Anatol Belski
4a39d33ee5
Next round on AppVeyor reliability.
9 years ago
Jelle van der Waa
f19dfac830
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.
9 years ago
Dmitry Stogov
648be8600f
Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY)
9 years ago
Remi Collet
c4d7cfa536
NEWS
9 years ago
Remi Collet
78970d5338
Fix bug #74705 for collator_get_sort_key
9 years ago
Tyson Andre
5f07a895cc
Fixes bug #74705 Wrong ReflectionInfo for Collator::getSortKey()
https://secure.php.net/manual/en/collator.getsortkey.php
9 years ago
Remi Collet
aea8c6ddc1
NEWS
9 years ago
Tyson Andre
81b2533a68
Fixes bug #74708 reflection signatures for random_bytes+random_int
They have 1 and 2 required parameters, respectively
See https://secure.php.net/manual/en/function.random-int.php
9 years ago
Xinchen Hui
3968ffe7b3
Forgotten NEWs update
9 years ago
Xinchen Hui
e05f79c3de
Merge branch 'bug74600' of https://github.com/manuelm/php-src into PHP-7.0
* 'bug74600' of https://github.com/manuelm/php-src :
Add simple cli test for PATH/HOST ini sections
Fixed bug #74600
9 years ago
Manuel Mausz
91f129ebf7
Add simple cli test for PATH/HOST ini sections
9 years ago