Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
861f6883 |
| 12-Sep-2002 |
Derick Rethans |
- Fixed linker error when HAVE_STRFTIME was not set
|
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0 |
|
#
8a65d5d3 |
| 06-Jun-2002 |
Daniela Mariaschi |
Add control on IB version. ibase_add_user(), ibase_modify_user() and ibase_delete_user() are available with IB6 or later
|
Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1 |
|
#
716e6a03 |
| 15-Mar-2002 |
Daniela Mariaschi |
added new ibase_fetch_assoc() php function
|
Revision tags: help, php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
ece15242 |
| 27-Jan-2002 |
fabrice aeschbacher |
add ibase_add_user(), ibase_modify_user(), ibase_delete_use()
|
Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2 |
|
#
7101179c |
| 04-Sep-2001 |
Rasmus Lerdorf |
Interbase extension fixes by Jeremy Bettis (.dsp patch looked funky, but these ones look ok)
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
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
|
Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2 |
|
#
abcdb47f |
| 04-Jan-2001 |
Jouni Ahto |
Changing my email address...
|
Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, 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)
|
#
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.
|
#
cd754d78 |
| 03-Jul-2000 |
Sascha Schumann |
Rename macros which begin with underscore to appropiate macros. The general rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
|
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 ...
|
#
a9d4cf90 |
| 10-Jun-2000 |
Andi Gutmans |
- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH, php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
#
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 ...
|
#
b826d6a4 |
| 09-May-2000 |
Jouni Ahto |
Support (partially) the new datatypes in InterBase 6.
|
Revision tags: php-4.0RC2 |
|
#
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...
|
Revision tags: PHP-4.0-RC1 |
|
#
bd1140e7 |
| 12-Mar-2000 |
Jouni Ahto |
# Compiles. Doesn't work yet. Unless leaking memory counts as 'working'. # Trying to finish before RC1...
|
#
bf5cb890 |
| 26-Feb-2000 |
Zeev Suraski |
- Convert 'PHP3' to 'PHP' - Avoid declaring crypt() related salt types twice
|