summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0b3'.php-5.0.0b3SVN Migration2003-12-2189-15587/+0
* Compiler warning fixes.Ilia Alshanetsky2003-12-213-0/+8
* Fixed uninitialized usage of mdtype when unknown signature algorithm isIlia Alshanetsky2003-12-211-4/+8
* new win32 build tweaksWez Furlong2003-12-201-0/+18
* Moved ext/notes to PECL.Wez Furlong2003-12-194-3000/+0
* add tests to HEADAntony Dovgal2003-12-195-0/+109
* Make these build with new win32 build system.Wez Furlong2003-12-197-1/+115
* Make xmlrpc build using our expat compat functions.Wez Furlong2003-12-191-0/+13
* add config.w32 for ext/yazWez Furlong2003-12-191-0/+38
* Export expat compat functions.Wez Furlong2003-12-192-45/+55
* - Test commitDerick Rethans2003-12-191-1/+1
* Using INI section.Dmitry Stogov2003-12-191-3/+2
* make these build with new win32 build system.Wez Furlong2003-12-1910-0/+168
* Fixed memory leak in tidy_getopt() when fetching string values.Ilia Alshanetsky2003-12-191-3/+1
* Fixed tidy tests.Ilia Alshanetsky2003-12-196-45/+77
* Check correction (Thanks Andi).Ilia Alshanetsky2003-12-191-1/+1
* Fixed bug #26667 (Added safety checks to ip2long()).Ilia Alshanetsky2003-12-191-1/+6
* don't enable by default; causes simplexml build to failWez Furlong2003-12-191-1/+1
* we only use zlib.libWez Furlong2003-12-191-1/+1
* detect c-client headers correctly using Edin's php-win32-dev layoutWez Furlong2003-12-191-1/+2
* copy-n-paste errorWez Furlong2003-12-191-1/+1
* Explicitly depend on oleaut32.libWez Furlong2003-12-191-1/+1
* add prototypeWez Furlong2003-12-191-0/+1
* be slightly nicer when defining R_OKWez Furlong2003-12-191-1/+3
* Memory limit overflow was fixedDmitry Stogov2003-12-191-0/+3
* test case for array_sumAndrey Hristov2003-12-181-0/+27
* Added sqlite_fetch_column_types() function.Ilia Alshanetsky2003-12-184-0/+122
* Add this file tooMarcus Boerger2003-12-181-0/+12
* dded qdbm handler (http://qdbm.sourceforge.net).Marcus Boerger2003-12-184-1/+271
* Centralize ability to drop APPEND flag. This probably fixes some ini fileMarcus Boerger2003-12-184-26/+24
* Improve dba tests: check in both modes external and database locking.Marcus Boerger2003-12-1810-8/+158
* ws & csfoobar2003-12-183-361/+374
* Update tests to see where they fail now exactlyMarcus Boerger2003-12-182-6/+24
* two new methods were addedDmitry Stogov2003-12-183-0/+206
* Fix use of the CorRuntimeHost; once it has been stopped for a process, it can...Wez Furlong2003-12-183-9/+28
* ZTS build and speling fixWez Furlong2003-12-182-23/+21
* Fix bug #26639 (mb_convert_variables() clutters variables beyond the references)Moriyoshi Koizumi2003-12-182-6/+109
* Fix remaining gd build issueRasmus Lerdorf2003-12-181-1/+2
* MFB compile fixRasmus Lerdorf2003-12-171-1/+2
* proto fixAndrey Hristov2003-12-171-1/+1
* Added optional parameter to microtime so now it can return float if itAndrey Hristov2003-12-171-7/+18
* no longer need to cleanup temp varRob Richards2003-12-171-4/+0
* Always user Zend memory allocation wrappers.Ilia Alshanetsky2003-12-171-4/+1
* accessing singular subnode as arrayDmitry Stogov2003-12-172-18/+25
* *** empty log message ***Dmitry Stogov2003-12-173-0/+102
* Fix a memleak: A second call to *nix version of dlerror() frees the errorMarcus Boerger2003-12-171-0/+1
* free nodes correctly to clear node proxiesRob Richards2003-12-171-2/+2
* Fix warningMarcus Boerger2003-12-171-1/+1
* Fix warningsMarcus Boerger2003-12-172-2/+5
* - Added 'c' modifier to date() which returns the date in ISO 8601 format.Derick Rethans2003-12-162-3/+56