Johannes Schlüter
22b42afaee
- Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)
2011-01-14 14:57:57 +00:00
Johannes Schlüter
6553823c8b
- Fix 5.3.5 date in NEWS
2011-01-14 14:54:18 +00:00
Derick Rethans
58810bd055
- Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit
...
big-endian systems). (Patch by rein@basefarm.no )
2011-01-12 19:50:09 +00:00
Ilia Alshanetsky
484a35373e
Fixed bug #53630 (Fixed parameter handling inside readline() function).
2011-01-10 18:19:02 +00:00
Andrey Hristov
eaaef0d870
Proper fix for
...
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349 , same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was a problem with libmysql.
Also fixed the 53503's test case as it always reported PASS, even when there
should have been a failure.
2011-01-07 14:22:30 +00:00
Felipe Pena
29a82ceb56
- Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference.
2011-01-07 01:11:16 +00:00
Rasmus Lerdorf
9107b209ea
Fix bug #53682
2011-01-06 22:48:20 +00:00
Pierre Joye
e14c8f39f1
- add CVE (too late for the release tho')
2011-01-06 12:51:35 +00:00
Scott MacVicar
e1c1cc0ed5
Implemented FR #53466 (SQLite3Result::columnType() should return false after all of the rows have been fetched).
2011-01-06 00:08:59 +00:00
Johannes Schlüter
df344ea7d6
- This will be PHP 5.3.6
2011-01-05 13:39:30 +00:00
Scott MacVicar
66753ff6c7
Fix bug #53632 with x87 fpu
2011-01-04 22:36:23 +00:00
Hannes Magnusson
d1eb2cd737
My name is Hannes
...
# And today is my birthday \o/
2011-01-03 23:08:08 +00:00
Ilia Alshanetsky
3f5ad237e1
Fixed Bug #53629 (memory leak inside highlight_string()).
2011-01-03 14:39:48 +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
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
9ec9210fbc
- Fixed bug #53612 (Segmentation fault when using several cloned intl
...
objects).
2010-12-27 01:10:08 +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
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
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
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
Felipe Pena
671ac356e6
- Cosmetics again
2010-12-18 18:06:34 +00:00
Felipe Pena
b0fa53adcc
- Cosmetics
2010-12-18 18:04:19 +00:00
Pierre Joye
1be3dc76af
- NEWS update and test related to the NULL poisoning recent fixes
2010-12-18 12:51:23 +00:00
Jérôme Loyet
e77d3268d7
- Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).
2010-12-18 11:22:11 +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
Andrey Hristov
17b8336047
fix a small bug about affected_rows in the text protocol
2010-12-16 12:56:19 +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
Ilia Alshanetsky
c946ff2f51
Fixed bug #53541 (format string bug in ext/phar).
2010-12-14 17:00:36 +00:00
Ilia Alshanetsky
8afdb7cd49
Fixed bug #48607 (fwrite() doesn't check reply from ftp server before exiting)
2010-12-13 16:53:26 +00:00
Kalle Sommer Nielsen
5a6288297d
Revert fix for bug #53493 to be compliant with the XML specification
2010-12-13 14:29:42 +00:00
Kalle Sommer Nielsen
a990ce69b1
Fixed bug #53493 (xmlrpc_decode should not be sensitive to leading whitespace)
2010-12-13 09:52:05 +00:00
Adam Harvey
75a9b76a3e
MFH: fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during long
...
MIME header unfolding).
2010-12-13 08:38:01 +00:00
Adam Harvey
e87fbccfd8
MFH: implement FR #53447 (Cannot disable SessionTicket extension for servers
...
that do not support it). Includes Tony's subsequent commit to fix a segfault.
2010-12-13 08:29:44 +00:00
Felipe Pena
2fbc49793e
- Cosmetics
2010-12-12 21:11:54 +00:00
Ilia Alshanetsky
fbe4532b48
Fixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6).
2010-12-12 19:54:21 +00:00
Ilia Alshanetsky
82287511ad
Fixed bug 48484 (array_product() always returns 0 for an empty array).
2010-12-12 19:27:04 +00:00
Ilia Alshanetsky
c1e9f628a0
Fixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges)
2010-12-12 18:36:21 +00:00
Kalle Sommer Nielsen
071513562d
Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to call libmysql)
...
# Based on patch by tre-php-net at crushedhat dot com
2010-12-12 18:00:25 +00:00
Kalle Sommer Nielsen
b529d43c0d
Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query)
2010-12-12 16:17:50 +00:00
Ilia Alshanetsky
9e48381b28
Upgraded bundled Sqlite3 to version 3.7.4.
2010-12-11 14:57:34 +00:00
Gustavo André dos Santos Lopes
3c8c56fb98
- Implemented request #26158/bug #53465 (open arbitrary file descriptor with fopen)
2010-12-11 01:52:13 +00:00
Felipe Pena
9864040e35
- Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)
2010-12-10 23:58:33 +00:00
Felipe Pena
83a7831760
- Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down)
...
patch by: gyp at balabit dot hu
2010-12-10 17:50:26 +00:00
Felipe Pena
df5f526cbd
- Cosmetics
2010-12-10 11:26:14 +00:00
Scott MacVicar
d9187596c9
MFH: Fix indirect reference of $this
2010-12-10 06:34:03 +00:00
Felipe Pena
7d2b089860
- Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)
2010-12-10 00:47:51 +00:00