]> granicus.if.org Git - php/log
php
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

14 years ago- Fixed test
Felipe Pena [Fri, 3 Dec 2010 22:58:21 +0000 (22:58 +0000)]
- Fixed test

14 years ago- Order
Felipe Pena [Fri, 3 Dec 2010 21:09:47 +0000 (21:09 +0000)]
- Order

14 years ago- Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)
Felipe Pena [Fri, 3 Dec 2010 21:05:44 +0000 (21:05 +0000)]
- Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)

14 years ago- CS + reorder to match trunk better, removed trailing dots from error messages
Jani Taskinen [Fri, 3 Dec 2010 16:04:24 +0000 (16:04 +0000)]
- CS + reorder to match trunk better, removed trailing dots from error messages

14 years ago- Fix test
Jani Taskinen [Fri, 3 Dec 2010 16:02:47 +0000 (16:02 +0000)]
- Fix test

14 years ago- Add test for the ob_start($foo); leak/crash bug
Jani Taskinen [Fri, 3 Dec 2010 15:30:21 +0000 (15:30 +0000)]
- Add test for the ob_start($foo); leak/crash bug

14 years ago- Fix leaks and crash bug when passing the callback as variable
Jani Taskinen [Fri, 3 Dec 2010 13:20:13 +0000 (13:20 +0000)]
- Fix leaks and crash bug when passing the callback as variable

14 years ago- Fix #29085, bad default include_path on Windows
Pierre Joye [Thu, 2 Dec 2010 23:23:14 +0000 (23:23 +0000)]
- Fix #29085, bad default include_path on Windows

14 years ago- Cosmetics
Felipe Pena [Thu, 2 Dec 2010 23:01:04 +0000 (23:01 +0000)]
- Cosmetics

14 years ago- some missing entries
Pierre Joye [Thu, 2 Dec 2010 22:56:57 +0000 (22:56 +0000)]
- some missing entries

14 years agofix test after newly introduced constant
Andrey Hristov [Thu, 2 Dec 2010 19:11:41 +0000 (19:11 +0000)]
fix test after newly introduced constant

14 years ago- Back to -dev
Johannes Schlüter [Thu, 2 Dec 2010 14:34:32 +0000 (14:34 +0000)]
- Back to -dev

14 years agoand export the new constant
Andrey Hristov [Thu, 2 Dec 2010 14:21:23 +0000 (14:21 +0000)]
and export the new constant

14 years agonew server constant as of 5.5
Andrey Hristov [Thu, 2 Dec 2010 13:59:56 +0000 (13:59 +0000)]
new server constant as of 5.5

14 years ago- PHP 5.3.4RC2
Johannes Schlüter [Thu, 2 Dec 2010 13:59:38 +0000 (13:59 +0000)]
- PHP 5.3.4RC2

14 years ago- not TS and useless on server, also not required anymore with the supported windows...
Pierre Joye [Thu, 2 Dec 2010 11:37:43 +0000 (11:37 +0000)]
- not TS and useless on server, also not required anymore with the supported windows versions

14 years agoMinimal fix for bug #53440 (INSTALL file refers to php.ini-dist, should refer
Adam Harvey [Thu, 2 Dec 2010 03:26:37 +0000 (03:26 +0000)]
Minimal fix for bug #53440 (INSTALL file refers to php.ini-dist, should refer
to php.ini-production). There are a lot more issues with the INSTALL file,
though, which I'll file another bug for.

14 years agoRemove OCI8 devel status in preparation for PHP 5.3.4 release
Christopher Jones [Wed, 1 Dec 2010 23:30:28 +0000 (23:30 +0000)]
Remove OCI8 devel status in preparation for PHP 5.3.4 release

14 years agoAdd Berkeley DB 5.1 support to the DBA extension
Christopher Jones [Wed, 1 Dec 2010 19:20:16 +0000 (19:20 +0000)]
Add Berkeley DB 5.1 support to the DBA extension

14 years agoFixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
Ilia Alshanetsky [Wed, 1 Dec 2010 14:03:36 +0000 (14:03 +0000)]
Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)

14 years agoadd a comment
Andrey Hristov [Wed, 1 Dec 2010 10:16:51 +0000 (10:16 +0000)]
add a comment

14 years ago- Fixed bug #53412 (segfault when using -y)
Jérôme Loyet [Tue, 30 Nov 2010 19:37:10 +0000 (19:37 +0000)]
- Fixed bug #53412 (segfault when using -y)

14 years agoMissing bits from last commit
Ilia Alshanetsky [Tue, 30 Nov 2010 16:11:27 +0000 (16:11 +0000)]
Missing bits from last commit

14 years agoFixed bug #52202 (CURLOPT_PRIVATE gets corrupted).
Ilia Alshanetsky [Tue, 30 Nov 2010 13:40:02 +0000 (13:40 +0000)]
Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).

14 years agoFixed crash in zip extract method (possible CWE-170)
Pierre Joye [Tue, 30 Nov 2010 11:04:06 +0000 (11:04 +0000)]
Fixed crash in zip extract method (possible CWE-170)

14 years agoFixed bug #52656 (DOMCdataSection does not work with splitText).
Ilia Alshanetsky [Mon, 29 Nov 2010 14:48:53 +0000 (14:48 +0000)]
Fixed bug #52656 (DOMCdataSection does not work with splitText).

14 years agoFixed bug #52828 (curl_setopt does not accept persistent streams).
Ilia Alshanetsky [Mon, 29 Nov 2010 14:40:59 +0000 (14:40 +0000)]
Fixed bug #52828 (curl_setopt does not accept persistent streams).

14 years agoUpdate INI files per doc bug #53420 (mail.log is poorly documented).
Adam Harvey [Mon, 29 Nov 2010 03:44:56 +0000 (03:44 +0000)]
Update INI files per doc bug #53420 (mail.log is poorly documented).