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
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
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