]> granicus.if.org Git - php/log
php
14 years ago- Do not violate php_stream abstraction and use php_stream_tell instead of accessing...
Gustavo André dos Santos Lopes [Thu, 30 Dec 2010 19:00:19 +0000 (19:00 +0000)]
- Do not violate php_stream abstraction and use php_stream_tell instead of accessing the field .position.
#Should have no behavior changes.

14 years agoNew test for stream_meta_data($zipstream)
Hannes Magnusson [Thu, 30 Dec 2010 17:41:36 +0000 (17:41 +0000)]
New test for stream_meta_data($zipstream)

14 years agoremoved extra ?> from the FILE section
Eyal Teutsch [Thu, 30 Dec 2010 14:36:01 +0000 (14:36 +0000)]
removed extra ?> from the FILE section

14 years ago- WS
Pierre Joye [Tue, 28 Dec 2010 17:20:10 +0000 (17:20 +0000)]
- WS

14 years agofix segfault when node is NULL
Antony Dovgal [Mon, 27 Dec 2010 21:47:52 +0000 (21:47 +0000)]
fix segfault when node is NULL

14 years agotypo
Rob Richards [Mon, 27 Dec 2010 19:00:13 +0000 (19:00 +0000)]
typo

14 years agofix crash with entity declarations
Rob Richards [Mon, 27 Dec 2010 18:57:49 +0000 (18:57 +0000)]
fix crash with entity declarations

14 years ago- Fixed bug #53612 (Segmentation fault when using several cloned intl
Gustavo André dos Santos Lopes [Mon, 27 Dec 2010 01:10:08 +0000 (01:10 +0000)]
- Fixed bug #53612 (Segmentation fault when using several cloned intl
  objects).

14 years agoSplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject...
Eyal Teutsch [Sun, 26 Dec 2010 13:29:29 +0000 (13:29 +0000)]
SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate

14 years agofixed 6 tests to pass on non-linux os, by removing the generic linux error string...
Eyal Teutsch [Sun, 26 Dec 2010 13:10:23 +0000 (13:10 +0000)]
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

14 years agousing PWD which is supported by run-tests.php, rather than $cwd
Eyal Teutsch [Sun, 26 Dec 2010 09:47:50 +0000 (09:47 +0000)]
using PWD which is supported by run-tests.php, rather than $cwd

14 years ago- Fixed bug #53603 (ZipArchive should quiet stat errors).
Gustavo André dos Santos Lopes [Fri, 24 Dec 2010 22:38:36 +0000 (22:38 +0000)]
- 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.

14 years ago- Fix PCRE build on Windows; closes bug #53606.
Gustavo André dos Santos Lopes [Fri, 24 Dec 2010 19:01:25 +0000 (19:01 +0000)]
- Fix PCRE build on Windows; closes bug #53606.

14 years agoUpgraded\ bundled\ PCRE\ to\ version\ 8.11.
Ilia Alshanetsky [Fri, 24 Dec 2010 15:03:29 +0000 (15:03 +0000)]
Upgraded\ bundled\ PCRE\ to\ version\ 8.11.

14 years ago- Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode).
Gustavo André dos Santos Lopes [Thu, 23 Dec 2010 01:44:54 +0000 (01:44 +0000)]
- 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.

14 years agoFixed bug #52209 (INPUT_ENV returns NULL for set variables (CLI)).
Ilia Alshanetsky [Wed, 22 Dec 2010 16:18:59 +0000 (16:18 +0000)]
Fixed bug #52209 (INPUT_ENV returns NULL for set variables (CLI)).

14 years agoremoved unused var
Ilia Alshanetsky [Tue, 21 Dec 2010 22:05:15 +0000 (22:05 +0000)]
removed unused var

14 years ago- Revert of revision 306542, turns out the semantics of compare() are
Gustavo André dos Santos Lopes [Tue, 21 Dec 2010 19:52:17 +0000 (19:52 +0000)]
- Revert of revision 306542, turns out the semantics of compare() are
  different in SplMinHeap and SplMaxHeap.

14 years ago- Fixed bug #53588 (SplMinHeap bad sorting with custom compare
Gustavo André dos Santos Lopes [Tue, 21 Dec 2010 17:29:14 +0000 (17:29 +0000)]
- Fixed bug #53588 (SplMinHeap bad sorting with custom compare
  function).

