Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add driver-specific attributes for controlling calls to dbsetlogintime() and ↵ | Adam Baratz | 2016-04-05 | 1 | -0/+3 |
| | | | | dbsettime() | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | cleanup mod version macros, round 3 | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -4/+4 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -2/+0 |
| | | |||||
* | | Implement Bug #66063 - pdo_dblib enable timeout parameter | STANLEY SUFFICOOL | 2014-10-22 | 1 | -23/+5 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | FIX BUG #60512 (the correct way this time) | Stanley Sufficool | 2013-06-01 | 1 | -2/+6 |
| | | | | | Last fix just truncated the password. This fixes the message handler per the bug report. | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed shared build | Kalle Sommer Nielsen | 2009-05-20 | 1 | -0/+4 |
| | |||||
* | MFH: Fix --with-pdo-mssql build and add some warnings if header/libs are not ↵ | Kalle Sommer Nielsen | 2009-05-19 | 1 | -0/+4 |
| | | | | found | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | fix build and typo after another lazy ass who does not test before commit: ↵ | foobar | 2006-07-24 | 1 | -2/+2 |
| | | | | Dmitry | ||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -7/+9 |
| | |||||
* | - Fix date | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | switch to package2.xml | Wez Furlong | 2005-12-04 | 1 | -1/+1 |
| | |||||
* | set to 1.0 stable. | Wez Furlong | 2005-11-26 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :) | foobar | 2005-11-25 | 1 | -2/+2 |
| | |||||
* | update package.xml files and version numbers, in anticipation of a big bunch ↵ | Wez Furlong | 2005-09-11 | 1 | -1/+1 |
| | | | | of releases. | ||||
* | prep for PECL release | Wez Furlong | 2005-07-27 | 1 | -1/+13 |
| | |||||
* | use pdo core test suite. | Wez Furlong | 2005-07-20 | 1 | -6/+10 |
| | | | | | | Now passes all but one test. Volunteers that want to track down the cause for test pdo_018.phpt not passing are welcome. | ||||
* | compile before commit... | Wez Furlong | 2005-07-12 | 1 | -2/+2 |
| | |||||
* | Enable unix build for dblib/sybase/freetds. | Wez Furlong | 2005-07-12 | 1 | -2/+4 |
| | | | | | The extension is named pdo_dblib and the driver dblib on unix. | ||||
* | Avoid estrdup(NULL), modified patch from Zhao ming sen. | Wez Furlong | 2005-07-12 | 1 | -2/+10 |
| | |||||
* | fix pdo_mssql.dll build | Wez Furlong | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Make this compile with the generic ntwdblib from Microsoft | Frank M. Kromann | 2005-01-18 | 1 | -2/+2 |
| | |||||
* | nice and fluffy error handling | Wez Furlong | 2005-01-18 | 1 | -2/+71 |
| | |||||
* | Add a PDO driver for Sybase style DB-lib (including MS SQL). | Wez Furlong | 2005-01-17 | 1 | -0/+129 |
Only the basics are here right now. |