History log of /PHP-5.4/ext/oci8/oci8.c (Results 351 – 375 of 404)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 6d0ab616 10-Feb-2000 Zeev Suraski

SAPIfication, Episode VI: Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except f

SAPIfication, Episode VI: Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except for the Apache SAPI module.
- No server specific code is in any of the base PHP code.

Still left to be done:
- Eliminate any references to APACHE from the few remaining modules.
- Move request_info.c's logic to SAPI
- Modify the regex function names, and globals, so that we can always
include them, without having to fear any interference with Apache;
Always use the bundled regex library

show more ...


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# aee1dd9e 07-Feb-2000 Thies C. Arntzen

kill warning
@- Fixed some OCIBindByName() problems. (Thies)


# c145f856 01-Feb-2000 Thies C. Arntzen

make it work without the zend_hash_pointer*() functions. some work on the shutdown issues (more to follow)


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 8950aa75 16-Jan-2000 Thies C. Arntzen

@- OCI8 now supports binding of NULL-values. Module cleanups. (Thies)
lots of cleanup - all invisible to the user (i hope;-)
- full refcounting of connections & statements
- cleanup of th

@- OCI8 now supports binding of NULL-values. Module cleanups. (Thies)
lots of cleanup - all invisible to the user (i hope;-)
- full refcounting of connections & statements
- cleanup of the descriptor-code (descriptors are now real resources)
- we now use SQLT_CHR instead of SQLT_STR (no trailing \0) - smarter & faster
- ocifetchinto(OCI_BOTH) will use references.

show more ...


# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).


Revision tags: PRE_ISSET_TYPE
# 4e095276 23-Dec-1999 Thies C. Arntzen

digital cc doe not like whitespaces before a # mark


Revision tags: PRE_LIBZEND_TO_ZEND
# a1ad2872 18-Dec-1999 Zeev Suraski

- The tree compiles again


# 396bccfb 17-Dec-1999 Zeev Suraski

More php3_ cleanup


# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)


# a3c65143 17-Dec-1999 Zeev Suraski

More php3_ annihilation


# 02d3b394 17-Dec-1999 Zeev Suraski

More php3_ annihilation


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP
# 99b5652f 09-Dec-1999 Thies C. Arntzen

small cleanups in MINIT code
OCIInitialize is now called at the "right" spot again


# 40340b5a 08-Dec-1999 Thies C. Arntzen

@- OCI8 now returns NULL values in LONG columns correct. (Thies)


Revision tags: PRE_RETURN_REF_PATCH
# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...


# f6e8a597 04-Dec-1999 Thies C. Arntzen

fixed tiny leak


# 126756d7 01-Dec-1999 Thies C. Arntzen

just a remark


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5
# e20e9786 12-Nov-1999 Thies C. Arntzen

added missing function-alias


# d64e09a3 12-Nov-1999 Thies C. Arntzen

oops, didn't mean to activate this!


# e61fea30 12-Nov-1999 Thies C. Arntzen

@- Fixed selecting nested-tables in OCI8. (Thies)
fixed mested-tables again (broke it when resourcified the driver)


# 392659fa 10-Nov-1999 Rasmus Lerdorf

# Fix comments


Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# c171eecd 27-Oct-1999 Thies C. Arntzen

@- implemented OCI8 $lob->WriteToFile() function - very useful for streaming
@ large amounts of LOB-Data without to need of a huge buffer. (Thies)


# 86bb3fa0 12-Oct-1999 Thies C. Arntzen

new improved resource-API (i hope everything still compiles)


# 7fe8812d 05-Oct-1999 Thies C. Arntzen

use reference counting for emulating child<->parent (cursor<->connection) relationships.


# 16e1cbee 30-Sep-1999 Thies C. Arntzen

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


# 284bc523 29-Sep-1999 Thies C. Arntzen

fixed crash in connection shutdown!


1...<<11121314151617