14 years agoFixed compiler warnings
Ilia Alshanetsky [Mon, 20 Dec 2010 23:00:11 +0000 (23:00 +0000)]
Fixed compiler warnings

14 years agoFixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)
Hannes Magnusson [Mon, 20 Dec 2010 11:00:27 +0000 (11:00 +0000)]
Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)
Also added the filename being access to the stream_get_meta_data() array

14 years ago- Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
Gustavo André dos Santos Lopes [Sun, 19 Dec 2010 23:47:00 +0000 (23:47 +0000)]
- Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
  segfault).

14 years agoFix bad args to grapheme_extract(), reported by Maksymilian Arciemowicz
Stanislav Malyshev [Sun, 19 Dec 2010 05:07:31 +0000 (05:07 +0000)]
Fix bad args to grapheme_extract(), reported by Maksymilian Arciemowicz

14 years ago- Cosmetics again
Felipe Pena [Sat, 18 Dec 2010 18:06:34 +0000 (18:06 +0000)]
- Cosmetics again

14 years ago- Cosmetics
Felipe Pena [Sat, 18 Dec 2010 18:04:19 +0000 (18:04 +0000)]
- Cosmetics

14 years ago- fix test
Pierre Joye [Sat, 18 Dec 2010 13:34:22 +0000 (13:34 +0000)]
- fix test

14 years ago - NEWS update and test related to the NULL poisoning recent fixes
Pierre Joye [Sat, 18 Dec 2010 12:51:23 +0000 (12:51 +0000)]
 - NEWS update and test related to the NULL poisoning recent fixes

14 years ago- fix possible crash introduced by the null poisoning patch
Pierre Joye [Sat, 18 Dec 2010 12:08:50 +0000 (12:08 +0000)]
- fix possible crash introduced by the null poisoning patch

14 years ago- fix leak introduced by the null poisoning patch
Pierre Joye [Sat, 18 Dec 2010 12:06:58 +0000 (12:06 +0000)]
- fix leak introduced by the null poisoning patch

14 years ago- fix leak introduced by the null poisoning patch
Pierre Joye [Sat, 18 Dec 2010 12:05:55 +0000 (12:05 +0000)]
- fix leak introduced by the null poisoning patch

14 years ago- Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).
Jérôme Loyet [Sat, 18 Dec 2010 11:22:11 +0000 (11:22 +0000)]
- Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).

14 years ago- Fixed bug #53568 (swapped memset arguments in struct initialization).
Gustavo André dos Santos Lopes [Fri, 17 Dec 2010 23:05:26 +0000 (23:05 +0000)]
- Fixed bug #53568 (swapped memset arguments in struct initialization).

14 years ago- Update credits
Jani Taskinen [Fri, 17 Dec 2010 10:49:02 +0000 (10:49 +0000)]
- Update credits

14 years ago- Revert
Jani Taskinen [Fri, 17 Dec 2010 10:43:52 +0000 (10:43 +0000)]
- Revert

14 years agoThrow some credit around
Hannes Magnusson [Fri, 17 Dec 2010 10:16:50 +0000 (10:16 +0000)]
Throw some credit around

14 years agofix a small bug about affected_rows in the text protocol
Andrey Hristov [Thu, 16 Dec 2010 12:56:19 +0000 (12:56 +0000)]
fix a small bug about affected_rows in the text protocol

14 years agoFix sprintf modifier to be right, wrong data reported in the log
Andrey Hristov [Thu, 16 Dec 2010 12:18:54 +0000 (12:18 +0000)]
Fix sprintf modifier to be right, wrong data reported in the log

14 years ago- Fixed a bug in DateTime->modify() where absolute date/time statements had no
Derick Rethans [Wed, 15 Dec 2010 21:45:25 +0000 (21:45 +0000)]
- Fixed a bug in DateTime->modify() where absolute date/time statements had no
  effect.

14 years agocount preciser in case of error
Andrey Hristov [Wed, 15 Dec 2010 14:14:58 +0000 (14:14 +0000)]
count preciser in case of error

14 years ago- we don't bundled fbclient, system version is used
Pierre Joye [Wed, 15 Dec 2010 02:01:21 +0000 (02:01 +0000)]
- we don't bundled fbclient, system version is used

