summaryrefslogtreecommitdiff
path: root/ext/sybase
Commit message (Collapse)AuthorAgeFilesLines
* MFHJani Taskinen2007-08-311-0/+1
|
* No dots in error messages!Jani Taskinen2007-08-101-1/+1
|
* Fixed bug #42242 (sybase_connect() crashes)Ilia Alshanetsky2007-08-101-1/+1
|
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+1
|
* fix spprintf usageStanislav Malyshev2007-03-161-1/+1
|
* use safe_ereallocStanislav Malyshev2007-03-061-1/+1
|
* Fixed a typoIlia Alshanetsky2007-02-241-1/+1
|
* Simplify code by converting emalloc() + sprintf() to spprintf()Ilia Alshanetsky2007-02-231-15/+5
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* MFH: nuke php3 legacyfoobar2005-12-061-10/+10
|
* MFHfoobar2005-12-061-1/+1
|
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-6/+6
|
* Fixed bug #34323foobar2005-08-311-0/+2
|
* Fix for #32531Frank M. Kromann2005-08-061-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 yearfoobar2005-08-032-2/+2
|
* - Unify the "configure --help" textsfoobar2005-05-291-2/+1
|
* - Fixed bug #28248 (Can not compile --with-sybase and freetds)foobar2004-12-211-3/+5
|
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-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 startupAndi Gutmans2004-07-101-0/+2
|
* set Sybase default APPNAME to ("PHP " PHP_VERSION)Uwe Schindler2004-04-161-1/+1
|
* Fixed bug #27058 (crash in sybase_connect() with 2 arguments).Ilia Alshanetsky2004-01-281-1/+1
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Do not strip trailing spaces.Ilia Alshanetsky2003-10-161-3/+2
|
* More ZTS stuff.Ilia Alshanetsky2003-10-031-0/+1
|
* Fixed bug #25744 (make ZTS build of ext/sybase compile)Ilia Alshanetsky2003-10-031-0/+2
|
* format string fixesAndrey Hristov2003-08-281-3/+3
|
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-4/+4
|
* Fix some more typosfoobar2003-08-051-2/+2
|
* Fixed couple of typo(s) (which caused compile failures)foobar2003-08-041-6/+6
|
* Fixed bug #17291 (mssql_query does not update get_last_message) (patch by: ↵foobar2003-07-111-1/+40
| | | | mgruetzner at rw3 dot com)
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* Cleaner error handling.Ilia Alshanetsky2003-04-151-44/+23
|
* Fixed bug #23187 (memory leaks in sybase_connect/sybase_pconnect).Ilia Alshanetsky2003-04-151-0/+9
| | | | | Intial patch by: fukusaka@xa2.so-net.ne.jp
* Removed pointless checks.Ilia Alshanetsky2003-01-301-3/+2
|
* Various corrections.Ilia Alshanetsky2003-01-151-1/+1
|
* Newer parameter parsing API.Ilia Alshanetsky2003-01-151-200/+186
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* need more spaceStefan Esser2002-12-201-1/+1
|
* remove extra char in case of binary/money fieldsStefan Esser2002-12-121-1/+1
|
* fixing cut&paste bugStefan Esser2002-12-101-1/+1
|
* fixing crashbugStefan Esser2002-12-101-3/+7
| | | | | patch by freddy77@angelfire.com
* Fixed memory leaks.Ilia Alshanetsky2002-10-091-0/+3
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-11/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-121-1/+1
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
|
* - Add 'appname' parameter to sybase_connect. (Patch by Christophe SolletDerick Rethans2002-03-061-12/+38
| | | | | <csollet@coleebris.com>)