Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC3'.php-5.0.0RC3 | SVN Migration | 2004-06-07 | 93 | -11238/+0 |
| | |||||
* | forgot to remove Win32 restrictions for mysql methods | Georg Richter | 2004-06-07 | 1 | -2/+0 |
| | |||||
* | MFB: Missing length limit parameter. | Sara Golemon | 2004-06-07 | 1 | -1/+1 |
| | |||||
* | Fixed bug #28649 (Proper glob() return value on Linux when there are no | Ilia Alshanetsky | 2004-06-06 | 1 | -1/+1 |
| | | | | | matches). | ||||
* | removed conditional defines for load_data_infile_handlers on windows | Georg Richter | 2004-06-06 | 3 | -6/+0 |
| | | | | | (4.1.2 windows build is fixed now on mysql.com) | ||||
* | ZTS fixes. | Sebastian Bergmann | 2004-06-06 | 1 | -0/+6 |
| | |||||
* | Major changes for 4.1.2-alpha/4.1.3-beta: | Georg Richter | 2004-06-05 | 6 | -313/+618 |
| | | | | | | | | | | | | - added container for mysql structure - added load data infile callback functions (currently disabled under win) Bug fixes: - fixed property changes (4.1.1 -> 4.1.2) - fixed memleak in mysqli_connect - fixed bug #28100 - fixed bug #28205 - fixed bug #28430 | ||||
* | Added support for date/time types | Ard Biesheuvel | 2004-06-05 | 1 | -26/+158 |
| | | | | | | Added support for compiling/executing PHP code stored in the database Added support for TSRM | ||||
* | Fixed unregistered bug [crash in http_build_query()] | Ard Biesheuvel | 2004-06-04 | 1 | -1/+1 |
| | |||||
* | Fixed bug #28632 (Prevent open_basedir bypass in MySQL's LOAD DATA LOCAL). | Ilia Alshanetsky | 2004-06-04 | 1 | -0/+5 |
| | |||||
* | Added support for scaled integers | Ard Biesheuvel | 2004-06-04 | 1 | -3/+39 |
| | |||||
* | Fixed bug #28627 (When multiple MySQL links are used default link is | Ilia Alshanetsky | 2004-06-04 | 1 | -0/+3 |
| | | | | | | leaked). Patch by: gavin at ipalsoftware dot com | ||||
* | Added support for arbitrary input types | Ard Biesheuvel | 2004-06-04 | 1 | -38/+107 |
| | | | | | Added support for NULL input/output values | ||||
* | MFB BugFix# 28626 You can't #ifdef check a typedef. Just give it another ↵ | Sara Golemon | 2004-06-04 | 2 | -4/+2 |
| | | | | name since it's only used once anyway. | ||||
* | Let DB handle type coercion instead of PHP | Ard Biesheuvel | 2004-06-03 | 1 | -49/+38 |
| | |||||
* | Added support for other return types besides VARCHAR | Ard Biesheuvel | 2004-06-03 | 1 | -25/+60 |
| | |||||
* | Fixed blob ID format | Ard Biesheuvel | 2004-06-03 | 1 | -2/+2 |
| | |||||
* | Ton of fixes | Ard Biesheuvel | 2004-06-02 | 1 | -24/+41 |
| | |||||
* | Initial revision of PHP/Interbase UDF lib | Ard Biesheuvel | 2004-06-02 | 1 | -0/+127 |
| | | | | | | # This will allow users running the embedded engine # to call PHP functions from inside their SQL statements | ||||
* | Don't be too strict if the number of binding arguments provided exceeds the ↵ | Ard Biesheuvel | 2004-06-01 | 1 | -7/+10 |
| | | | | expected number | ||||
* | No need to NULL terminate manually, snprintf() does it for us already. | Ilia Alshanetsky | 2004-06-01 | 1 | -7/+0 |
| | |||||
* | Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars in | Ilia Alshanetsky | 2004-06-01 | 1 | -4/+6 |
| | | | | | | 200-210 range). Patch by: fernando dot nemec at folha dot com dot br | ||||
* | Fixed leak inside MINFO function. | Ilia Alshanetsky | 2004-06-01 | 1 | -9/+19 |
| | | | | | | | | Fixed crash inside enchant_dict_suggest() when there are no suggestions. Added missing safe_mode/open_basedir check inside enchant_broker_request_pwl_dict(). Fixed various function prototypes. | ||||
* | Removed debugging code | Ard Biesheuvel | 2004-06-01 | 1 | -4/+3 |
| | |||||
* | Use constant IBASE_CREATE instead of just 0 | Ard Biesheuvel | 2004-06-01 | 4 | -4/+8 |
| | |||||
* | Woops, missed one | Ard Biesheuvel | 2004-06-01 | 1 | -4/+4 |
| | |||||
* | Fixed bug #28569 (connection id is not thread safe) | Ard Biesheuvel | 2004-06-01 | 1 | -16/+22 |
| | |||||
* | Refcount must not be set separatley again. | Marcus Boerger | 2004-05-31 | 1 | -1/+0 |
| | |||||
* | Add missing initialization | Marcus Boerger | 2004-05-31 | 1 | -0/+3 |
| | |||||
* | Add missing initialization | Marcus Boerger | 2004-05-31 | 1 | -0/+1 |
| | |||||
* | MFB: missing ';' | Pierre Joye | 2004-05-31 | 1 | -3/+2 |
| | |||||
* | Added missing argument check. | Ilia Alshanetsky | 2004-05-31 | 1 | -0/+4 |
| | |||||
* | Fix build. | Ilia Alshanetsky | 2004-05-31 | 1 | -2/+2 |
| | |||||
* | Fix typo in error message | Ard Biesheuvel | 2004-05-31 | 1 | -2/+2 |
| | |||||
* | Improved handling of 'CREATE DATABASE ...' by ibase_query() | Ard Biesheuvel | 2004-05-31 | 3 | -170/+170 |
| | | | | | Improved param handling of ibase_query() and ibase_execute() | ||||
* | Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) | Rob Richards | 2004-05-31 | 20 | -171/+157 |
| | | | | | Prototype fixes | ||||
* | Fix prototypes | Zeev Suraski | 2004-05-31 | 1 | -11/+11 |
| | |||||
* | fix leak when using relaxng | Rob Richards | 2004-05-31 | 1 | -1/+11 |
| | | | | | | | interim fix for isolating our streams handling - once libxml supports overriding streams this should be changed for security reasons | ||||
* | Fix typo | Zeev Suraski | 2004-05-31 | 1 | -1/+1 |
| | |||||
* | Update the mcve module for libmonetra 4.0 | Brad House | 2004-05-30 | 2 | -182/+465 |
| | | | | | | | | | A compatability layer has been introduced which should mean all scripts written for v 3.2 of the module should continue working, as well as compilation should still work against libmcve 3.2.x. This module eventually needs to be renamed to 'monetra' to reflect the naming change of the underlying library. | ||||
* | Restrict 'CREATE DATABASE' in sql safe mode | Ard Biesheuvel | 2004-05-30 | 1 | -0/+5 |
| | |||||
* | Fix Win32 build | Ard Biesheuvel | 2004-05-30 | 2 | -3/+3 |
| | | | | | Added missing 'break' | ||||
* | Fixed memory leak on ifx_error(). | Ilia Alshanetsky | 2004-05-30 | 1 | -35/+105 |
| | |||||
* | Fixed bug #28564 (Problem building informix as a shared extension). | Ilia Alshanetsky | 2004-05-30 | 2 | -0/+7 |
| | | | | | Patch by: roques at mti dot ag | ||||
* | Fix unregistered bug (segfault on uninitialised pointer) | Ard Biesheuvel | 2004-05-30 | 1 | -4/+12 |
| | | | | | Return string("0 ") from ibase_query() if query succeeded but did not affect any rows | ||||
* | No meaning for unsigned | Zeev Suraski | 2004-05-30 | 1 | -1/+1 |
| | |||||
* | Fix prototype | Zeev Suraski | 2004-05-30 | 1 | -1/+1 |
| | |||||
* | Use default character set in generated test DB | Ard Biesheuvel | 2004-05-30 | 1 | -2/+2 |
| | |||||
* | 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 | 5 | -121/+25 |
| | | | | | Improved phpinfo() appearance |