14 years ago- typo
Pierre Joye [Wed, 15 Dec 2010 00:39:07 +0000 (00:39 +0000)]
- typo

14 years ago- devel must be done before dist
Pierre Joye [Tue, 14 Dec 2010 23:21:01 +0000 (23:21 +0000)]
- devel must be done before dist

14 years ago- fix build with out of src obj dir
Pierre Joye [Tue, 14 Dec 2010 23:09:31 +0000 (23:09 +0000)]
- fix build with out of src obj dir

14 years ago- we just reached the tiny cmd lenght limit, let reduce the size of dirs
Pierre Joye [Tue, 14 Dec 2010 18:49:15 +0000 (18:49 +0000)]
- we just reached the tiny cmd lenght limit, let reduce the size of dirs

14 years agoFixed compiler warning
Ilia Alshanetsky [Tue, 14 Dec 2010 17:01:54 +0000 (17:01 +0000)]
Fixed compiler warning

14 years agoFixed bug #53541 (format string bug in ext/phar).
Ilia Alshanetsky [Tue, 14 Dec 2010 17:00:36 +0000 (17:00 +0000)]
Fixed bug #53541 (format string bug in ext/phar).

14 years ago- fix header install
Pierre Joye [Tue, 14 Dec 2010 13:10:25 +0000 (13:10 +0000)]
- fix header install

14 years ago- that's not in 5.3
Pierre Joye [Tue, 14 Dec 2010 12:12:26 +0000 (12:12 +0000)]
- that's not in 5.3

14 years ago- that's not in 5.3
Pierre Joye [Tue, 14 Dec 2010 12:11:39 +0000 (12:11 +0000)]
- that's not in 5.3

14 years ago- add nmake install-sdk (create the devel package) and related sub rules
Pierre Joye [Tue, 14 Dec 2010 02:55:26 +0000 (02:55 +0000)]
- add nmake install-sdk (create the devel package) and related sub rules

14 years ago -add a link to snmp install doc about the MIBS data, remove static or removed exts
Pierre Joye [Mon, 13 Dec 2010 21:07:13 +0000 (21:07 +0000)]
 -add a link to snmp install doc about the MIBS data, remove static or removed exts

14 years ago- MFH trailing slashes detection
Pierre Joye [Mon, 13 Dec 2010 20:57:06 +0000 (20:57 +0000)]
- MFH trailing slashes detection

14 years ago- that should not have been applied
Pierre Joye [Mon, 13 Dec 2010 18:45:53 +0000 (18:45 +0000)]
- that should not have been applied

14 years ago- add phpize support for windows, need a nmake install for now (nmake devel-pkg versi...
Pierre Joye [Mon, 13 Dec 2010 18:43:10 +0000 (18:43 +0000)]
- 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 :)

14 years ago -ws
Pierre Joye [Mon, 13 Dec 2010 18:07:08 +0000 (18:07 +0000)]
 -ws

14 years agoFixed bug #48607 (fwrite() doesn't check reply from ftp server before exiting)
Ilia Alshanetsky [Mon, 13 Dec 2010 16:53:26 +0000 (16:53 +0000)]
Fixed bug #48607 (fwrite() doesn't check reply from ftp server before exiting)

14 years agoRevert fix for bug #53493 to be compliant with the XML specification
Kalle Sommer Nielsen [Mon, 13 Dec 2010 14:29:42 +0000 (14:29 +0000)]
Revert fix for bug #53493 to be compliant with the XML specification

14 years agoFixed bug #53493 (xmlrpc_decode should not be sensitive to leading whitespace)
Kalle Sommer Nielsen [Mon, 13 Dec 2010 09:52:05 +0000 (09:52 +0000)]
Fixed bug #53493 (xmlrpc_decode should not be sensitive to leading whitespace)

14 years agoMFH: fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during long
Adam Harvey [Mon, 13 Dec 2010 08:38:01 +0000 (08:38 +0000)]
MFH: fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during long
MIME header unfolding).

14 years agoMFH: implement FR #53447 (Cannot disable SessionTicket extension for servers
Adam Harvey [Mon, 13 Dec 2010 08:29:44 +0000 (08:29 +0000)]
MFH: implement FR #53447 (Cannot disable SessionTicket extension for servers
that do not support it). Includes Tony's subsequent commit to fix a segfault.

