summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed constant DB_OK from 0 to 1. So if you set a default error handler,Tomas V.V.Cox2001-06-071-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 Dickmeiss2001-06-071-0/+1
|
* Removed some ws and couple of useless comments.foobar2001-06-071-21/+14
|
* change DB_result::fetchRow to use extension fetchInto instead ofTomas V.V.Cox2001-06-071-1/+5
| | | | | DB_result::fetchInto (speed improvement)
* Blowfish detection patch from Alexander Bokovoy <ab@avilink.net>Rasmus Lerdorf2001-06-071-3/+3
|
* remove unneccessary castSterling Hughes2001-06-061-1/+1
|
* Make gmp compile againStanislav Malyshev2001-06-061-6/+6
|
* Update fbsql_fetch_array() to match documentationFrank M. Kromann2001-06-061-1/+1
|
* - fixed some compiler warningsUwe Steinmann2001-06-062-20/+15
|
* Fold a bit more codeRasmus Lerdorf2001-06-068-30/+86
|
* Remove bogus '.'.Sebastian Bergmann2001-06-061-1/+1
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-06161-834/+1610
|
* Maintain .cvsignore files.Sebastian Bergmann2001-06-060-0/+0
|
* Prevent problems with PDFlib 3.00 when setting the imagewarning parameter.Wez Furlong2001-06-061-2/+4
| | | | | # I don't know if this is in later minors of PDF 3.x; someone please check!
* Change OCIFreeColl to OCIFreeCollection for consistencyAndy Sautins2001-06-061-6/+6
| | | | | with OCINewCursor/OCIFreeCursor
* defined HAVE_CONFIG_H to enable DSO extension support.Rui Hirokawa2001-06-051-0/+4
|
* bugfix: collections didn't work correctlyHarald Radi2001-06-054-84/+62
|
* Fixing memory leak.Frank M. Kromann2001-06-052-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)snprintfJason Greene2001-06-053-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 switchHarald Radi2001-06-052-164/+160
|
* Fix Non-terminated commentJason Greene2001-06-051-1/+1
|
* two bug fixed: return value of mb_strimwidth() was invalid and separator ↵Rui Hirokawa2001-06-052-1/+4
| | | | parameter of mb_parse_str wasn't worked.
* Created a testset and a script to create a (mysql) database. This scriptMarc Boeren2001-06-0510-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 andMarc Boeren2001-06-0511-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 plusRasmus Lerdorf2001-06-05125-570/+1769
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* typelib is loaded automatically (depends on ini setting)Harald Radi2001-06-052-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 possibleHarald Radi2001-06-052-320/+282
| | | | | -small fixes in safearray to phparray code
* Ignore generated files.Andrei Zmievski2001-06-040-0/+0
|
* *** empty log message ***Andrei Zmievski2001-06-041-0/+3
|
* Fixed bug: #11265foobar2001-06-041-1/+4
|
* Fix bug: #9713foobar2001-06-041-2/+17
|
* Always use -n...foobar2001-06-041-1/+1
|
* fix this (mea culpa, stray commit)Sterling Hughes2001-06-031-4/+9
|
* Fixed little buggie with T1lib support.foobar2001-06-031-3/+7
|
* Empty directories. No need for .cvsignore.Sascha Schumann2001-06-030-0/+0
|
* Fix XML build.Sascha Schumann2001-06-031-1/+1
| | | | | # sniper, did you ever test one of your patches?
* added safearray to pval conversion for 1d arraysHarald Radi2001-06-034-22/+218
|
* @ added the possibility to specify typelibs by full nameHarald Radi2001-06-032-66/+414
| | | | | @ in the typelib file (Alan Brown)
* fix logicSascha Schumann2001-06-031-1/+3
|
* removed unneeded functionHarald Radi2001-06-036-56/+206
|
* fixed typelib supportHarald Radi2001-06-032-56/+130
|
* a bug fixed about memory reallocation and added extra parameter support to ↵Rui Hirokawa2001-06-031-6/+11
| | | | mb_send_mail().
* Leftovers from master Beckham's patch.Sterling Hughes2001-06-021-2/+2
|
* Patch from Daniel Beckham, fetch the entry resource id, not the directorySterling Hughes2001-06-021-2/+2
| | | | | resource id and fix prototype.
* Changed efree to free for perststant data.Frank M. Kromann2001-06-011-46/+47
|
* removed hardcoded typelib version.Harald Radi2001-06-012-10/+28
| | | | | | forgot to call release on typinfo and dispatch when obtaining typelib from classname.
* Gerring rid of C++ comments,Frank M. Kromann2001-06-011-37/+40
| | | | | Adding extra cleanup.
* Upgrade ext/mysql/libmysql to version 3.23.39. No major changes -MySQL Team2001-06-0132-154/+264
| | | | | | | | portability fixes. Also add configure test for HAVE_INT_8_16_32 which should solve compilation problems on AIX.
* ops..Sterling Hughes2001-06-011-3/+2
| | | | | #coffee good
* # seeSterling Hughes2001-06-011-10/+4
| | | | | .