Joe Watkins
21cbdf6984
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix configure error
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
Joe Watkins
c56378b0d5
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix bug #73471 PHP freezes with AppendIterator
9 years ago
jhdxr
81c2a4b9ba
fix bug #73471 PHP freezes with AppendIterator
9 years ago
Joe Watkins
ed1f64e083
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix bug #74780 parse_url() borken when query string contains colon
9 years ago
jhdxr
db287b2303
fix bug #74780 parse_url() borken when query string contains colon
9 years ago
Christopher Jones
c288ed44a2
Update NEWS
9 years ago
Christopher Jones
5d666d2a02
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).
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
13347e8a7d
Merge branch 'PHP-7.0' into PHP-7.1
9 years ago
Christopher Jones
3fbbcf7f93
Remove use of obsolete create_function()
9 years ago
Christopher Jones
d9feb3c2d0
Merge branch 'PHP-7.0' into PHP-7.1
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
10 years ago
Stanislav Malyshev
14c422a32f
Fix bug #73648 - integer overflow in substr
10 years ago
Joe Watkins
78bec63ad9
bump versions
9 years ago
Anatol Belski
67f063e3ac
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Split requested size as expected by CreateFileMapping.
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
3f2cfac5d6
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
move next
9 years ago
Anatol Belski
b4fa2ba295
move next
9 years ago
Christopher Jones
3303e87101
Update NEWS
9 years ago
Christopher Jones
7ecddd2c24
Merge branch 'PHP-7.0' into PHP-7.1
9 years ago
Christopher Jones
27d6814351
PDO_OCI: support IC 12.2 in configure option
9 years ago
Christopher Jones
f39c9d8345
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Bump OCI8 version
9 years ago
Christopher Jones
64447030bb
Bump OCI8 version
9 years ago
Christopher Jones
b1431c6174
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
add test for bug #70700
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
11 years ago
Christopher Jones
82bb98ce1a
Update NEWS
9 years ago
Christopher Jones
135265ef69
Update NEWS
9 years ago
Christopher Jones
b742a18ba4
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
oci8 - Implementation of Oracle TAF Callback
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
058bec9e33
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
add test for bug #60994
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
11 years ago
Jakub Zelenka
fbb884e532
Merge branch 'PHP-7.0' into PHP-7.1
9 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
bfa9362d43
Merge branch 'PHP-7.0' into PHP-7.1
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
7275084388
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Next round on AppVeyor reliability.
9 years ago
Anatol Belski
4a39d33ee5
Next round on AppVeyor reliability.
9 years ago
Jakub Zelenka
c2a348b5bc
Merge branch 'PHP-7.0' into PHP-7.1
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
84b9b164a8
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY)
9 years ago
Dmitry Stogov
648be8600f
Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY)
9 years ago
Remi Collet
6408c66d3c
NEWS
9 years ago