summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* partial fix, bug #1163: rpm build doesn't build properlyGreg Beaver2004-06-081-0/+4
|
* fix bug #1550: Builder does not set path to match bin_dirGreg Beaver2004-06-081-0/+1
|
* fix bug #1378: user/pass must be urldecoded from parse_url in Remote.phpGreg Beaver2004-06-081-4/+4
|
* fix bug #1153: PEAR command doesn't work after upgradingGreg Beaver2004-06-081-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 typedGreg Beaver2004-06-081-1/+1
|
* Fixed bug #1580 (Tidy configuration settings leak memory).Ilia Alshanetsky2004-06-081-13/+26
|
* Fixed bug #28692 (\0 in Authenticate header passed via safe_mode).Ilia Alshanetsky2004-06-081-1/+1
|
* ... back from the deadArd Biesheuvel2004-06-082-6/+22
|
* fixed crash (changed MYSQL TO MY_MYSQL in mysql_stmt_init)Georg Richter2004-06-081-3/+3
|
* ChangeLog update2004-06-082-0/+75
|
* - Go back to -dev (Shouldn't need another RC)Andi Gutmans2004-06-074-4/+6
|
* Fixed bug #28668 (glob() does not work with relative paths on Windows).Ilia Alshanetsky2004-06-071-4/+3
|
* Fix build on win32Frank M. Kromann2004-06-071-1/+1
|
* - Roll RC3Andi Gutmans2004-06-074-5/+5
|
* Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_modeIlia Alshanetsky2004-06-071-0/+5
| | | | | adds extra spaces).
* forgot to remove Win32 restrictions for mysql methodsGeorg Richter2004-06-071-2/+0
|
* - Reorder (again :)Derick Rethans2004-06-071-3/+3
|
* MFB: Missing length limit parameter.Sara Golemon2004-06-071-1/+1
|
* ChangeLog update2004-06-072-0/+63
|
* - No more PagerPierre Joye2004-06-061-1/+0
|
* - Update for 5.0RC3Pierre Joye2004-06-061-2/+2
|
* Fixed bug #28649 (Proper glob() return value on Linux when there are noIlia Alshanetsky2004-06-061-1/+1
| | | | | matches).
* update unit tests for PEAR 1.4.0dev6, using new getDownloadURL() xml-rpc callGreg Beaver2004-06-064-11/+1288
|
* add missing $tmp to PEAR::isError()Greg Beaver2004-06-061-1/+1
|
* eliminate the annoyance of upgrading from crapster versions of PEAR once and ↵Greg Beaver2004-06-061-4/+13
| | | | | | | for all. Now, if getopt2 exists, it is used, otherwise getopt is used.
* removed conditional defines for load_data_infile_handlers on windowsGeorg Richter2004-06-063-6/+0
| | | | | (4.1.2 windows build is fixed now on mysql.com)
* Fixed Zend Function Destructor to use correct TSRM handle.Stefan Esser2004-06-062-1/+9
|
* ZTS fixes.Sebastian Bergmann2004-06-061-0/+6
|
* ChangeLog update2004-06-062-0/+41
|
* added mysqli changesGeorg Richter2004-06-051-0/+4
|
* Major changes for 4.1.2-alpha/4.1.3-beta:Georg Richter2004-06-056-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
* BFNMarcus Boerger2004-06-051-0/+1
|
* Fix #28641: Instance of InterfaceMarcus Boerger2004-06-051-0/+5
|
* Added support for date/time typesArd Biesheuvel2004-06-051-26/+158
| | | | | | Added support for compiling/executing PHP code stored in the database Added support for TSRM
* ChangeLog update2004-06-051-0/+53
|
* Fixed unregistered bug [crash in http_build_query()]Ard Biesheuvel2004-06-041-1/+1
|
* Fixed bug #28632 (Prevent open_basedir bypass in MySQL's LOAD DATA LOCAL).Ilia Alshanetsky2004-06-041-0/+5
|
* Added support for scaled integersArd Biesheuvel2004-06-041-3/+39
|
* Fixed bug #28627 (When multiple MySQL links are used default link isIlia Alshanetsky2004-06-041-0/+3
| | | | | | leaked). Patch by: gavin at ipalsoftware dot com
* Added support for arbitrary input typesArd Biesheuvel2004-06-041-38/+107
| | | | | Added support for NULL input/output values
* MFB BugFix# 28626 You can't #ifdef check a typedef. Just give it another ↵Sara Golemon2004-06-042-4/+2
| | | | name since it's only used once anyway.
* ChangeLog update2004-06-042-0/+38
|
* Let DB handle type coercion instead of PHPArd Biesheuvel2004-06-031-49/+38
|
* Added support for other return types besides VARCHARArd Biesheuvel2004-06-031-25/+60
|
* Fixed blob ID formatArd Biesheuvel2004-06-031-2/+2
|
* newsArd Biesheuvel2004-06-031-0/+2
|
* - Prepare for RC3RC2Andi Gutmans2004-06-034-5/+5
|
* ChangeLog update2004-06-031-0/+11
|
* Ton of fixesArd Biesheuvel2004-06-021-24/+41
|
* Initial revision of PHP/Interbase UDF libArd Biesheuvel2004-06-021-0/+127
| | | | | | # This will allow users running the embedded engine # to call PHP functions from inside their SQL statements