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

14 years ago- Reorganize slightly as there was already a date and an intl extension
Derick Rethans [Sun, 28 Nov 2010 16:33:07 +0000 (16:33 +0000)]
- Reorganize slightly as there was already a date and an intl extension
  header/section.

14 years ago- Fixed two more test cases.
Derick Rethans [Sun, 28 Nov 2010 16:27:49 +0000 (16:27 +0000)]
- Fixed two more test cases.

14 years ago- Fixed a few test cases.
Derick Rethans [Sun, 28 Nov 2010 13:41:06 +0000 (13:41 +0000)]
- Fixed a few test cases.

14 years agoMissing bit from previous commit
Ilia Alshanetsky [Fri, 26 Nov 2010 21:00:03 +0000 (21:00 +0000)]
Missing bit from previous commit

14 years agoFixed bug #52327 (base64_decode() improper handling of leading padding in strict...
Ilia Alshanetsky [Fri, 26 Nov 2010 20:59:13 +0000 (20:59 +0000)]
Fixed bug #52327 (base64_decode() improper handling of leading padding in strict mode)

14 years ago- Fixed #53409, sleep() return NULL on Windows
Pierre Joye [Fri, 26 Nov 2010 18:25:13 +0000 (18:25 +0000)]
- Fixed #53409, sleep() return NULL on Windows

14 years ago- Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has been removed)
Jérôme Loyet [Fri, 26 Nov 2010 13:46:15 +0000 (13:46 +0000)]
- Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has been removed)

14 years ago- Remove outdated, unmaintained, misleading ChangeLog files
Johannes Schlüter [Fri, 26 Nov 2010 13:21:25 +0000 (13:21 +0000)]
- Remove outdated, unmaintained, misleading ChangeLog files

14 years agoFixed bug #53304 (quot_print_decode does not handle lower-case hex digits)
Ilia Alshanetsky [Thu, 25 Nov 2010 21:38:06 +0000 (21:38 +0000)]
Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits)

14 years ago- Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587.
Gustavo André dos Santos Lopes [Thu, 25 Nov 2010 16:44:20 +0000 (16:44 +0000)]
- Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587.
- Added test for bug #46587.

14 years ago- Ordering
Felipe Pena [Thu, 25 Nov 2010 00:05:03 +0000 (00:05 +0000)]
- Ordering

14 years ago- fixed #53352
Pierre Joye [Tue, 23 Nov 2010 22:14:54 +0000 (22:14 +0000)]
- fixed #53352

14 years ago- Fixed compile warnings
Felipe Pena [Tue, 23 Nov 2010 21:49:18 +0000 (21:49 +0000)]
- Fixed compile warnings

14 years ago- Fixed test
Felipe Pena [Tue, 23 Nov 2010 21:45:22 +0000 (21:45 +0000)]
- Fixed test

14 years agoFixed bug #46587 (mt_rand() does not check that max is greater than min).
Ilia Alshanetsky [Tue, 23 Nov 2010 13:09:15 +0000 (13:09 +0000)]
Fixed bug #46587 (mt_rand() does not check that max is greater than min).

14 years agoExplicitly name the added constant
Christopher Jones [Mon, 22 Nov 2010 22:18:30 +0000 (22:18 +0000)]
Explicitly name the added constant

14 years agoFixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).
Ilia Alshanetsky [Mon, 22 Nov 2010 13:12:28 +0000 (13:12 +0000)]
Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).

14 years agoFixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c)
Ilia Alshanetsky [Mon, 22 Nov 2010 13:10:13 +0000 (13:10 +0000)]
Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c)

