Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | partial fix, bug #1163: rpm build doesn't build properly | Greg Beaver | 2004-06-08 | 1 | -0/+4 | |
| | ||||||
* | fix bug #1550: Builder does not set path to match bin_dir | Greg Beaver | 2004-06-08 | 1 | -0/+1 | |
| | ||||||
* | fix bug #1378: user/pass must be urldecoded from parse_url in Remote.php | Greg Beaver | 2004-06-08 | 1 | -4/+4 | |
| | ||||||
* | fix bug #1153: PEAR command doesn't work after upgrading | Greg Beaver | 2004-06-08 | 1 | -1/+1 | |
| | | | | | reverting earlier fix - people must have register_argc_argv=on set in php.ini for PEAR to work. | |||||
* | fix bug #1581: unhelpful error message if "pear blatch" is typed | Greg Beaver | 2004-06-08 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #1580 (Tidy configuration settings leak memory). | Ilia Alshanetsky | 2004-06-08 | 1 | -13/+26 | |
| | ||||||
* | Fixed bug #28692 (\0 in Authenticate header passed via safe_mode). | Ilia Alshanetsky | 2004-06-08 | 1 | -1/+1 | |
| | ||||||
* | ... back from the dead | Ard Biesheuvel | 2004-06-08 | 2 | -6/+22 | |
| | ||||||
* | fixed crash (changed MYSQL TO MY_MYSQL in mysql_stmt_init) | Georg Richter | 2004-06-08 | 1 | -3/+3 | |
| | ||||||
* | ChangeLog update | 2004-06-08 | 2 | -0/+75 | ||
| | ||||||
* | - Go back to -dev (Shouldn't need another RC) | Andi Gutmans | 2004-06-07 | 4 | -4/+6 | |
| | ||||||
* | Fixed bug #28668 (glob() does not work with relative paths on Windows). | Ilia Alshanetsky | 2004-06-07 | 1 | -4/+3 | |
| | ||||||
* | Fix build on win32 | Frank M. Kromann | 2004-06-07 | 1 | -1/+1 | |
| | ||||||
* | - Roll RC3 | Andi Gutmans | 2004-06-07 | 4 | -5/+5 | |
| | ||||||
* | Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_mode | Ilia Alshanetsky | 2004-06-07 | 1 | -0/+5 | |
| | | | | | adds extra spaces). | |||||
* | forgot to remove Win32 restrictions for mysql methods | Georg Richter | 2004-06-07 | 1 | -2/+0 | |
| | ||||||
* | - Reorder (again :) | Derick Rethans | 2004-06-07 | 1 | -3/+3 | |
| | ||||||
* | MFB: Missing length limit parameter. | Sara Golemon | 2004-06-07 | 1 | -1/+1 | |
| | ||||||
* | ChangeLog update | 2004-06-07 | 2 | -0/+63 | ||
| | ||||||
* | - No more Pager | Pierre Joye | 2004-06-06 | 1 | -1/+0 | |
| | ||||||
* | - Update for 5.0RC3 | Pierre Joye | 2004-06-06 | 1 | -2/+2 | |
| | ||||||
* | Fixed bug #28649 (Proper glob() return value on Linux when there are no | Ilia Alshanetsky | 2004-06-06 | 1 | -1/+1 | |
| | | | | | matches). | |||||
* | update unit tests for PEAR 1.4.0dev6, using new getDownloadURL() xml-rpc call | Greg Beaver | 2004-06-06 | 4 | -11/+1288 | |
| | ||||||
* | add missing $tmp to PEAR::isError() | Greg Beaver | 2004-06-06 | 1 | -1/+1 | |
| | ||||||
* | eliminate the annoyance of upgrading from crapster versions of PEAR once and ↵ | Greg Beaver | 2004-06-06 | 1 | -4/+13 | |
| | | | | | | | for all. Now, if getopt2 exists, it is used, otherwise getopt is used. | |||||
* | 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) | |||||
* | Fixed Zend Function Destructor to use correct TSRM handle. | Stefan Esser | 2004-06-06 | 2 | -1/+9 | |
| | ||||||
* | ZTS fixes. | Sebastian Bergmann | 2004-06-06 | 1 | -0/+6 | |
| | ||||||
* | ChangeLog update | 2004-06-06 | 2 | -0/+41 | ||
| | ||||||
* | added mysqli changes | Georg Richter | 2004-06-05 | 1 | -0/+4 | |
| | ||||||
* | 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 | |||||
* | BFN | Marcus Boerger | 2004-06-05 | 1 | -0/+1 | |
| | ||||||
* | Fix #28641: Instance of Interface | Marcus Boerger | 2004-06-05 | 1 | -0/+5 | |
| | ||||||
* | 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 | |||||
* | ChangeLog update | 2004-06-05 | 1 | -0/+53 | ||
| | ||||||
* | 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. | |||||
* | ChangeLog update | 2004-06-04 | 2 | -0/+38 | ||
| | ||||||
* | 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 | |
| | ||||||
* | news | Ard Biesheuvel | 2004-06-03 | 1 | -0/+2 | |
| | ||||||
* | - Prepare for RC3RC2 | Andi Gutmans | 2004-06-03 | 4 | -5/+5 | |
| | ||||||
* | ChangeLog update | 2004-06-03 | 1 | -0/+11 | ||
| | ||||||
* | 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 |