Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SQLite3_Stmt::readOnly for checking if a statement is read only | Scott MacVicar | 2010-12-31 | 2 | -4/+78 |
| | |||||
* | - Do not violate php_stream abstraction and use php_stream_tell instead of ↵ | Gustavo André dos Santos Lopes | 2010-12-30 | 1 | -14/+21 |
| | | | | | | accessing the field .position. #Should have no behavior changes. | ||||
* | New test for stream_meta_data($zipstream) | Hannes Magnusson | 2010-12-30 | 1 | -0/+74 |
| | |||||
* | removed extra ?> from the FILE section | Eyal Teutsch | 2010-12-30 | 1 | -1/+0 |
| | |||||
* | - WS | Pierre Joye | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | fix segfault when node is NULL | Antony Dovgal | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | typo | Rob Richards | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | fix crash with entity declarations | Rob Richards | 2010-12-27 | 1 | -14/+16 |
| | |||||
* | - Fixed bug #53612 (Segmentation fault when using several cloned intl | Gustavo André dos Santos Lopes | 2010-12-27 | 5 | -4/+25 |
| | | | | | objects). | ||||
* | SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of ↵ | Eyal Teutsch | 2010-12-26 | 8 | -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 Teutsch | 2010-12-26 | 7 | -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 $cwd | Eyal Teutsch | 2010-12-26 | 2 | -2/+2 |
| | |||||
* | - Fixed bug #53603 (ZipArchive should quiet stat errors). | Gustavo André dos Santos Lopes | 2010-12-24 | 2 | -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 Lopes | 2010-12-24 | 1 | -1/+3 |
| | |||||
* | Upgraded\ bundled\ PCRE\ to\ version\ 8.11. | Ilia Alshanetsky | 2010-12-24 | 14 | -1449/+2075 |
| | |||||
* | - Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode). | Gustavo André dos Santos Lopes | 2010-12-23 | 1 | -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 Alshanetsky | 2010-12-22 | 2 | -1/+11 |
| | |||||
* | removed unused var | Ilia Alshanetsky | 2010-12-21 | 1 | -2/+0 |
| | |||||
* | - Revert of revision 306542, turns out the semantics of compare() are | Gustavo André dos Santos Lopes | 2010-12-21 | 2 | -24/+1 |
| | | | | | different in SplMinHeap and SplMaxHeap. | ||||
* | - Fixed bug #53588 (SplMinHeap bad sorting with custom compare | Gustavo André dos Santos Lopes | 2010-12-21 | 2 | -1/+24 |
| | | | | | function). | ||||
* | Fixed compiler warnings | Ilia Alshanetsky | 2010-12-20 | 1 | -4/+4 |
| | |||||
* | Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams) | Hannes Magnusson | 2010-12-20 | 2 | -0/+45 |
| | | | | | Also added the filename being access to the stream_get_meta_data() array | ||||
* | - Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to | Gustavo André dos Santos Lopes | 2010-12-19 | 2 | -6/+55 |
| | | | | | segfault). | ||||
* | Fix bad args to grapheme_extract(), reported by Maksymilian Arciemowicz | Stanislav Malyshev | 2010-12-19 | 1 | -3/+9 |
| | |||||
* | - fix test | Pierre Joye | 2010-12-18 | 1 | -4/+4 |
| | |||||
* | - NEWS update and test related to the NULL poisoning recent fixes | Pierre Joye | 2010-12-18 | 1 | -0/+17 |
| | |||||
* | - fix possible crash introduced by the null poisoning patch | Pierre Joye | 2010-12-18 | 1 | -0/+3 |
| | |||||
* | - fix leak introduced by the null poisoning patch | Pierre Joye | 2010-12-18 | 1 | -0/+1 |
| | |||||
* | - fix leak introduced by the null poisoning patch | Pierre Joye | 2010-12-18 | 1 | -0/+1 |
| | |||||
* | - Fixed bug #53568 (swapped memset arguments in struct initialization). | Gustavo André dos Santos Lopes | 2010-12-17 | 1 | -3/+1 |
| | |||||
* | - Update credits | Jani Taskinen | 2010-12-17 | 1 | -2/+2 |
| | |||||
* | - Revert | Jani Taskinen | 2010-12-17 | 1 | -2/+2 |
| | |||||
* | Throw some credit around | Hannes Magnusson | 2010-12-17 | 1 | -2/+2 |
| | |||||
* | fix a small bug about affected_rows in the text protocol | Andrey Hristov | 2010-12-16 | 1 | -0/+3 |
| | |||||
* | Fix sprintf modifier to be right, wrong data reported in the log | Andrey Hristov | 2010-12-16 | 1 | -2/+2 |
| | |||||
* | - Fixed a bug in DateTime->modify() where absolute date/time statements had no | Derick Rethans | 2010-12-15 | 4 | -4/+76 |
| | | | | | effect. | ||||
* | count preciser in case of error | Andrey Hristov | 2010-12-15 | 1 | -3/+5 |
| | |||||
* | Fixed compiler warning | Ilia Alshanetsky | 2010-12-14 | 1 | -1/+1 |
| | |||||
* | Fixed bug #53541 (format string bug in ext/phar). | Ilia Alshanetsky | 2010-12-14 | 1 | -1/+1 |
| | |||||
* | - fix header install | Pierre Joye | 2010-12-14 | 1 | -2/+2 |
| | |||||
* | - that's not in 5.3 | Pierre Joye | 2010-12-14 | 1 | -1/+1 |
| | |||||
* | - that's not in 5.3 | Pierre Joye | 2010-12-14 | 1 | -1/+1 |
| | |||||
* | - that should not have been applied | Pierre Joye | 2010-12-13 | 1 | -0/+2 |
| | |||||
* | - add phpize support for windows, need a nmake install for now (nmake ↵ | Pierre Joye | 2010-12-13 | 20 | -5/+31 |
| | | | | devel-pkg version is coming), works exactly the same as on unix, or should :) | ||||
* | -ws | Pierre Joye | 2010-12-13 | 1 | -2/+0 |
| | |||||
* | Fixed bug #48607 (fwrite() doesn't check reply from ftp server before exiting) | Ilia Alshanetsky | 2010-12-13 | 1 | -2/+22 |
| | |||||
* | Revert fix for bug #53493 to be compliant with the XML specification | Kalle Sommer Nielsen | 2010-12-13 | 2 | -19/+1 |
| | |||||
* | Fixed bug #53493 (xmlrpc_decode should not be sensitive to leading whitespace) | Kalle Sommer Nielsen | 2010-12-13 | 2 | -1/+20 |
| | |||||
* | MFH: fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during long | Adam Harvey | 2010-12-13 | 2 | -1/+39 |
| | | | | | MIME header unfolding). | ||||
* | MFH: implement FR #53447 (Cannot disable SessionTicket extension for servers | Adam Harvey | 2010-12-13 | 1 | -0/+12 |
| | | | | | that do not support it). Includes Tony's subsequent commit to fix a segfault. |