14 years ago- Fix tests for \0 patch in PHP 5.3.
Gustavo André dos Santos Lopes [Mon, 22 Nov 2010 05:10:14 +0000 (05:10 +0000)]
- Fix tests for \0 patch in PHP 5.3.
- Fix constants_error_004.phpt (closes bug #51901)

14 years ago- Fixed ZTS build
Felipe Pena [Sun, 21 Nov 2010 17:41:33 +0000 (17:41 +0000)]
- Fixed ZTS build

14 years ago- New NEWS structure (to be improved)
Felipe Pena [Sun, 21 Nov 2010 14:07:22 +0000 (14:07 +0000)]
- New NEWS structure (to be improved)

14 years ago- Improve test
Johannes Schlüter [Sun, 21 Nov 2010 12:28:10 +0000 (12:28 +0000)]
- Improve test

14 years ago- Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes without...
Johannes Schlüter [Sun, 21 Nov 2010 12:24:09 +0000 (12:24 +0000)]
- Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes without constructors

14 years ago- Fixed bug #53366 (Reflection doesnt get dynamic property value from getProperty())
Felipe Pena [Sat, 20 Nov 2010 22:53:55 +0000 (22:53 +0000)]
- Fixed bug #53366 (Reflection doesnt get dynamic property value from getProperty())

14 years agoAdded second fix from #50987 that wasn't apart of Ilia's commit
Kalle Sommer Nielsen [Sat, 20 Nov 2010 20:59:28 +0000 (20:59 +0000)]
Added second fix from #50987 that wasn't apart of Ilia's commit

14 years agoFixed bug #50987 (unaligned memory access in phar.c)
Ilia Alshanetsky [Sat, 20 Nov 2010 19:27:31 +0000 (19:27 +0000)]
Fixed bug #50987 (unaligned memory access in phar.c)

14 years agoAdd support for DateTime in datefmt_format
Stanislav Malyshev [Sat, 20 Nov 2010 02:09:04 +0000 (02:09 +0000)]
Add support for DateTime in datefmt_format

14 years agoRemove unreverted duplicate fix for nulls
Christopher Jones [Sat, 20 Nov 2010 01:29:03 +0000 (01:29 +0000)]
Remove unreverted duplicate fix for nulls

14 years agoreport intl fix
Stanislav Malyshev [Fri, 19 Nov 2010 23:27:52 +0000 (23:27 +0000)]
report intl fix

14 years agoFix invalid args bugs by Maksymilian Arciemowicz
Stanislav Malyshev [Fri, 19 Nov 2010 23:22:55 +0000 (23:22 +0000)]
Fix invalid args bugs by Maksymilian Arciemowicz

14 years ago- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
Felipe Pena [Fri, 19 Nov 2010 22:06:44 +0000 (22:06 +0000)]
- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
  patch by: jorto at redhat dot com

14 years ago- Fixed bug #53362 (Segmentation fault when extending SplFixedArray)
Felipe Pena [Fri, 19 Nov 2010 20:07:32 +0000 (20:07 +0000)]
- Fixed bug #53362 (Segmentation fault when extending SplFixedArray)

14 years agoFixed two typos in NEWS.
Martin Jansen [Fri, 19 Nov 2010 18:38:23 +0000 (18:38 +0000)]
Fixed two typos in NEWS.

14 years agoFixed bug #47168 (printf of floating point variable prints maximum of 40 decimal...
Ilia Alshanetsky [Fri, 19 Nov 2010 16:36:10 +0000 (16:36 +0000)]
Fixed bug #47168 (printf of floating point variable prints maximum of 40 decimal places).

14 years ago- Merged check from trunk to prevent building multiple SAPIs (bug #52419)
Jani Taskinen [Fri, 19 Nov 2010 08:26:47 +0000 (08:26 +0000)]
- Merged check from trunk to prevent building multiple SAPIs (bug #52419)

14 years agoUpdate fix proviso now the mentioned Oracle bugfix is available in an Oracle patchset
Christopher Jones [Fri, 19 Nov 2010 00:14:58 +0000 (00:14 +0000)]
Update fix proviso now the mentioned Oracle bugfix is available in an Oracle patchset

14 years ago- Fixed borked test bug52820.phpt.
Gustavo André dos Santos Lopes [Thu, 18 Nov 2010 21:44:42 +0000 (21:44 +0000)]
- Fixed borked test bug52820.phpt.
- Synced htmlentities17.phpt with trunk; there's no ≀ entity
  in HTML 4.01.

14 years agoBack to -dev
Johannes Schlüter [Thu, 18 Nov 2010 19:03:59 +0000 (19:03 +0000)]
Back to -dev

14 years ago- 5.3.4RC1
Johannes Schlüter [Thu, 18 Nov 2010 17:57:54 +0000 (17:57 +0000)]
- 5.3.4RC1

14 years ago- path with null entries
Pierre Joye [Thu, 18 Nov 2010 17:09:27 +0000 (17:09 +0000)]
- path with null entries

14 years ago- revert part of the null fix, was already applied by Chris
Pierre Joye [Thu, 18 Nov 2010 16:16:26 +0000 (16:16 +0000)]
- revert part of the null fix, was already applied by Chris

14 years ago- fix #39863, do not accept paths with NULL in them. See http://news.php.net/php...
Pierre Joye [Thu, 18 Nov 2010 15:22:22 +0000 (15:22 +0000)]
- fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus

14 years ago- Implemented alternative strategy for change in rev #304985 so as to
Gustavo André dos Santos Lopes [Thu, 18 Nov 2010 12:10:17 +0000 (12:10 +0000)]
- Implemented alternative strategy for change in rev #304985 so as to
  not to break binary compatibility in the 5.3 branch.

14 years ago- Fix build
Felipe Pena [Thu, 18 Nov 2010 11:33:42 +0000 (11:33 +0000)]
- Fix build

14 years ago- Fixed the call as well.
Derick Rethans [Thu, 18 Nov 2010 11:28:07 +0000 (11:28 +0000)]
- Fixed the call as well.

14 years ago- Revert the ABI changing commit.
Derick Rethans [Thu, 18 Nov 2010 11:24:59 +0000 (11:24 +0000)]
- Revert the ABI changing commit.

14 years ago- Fixed NULL dereference in lex_scan on zend multibyte builds where the script
Gustavo André dos Santos Lopes [Thu, 18 Nov 2010 04:14:49 +0000 (04:14 +0000)]
- Fixed NULL dereference in lex_scan on zend multibyte builds where the script
  had a flex incompatible encoding and there was no converter.
#see rev #305464 and rev #305466.

14 years ago- Reversed implementation of FR #44164, pending further consideration.
Gustavo André dos Santos Lopes [Thu, 18 Nov 2010 04:09:02 +0000 (04:09 +0000)]
- Reversed implementation of FR #44164, pending further consideration.
  See rev #304903.

14 years ago- Fixed bug #53335 (pdo_firebird did not implement rowCount())
Felipe Pena [Thu, 18 Nov 2010 01:24:00 +0000 (01:24 +0000)]
- Fixed bug #53335 (pdo_firebird did not implement rowCount())
  patch by: preeves at ibphoenix dot com

14 years agoRemove unused variables
Pierrick Charron [Wed, 17 Nov 2010 17:55:18 +0000 (17:55 +0000)]
Remove unused variables