Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | nuke php3 legacy | foobar | 2005-12-06 | 1 | -46/+46 |
| | |||||
* | - list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -6/+6 |
| | |||||
* | Fixed crash on AIX | Dmitry Stogov | 2005-09-08 | 1 | -0/+6 |
| | |||||
* | No HTML output if html_errors is off (bug #34006) | foobar | 2005-08-05 | 1 | -1/+5 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 5 | -5/+5 |
| | |||||
* | Don't crash on exit by destroying the same hash twice | Edin Kadribasic | 2005-07-02 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #33427 (ext/odbc: check if unixODBC header file exists) | foobar | 2005-06-22 | 1 | -12/+19 |
| | |||||
* | no trailing dots | foobar | 2005-06-18 | 1 | -1/+1 |
| | |||||
* | fix bug #33214 (odbc_next_result does not signal SQL errors with 2-statement ↵ | Antony Dovgal | 2005-06-02 | 1 | -2/+4 |
| | | | | | | | SQL batches). Path by rich at kastle dot com. | ||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -13/+11 |
| | |||||
* | MFB: - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems) | foobar | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | - Added PHP_INSTALL_HEADERS() macro | foobar | 2005-05-07 | 1 | -4/+4 |
| | | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir" | ||||
* | - Fix birdstep support (no SQLDataSources() support in it) | foobar | 2005-04-21 | 1 | -1/+3 |
| | |||||
* | - Add support for latest Birdstep | foobar | 2005-04-14 | 2 | -1/+26 |
| | |||||
* | - This was supposed to be escaped with \ | foobar | 2005-04-10 | 1 | -1/+1 |
| | |||||
* | Add more detailed failure msg. (bug #32649) | foobar | 2005-04-10 | 1 | -6/+7 |
| | |||||
* | fix #32560 (configure looks for incorrect library - libdb2.so instead of ↵ | Antony Dovgal | 2005-04-04 | 1 | -6/+12 |
| | | | | | | | libdb2.a, which is used actually) | ||||
* | add checks for libs & headers required by IBM DB2 | Antony Dovgal | 2005-01-18 | 1 | -0/+9 |
| | |||||
* | fix bug #30430 (odbc_next_result() doesn't bind values and that results in ↵ | Antony Dovgal | 2005-01-18 | 1 | -6/+3 |
| | | | | | | | segfault) fix protos | ||||
* | fix weird DB2 issue: | Antony Dovgal | 2005-01-17 | 1 | -2/+2 |
| | | | | | | DB2's SQLDataSources() returns _max available_ length of result string instead of _real_ length and that results in strings a-la "\0 " | ||||
* | fix leak appearing when odbc_errormsg() got invalid resource | Antony Dovgal | 2005-01-17 | 1 | -1/+3 |
| | |||||
* | Add support for ODBCRouter | Wez Furlong | 2005-01-13 | 3 | -0/+83 |
| | |||||
* | - Fix outside-source-tree builds. Always include generated header files | foobar | 2005-01-09 | 1 | -1/+1 |
| | | | | | with #include <some_header.h> to make sure the correct file is used. | ||||
* | MFB_4_3: Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -3/+3 |
| | |||||
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -10/+10 |
| | | | | | to support multi-ABI platforms. | ||||
* | Checking in a patch by Dave Lawson (dlawson@masterytech.com) to correct | Dan Kalowsky | 2004-08-13 | 1 | -14/+14 |
| | | | | | | | some of the behavior found in the odbc_fetch_*() functions. This patch NEEDS to be tested on MS Access before a release is done with it. This submission is to get it into the daily builds for testing. | ||||
* | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Bug 29058 (patch submitted by bug reporter) | Dan Kalowsky | 2004-07-15 | 1 | -1/+1 |
| | |||||
* | Fixed possible memory leak. | Ilia Alshanetsky | 2004-06-18 | 1 | -2/+6 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 3 | -6/+6 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 2 | -4/+4 |
| | |||||
* | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 1 | -0/+12 |
| | | | | | Will follow up to internals@ shortly. | ||||
* | - Fixed bug #26376 (typo in ext/odbc/config.m4: DBMaker test fails) | foobar | 2003-11-25 | 1 | -4/+2 |
| | |||||
* | Fixed formatting issues (patch by: Joe Orton) | Ilia Alshanetsky | 2003-10-17 | 1 | -3/+3 |
| | |||||
* | Aligned configure help texts. | foobar | 2003-10-03 | 1 | -1/+1 |
| | |||||
* | Alignment fix | Moriyoshi Koizumi | 2003-10-03 | 1 | -1/+1 |
| | |||||
* | Fix Win32 linkage problems | Zeev Suraski | 2003-08-31 | 1 | -0/+3 |
| | |||||
* | format string fixes | Andrey Hristov | 2003-08-28 | 1 | -2/+2 |
| | |||||
* | Revert the patch per Dan\´s request | foobar | 2003-08-28 | 2 | -50/+9 |
| | |||||
* | typofix | foobar | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | Committing a patch for IBM DB2 BLOB support submitted by Clara Liu | Dan Kalowsky | 2003-08-27 | 2 | -9/+50 |
| | | | | | | | | (clara@zealworks.com). # I haven't had time to completely test this patch, a few users have stated # that it works well for them and a few others want to test with windows # builds, hence the submission. | ||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-18 | 1 | -1/+1 |
| | |||||
* | Fixed bug #25081 (odbc_fetch_array() may mangle numeric fields). | Ilia Alshanetsky | 2003-08-14 | 1 | -1/+6 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -2/+2 |
| | |||||
* | Fix compile warning | foobar | 2003-08-11 | 1 | -1/+1 |
| | |||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -3/+1 |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | ||||
* | WS fix | foobar | 2003-07-14 | 2 | -3/+3 |
| | |||||
* | Remove un-used code. | foobar | 2003-07-11 | 1 | -32/+0 |
| |