| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Changed constant DB_OK from 0 to 1. So if you set a default error handler, | Tomas V.V.Cox | 2001-06-07 | 1 | -1/+1 | |
| | | | | | | | this will improve fetchInto usability [while ($res->fetchInto($row))], because don't disturb the while loop | |||||
| * | Remove .libs in path to libyaz.la to make libtool 1.4 happy. | Adam Dickmeiss | 2001-06-07 | 1 | -0/+1 | |
| | | ||||||
| * | Removed some ws and couple of useless comments. | foobar | 2001-06-07 | 1 | -21/+14 | |
| | | ||||||
| * | change DB_result::fetchRow to use extension fetchInto instead of | Tomas V.V.Cox | 2001-06-07 | 1 | -1/+5 | |
| | | | | | | DB_result::fetchInto (speed improvement) | |||||
| * | Blowfish detection patch from Alexander Bokovoy <ab@avilink.net> | Rasmus Lerdorf | 2001-06-07 | 1 | -3/+3 | |
| | | ||||||
| * | remove unneccessary cast | Sterling Hughes | 2001-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | Make gmp compile again | Stanislav Malyshev | 2001-06-06 | 1 | -6/+6 | |
| | | ||||||
| * | Update fbsql_fetch_array() to match documentation | Frank M. Kromann | 2001-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | - fixed some compiler warnings | Uwe Steinmann | 2001-06-06 | 2 | -20/+15 | |
| | | ||||||
| * | Fold a bit more code | Rasmus Lerdorf | 2001-06-06 | 8 | -30/+86 | |
| | | ||||||
| * | Remove bogus '.'. | Sebastian Bergmann | 2001-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 161 | -834/+1610 | |
| | | ||||||
| * | Maintain .cvsignore files. | Sebastian Bergmann | 2001-06-06 | 0 | -0/+0 | |
| | | ||||||
| * | Prevent problems with PDFlib 3.00 when setting the imagewarning parameter. | Wez Furlong | 2001-06-06 | 1 | -2/+4 | |
| | | | | | | # I don't know if this is in later minors of PDF 3.x; someone please check! | |||||
| * | Change OCIFreeColl to OCIFreeCollection for consistency | Andy Sautins | 2001-06-06 | 1 | -6/+6 | |
| | | | | | | with OCINewCursor/OCIFreeCursor | |||||
| * | defined HAVE_CONFIG_H to enable DSO extension support. | Rui Hirokawa | 2001-06-05 | 1 | -0/+4 | |
| | | ||||||
| * | bugfix: collections didn't work correctly | Harald Radi | 2001-06-05 | 4 | -84/+62 | |
| | | ||||||
| * | Fixing memory leak. | Frank M. Kromann | 2001-06-05 | 2 | -62/+559 | |
| | | | | | | | Fixing mssql_pconnect to work with ISAPI Adding MSSQL_NUM, MSSQL_ASSOC and MSSQL_BOTH so the extension will be more compatible with MySQL | |||||
| * | Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintf | Jason Greene | 2001-06-05 | 3 | -4/+4 | |
| | | | | | | | if the platform has a broken (v)snprintf, or in my case, if a library included by a module redifines snprintf incorrectly. | |||||
| * | put VT_ARRAY outside of the switch | Harald Radi | 2001-06-05 | 2 | -164/+160 | |
| | | ||||||
| * | Fix Non-terminated comment | Jason Greene | 2001-06-05 | 1 | -1/+1 | |
| | | ||||||
| * | two bug fixed: return value of mb_strimwidth() was invalid and separator ↵ | Rui Hirokawa | 2001-06-05 | 2 | -1/+4 | |
| | | | | | parameter of mb_parse_str wasn't worked. | |||||
| * | Created a testset and a script to create a (mysql) database. This script | Marc Boeren | 2001-06-05 | 10 | -0/+554 | |
| | | | | | | | | is easily modified to create other databases as well. The testset needs the database, but it doesn't need to be a mysql database. Scripts to generate other databases (with the same structure and data) would be appreciated. | |||||
| * | Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and | Marc Boeren | 2001-06-05 | 11 | -292/+325 | |
| | | | | | | | | | | | DBX_CMP_ASC, DBX_CMP_DESC flags. Default comparison changed from DBX_CMP_TEXT to new DBX_CMP_NATIVE. Solved bug in associative fields when using mssql Cleaned up comments (/*/ ... /*/ to /* ... */) dbx_connect now always return false if the database is not found. Optimized dbx_query field-info retrieval loop | |||||
| * | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 125 | -570/+1769 | |
| | | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | |||||
| * | typelib is loaded automatically (depends on ini setting) | Harald Radi | 2001-06-05 | 2 | -126/+332 | |
| | | | | | | | | | | | added com_load_typelib() # i must get rid of duplicate defines() @ fixed a bug when com.allow_dcom is set to false @ added a further parameter to the constructor to load typelibs @ from file when instantiating components (e.g. DCOM Components @ without local registration). (phanto) | |||||
| * | -used makros for zval modifications where possible | Harald Radi | 2001-06-05 | 2 | -320/+282 | |
| | | | | | | -small fixes in safearray to phparray code | |||||
| * | Ignore generated files. | Andrei Zmievski | 2001-06-04 | 0 | -0/+0 | |
| | | ||||||
| * | *** empty log message *** | Andrei Zmievski | 2001-06-04 | 1 | -0/+3 | |
| | | ||||||
| * | Fixed bug: #11265 | foobar | 2001-06-04 | 1 | -1/+4 | |
| | | ||||||
| * | Fix bug: #9713 | foobar | 2001-06-04 | 1 | -2/+17 | |
| | | ||||||
| * | Always use -n... | foobar | 2001-06-04 | 1 | -1/+1 | |
| | | ||||||
| * | fix this (mea culpa, stray commit) | Sterling Hughes | 2001-06-03 | 1 | -4/+9 | |
| | | ||||||
| * | Fixed little buggie with T1lib support. | foobar | 2001-06-03 | 1 | -3/+7 | |
| | | ||||||
| * | Empty directories. No need for .cvsignore. | Sascha Schumann | 2001-06-03 | 0 | -0/+0 | |
| | | ||||||
| * | Fix XML build. | Sascha Schumann | 2001-06-03 | 1 | -1/+1 | |
| | | | | | | # sniper, did you ever test one of your patches? | |||||
| * | added safearray to pval conversion for 1d arrays | Harald Radi | 2001-06-03 | 4 | -22/+218 | |
| | | ||||||
| * | @ added the possibility to specify typelibs by full name | Harald Radi | 2001-06-03 | 2 | -66/+414 | |
| | | | | | | @ in the typelib file (Alan Brown) | |||||
| * | fix logic | Sascha Schumann | 2001-06-03 | 1 | -1/+3 | |
| | | ||||||
| * | removed unneeded function | Harald Radi | 2001-06-03 | 6 | -56/+206 | |
| | | ||||||
| * | fixed typelib support | Harald Radi | 2001-06-03 | 2 | -56/+130 | |
| | | ||||||
| * | a bug fixed about memory reallocation and added extra parameter support to ↵ | Rui Hirokawa | 2001-06-03 | 1 | -6/+11 | |
| | | | | | mb_send_mail(). | |||||
| * | Leftovers from master Beckham's patch. | Sterling Hughes | 2001-06-02 | 1 | -2/+2 | |
| | | ||||||
| * | Patch from Daniel Beckham, fetch the entry resource id, not the directory | Sterling Hughes | 2001-06-02 | 1 | -2/+2 | |
| | | | | | | resource id and fix prototype. | |||||
| * | Changed efree to free for perststant data. | Frank M. Kromann | 2001-06-01 | 1 | -46/+47 | |
| | | ||||||
| * | removed hardcoded typelib version. | Harald Radi | 2001-06-01 | 2 | -10/+28 | |
| | | | | | | | forgot to call release on typinfo and dispatch when obtaining typelib from classname. | |||||
| * | Gerring rid of C++ comments, | Frank M. Kromann | 2001-06-01 | 1 | -37/+40 | |
| | | | | | | Adding extra cleanup. | |||||
| * | Upgrade ext/mysql/libmysql to version 3.23.39. No major changes - | MySQL Team | 2001-06-01 | 32 | -154/+264 | |
| | | | | | | | | | portability fixes. Also add configure test for HAVE_INT_8_16_32 which should solve compilation problems on AIX. | |||||
| * | ops.. | Sterling Hughes | 2001-06-01 | 1 | -3/+2 | |
| | | | | | | #coffee good | |||||
| * | # see | Sterling Hughes | 2001-06-01 | 1 | -10/+4 | |
| | | | | | | . | |||||
