Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH | Jani Taskinen | 2007-08-31 | 1 | -0/+1 |
| | |||||
* | No dots in error messages! | Jani Taskinen | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | Fixed bug #42242 (sybase_connect() crashes) | Ilia Alshanetsky | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -1/+1 |
| | |||||
* | fix spprintf usage | Stanislav Malyshev | 2007-03-16 | 1 | -1/+1 |
| | |||||
* | use safe_erealloc | Stanislav Malyshev | 2007-03-06 | 1 | -1/+1 |
| | |||||
* | Fixed a typo | Ilia Alshanetsky | 2007-02-24 | 1 | -1/+1 |
| | |||||
* | Simplify code by converting emalloc() + sprintf() to spprintf() | Ilia Alshanetsky | 2007-02-23 | 1 | -15/+5 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -10/+10 |
| | |||||
* | MFH | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | MFH: list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -6/+6 |
| | |||||
* | Fixed bug #34323 | foobar | 2005-08-31 | 1 | -0/+2 |
| | |||||
* | Fix for #32531 | Frank M. Kromann | 2005-08-06 | 1 | -0/+3 |
| | | | | | No need to alias these functions on windows or if the mssql extension is compiled. This change will allow the use of both extensions at the same time. | ||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -2/+1 |
| | |||||
* | - Fixed bug #28248 (Can not compile --with-sybase and freetds) | foobar | 2004-12-21 | 1 | -3/+5 |
| | |||||
* | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow. | ||||
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 1 | -0/+2 |
| | |||||
* | set Sybase default APPNAME to ("PHP " PHP_VERSION) | Uwe Schindler | 2004-04-16 | 1 | -1/+1 |
| | |||||
* | Fixed bug #27058 (crash in sybase_connect() with 2 arguments). | Ilia Alshanetsky | 2004-01-28 | 1 | -1/+1 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Do not strip trailing spaces. | Ilia Alshanetsky | 2003-10-16 | 1 | -3/+2 |
| | |||||
* | More ZTS stuff. | Ilia Alshanetsky | 2003-10-03 | 1 | -0/+1 |
| | |||||
* | Fixed bug #25744 (make ZTS build of ext/sybase compile) | Ilia Alshanetsky | 2003-10-03 | 1 | -0/+2 |
| | |||||
* | format string fixes | Andrey Hristov | 2003-08-28 | 1 | -3/+3 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -4/+4 |
| | |||||
* | Fix some more typos | foobar | 2003-08-05 | 1 | -2/+2 |
| | |||||
* | Fixed couple of typo(s) (which caused compile failures) | foobar | 2003-08-04 | 1 | -6/+6 |
| | |||||
* | Fixed bug #17291 (mssql_query does not update get_last_message) (patch by: ↵ | foobar | 2003-07-11 | 1 | -1/+40 |
| | | | | mgruetzner at rw3 dot com) | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | |||||
* | Cleaner error handling. | Ilia Alshanetsky | 2003-04-15 | 1 | -44/+23 |
| | |||||
* | Fixed bug #23187 (memory leaks in sybase_connect/sybase_pconnect). | Ilia Alshanetsky | 2003-04-15 | 1 | -0/+9 |
| | | | | | Intial patch by: fukusaka@xa2.so-net.ne.jp | ||||
* | Removed pointless checks. | Ilia Alshanetsky | 2003-01-30 | 1 | -3/+2 |
| | |||||
* | Various corrections. | Ilia Alshanetsky | 2003-01-15 | 1 | -1/+1 |
| | |||||
* | Newer parameter parsing API. | Ilia Alshanetsky | 2003-01-15 | 1 | -200/+186 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | need more space | Stefan Esser | 2002-12-20 | 1 | -1/+1 |
| | |||||
* | remove extra char in case of binary/money fields | Stefan Esser | 2002-12-12 | 1 | -1/+1 |
| | |||||
* | fixing cut&paste bug | Stefan Esser | 2002-12-10 | 1 | -1/+1 |
| | |||||
* | fixing crashbug | Stefan Esser | 2002-12-10 | 1 | -3/+7 |
| | | | | | patch by freddy77@angelfire.com | ||||
* | Fixed memory leaks. | Ilia Alshanetsky | 2002-10-09 | 1 | -0/+3 |
| | |||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -11/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR | Andi Gutmans | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | |||||
* | - Add 'appname' parameter to sybase_connect. (Patch by Christophe Sollet | Derick Rethans | 2002-03-06 | 1 | -12/+38 |
| | | | | | <csollet@coleebris.com>) |