| Commit message (Expand) | Author | Age | Files | Lines |
* | - MFH: | Timm Friebe | 2004-07-29 | 1 | -39/+93 |
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 1 | -0/+2 |
* | - Fixed bug #28354 | Timm Friebe | 2004-05-21 | 1 | -2/+1 |
* | TSRM fix | Edin Kadribasic | 2004-05-18 | 1 | -2/+3 |
* | - Fixed auto-conversion from long to double when LONG_MAX / | Timm Friebe | 2004-05-16 | 1 | -8/+7 |
* | set Sybase default APPNAME to ("PHP " PHP_VERSION) | Uwe Schindler | 2004-04-16 | 1 | -1/+1 |
* | - Fixed bug #26407 (Result set fetching broken around transactions) | Timm Friebe | 2004-02-15 | 1 | -12/+14 |
* | - Changed initialization of function arguments to message handler | Timm Friebe | 2004-02-15 | 1 | -16/+29 |
* | @- Added ability to define a message handler not only globally, but also | Timm Friebe | 2004-01-25 | 1 | -140/+205 |
* | @- Fixed bug #22403 "PHP crashes when executing a sql procedure without | Timm Friebe | 2004-01-24 | 1 | -11/+30 |
* | - Fixed compiler warnings (int format, long int arg) | Timm Friebe | 2004-01-18 | 1 | -5/+5 |
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -1/+1 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | MFB | foobar | 2003-08-28 | 1 | -1/+14 |
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -10/+10 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -6/+6 |
* | Removed pointless checks. | Ilia Alshanetsky | 2003-01-30 | 1 | -3/+2 |
* | Removed non-needed code. | Ilia Alshanetsky | 2003-01-22 | 1 | -3/+2 |
* | Various corrections. | Ilia Alshanetsky | 2003-01-15 | 1 | -8/+8 |
* | Newer parameter parsing API. | Ilia Alshanetsky | 2003-01-15 | 1 | -125/+121 |
* | Do not 'convert' double columns to integers after the 1st row in the result | Ilia Alshanetsky | 2003-01-11 | 1 | -1/+1 |
* | Fixed handling of NUMERIC type, when it contains numbers that could | Ilia Alshanetsky | 2003-01-11 | 1 | -1/+1 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | - Fixed three memory leaks | Timm Friebe | 2002-12-07 | 1 | -6/+14 |
* | Fixed ZTS build and removed an unused variable. | Edin Kadribasic | 2002-11-12 | 1 | -1/+2 |
* | - Added optional parameter to sybase_fetch_object() (Timm) | Timm Friebe | 2002-11-12 | 1 | -67/+117 |
* | @- Implemented features/changes requested in Bug #16960 (Timm): | Timm Friebe | 2002-11-05 | 1 | -213/+528 |
* | - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR | Andi Gutmans | 2002-03-12 | 1 | -1/+1 |
* | - Add 'appname' parameter to sybase_connect. (Patch by Christophe Sollet | Derick Rethans | 2002-03-06 | 1 | -22/+48 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+2 |
* | 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. | Jeroen van Wolffelaar | 2001-09-26 | 1 | -5/+5 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -19/+19 |
* | More Z_* macro changes. | Joey Smith | 2001-08-14 | 1 | -39/+39 |
* | More WS. | Joey Smith | 2001-08-13 | 1 | -24/+24 |
* | WS only | Joey Smith | 2001-08-13 | 1 | -65/+65 |
* | - ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -3/+1 |
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -1/+1 |
* | more ZTS fixes. | foobar | 2001-07-31 | 1 | -11/+0 |
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -5/+4 |
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -4/+2 |
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -3/+0 |
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th... | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -35/+19 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 |
* | I added code to up the reference count of the database connection | Paul Moosman | 2001-07-23 | 1 | -0/+2 |
* | ZVAL_BOOL(v,0) -> ZVAL_FALSE(v) | Thies C. Arntzen | 2001-07-11 | 1 | -1/+1 |
* | Nuke zval_reset | Zeev Suraski | 2001-07-11 | 1 | -1/+1 |
* | var_reset -> ZVAL_RESET | Zeev Suraski | 2001-07-11 | 1 | -1/+1 |