summaryrefslogtreecommitdiff
path: root/ext/sybase_ct/php_sybase_ct.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-23/+0
* - MFB: Added optional parameter "new" to sybase_connect()Timm Friebe2008-11-101-444/+305
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+23
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-23/+0
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* MFB:Felipe Pena2008-07-011-24/+159
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* - MFB SynchMarcus Boerger2007-04-101-35/+38
* - avoid sprintfMarcus Boerger2007-02-241-7/+6
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Error message clean upHannes Magnusson2006-10-081-5/+5
* Fix compilation with TSRMUwe Schindler2006-07-251-2/+2
* fix compile failure and remove unnecessary TSRMLS_FETCH callsfoobar2006-07-231-11/+8
* Added automatic module globals managementDmitry Stogov2006-06-131-11/+19
* MFB: fix #37499 (CLI segmentation faults during cleanup (only with sybase-ct ...Antony Dovgal2006-05-241-0/+5
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-081-5/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFB: fix #35760 (sybase_ct doesn't compile on Solaris)Antony Dovgal2005-12-211-1/+1
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* - list_entry -> zend_rsrc_list_entryfoobar2005-12-051-6/+6
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-4/+4
* Nuked EOLs from error messagesfoobar2005-08-181-2/+2
* Fix for #32531Frank M. Kromann2005-08-061-0/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* - Defaulted ini variable "sybct.deadlock_retry_count" to 0Timm Friebe2004-09-091-1/+1
* - Fixed packet size settingTimm Friebe2004-08-211-8/+8
* - Fixed bug #29064 (Exact numeric/decimal/money datatypes lose precision)Timm Friebe2004-07-291-39/+93
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-2/+2
* - Better stability during premature shutdown of request startupAndi Gutmans2004-07-101-0/+2
* - Fixed bug #28354Timm Friebe2004-05-211-2/+1
* TSRM fixEdin Kadribasic2004-05-181-2/+3
* - Fixed auto-conversion from long to double when LONG_MAX /Timm Friebe2004-05-161-8/+7
* set Sybase default APPNAME to ("PHP " PHP_VERSION)Uwe Schindler2004-04-161-1/+1
* - Fixed bug #26407 (Result set fetching broken around transactions)Timm Friebe2004-02-151-12/+14
* - Changed initialization of function arguments to message handlerTimm Friebe2004-02-151-16/+29
* @- Added ability to define a message handler not only globally, but alsoTimm Friebe2004-01-251-140/+205
* @- Fixed bug #22403 "PHP crashes when executing a sql procedure withoutTimm Friebe2004-01-241-11/+30
* - Fixed compiler warnings (int format, long int arg)Timm Friebe2004-01-181-5/+5
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* MFBfoobar2003-08-281-1/+14
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-10/+10
* updating license information in the headers.James Cox2003-06-101-3/+3
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-6/+6
* Removed pointless checks.Ilia Alshanetsky2003-01-301-3/+2