14 years ago- Fixed bug #53530 (php_crypt tests gcc version incorrectly due to
Gustavo André dos Santos Lopes [Sun, 12 Dec 2010 22:27:02 +0000 (22:27 +0000)]
- Fixed bug #53530 (php_crypt tests gcc version incorrectly due to
  typo) (vapier at gmail dot com)

14 years ago- Cosmetics
Felipe Pena [Sun, 12 Dec 2010 21:11:54 +0000 (21:11 +0000)]
- Cosmetics

14 years agoFixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6).
Ilia Alshanetsky [Sun, 12 Dec 2010 19:54:21 +0000 (19:54 +0000)]
Fixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6).

14 years agoFixed bug 48484 (array_product() always returns 0 for an empty array).
Ilia Alshanetsky [Sun, 12 Dec 2010 19:27:04 +0000 (19:27 +0000)]
Fixed bug 48484 (array_product() always returns 0 for an empty array).

14 years agoFixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges)
Ilia Alshanetsky [Sun, 12 Dec 2010 18:36:21 +0000 (18:36 +0000)]
Fixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges)

14 years agoFixed bug #53425 (mysqli_real_connect() ignores client flags when built to call libmysql)
Kalle Sommer Nielsen [Sun, 12 Dec 2010 18:00:25 +0000 (18:00 +0000)]
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

14 years agoFixed bug #53503 (mysqli::query returns false after successful LOAD DATA query)
Kalle Sommer Nielsen [Sun, 12 Dec 2010 16:17:50 +0000 (16:17 +0000)]
Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query)

14 years ago- Fixed a few test cases
Derick Rethans [Sun, 12 Dec 2010 16:06:41 +0000 (16:06 +0000)]
- Fixed a few test cases
- Updated timezone mapping table; to remove unparsable timezones.

14 years agomoved the second unlink() to the CLEAN section in the SplFileObject_fwrite_variation...
Eyal Teutsch [Sun, 12 Dec 2010 07:24:51 +0000 (07:24 +0000)]
moved the second unlink() to the CLEAN section in the SplFileObject_fwrite_variation* tests

14 years agoMerge from trunk:
Martin Jansen [Sat, 11 Dec 2010 20:10:39 +0000 (20:10 +0000)]
Merge from trunk:

* Fixed parameter check introduced with the recent fix for bug #53492.

* Improved the error message along the way.

14 years agoUpgraded bundled Sqlite3 to version 3.7.4.
Ilia Alshanetsky [Sat, 11 Dec 2010 14:57:34 +0000 (14:57 +0000)]
Upgraded bundled Sqlite3 to version 3.7.4.

14 years ago- Tests and small parsing correction for php://fd wrapper
Gustavo André dos Santos Lopes [Sat, 11 Dec 2010 02:08:02 +0000 (02:08 +0000)]
- Tests and small parsing correction for php://fd wrapper

14 years ago- Implemented request #26158/bug #53465 (open arbitrary file descriptor with fopen)
Gustavo André dos Santos Lopes [Sat, 11 Dec 2010 01:52:13 +0000 (01:52 +0000)]
- Implemented request #26158/bug #53465 (open arbitrary file descriptor with fopen)

14 years ago- Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)
Felipe Pena [Fri, 10 Dec 2010 23:58:33 +0000 (23:58 +0000)]
- Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)

14 years agofixed keyLen validation point
George Wang [Fri, 10 Dec 2010 22:51:08 +0000 (22:51 +0000)]
fixed keyLen validation point

14 years ago- Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down)
Felipe Pena [Fri, 10 Dec 2010 17:50:26 +0000 (17:50 +0000)]
- Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down)
  patch by: gyp at balabit dot hu

14 years ago- Fixed ZTS build
Felipe Pena [Fri, 10 Dec 2010 11:33:35 +0000 (11:33 +0000)]
- Fixed ZTS build

14 years ago- Cosmetics
Felipe Pena [Fri, 10 Dec 2010 11:26:14 +0000 (11:26 +0000)]
- Cosmetics

