summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix bug #30430 (odbc_next_result() doesn't bind values and that results in ↵Antony Dovgal2005-01-181-6/+3
| | | | | | | segfault) fix protos
* Fixed patch for bug #31478 (SegFault/Memory Leak with empty())Dmitry Stogov2005-01-181-1/+1
|
* - Sanitize outputfoobar2005-01-181-1/+1
|
* Add test for bug #31402foobar2005-01-181-0/+72
|
* Touch the generated file.foobar2005-01-181-1/+1
|
* Fixed bug #31190 (exceptions in call_user_func_array())Dmitry Stogov2005-01-182-2/+30
|
* Add test case for bug #30726.Magnus M��tt�2005-01-181-0/+8
|
* Fixed bug #28444 (Cannot access undefined property for object with ↵Dmitry Stogov2005-01-181-3/+12
| | | | overloaded property access).
* Make this compile with the generic ntwdblib from MicrosoftFrank M. Kromann2005-01-185-7/+27
|
* use the static dblib.lib to avoid the need for extra dll'sFrank M. Kromann2005-01-181-1/+1
|
* add --with-freetds option to win32 build.Frank M. Kromann2005-01-181-0/+14
| | | | | TODO make it work when both mssql and freetds is included or bail out with an error
* make the mssql extension work with freetds on win32Frank M. Kromann2005-01-181-2/+3
|
* make the mssql extension work with freetds on win32Frank M. Kromann2005-01-181-0/+7
|
* Allow drivers to select bind emulation on a per statement basisWez Furlong2005-01-189-16/+24
|
* dohWez Furlong2005-01-181-1/+1
|
* nice and fluffy error handlingWez Furlong2005-01-186-4/+144
|
* ChangeLog update2005-01-182-0/+73
|
* remove error and hook up rowCountWez Furlong2005-01-181-2/+1
|
* Fixed bug #30726 (-.1 like numbers are not being handled correctly).Ilia Alshanetsky2005-01-181-1/+1
|
* Tidy up driver specific method handlingWez Furlong2005-01-172-3/+7
|
* fix weird DB2 issue:Antony Dovgal2005-01-171-2/+2
| | | | | | DB2's SQLDataSources() returns _max available_ length of result string instead of _real_ length and that results in strings a-la "\0 "
* - Fixed bug #31444 (Memory leak in zend_language_scanner.c)foobar2005-01-171-0/+4
|
* - Added some sanity checks by changing to the parameter parsing APIfoobar2005-01-171-44/+25
|
* fix protos (by Mehdi Achour )Christian Stocker2005-01-171-9/+9
|
* fix leak appearing when odbc_errormsg() got invalid resourceAntony Dovgal2005-01-171-1/+3
|
* Fixed bug #31519: Set r->status_line to SAPI-provided status-line.Joe Orton2005-01-171-0/+8
|
* Fix compiler warning.Stefan Esser2005-01-172-2/+2
|
* Use PQescapeBytea() for quoting. Need to think how to add binary safeEdin Kadribasic2005-01-171-11/+5
| | | | | | quoting for blobls (pgsql bytea type). Fixes #2818
* don't raise errors for the no-error caseWez Furlong2005-01-171-2/+2
|
* tidy up a few thingsWez Furlong2005-01-172-10/+27
|
* ChangeLog update2005-01-171-0/+42
|
* Missing 1Wez Furlong2005-01-171-1/+1
|
* Add a PDO driver for Sybase style DB-lib (including MS SQL).Wez Furlong2005-01-179-0/+852
| | | | | Only the basics are here right now.
* Added standard emacs and vim modelinesZak Greant2005-01-166-0/+51
|
* - Fix a critical bug that request-local settings leak to another request.Moriyoshi Koizumi2005-01-163-43/+92
|
* ChangeLog update2005-01-162-0/+50
|
* and use it...Stefan Esser2005-01-152-8/+8
|
* finally use what we calculatedStefan Esser2005-01-151-1/+1
|
* Restore unserialize() speedStefan Esser2005-01-153-1/+75
|
* CS fixfoobar2005-01-151-2/+3
|
* ws fixfoobar2005-01-151-27/+27
|
* ChangeLog update2005-01-152-0/+88
|
* - Unload on MAC OS X (shouldn't be a reason not to)Andi Gutmans2005-01-151-1/+1
|
* - Fixed bug #31060 (imageftbbox() does not use linespacing parameter)foobar2005-01-141-3/+2
|
* - Fixed bug #30120 (imagettftext() and imagettfbbox() accept too many ↵foobar2005-01-141-2/+2
| | | | parameters)
* - Fix another generated header includefoobar2005-01-142-2/+2
|
* Fixed SIGSEGV in ext/standard/tests/network/tcp4loop.phpt and ↵Dmitry Stogov2005-01-141-1/+1
| | | | ext/standard/tests/network/unixloop.phpt
* Restore behavior of $str["str"]. (Now $str["str"] is equivalent to $str[0] ↵Dmitry Stogov2005-01-144-171/+20
| | | | again)
* ChangeLog update2005-01-142-0/+32
|
* fix compile.Wez Furlong2005-01-131-1/+1
| | | | | Someone with firebird needs to sit down and give this extension some love