Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year~ | Xinchen Hui | 2013-01-01 | 9 | -9/+9 |
| | |||||
* | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 2 | -0/+0 |
| | |||||
* | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | |||||
* | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
| | |||||
* | year++ | Xinchen Hui | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Fix firebird bug #60947 , tested and now it prints the header page ↵ | Popa Adrian Marius | 2012-03-29 | 1 | -2/+2 |
| | | | | information from database | ||||
* | Fixed bug #60947 (Segmentation fault while executing ibase_db_info) | Ilia Alshanetsky | 2012-03-15 | 1 | -0/+1 |
| | |||||
* | Fix #60802 ibase_trans() gives segfault when passing params (The &argn ↵ | Popa Adrian Marius | 2012-01-19 | 1 | -1/+2 |
| | | | | passed to zend_parse_parameters shall be a pointer to an integer, not to an unsigned short.) | ||||
* | sync firebird test 003 with the 5.4 branch , eliminate failing test ↵ | Popa Adrian Marius | 2012-01-10 | 1 | -12/+12 |
| | | | | http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Finterbase%2Ftests%2F003.phpt | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 8 | -8/+8 |
| | |||||
* | skip the interbase tests if cannot connect to the server | Ferenc Kovacs | 2011-09-22 | 1 | -1/+5 |
| | |||||
* | fix test 006 for firebird driver | Popa Adrian Marius | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | - 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 |
| | |||||
* | Fix for bug http://bugs.php.net/54426 | Popa Adrian Marius | 2011-07-19 | 1 | -7/+0 |
| | | | | | | Checks for NULL are wrong as the values can be provided by the triggers | ||||
* | - Fixed bug #54269 (Short exception message buffer causes crash) | Felipe Pena | 2011-05-22 | 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 | 8 | -8/+8 |
| | |||||
* | - allow firebird header to be in the normal deps directory and restore ↵ | Pierre Joye | 2010-11-14 | 1 | -1/+2 |
| | | | | firebird support on win (5.3.4+) | ||||
* | - 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 | 8 | -8/+8 |
| | |||||
* | Fixed bug #48189 (ibase_execute error in return param) | Kalle Sommer Nielsen | 2009-07-25 | 1 | -2/+1 |
| | |||||
* | Buffer handling fixes | Rasmus Lerdorf | 2009-07-16 | 1 | -2/+2 |
| | |||||
* | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -1/+1 |
| | |||||
* | - MFH: Fix tests | Felipe Pena | 2009-02-09 | 3 | -4/+4 |
| | |||||
* | Improved parameter handling | Ilia Alshanetsky | 2009-01-11 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 8 | -8/+8 |
| | |||||
* | - MFH: New parameter parsing API | Felipe Pena | 2008-11-27 | 4 | -41/+53 |
| | |||||
* | - MFH: New parameter parsing API | Felipe Pena | 2008-11-23 | 4 | -137/+98 |
| | |||||
* | - 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 |
| | |||||
* | - New tests | Felipe Pena | 2008-11-11 | 4 | -0/+122 |
| | |||||
* | MFH: | Felipe Pena | 2008-11-11 | 2 | -4/+39 |
| | | | | | | - 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) | ||||
* | - Make expected result compatible with recent Firebird version | Felipe Pena | 2008-11-10 | 3 | -4/+4 |
| | |||||
* | - New tests | Felipe Pena | 2008-11-10 | 7 | -0/+222 |
| | |||||
* | - 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 |
| | |||||
* | - MFH: Fixed bug #45575 (Segfault with invalid non-string as event handler ↵ | Felipe Pena | 2008-10-07 | 2 | -4/+27 |
| | | | | | | | callback) patch by Christian seiler | ||||
* | - MFH: Fixed bug #46247 (ibase_set_event_handler() is allowing to pass ↵ | Felipe Pena | 2008-10-07 | 2 | -4/+48 |
| | | | | callback without event) | ||||
* | - MFH: Fixed code ("Division by zero" anymore) | Felipe Pena | 2008-10-07 | 1 | -0/+3 |
| | |||||
* | - MFH: Fixed compiler warning | Felipe Pena | 2008-10-06 | 1 | -6/+3 |
| | |||||
* | - MFH: Fixed bug #45373 (php crash on query with errors in params) | Felipe Pena | 2008-10-06 | 2 | -5/+53 |
| | |||||
* | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 2 | -2/+6 |
| | |||||
* | - 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 |
| | |||||
* | Fixed bug #43912 (Interbase column names are truncated to 31 characters) | Ilia Alshanetsky | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 8 | -8/+8 |
| | |||||
* | Fixed bug #43128 (Very long class name causes segfault) | Dmitry Stogov | 2007-11-22 | 1 | -2/+3 |
| | |||||
* | Win32 still fails to build ... | Lars Westermann | 2007-11-20 | 1 | -3/+3 |
| | |||||
* | Win32 fails to build | Lars Westermann | 2007-11-20 | 1 | -2/+4 |
| |