#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2 |
|
#
04c3f840 |
| 15-Aug-2001 |
Thies C. Arntzen |
mega patch to avoid recursive oci-calls as they might break oracle! php will simply exit() (!!!) once it encounters an attemp to call oracle while still in an oracle-call. this can only
mega patch to avoid recursive oci-calls as they might break oracle! php will simply exit() (!!!) once it encounters an attemp to call oracle while still in an oracle-call. this can only happen when the script gets interrupted (timeout, apache-restart) and php tries to run the cleanups even though we are in an unclean state. i will add an -ini flag soon (not before 4.0.7) which will (optional) make php not run the cleanups when in an unclean state!
show more ...
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
384c8654 |
| 11-Aug-2001 |
Thies C. Arntzen |
beautify
|
#
6479bfe3 |
| 11-Aug-2001 |
Thies C. Arntzen |
use macros for accessing properties in object.
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE |
|
#
4c5a6cbb |
| 07-Aug-2001 |
Frank M. Kromann |
Fixing a TSRMLS_FETCH problem.
|
Revision tags: PRE_ENGINE2_SPLIT |
|
#
1159c84a |
| 05-Aug-2001 |
Zeev Suraski |
- TSRMLS_FETCH work - whitespace fixes
|
#
474da88b |
| 31-Jul-2001 |
foobar |
more ZTS fixes.
|
#
b1de7fc9 |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation. Enough for today...
|
#
aa1772ca |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation
|
#
d76cf1da |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work
|
#
797a079a |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work, and a bit of cleanup
|
#
7b1c4006 |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation (Zend compatibility patch)
|
#
1c25b8dd |
| 30-Jul-2001 |
Zeev Suraski |
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
|
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua
|
#
fe6f8712 |
| 27-Jul-2001 |
Zeev Suraski |
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any unco
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
show more ...
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
a9e0de39 |
| 25-Jul-2001 |
Thies C. Arntzen |
@- Improved the stability of OCIPlogon() after a database restart. (Thies)
|
#
3db0b181 |
| 14-Jul-2001 |
Thies C. Arntzen |
clearify ocisetprefetch
|
#
0ef0f8e3 |
| 11-Jul-2001 |
Thies C. Arntzen |
ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)
|
#
9f3110ea |
| 09-Jul-2001 |
Thies C. Arntzen |
fix newly introduced SEFAULT.
|
#
1e3553bd |
| 09-Jul-2001 |
Thies C. Arntzen |
use erealloc for zvals!
|
#
423613f4 |
| 08-Jul-2001 |
Thies C. Arntzen |
@ - Make sure that OCI8 outbound variables are always zero-terminated. (Thies)
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4 |
|
#
c977f298 |
| 19-Jun-2001 |
Andi Gutmans |
- Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))
|
Revision tags: php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
c3106f4c |
| 06-Jun-2001 |
Andy Sautins |
Change OCIFreeColl to OCIFreeCollection for consistency with OCINewCursor/OCIFreeCursor
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|