7d759e67 | 23-Sep-1999 |
Nick Gorham |
Added support for Easysoft ODBC-ODBC Bridge Fixed bug in odbc_setoption |
1e13eb64 | 23-Sep-1999 |
Andrew Skalski |
fixed typo in mcal_list_alarms() |
ba8b703b | 23-Sep-1999 |
Sascha Schumann |
re2c's bit vectors appear to be not binary clean. Revert to standard mode for the moment. |
edb2032c | 23-Sep-1999 |
Thies C. Arntzen |
tiny optimisation |
820adadd | 23-Sep-1999 |
Thies C. Arntzen |
Ora_Fetch_Into now resets the returned array in all cases |
ed731497 | 23-Sep-1999 |
Thies C. Arntzen |
fixed NULL column cleanups |
fd3f26c1 | 22-Sep-1999 |
Nick Gorham |
Added odbc metadata update log |
21d8c984 | 22-Sep-1999 |
Nick Gorham |
Added support for metadata functions, odbc_tables, odbc_columns, odbc_columnprivileges, odbc_foreignkeys, odbc_gettypeinfo, odbc_primarykeys, odbc_procedurecolumns, odbc_procedures,
Added support for metadata functions, odbc_tables, odbc_columns, odbc_columnprivileges, odbc_foreignkeys, odbc_gettypeinfo, odbc_primarykeys, odbc_procedurecolumns, odbc_procedures, odbc_procedurecolumns, odbc_procedures, odbc_specialcolumns, odbc_statistics, odbc_tableprivileges
show more ...
|
12205132 | 22-Sep-1999 |
Andrew Skalski |
mcal fix |
4a35689b | 22-Sep-1999 |
Andrew Skalski |
added null-checking in make_event_object |
4b0707cf | 22-Sep-1999 |
Andrew Skalski |
Added optional port argument to ftp_connect() |
33de7a2e | 22-Sep-1999 |
Thies C. Arntzen |
i always forget something;-) |
24c51431 | 22-Sep-1999 |
Thies C. Arntzen |
fixed Ora_PLogon (rewrote ora_do_logon using php_mysql.c) oracle_hack.c should no longer be needed! |
49c891f2 | 22-Sep-1999 |
Thies C. Arntzen |
preliminary fix for each until andi & zeev clean up! |
8c6da509 | 22-Sep-1999 |
Thies C. Arntzen |
resourcified Oracle |
5f351565 | 22-Sep-1999 |
Thies C. Arntzen |
if you pass NULL as the resource_type_name to zend_fetch_resource*&friends the functions will not print any warnings if the resource is not found! |
8b4000f4 | 22-Sep-1999 |
Stefan Roehrich |
Added new allowable_tags for gzgetss() in ChangeLog, too. |
0b122621 | 22-Sep-1999 |
Stefan Roehrich |
Fixed gzgetss() with new _php3_strip_tags, corrected prototype. |
cc31ea96 | 22-Sep-1999 |
Uwe Steinmann |
- fixed misleading explaination of fdftk option |
7e5ef04b | 22-Sep-1999 |
Andi Gutmans |
- Get rid of warning on win32, non-threadsafe mode. |
709286c0 | 21-Sep-1999 |
Andrew Skalski |
removed NULL reference |
773a26bb | 21-Sep-1999 |
Andrew Skalski |
added missing "addr.sin_family = AF_INET" to socket routines |
9ea5e71a | 21-Sep-1999 |
Andrey Hristov |
*** empty log message *** |
33eb7d83 | 21-Sep-1999 |
Andrey Hristov |
WDDX can now serialize and deserialize objects. It uses a variable named 'php_classname' to store the class name as part of the structure. This way WDDX modules in other languages don't get b
WDDX can now serialize and deserialize objects. It uses a variable named 'php_classname' to store the class name as part of the structure. This way WDDX modules in other languages don't get broken by extensions to DTD we would have had to make otherwise.
show more ...
|
1e57766b | 21-Sep-1999 |
Rasmus Lerdorf |
Slightly redundant to check for crypt() here again, but the TRY_RUN stuff needs it defined in the same m4 file or it won't work, and it will just get pulled out of the cache anyway, so it isn
Slightly redundant to check for crypt() here again, but the TRY_RUN stuff needs it defined in the same m4 file or it won't work, and it will just get pulled out of the cache anyway, so it isn't a big deal.
show more ...
|