14 years agoMFH: Fix indirect reference of $this
Scott MacVicar [Fri, 10 Dec 2010 06:34:03 +0000 (06:34 +0000)]
MFH: Fix indirect reference of $this

14 years agoUpdate for PECL upload that is synced with PHP 5.3.4
Christopher Jones [Fri, 10 Dec 2010 04:36:29 +0000 (04:36 +0000)]
Update for PECL upload that is synced with PHP 5.3.4

14 years ago- Added test for bug #53512
Felipe Pena [Fri, 10 Dec 2010 00:59:50 +0000 (00:59 +0000)]
- Added test for bug #53512

14 years ago- Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)
Felipe Pena [Fri, 10 Dec 2010 00:47:51 +0000 (00:47 +0000)]
- Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)

14 years ago- Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10)
Felipe Pena [Fri, 10 Dec 2010 00:33:48 +0000 (00:33 +0000)]
- Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10)
  patch by: spatar at mail dot nnov dot ru

14 years agotest bug42364 included a superfluous ?>
Eyal Teutsch [Thu, 9 Dec 2010 12:39:21 +0000 (12:39 +0000)]
test bug42364 included a superfluous ?>

14 years agopdo_025 expected a certain extra character that is not part of windows output. change...
Eyal Teutsch [Thu, 9 Dec 2010 12:04:18 +0000 (12:04 +0000)]
pdo_025 expected a certain extra character that is not part of windows output. changed to optional char: %a -> %A

14 years agoBack to -dev
Johannes Schlüter [Wed, 8 Dec 2010 22:48:36 +0000 (22:48 +0000)]
Back to -dev

14 years agoenable again after 5.3.4 has already been tagged
Andrey Hristov [Wed, 8 Dec 2010 21:55:29 +0000 (21:55 +0000)]
enable again after 5.3.4 has already been tagged

14 years agoPHP 5.3.4
Johannes Schlüter [Wed, 8 Dec 2010 21:38:51 +0000 (21:38 +0000)]
PHP 5.3.4

14 years agocurl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows tests...
Eyal Teutsch [Wed, 8 Dec 2010 14:16:17 +0000 (14:16 +0000)]
curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows tests pass too

14 years ago- new warning in imagepstext
Pierre Joye [Wed, 8 Dec 2010 09:38:47 +0000 (09:38 +0000)]
- new warning in imagepstext

14 years ago- Fix #53492, fix crash if aa steps are invalid
Pierre Joye [Wed, 8 Dec 2010 08:45:56 +0000 (08:45 +0000)]
- Fix #53492, fix crash if aa steps are invalid

14 years ago- not anymore in core or builtin
Pierre Joye [Tue, 7 Dec 2010 23:53:51 +0000 (23:53 +0000)]
- not anymore in core or builtin

14 years agoswitch this off for the release
Andrey Hristov [Tue, 7 Dec 2010 11:13:55 +0000 (11:13 +0000)]
switch this off for the release

14 years ago- add CVE
Pierre Joye [Tue, 7 Dec 2010 01:22:23 +0000 (01:22 +0000)]
- add CVE

14 years agoSkip additional result sets sent by MySQL 5.5 servers
Andrey Hristov [Mon, 6 Dec 2010 13:59:14 +0000 (13:59 +0000)]
Skip additional result sets sent by MySQL 5.5 servers
which break the Protocol API
(see http://bugs.mysql.com/bug.php?id=58700)

14 years agodon't crash if the API is used incorrectly
Andrey Hristov [Mon, 6 Dec 2010 13:50:51 +0000 (13:50 +0000)]
don't crash if the API is used incorrectly

14 years ago- Fixed test (Eyal Teutsch)
Felipe Pena [Sat, 4 Dec 2010 15:57:08 +0000 (15:57 +0000)]
- Fixed test (Eyal Teutsch)

14 years ago- Fixed test
Felipe Pena [Sat, 4 Dec 2010 15:48:45 +0000 (15:48 +0000)]
- Fixed test

14 years ago- Fixed tests
Felipe Pena [Sat, 4 Dec 2010 12:28:23 +0000 (12:28 +0000)]
- Fixed tests

14 years ago- Fixed test
Felipe Pena [Fri, 3 Dec 2010 23:25:27 +0000 (23:25 +0000)]
- Fixed test