summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Gustavo André dos Santos Lopes2010-12-301-14/+21
| | | | | | accessing the field .position. #Should have no behavior changes.
* 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
|
* 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
| | | | | objects).
* SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of ↵Eyal Teutsch2010-12-268-24/+24
| | | | SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate
* fixed 6 tests to pass on non-linux os, by removing the generic linux error ↵Eyal Teutsch2010-12-267-6/+9
| | | | string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings
* 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
| | | | | | | | | | | | | | #It is unclear if url_stat handlers should emit a warning in case #PHP_STREAM_URL_STAT_QUIET is not specified and the resource does #not exist. Most url_stat handlers never emit messages; the plain #one does only so in the extraordinary event of an open_basedir #restriction. #But in case, php_stat uses PHP_STREAM_URL_STAT_QUIET for the #FS_EXISTS, which suggests that mere checks on file existence are #supposed to use this flag (arguably). #The downside is that important diagnostic messages might be #omitted.
* - 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
|
* - Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode).Gustavo André dos Santos Lopes2010-12-231-18/+54
| | | | | | - Fixed stream_socket_enable_crypto() not honoring the socket timeout in server mode.
* Fixed bug #52209 (INPUT_ENV returns NULL for set variables (CLI)).Ilia Alshanetsky2010-12-222-1/+11
|
* removed unused varIlia Alshanetsky2010-12-211-2/+0
|
* - Revert of revision 306542, turns out the semantics of compare() are Gustavo André dos Santos Lopes2010-12-212-24/+1
| | | | | different in SplMinHeap and SplMaxHeap.
* - Fixed bug #53588 (SplMinHeap bad sorting with custom compareGustavo André dos Santos Lopes2010-12-212-1/+24
| | | | | function).
* Fixed compiler warningsIlia Alshanetsky2010-12-201-4/+4
|
* Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)Hannes Magnusson2010-12-202-0/+45
| | | | | Also added the filename being access to the stream_get_meta_data() array
* - Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading toGustavo André dos Santos Lopes2010-12-192-6/+55
| | | | | segfault).
* Fix bad args to grapheme_extract(), reported by Maksymilian ArciemowiczStanislav Malyshev2010-12-191-3/+9
|
* - fix testPierre Joye2010-12-181-4/+4
|
* - NEWS update and test related to the NULL poisoning recent fixesPierre Joye2010-12-181-0/+17
|
* - fix possible crash introduced by the null poisoning patchPierre Joye2010-12-181-0/+3
|
* - fix leak introduced by the null poisoning patchPierre Joye2010-12-181-0/+1
|
* - fix leak introduced by the null poisoning patchPierre Joye2010-12-181-0/+1
|
* - Fixed bug #53568 (swapped memset arguments in struct initialization).Gustavo André dos Santos Lopes2010-12-171-3/+1
|
* - Update creditsJani Taskinen2010-12-171-2/+2
|
* - 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
| | | | | effect.
* 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
|
* - that's not in 5.3Pierre Joye2010-12-141-1/+1
|
* - that's not in 5.3Pierre Joye2010-12-141-1/+1
|
* - that should not have been appliedPierre Joye2010-12-131-0/+2
|
* - add phpize support for windows, need a nmake install for now (nmake ↵Pierre Joye2010-12-1320-5/+31
| | | | devel-pkg version is coming), works exactly the same as on unix, or should :)
* -wsPierre Joye2010-12-131-2/+0
|
* 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
|
* MFH: fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during longAdam Harvey2010-12-132-1/+39
| | | | | MIME header unfolding).
* MFH: implement FR #53447 (Cannot disable SessionTicket extension for serversAdam Harvey2010-12-131-0/+12
| | | | | that do not support it). Includes Tony's subsequent commit to fix a segfault.