#
eb786dc0 |
| 21-Apr-2000 |
Thies C. Arntzen |
make it compile on Win32 |
#
b27718ff |
| 21-Apr-2000 |
Thies C. Arntzen |
@- OCIBindByName() will no longer complain about bindlength beeing zero. (Thies) |
#
a7c8bfb9 |
| 06-Apr-2000 |
Colin Viebrock |
phpinfo() prettying |
Revision tags: PHP-4.0-RC1 |
|
#
ae67ddc3 |
| 14-Mar-2000 |
Egon Schmid |
One space character is enough. |
#
29c41fe4 |
| 14-Mar-2000 |
Egon Schmid |
Thies, please check the function names and descriptions. |
#
caeaaf4d |
| 12-Mar-2000 |
Sascha Schumann |
Fix build on systems which lack snprintf or vsnprintf. PR: #3786 |
#
9abeb481 |
| 09-Mar-2000 |
Thies C. Arntzen |
(OCILogon) fixed crash in OCILogon if username was not valid (newly introduced - no need for a NEWS entry) |
#
d02fe90b |
| 06-Mar-2000 |
Stig Bakken |
Change extension names in all extensions' zend_module_entry to their directory name. |
#
ad5b022e |
| 06-Mar-2000 |
Thies C. Arntzen |
@- OCINLogon() sessions are now closed again. (Thies) # happy hacking in hongkong! |
#
68c10efe |
| 03-Mar-2000 |
Joe Martin |
Added functions to retrieve scale, precision and raw oracle data type for columns. |
#
490569ca |
| 01-Mar-2000 |
Thies C. Arntzen |
@- OCINLogon no longer crashes. (Thies) |
#
08055fef |
| 27-Feb-2000 |
Thies C. Arntzen |
out of space in private (brain) memory;-) |
#
48bc90a8 |
| 27-Feb-2000 |
Thies C. Arntzen |
just so that i don't forget |
#
6aff0250 |
| 23-Feb-2000 |
Egon Schmid |
Thies, it looks now a little bit better. Please correct my dummy entries. |
#
e0b09193 |
| 22-Feb-2000 |
Thies C. Arntzen |
@- Fixed OCI8 crash when returning cursors from stored-procedures. (Thies) |
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time |
#
1c4532dc |
| 19-Feb-2000 |
Zeev Suraski |
*** empty log message *** |
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 |