sixdMon Mar 16 05:34:02 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c
/php-src/ext/oci8/tests connect_without_oracle_home.phpt
connect_without_oracle_home_old.phpt
pecl
sixdMon Mar 9 20:09:07 2009 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/oci8/tests b47243_1.phpt b47243_2.phpt b47243_3.phpt
Modified files:
/php-src/ext/oci8 oci8.c php_oci8_int.h
/php-src/ext/oci8/tests debug.phpt
Log
sixdMon Mar 9 19:01:17 2009 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/oci8/tests pecl_bug16035.phpt
Modified files:
/php-src/ext/oci8 oci8.c
/php-src/ext/oci8/tests details.inc
connect_wi
sixdMon Mar 9 18:04:26 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c
Log:
MFH: PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries)
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.38.2.28&r2=1.2
I'm hesitant to merge a fix for an unreproducible problem to a stable release.
PHP 5.2 connection code is very different to PHP 5.3
The num_links change could be merged, but this is only used in phpinfo(), so
it has low impact/usefulness.
Chris
Antony Dovgal wrote:
MFH to 5_2 ?
On 28.08.2008
MFH to 5_2 ?
On 28.08.2008 10:33, Christopher Jones wrote:
sixdThu Aug 28 06:33:24 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c
Log:
MFH: Bug #45888 (Refcounting in ZTS mode)
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1
sixdThu Aug 28 06:33:24 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c
Log:
MFH: Bug #45888 (Refcounting in ZTS mode)
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.38.2.22&r2=1.269.2.16.2.38.2.23&diff_format=u
In
hi,
On Wed, Aug 6, 2008 at 9:54 AM, Antony Dovgal <[EMAIL PROTECTED]> wrote:
> tony2001Wed Aug 6 07:54:41 2008 UTC
>
> Modified files: (Branch: PHP_5_3)
>/php-src/ext/oci8 oci8.c
> Log:
> fix 11g crap
Thanks, I was going to fix it.
There is a bad habit to u
tony2001Wed Aug 6 07:54:41 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c
Log:
fix 11g crap
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.38.2.21&r2=1.269.2.16.2.38.2.22&diff_format=u
Index: php-src/ext/o
On 06.08.2008 00:56, Pierre-Alain Joye wrote:
zend_module_entry oci8_module_entry = {
STANDARD_MODULE_HEADER,
- "oci8", /* extension name */
+ "oci8_11g", /* extension name */
WTF ?!
--
Wbr,
Antony Dovgal
--
PH
pajoye Tue Aug 5 20:56:25 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c
Log:
- MFH: fix oci8_11g when build shared (invalid extension)
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.38.2.20&r2=1.269.2.16.2.38.2.21&
sixdThu Jul 24 15:24:14 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c php_oci8.h
Log:
MFH
1. Fix macro version test for constants
2. [DOC] Increase oci8.default_prefetch to 100. Better out of box
experience. Consistent woth P
sixdThu Jul 17 00:36:02 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c
Log:
Allow PECL builds with PHP 4. No MTH needed
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.38.2.18&r2=1.269.2.16.2.38.2.19&diff_format=u
sixdWed Jul 16 23:55:13 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/oci8/tests reflection2.phpt
Modified files:
/php-src/ext/oci8 oci8.c
/php-src/ext/oci8/tests reflection1.phpt
Log:
MFH: [DOC] Add LOB & Collectio
sixdMon Apr 7 21:55:43 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c
Log:
Fix OCIPing 10.2 macro
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.38.2.13&r2=1.269.2.16.2.38.2.14&diff_format=u
Index: php-src/ext/oc
sixdTue Apr 1 18:37:33 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c php_oci8.h
Log:
Use new version macro. Make code portable to older PHP versions
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.38.2.12&r2=1.2
sixdSat Mar 22 01:27:50 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c oci8_collection.c oci8_lob.c
oci8_statement.c php_oci8_int.h
/php-src/ext/oci8/tests drcp_cclass1.phpt drcp_connect1.phpt
Log:
Further
sixdTue Feb 26 02:21:04 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c
Log:
MFH: Use STD_PHP_INI_BOOLEAN. Fix whitespace.
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.38.2.8&r2=1.269.2.16.2.38.2.9&diff_forma
sixdSat Feb 16 01:20:22 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c php_oci8_int.h
/php-src/ext/oci8/tests debug.phpt details.inc
Log:
Streamlined code and incorporated review comments. Respect oci8.ping_interval
when oci_pcon
rrichards Thu Jan 24 14:09:36 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c oci8_lob.c
Log:
MFH: fix zts build
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.38.2.5&r2=1.269.2.16.2.38.2.6&diff_format=u
Index: p
sixdFri Jan 18 16:03:51 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8.c
Log:
MFH: Add ifdef
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.38.2.4&r2=1.269.2.16.2.38.2.5&diff_format=u
Index: php-src/ext/oci8/oci8.c
sixdTue Jan 15 20:44:31 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/oci8/tests bug43497.phpt
Modified files:
/php-src/ext/oci8 oci8.c oci8_lob.c php_oci8_int.h
Log:
MFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs l
22 matches
Mail list logo