summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-06132-669/+1135
|
* 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
* 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-05101-557/+1666
| | | | | 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
* 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
|
* 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-0131-154/+262
| | | | | | | | 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
| | | | | .
* # testing changes is a good idea.Sterling Hughes2001-06-011-5/+6
| | | | | | We were passing the php socket resource identifier to select instead of the socket fd...
* Cleaning up and fixed some compile problems on systems that only support ↵foobar2001-06-012-97/+69
| | | | static libs.
* Use different define name for this.foobar2001-06-012-2/+2
|
* Cleanup. ws fixes (no tabs in config.m4 files please)foobar2001-06-011-83/+72
|
* Cleanup a little bit.foobar2001-06-011-21/+14
|
* Make use of the --with-expat-dir configure optionfoobar2001-06-011-14/+22
|
* Fix bug: #9009.foobar2001-06-011-1/+1
|
* Missing entries in phpinfo() outputfoobar2001-06-011-8/+13
|
* Output something if password is not set.foobar2001-06-011-1/+3
|
* fix crash.Sterling Hughes2001-05-311-0/+2
|
* - Cleaned up some whitespace (sorry, I should have committed that beforefoobar2001-05-312-320/+177
| | | | | | any other changes) - Made use of the Zend resource macros
* Fixing crash in shutdown after executing a SQL statement with errorsFrank M. Kromann2001-05-311-24/+15
|
* Adding missing resourceFrank M. Kromann2001-05-311-0/+3
|
* Changed code to return resources for links and resultsFrank M. Kromann2001-05-312-1403/+1188
|
* small ws fix.Sterling Hughes2001-05-301-1/+1
|
* Revert as per Herr Schumann's request.Sterling Hughes2001-05-301-2/+2
|