Revision tags: php-5.5.4RC1 |
|
#
6ece5503 |
| 03-Sep-2013 |
Christopher Jones |
Cast time_t since some "dtrace -G" invocations fail on time_t arguments
|
Revision tags: php-5.4.20RC1 |
|
#
d7ffca59 |
| 31-Aug-2013 |
Christopher Jones |
Allow OCI8 to be DTrace-enabled independently of core PHP's DTrace status. The proviso is OCI8 must be built "shared" when DTrace is enabled. This implementation (i) works around an incompl
Allow OCI8 to be DTrace-enabled independently of core PHP's DTrace status. The proviso is OCI8 must be built "shared" when DTrace is enabled. This implementation (i) works around an incomplete core PHP solution for extension tracing (ii) avoid any issues with DOF section location and the complexities of needing to merge all provider .d files for static builds (iii) allows OCI8 to be DTrace-enabled when doing PECL installs of OCI8 on PHP versions without core PHP DTrace support. This is an initial patch i.e. it will undergo further testing.
show more ...
|
Revision tags: php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2 |
|
#
85b66e9e |
| 26-Jul-2013 |
Christopher Jones |
OCI8 extension: Allow Implicit Result Set statement resources to inherit the parent's current prefetch count
|
#
586fc490 |
| 25-Jul-2013 |
Christopher Jones |
Fix --enable-maintainer-zts mode in OCI8 2.0
|
#
fe98ffc2 |
| 25-Jul-2013 |
Christopher Jones |
Update UPGRADING and make typo fixes to OCI8 package.xml
|
#
bfc3c223 |
| 24-Jul-2013 |
Christopher Jones |
Initial PHP OCI8 2.0.0-dev commit. Includes Oracle Database 12c Implicit Result Set support, DTrace support, and various code cleanups. See package.xml for details.
|
Revision tags: php-5.5.1, php-5.4.18RC1, php-5.3.27 |
|
#
6ac7c9d0 |
| 08-Jul-2013 |
Christopher Jones |
Bump PECL package info version check to allow PECL installs with PHP 5.5+
|
Revision tags: php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1 |
|
#
02e4d7a2 |
| 10-Jun-2013 |
Stanislav Malyshev |
Merge branch 'pull-request/341' * pull-request/341: (23 commits) typofixes
|
#
ac40c0b5 |
| 10-Jun-2013 |
Stanislav Malyshev |
Merge branch 'pull-request/341' * pull-request/341: (23 commits) typofixes
|
Revision tags: php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1 |
|
#
dbb72de6 |
| 22-Oct-2012 |
Christopher Jones |
Re-fixed bug #60901 (Improve "tail" syntax for AIX installation) The original fix broke Solaris installs of OCI8
|
#
af14da57 |
| 19-Oct-2012 |
Christopher Jones |
Fixed bug #63307 (Unused variable in oci8.c) An output section for oci_internal_debug() was setting but not using a variable
|
#
131dd885 |
| 19-Oct-2012 |
Christopher Jones |
Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro) Improve high availability for explicitly terminated connections.
|
Revision tags: php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1 |
|
#
9f44844d |
| 14-Sep-2012 |
Christopher Jones |
Change package.xml fix description
|
#
bbf5978e |
| 14-Sep-2012 |
Christopher Jones |
Fixed bug #60901 (Improve "tail" syntax for AIX installation)
|
Revision tags: php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5, php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2 |
|
#
57de041b |
| 18-Nov-2011 |
Christopher Jones |
r319456 also fixed the OCI8 part of #55301 (multiple null pointer)
|
#
1a7669f1 |
| 18-Nov-2011 |
Christopher Jones |
r319456 also fixed the OCI8 part of #55301 (multiple null pointer)
|
#
1a30e9dd |
| 18-Nov-2011 |
Christopher Jones |
r319456 also fixed the OCI8 part of #55301 (multiple null pointer)
|
#
092a21cd |
| 18-Nov-2011 |
Christopher Jones |
Sync to 5.3 and check additional cases for #55748
|
#
984c34aa |
| 18-Nov-2011 |
Christopher Jones |
Sync to 5.3 and check additional cases for #55748
|
#
28cfee29 |
| 18-Nov-2011 |
Christopher Jones |
Sync to 5.3 and check additional cases for #55748
|
#
0c00f3a1 |
| 10-Nov-2011 |
Christopher Jones |
OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS.
|
#
a1cf0c42 |
| 10-Nov-2011 |
Christopher Jones |
OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS.
|
#
4827f5c5 |
| 10-Nov-2011 |
Christopher Jones |
OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS.
|
Revision tags: php-5.4.0RC1 |
|
#
14378908 |
| 09-Nov-2011 |
Christopher Jones |
Add tests for unsupported types
|
#
d8bc4069 |
| 09-Nov-2011 |
Christopher Jones |
Add tests for unsupported types
|