Scott MacVicar
9e0c423bc4
Fix error with initialisation flag being set too early. If encryption is enabled and fails to decrypt a crash can occur.
...
Also fix a WS error.
2011-01-03 19:15:36 +00:00
Stanislav Malyshev
7d3a0e15f5
Imlement clone for formatters that support it
...
# also some test fixes, more to follow
2011-01-03 03:58:57 +00:00
Felipe Pena
914152d6d8
- Year++
2011-01-01 02:51:27 +00:00
Felipe Pena
12d2104277
- Year++
2011-01-01 02:48:19 +00:00
Felipe Pena
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Scott MacVicar
3870e58759
Add SQLite3_Stmt::readOnly for checking if a statement is read only
2010-12-31 16:37:12 +00:00
Gustavo André dos Santos Lopes
5eb264677c
- Do not violate php_stream abstraction and use php_stream_tell instead of accessing the field .position.
...
#Should have no behavior changes.
2010-12-30 19:00:19 +00:00
Hannes Magnusson
ac216eb88c
New test for stream_meta_data($zipstream)
2010-12-30 17:41:36 +00:00
Eyal Teutsch
8d9307ace4
removed extra ?> from the FILE section
2010-12-30 14:36:01 +00:00
Pierre Joye
19ba599166
- WS
2010-12-28 17:20:10 +00:00
Antony Dovgal
c4a5af24e0
fix segfault when node is NULL
2010-12-27 21:47:52 +00:00
Rob Richards
6fab69a17d
typo
2010-12-27 19:00:13 +00:00
Rob Richards
2479cd6ec9
fix crash with entity declarations
2010-12-27 18:57:49 +00:00
Gustavo André dos Santos Lopes
9ec9210fbc
- Fixed bug #53612 (Segmentation fault when using several cloned intl
...
objects).
2010-12-27 01:10:08 +00:00
Eyal Teutsch
cc1759598f
SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate
2010-12-26 13:29:29 +00:00
Eyal Teutsch
8e47365a97
fixed 6 tests to pass on non-linux os, by removing the generic linux error 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
2010-12-26 13:10:23 +00:00
Eyal Teutsch
5b5e89bb36
using PWD which is supported by run-tests.php, rather than $cwd
2010-12-26 09:47:50 +00:00
Gustavo André dos Santos Lopes
e7d5c4a8fd
- Fixed bug #53603 (ZipArchive should quiet stat errors).
...
#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.
2010-12-24 22:38:36 +00:00
Gustavo André dos Santos Lopes
ff32c32fba
- Fix PCRE build on Windows; closes bug #53606 .
2010-12-24 19:01:25 +00:00
Ilia Alshanetsky
34c6447e9e
Upgraded\ bundled\ PCRE\ to\ version\ 8.11.
2010-12-24 15:03:29 +00:00
Gustavo André dos Santos Lopes
cd34d68cdd
- Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode).
...
- Fixed stream_socket_enable_crypto() not honoring the socket timeout in
server mode.
2010-12-23 01:44:54 +00:00
Ilia Alshanetsky
a68864969e
Fixed bug #52209 (INPUT_ENV returns NULL for set variables (CLI)).
2010-12-22 16:18:59 +00:00
Ilia Alshanetsky
880d61e9c6
removed unused var
2010-12-21 22:05:15 +00:00
Gustavo André dos Santos Lopes
8f44d2ca36
- Revert of revision 306542, turns out the semantics of compare() are
...
different in SplMinHeap and SplMaxHeap.
2010-12-21 19:52:17 +00:00
Gustavo André dos Santos Lopes
e427e312d4
- Fixed bug #53588 (SplMinHeap bad sorting with custom compare
...
function).
2010-12-21 17:29:14 +00:00
Ilia Alshanetsky
399182de3f
Fixed compiler warnings
2010-12-20 23:00:11 +00:00
Hannes Magnusson
3ce18aa852
Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)
...
Also added the filename being access to the stream_get_meta_data() array
2010-12-20 11:00:27 +00:00
Gustavo André dos Santos Lopes
f13d9c0e03
- Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
...
segfault).
2010-12-19 23:47:00 +00:00
Stanislav Malyshev
25c5841160
Fix bad args to grapheme_extract(), reported by Maksymilian Arciemowicz
2010-12-19 05:07:31 +00:00
Pierre Joye
0d7487da46
- fix test
2010-12-18 13:34:22 +00:00
Pierre Joye
1be3dc76af
- NEWS update and test related to the NULL poisoning recent fixes
2010-12-18 12:51:23 +00:00
Pierre Joye
fd161b8ea1
- fix possible crash introduced by the null poisoning patch
2010-12-18 12:08:50 +00:00
Pierre Joye
349082267f
- fix leak introduced by the null poisoning patch
2010-12-18 12:06:58 +00:00
Pierre Joye
96b6130930
- fix leak introduced by the null poisoning patch
2010-12-18 12:05:55 +00:00
Gustavo André dos Santos Lopes
2070f153f9
- Fixed bug #53568 (swapped memset arguments in struct initialization).
2010-12-17 23:05:26 +00:00
Jani Taskinen
9cb1b1e948
- Update credits
2010-12-17 10:49:02 +00:00
Jani Taskinen
4a8438b3e1
- Revert
2010-12-17 10:43:52 +00:00
Hannes Magnusson
6f94e2dd2a
Throw some credit around
2010-12-17 10:16:50 +00:00
Andrey Hristov
17b8336047
fix a small bug about affected_rows in the text protocol
2010-12-16 12:56:19 +00:00
Andrey Hristov
4e08abeead
Fix sprintf modifier to be right, wrong data reported in the log
2010-12-16 12:18:54 +00:00
Derick Rethans
1cf5713dd3
- Fixed a bug in DateTime->modify() where absolute date/time statements had no
...
effect.
2010-12-15 21:45:25 +00:00
Andrey Hristov
f35b89c7c4
count preciser in case of error
2010-12-15 14:14:58 +00:00
Ilia Alshanetsky
07607df542
Fixed compiler warning
2010-12-14 17:01:54 +00:00
Ilia Alshanetsky
c946ff2f51
Fixed bug #53541 (format string bug in ext/phar).
2010-12-14 17:00:36 +00:00
Pierre Joye
64d49da654
- fix header install
2010-12-14 13:10:25 +00:00
Pierre Joye
630d411c5c
- that's not in 5.3
2010-12-14 12:12:26 +00:00
Pierre Joye
101bb97773
- that's not in 5.3
2010-12-14 12:11:39 +00:00
Pierre Joye
0beae1e558
- that should not have been applied
2010-12-13 18:45:53 +00:00
Pierre Joye
aea6771d19
- add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :)
2010-12-13 18:43:10 +00:00
Pierre Joye
4ee6b4dfbb
-ws
2010-12-13 18:07:08 +00:00