summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Silently casting an empty string, null or false into an object by adding a pr...Scott MacVicar2010-12-312-5/+3
* Add SQLite3_Stmt::readOnly for checking if a statement is read onlyScott MacVicar2010-12-312-4/+78
* - Do not violate php_stream abstraction and use php_stream_tell instead of ac...Gustavo André dos Santos Lopes2010-12-301-14/+21
* New test for stream_meta_data($zipstream)Hannes Magnusson2010-12-301-0/+74
* removed extra ?> from the FILE sectionEyal Teutsch2010-12-301-1/+0
* - WSPierre Joye2010-12-281-1/+1
* C89 fixAndrey Hristov2010-12-281-1/+1
* extending the API interface - plugins can registerAndrey Hristov2010-12-2816-205/+616
* fix segfault when node is NULLAntony Dovgal2010-12-271-1/+1
* typoRob Richards2010-12-271-1/+1
* fix crash with entity declarationsRob Richards2010-12-271-14/+16
* - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-275-4/+25
* SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFi...Eyal Teutsch2010-12-268-24/+24
* fixed 6 tests to pass on non-linux os, by removing the generic linux error st...Eyal Teutsch2010-12-267-6/+9
* using PWD which is supported by run-tests.php, rather than $cwdEyal Teutsch2010-12-262-2/+2
* - Fixed bug #53603 (ZipArchive should quiet stat errors).Gustavo André dos Santos Lopes2010-12-242-2/+40
* - Fix PCRE build on Windows; closes bug #53606.Gustavo André dos Santos Lopes2010-12-241-1/+3
* Upgraded\ bundled\ PCRE\ to\ version\ 8.11.Ilia Alshanetsky2010-12-2414-1449/+2075
* Implemented FR #48767 (SplFileInfo::getExtension())Peter Cowburn2010-12-233-0/+144
* Fixed compiler warningIlia Alshanetsky2010-12-231-1/+1
* - Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode).Gustavo André dos Santos Lopes2010-12-231-18/+54
* Fixed bug #52209 (INPUT_ENV returns NULL for set variables (CLI)).Ilia Alshanetsky2010-12-222-1/+11
* - Fix build.Moriyoshi Koizumi2010-12-221-6/+18
* - Revert of revision 306542, turns out the semantics of compare() are Gustavo André dos Santos Lopes2010-12-213-24/+2
* - Fixed bug #53588 (SplMinHeap bad sorting with custom compareGustavo André dos Santos Lopes2010-12-212-1/+24
* Fixed compiler warningsIlia Alshanetsky2010-12-201-4/+4
* fixed compile error with VS2008.Rui Hirokawa2010-12-201-2/+2
* Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)Hannes Magnusson2010-12-202-0/+45
* - Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading toGustavo André dos Santos Lopes2010-12-192-6/+55
* WSMoriyoshi Koizumi2010-12-191-25/+25
* * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-1924-713/+703
* Fix bad args to grapheme_extract(), reported by Maksymilian ArciemowiczStanislav Malyshev2010-12-191-3/+9
* - Fixed bug #53568 (swapped memset arguments in struct initialization).Gustavo André dos Santos Lopes2010-12-171-3/+1
* - Update creditsJani Taskinen2010-12-171-4/+3
* - RevertJani Taskinen2010-12-171-2/+2
* Throw some credit aroundHannes Magnusson2010-12-171-2/+2
* fix a small bug about affected_rows in the text protocolAndrey Hristov2010-12-161-0/+3
* Fix sprintf modifier to be right, wrong data reported in the logAndrey Hristov2010-12-161-2/+2
* - Fixed a bug in DateTime->modify() where absolute date/time statements had noDerick Rethans2010-12-154-4/+76
* count preciser in case of errorAndrey Hristov2010-12-151-3/+5
* Fixed compiler warningIlia Alshanetsky2010-12-141-1/+1
* Fixed bug #53541 (format string bug in ext/phar).Ilia Alshanetsky2010-12-141-1/+1
* - fix header installPierre Joye2010-12-141-2/+2
* Fixed bug #48607 (fwrite() doesn't check reply from ftp server before exiting)Ilia Alshanetsky2010-12-131-2/+22
* Revert fix for bug #53493 to be compliant with the XML specificationKalle Sommer Nielsen2010-12-132-19/+1
* Fixed bug #53493 (xmlrpc_decode should not be sensitive to leading whitespace)Kalle Sommer Nielsen2010-12-132-1/+20
* add & fix tests for lenient parsingStanislav Malyshev2010-12-123-4/+299
* - Fixed bug #53530 (php_crypt tests gcc version incorrectly due toGustavo André dos Santos Lopes2010-12-121-1/+1
* Fixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6).Ilia Alshanetsky2010-12-123-2/+70
* Fixed bug 48484 (array_product() always returns 0 for an empty array).Ilia Alshanetsky2010-12-124-4/+12