Revision tags: php-4.0.3 |
|
#
f06ee6bd |
| 05-Oct-2000 |
Jouni Ahto |
- List entry types should be true globals.
|
Revision tags: php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE |
|
#
1237a33c |
| 17-Jul-2000 |
Zeev Suraski |
- Made Interbase compile under Win32, cleaned warnings @- Added Win32 project for the Interbase module (Zeev)
|
#
af343ca8 |
| 09-Jul-2000 |
Jouni Ahto |
- Left debugging accidentally on...
|
#
ccb216ce |
| 09-Jul-2000 |
Jouni Ahto |
(ibase_blob_import) It's good to have link handle available, if you want to use it... (_php_ibase_exec) On error situations, only xsqlda was freed, not its
(ibase_blob_import) It's good to have link handle available, if you want to use it... (_php_ibase_exec) On error situations, only xsqlda was freed, not its contents.
show more ...
|
#
a63013bf |
| 09-Jul-2000 |
Jouni Ahto |
- I must be getting demented. Forgot to add and register list destructor function when creating new list entry type. Several other modifications too related to this. Blobs still not worki
- I must be getting demented. Forgot to add and register list destructor function when creating new list entry type. Several other modifications too related to this. Blobs still not working.
show more ...
|
#
99c6e63e |
| 07-Jul-2000 |
Jouni Ahto |
- Move away from encoding transaction number into link_id and use properly resources instead for both. - Some cleaning.
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
ec62b2d1 |
| 05-Jul-2000 |
Jouni Ahto |
- First try at getting interbase to compile and work in ZTS-mode. Compiles.
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
8f1ff9e8 |
| 24-Jun-2000 |
Jouni Ahto |
- Close cursor immediately before reuse so that calling ibase_free_result is not necessary anymore. Seems to also prevent a a situation where at request shutdown cursor was first dropped
- Close cursor immediately before reuse so that calling ibase_free_result is not necessary anymore. Seems to also prevent a a situation where at request shutdown cursor was first dropped and tried to close it afterwards when all the resources were not manually freed, and could occasionally segfault.
show more ...
|
#
0c032536 |
| 24-Jun-2000 |
Sascha Schumann |
Stop including dl/phpdl.h.
|
#
bcec04f1 |
| 11-Jun-2000 |
Egon Schmid |
Added argument type.
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
#
4686a3b5 |
| 23-May-2000 |
Sascha Schumann |
Use #ifdef COMPILE_DL_EXTNAME solely.
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
#
08838fe7 |
| 14-May-2000 |
Jouni Ahto |
Default to the highest SQL version supported by libs. Fixed associative array values returned by ibase_field_info. Fixed compatibility problems with old versions of InterBase.
|
#
4132ec82 |
| 12-May-2000 |
Jouni Ahto |
Changed ibase_num_fields to use high-performance api (which fixed a *very* obscure bug).
|
#
fc5daee4 |
| 12-May-2000 |
Jouni Ahto |
Fixed all (?) remaining issues with InterBase 6 datatypes, especially with timestamp, date and time. Incombatible change: renamed constant IBASE_TIMESTAMP to IBASE_UNIXTIME. Incompatible
Fixed all (?) remaining issues with InterBase 6 datatypes, especially with timestamp, date and time. Incombatible change: renamed constant IBASE_TIMESTAMP to IBASE_UNIXTIME. Incompatible change: renamed configuration directive ibase.timeformat to ibase.timestampformat. Added constants IBASE_TIMESTAMP, IBASE_DATE, IBASE_TIME. Added configuration directives ibase.dateformat and ibase.timeformat. ibase_timefmt() now takes an optional second argument specifying which format to change, default is IBASE_TIMESTAMP (for even a little backwards compatibility).
show more ...
|
#
59ddaefd |
| 11-May-2000 |
Jouni Ahto |
SQL_INT64 binding support in prepared and executed queries. Fixed a (probably) longtime bug with binding to DECIMAL/NUMERIC stored as scaled integer. # Be lazy on documentation, then nobo
SQL_INT64 binding support in prepared and executed queries. Fixed a (probably) longtime bug with binding to DECIMAL/NUMERIC stored as scaled integer. # Be lazy on documentation, then nobody ever uses the features there are, # and you never get caught for bugs...
show more ...
|
#
b826d6a4 |
| 09-May-2000 |
Jouni Ahto |
Support (partially) the new datatypes in InterBase 6.
|
Revision tags: php-4.0RC2 |
|
#
aef06da0 |
| 04-May-2000 |
Jouni Ahto |
Fix (?) #4314.
|
#
4802fbb8 |
| 04-May-2000 |
Jouni Ahto |
If using a persistent connection, check if it's still there and reopen if needed.
|
#
fe50664d |
| 02-May-2000 |
Sascha Schumann |
#if COMPILE_DL becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
|
#
0d383d93 |
| 02-May-2000 |
Sascha Schumann |
Replace the various get_module() functions with a uniform ZEND_GET_MODULE(name) macro.
|
#
430bfdd8 |
| 30-Apr-2000 |
Jouni Ahto |
Moving module to the high-performance API & fixing it for PHP4.
|
#
1dc32c2d |
| 18-Apr-2000 |
Jouni Ahto |
# Reaching alpha status with this module...
|
#
a7c8bfb9 |
| 06-Apr-2000 |
Colin Viebrock |
phpinfo() prettying
|