Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bug #30430 (odbc_next_result() doesn't bind values and that results in ↵ | Antony Dovgal | 2005-01-18 | 1 | -6/+3 |
| | | | | | | | segfault) fix protos | ||||
* | Fixed patch for bug #31478 (SegFault/Memory Leak with empty()) | Dmitry Stogov | 2005-01-18 | 1 | -1/+1 |
| | |||||
* | - Sanitize output | foobar | 2005-01-18 | 1 | -1/+1 |
| | |||||
* | Add test for bug #31402 | foobar | 2005-01-18 | 1 | -0/+72 |
| | |||||
* | Touch the generated file. | foobar | 2005-01-18 | 1 | -1/+1 |
| | |||||
* | Fixed bug #31190 (exceptions in call_user_func_array()) | Dmitry Stogov | 2005-01-18 | 2 | -2/+30 |
| | |||||
* | Add test case for bug #30726. | Magnus M��tt� | 2005-01-18 | 1 | -0/+8 |
| | |||||
* | Fixed bug #28444 (Cannot access undefined property for object with ↵ | Dmitry Stogov | 2005-01-18 | 1 | -3/+12 |
| | | | | overloaded property access). | ||||
* | Make this compile with the generic ntwdblib from Microsoft | Frank M. Kromann | 2005-01-18 | 5 | -7/+27 |
| | |||||
* | use the static dblib.lib to avoid the need for extra dll's | Frank M. Kromann | 2005-01-18 | 1 | -1/+1 |
| | |||||
* | add --with-freetds option to win32 build. | Frank M. Kromann | 2005-01-18 | 1 | -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 win32 | Frank M. Kromann | 2005-01-18 | 1 | -2/+3 |
| | |||||
* | make the mssql extension work with freetds on win32 | Frank M. Kromann | 2005-01-18 | 1 | -0/+7 |
| | |||||
* | Allow drivers to select bind emulation on a per statement basis | Wez Furlong | 2005-01-18 | 9 | -16/+24 |
| | |||||
* | doh | Wez Furlong | 2005-01-18 | 1 | -1/+1 |
| | |||||
* | nice and fluffy error handling | Wez Furlong | 2005-01-18 | 6 | -4/+144 |
| | |||||
* | ChangeLog update | 2005-01-18 | 2 | -0/+73 | |
| | |||||
* | remove error and hook up rowCount | Wez Furlong | 2005-01-18 | 1 | -2/+1 |
| | |||||
* | Fixed bug #30726 (-.1 like numbers are not being handled correctly). | Ilia Alshanetsky | 2005-01-18 | 1 | -1/+1 |
| | |||||
* | Tidy up driver specific method handling | Wez Furlong | 2005-01-17 | 2 | -3/+7 |
| | |||||
* | fix weird DB2 issue: | Antony Dovgal | 2005-01-17 | 1 | -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) | foobar | 2005-01-17 | 1 | -0/+4 |
| | |||||
* | - Added some sanity checks by changing to the parameter parsing API | foobar | 2005-01-17 | 1 | -44/+25 |
| | |||||
* | fix protos (by Mehdi Achour ) | Christian Stocker | 2005-01-17 | 1 | -9/+9 |
| | |||||
* | fix leak appearing when odbc_errormsg() got invalid resource | Antony Dovgal | 2005-01-17 | 1 | -1/+3 |
| | |||||
* | Fixed bug #31519: Set r->status_line to SAPI-provided status-line. | Joe Orton | 2005-01-17 | 1 | -0/+8 |
| | |||||
* | Fix compiler warning. | Stefan Esser | 2005-01-17 | 2 | -2/+2 |
| | |||||
* | Use PQescapeBytea() for quoting. Need to think how to add binary safe | Edin Kadribasic | 2005-01-17 | 1 | -11/+5 |
| | | | | | | quoting for blobls (pgsql bytea type). Fixes #2818 | ||||
* | don't raise errors for the no-error case | Wez Furlong | 2005-01-17 | 1 | -2/+2 |
| | |||||
* | tidy up a few things | Wez Furlong | 2005-01-17 | 2 | -10/+27 |
| | |||||
* | ChangeLog update | 2005-01-17 | 1 | -0/+42 | |
| | |||||
* | Missing 1 | Wez Furlong | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Add a PDO driver for Sybase style DB-lib (including MS SQL). | Wez Furlong | 2005-01-17 | 9 | -0/+852 |
| | | | | | Only the basics are here right now. | ||||
* | Added standard emacs and vim modelines | Zak Greant | 2005-01-16 | 6 | -0/+51 |
| | |||||
* | - Fix a critical bug that request-local settings leak to another request. | Moriyoshi Koizumi | 2005-01-16 | 3 | -43/+92 |
| | |||||
* | ChangeLog update | 2005-01-16 | 2 | -0/+50 | |
| | |||||
* | and use it... | Stefan Esser | 2005-01-15 | 2 | -8/+8 |
| | |||||
* | finally use what we calculated | Stefan Esser | 2005-01-15 | 1 | -1/+1 |
| | |||||
* | Restore unserialize() speed | Stefan Esser | 2005-01-15 | 3 | -1/+75 |
| | |||||
* | CS fix | foobar | 2005-01-15 | 1 | -2/+3 |
| | |||||
* | ws fix | foobar | 2005-01-15 | 1 | -27/+27 |
| | |||||
* | ChangeLog update | 2005-01-15 | 2 | -0/+88 | |
| | |||||
* | - Unload on MAC OS X (shouldn't be a reason not to) | Andi Gutmans | 2005-01-15 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #31060 (imageftbbox() does not use linespacing parameter) | foobar | 2005-01-14 | 1 | -3/+2 |
| | |||||
* | - Fixed bug #30120 (imagettftext() and imagettfbbox() accept too many ↵ | foobar | 2005-01-14 | 1 | -2/+2 |
| | | | | parameters) | ||||
* | - Fix another generated header include | foobar | 2005-01-14 | 2 | -2/+2 |
| | |||||
* | Fixed SIGSEGV in ext/standard/tests/network/tcp4loop.phpt and ↵ | Dmitry Stogov | 2005-01-14 | 1 | -1/+1 |
| | | | | ext/standard/tests/network/unixloop.phpt | ||||
* | Restore behavior of $str["str"]. (Now $str["str"] is equivalent to $str[0] ↵ | Dmitry Stogov | 2005-01-14 | 4 | -171/+20 |
| | | | | again) | ||||
* | ChangeLog update | 2005-01-14 | 2 | -0/+32 | |
| | |||||
* | fix compile. | Wez Furlong | 2005-01-13 | 1 | -1/+1 |
| | | | | | Someone with firebird needs to sit down and give this extension some love |