Browse Source

major rework here - the refcount stuff gets better and better!

experimetnal/RETURN_REF_PATCH
Thies C. Arntzen 27 years ago
parent
commit
16e1cbee07
  1. 1
      ChangeLog
  2. 724
      ext/oci8/oci8.c
  3. 2
      ext/oci8/php3_oci8.h

1
ChangeLog

@ -2,6 +2,7 @@ PHP 4.0 CHANGE LOG ChangeLog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? 1999, Version 4.0 Beta 3
- Updated OCI8 to use the new high-performance Zend function API. (Thies)
- Configure speedup (Stig)
- Fixed LOB/Persistent-Connection related OCI8-Crash (Thies)
- Generalized server-API build procedure on UNIX (Stig)

724
ext/oci8/oci8.c
File diff suppressed because it is too large
View File

2
ext/oci8/php3_oci8.h

@ -179,8 +179,6 @@ extern php3_module_entry oci8_module_entry;
#define OCI_MAX_NAME_LEN 64
#define OCI_MAX_DATA_SIZE INT_MAX
#define OCI_PIECE_SIZE (64*1024)-1
#define OCI_CONN_TYPE(x) ((x)==le_conn)
#define OCI_STMT_TYPE(x) ((x)==le_stmt)
#ifdef ZTS
#define OCILS_D php_oci_globals *oci_globals

Loading…
Cancel
Save