Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup $ is not needed for git | Popa Adrian Marius | 2014-04-10 | 1 | -2/+0 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | fix params parsing | Stanislav Malyshev | 2011-08-01 | 1 | -1/+2 |
| | |||||
* | - Fix #55301 (interbase part) check if malloc succeded | Pierre Joye | 2011-07-28 | 1 | -2/+5 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Fixed possible off-by-one overflow in ibase_gen_id() | Felipe Pena | 2011-02-24 | 1 | -0/+5 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments ↵ | Felipe Pena | 2010-06-26 | 1 | -54/+54 |
| | | | | for function aliases) | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Buffer handling fixes | Rasmus Lerdorf | 2009-07-16 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: New parameter parsing API | Felipe Pena | 2008-11-23 | 1 | -0/+4 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -49/+0 |
| | |||||
* | - MFH: New parameter parsing API | Felipe Pena | 2008-11-11 | 1 | -75/+50 |
| | |||||
* | MFH: | Felipe Pena | 2008-11-11 | 1 | -4/+11 |
| | | | | | | - Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but without the ZEND_VERIFY_RESOURCE() which contains RETURN_FALSE) - Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters) | ||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+49 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -49/+0 |
| | |||||
* | - Added arginfo | Felipe Pena | 2008-07-07 | 1 | -54/+374 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -4/+4 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Typo | Hannes Magnusson | 2007-02-28 | 1 | -1/+1 |
| | |||||
* | snprintf() -> slprintf() | Ilia Alshanetsky | 2007-02-27 | 1 | -3/+3 |
| | | | | | # Part 1 | ||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -6/+7 |
| | |||||
* | MFH | Antony Dovgal | 2007-01-18 | 1 | -3/+3 |
| | |||||
* | MFH | Antony Dovgal | 2007-01-18 | 1 | -7/+13 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -6/+9 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - MFH Revert accidential 'drop in' from 1.227 | Marcus Boerger | 2005-12-11 | 1 | -1/+1 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | MFH: list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -4/+4 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #31597: ibase_connect() - incorrect warning | Ard Biesheuvel | 2005-02-23 | 1 | -1/+1 |
| | |||||
* | Don't copy ini items to module globals | Ard Biesheuvel | 2004-07-06 | 1 | -26/+28 |
| | | | | | (fixed unregistered bug with mangled default_db setting) | ||||
* | Fixed Ilia's alloca() issue/exploit | Ard Biesheuvel | 2004-06-30 | 1 | -40/+33 |
| | | | | | | Removed pointless RINIT() Use macros for consistent resource type names | ||||
* | Use constant IBASE_CREATE instead of just 0 | Ard Biesheuvel | 2004-06-01 | 1 | -0/+1 |
| | |||||
* | Fix Win32 build | Ard Biesheuvel | 2004-05-30 | 1 | -2/+2 |
| | | | | | Added missing 'break' | ||||
* | Fix HTML/table layout in info() entry | Ard Biesheuvel | 2004-05-30 | 1 | -6/+10 |
| | |||||
* | Removed ibase_timefmt() - use ini_set() instead | Ard Biesheuvel | 2004-05-30 | 1 | -112/+21 |
| | | | | | Improved phpinfo() appearance | ||||
* | Changed default date format to ISO | Ard Biesheuvel | 2004-05-28 | 1 | -9/+13 |
| | | | | | Enable sync flag in connect() | ||||
* | Fix commit/rollback of multi-link transactions | Ard Biesheuvel | 2004-05-28 | 1 | -46/+50 |
| | | | | | Some CS | ||||
* | Use dummy status vector in ibase_connect() | Ard Biesheuvel | 2004-05-22 | 1 | -1/+67 |
| | | | | | | | Added fbird_ aliases for all ibase_ functions # See comment in code for more info # Please let me know if there are any namespace issues involved | ||||
* | Dropped support for ancient Interbase versions (< 6) | Ard Biesheuvel | 2004-05-12 | 1 | -34/+7 |
| | | | | | # This has no consequences for Firebird, as its initial release was based on IB 6 | ||||
* | Made ibase_timefmt() check its args more thoroughly and nuked a pointless ↵ | Ard Biesheuvel | 2004-05-12 | 1 | -22/+6 |
| | | | | malloc() | ||||
* | Made ibase_gen_id() bail out on incorrect args | Ard Biesheuvel | 2004-05-12 | 1 | -1/+4 |
| | |||||
* | More divide & conquer | Ard Biesheuvel | 2004-04-05 | 1 | -2234/+8 |
| | |||||
* | Change definition of ISC_LONG_[MIN|MAX] to please MSVC. | Ard Biesheuvel | 2004-04-03 | 1 | -11/+9 |
| |