]> granicus.if.org Git - php/log
php
13 years agofix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning for __HAL...
Stanislav Malyshev [Sat, 19 Nov 2011 04:59:56 +0000 (04:59 +0000)]
fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning for __HALT_COMPILER)

13 years agofix NEWS
Stanislav Malyshev [Sat, 19 Nov 2011 04:52:06 +0000 (04:52 +0000)]
fix NEWS

13 years agofix test number
Stanislav Malyshev [Sat, 19 Nov 2011 04:49:59 +0000 (04:49 +0000)]
fix test number

13 years agoFix bug #60150 (Integer overflow during the parsing of invalid exif header)
Stanislav Malyshev [Sat, 19 Nov 2011 04:41:03 +0000 (04:41 +0000)]
Fix bug #60150 (Integer overflow during the parsing of invalid exif header)

13 years agor319456 also fixed the OCI8 part of #55301 (multiple null pointer)
Christopher Jones [Fri, 18 Nov 2011 18:14:15 +0000 (18:14 +0000)]
r319456 also fixed the OCI8 part of #55301 (multiple null pointer)

13 years ago- CS
Felipe Pena [Fri, 18 Nov 2011 13:56:41 +0000 (13:56 +0000)]
- CS

13 years agoFixes Bug #54441 (Handling of changing modifiers on a trait alias)
Stefan Marr [Fri, 18 Nov 2011 13:49:07 +0000 (13:49 +0000)]
Fixes Bug #54441 (Handling of changing modifiers on a trait alias)
# this now results also in a compilation error, since it would open the door for inconsistencies, and violates the DRY principle.

13 years agows in NEWS
Pierrick Charron [Fri, 18 Nov 2011 13:39:27 +0000 (13:39 +0000)]
ws in NEWS

13 years agoAdded new SoapClient option "keep_alive". FR #60329
Pierrick Charron [Fri, 18 Nov 2011 13:24:35 +0000 (13:24 +0000)]
Added new SoapClient option "keep_alive". FR #60329

13 years agoFixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)
Dmitry Stogov [Fri, 18 Nov 2011 12:43:53 +0000 (12:43 +0000)]
Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)

13 years agoSync to 5.3 and check additional cases for #55748
Christopher Jones [Fri, 18 Nov 2011 09:59:35 +0000 (09:59 +0000)]
Sync to 5.3 and check additional cases for #55748

13 years agofix typo
Stanislav Malyshev [Fri, 18 Nov 2011 09:15:15 +0000 (09:15 +0000)]
fix typo

13 years agoFixed bug #60306 (Characters lost while converting from cp936 to utf8)
Xinchen Hui [Fri, 18 Nov 2011 08:50:29 +0000 (08:50 +0000)]
Fixed bug #60306 (Characters lost while converting from cp936 to utf8)

13 years agofixes for bug #55748
Stanislav Malyshev [Fri, 18 Nov 2011 07:11:19 +0000 (07:11 +0000)]
fixes for bug #55748

13 years agoRemove unused variables in libmbfl
Pierrick Charron [Fri, 18 Nov 2011 06:27:27 +0000 (06:27 +0000)]
Remove unused variables in libmbfl

13 years agoDon't load php.ini file to test the built-in web server
Pierrick Charron [Fri, 18 Nov 2011 06:15:25 +0000 (06:15 +0000)]
Don't load php.ini file to test the built-in web server

13 years agofix bug #60082 (Crash in ArrayObject() when using recursive references)
Antony Dovgal [Fri, 18 Nov 2011 05:22:35 +0000 (05:22 +0000)]
fix bug #60082 (Crash in ArrayObject() when using recursive references)
--Tis line, and those below, will be ignored--

M    trunk/ext/spl/spl_array.c
M    branches/PHP_5_4/ext/spl/spl_array.c
M    branches/PHP_5_3/ext/spl/spl_array.c
M    branches/PHP_5_3/NEWS

13 years agoFixed bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty).
Pierrick Charron [Fri, 18 Nov 2011 00:16:58 +0000 (00:16 +0000)]
Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty).

13 years agoadd callable as reserved word
Stanislav Malyshev [Thu, 17 Nov 2011 21:13:45 +0000 (21:13 +0000)]
add callable as reserved word

13 years ago- Fix build
Felipe Pena [Thu, 17 Nov 2011 21:07:52 +0000 (21:07 +0000)]
- Fix build

13 years agoFixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
Stefan Marr [Thu, 17 Nov 2011 21:04:15 +0000 (21:04 +0000)]
Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)

- aliases that are not actually matching anything are treated as errors now. This
  will make sure that all methods that are expected to be in a class are actually
  there, or in case a trait changed for instance, that the code breaks already
  on composition
- Precedence declarations are also checked to ensure that the method
  which is supposed to take precedence actually exists, however,
  the other traits mentioned in the declaration are not regarded.
  We are more lenient here, since this avoids unnecessary fragility.
- fixed another seamingly unrelated test which broke in the progress
  but wasn't clear before either.

13 years agoReverting r319136
Lars Strojny [Thu, 17 Nov 2011 09:24:15 +0000 (09:24 +0000)]
Reverting r319136

13 years agorevert my previous change, tests hangs on windows
Xinchen Hui [Thu, 17 Nov 2011 02:32:21 +0000 (02:32 +0000)]
revert my previous change, tests hangs on windows

13 years agoimprove the test, let it say about errors
Xinchen Hui [Thu, 17 Nov 2011 02:22:06 +0000 (02:22 +0000)]
improve the test,  let it say about errors

13 years ago- Fixed bug #60099 (__halt_compiler() works in braced namespaces)
Felipe Pena [Wed, 16 Nov 2011 17:41:40 +0000 (17:41 +0000)]
- Fixed bug #60099 (__halt_compiler() works in braced namespaces)

13 years agoHad the wrong bug number there
Rasmus Lerdorf [Wed, 16 Nov 2011 16:43:12 +0000 (16:43 +0000)]
Had the wrong bug number there

13 years ago- Fixed bug #60267 (Compile failure with freetds 0.91)
Felipe Pena [Wed, 16 Nov 2011 12:13:22 +0000 (12:13 +0000)]
- Fixed bug #60267 (Compile failure with freetds 0.91)

13 years agokeep code to be compatible with PHP4
George Wang [Wed, 16 Nov 2011 04:00:28 +0000 (04:00 +0000)]
keep code to be compatible with PHP4

13 years agokeep PHP_5_4 in sync with PHP_5_3 branch
George Wang [Wed, 16 Nov 2011 03:46:54 +0000 (03:46 +0000)]
keep PHP_5_4 in sync with PHP_5_3 branch

13 years ago- Added .phar to default authorized extensions
Jérôme Loyet [Wed, 16 Nov 2011 00:21:38 +0000 (00:21 +0000)]
- Added .phar to default authorized extensions

13 years agotypo
Jérôme Loyet [Wed, 16 Nov 2011 00:19:43 +0000 (00:19 +0000)]
typo

13 years ago- remove experimental flag on fpm
Jérôme Loyet [Tue, 15 Nov 2011 22:40:10 +0000 (22:40 +0000)]
- remove experimental flag on fpm

13 years ago- FR #60199 (enhance FPM error log when the primary script can't be open)
Jérôme Loyet [Tue, 15 Nov 2011 22:29:59 +0000 (22:29 +0000)]
- FR #60199 (enhance FPM error log when the primary script can't be open)

13 years agoMinor NEWS grammar fixes
Christopher Jones [Tue, 15 Nov 2011 22:03:40 +0000 (22:03 +0000)]
Minor NEWS grammar fixes

13 years ago- Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs)
Felipe Pena [Tue, 15 Nov 2011 20:33:26 +0000 (20:33 +0000)]
- Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs)
  patch by: klightspeed at netspace dot net dot au

13 years agoFixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).
Ilia Alshanetsky [Tue, 15 Nov 2011 18:02:58 +0000 (18:02 +0000)]
Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).

13 years ago- Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory)
Felipe Pena [Tue, 15 Nov 2011 16:59:59 +0000 (16:59 +0000)]
- Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory)

13 years ago- Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference)
Felipe Pena [Tue, 15 Nov 2011 15:16:20 +0000 (15:16 +0000)]
- Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference)

13 years agoForgot the bug specific test.
David Soria Parra [Tue, 15 Nov 2011 13:36:45 +0000 (13:36 +0000)]
Forgot the bug specific test.

13 years agoFixed bug #55371 (get_magic_quotes_gpc() throws deprecation warning.)
David Soria Parra [Tue, 15 Nov 2011 13:22:52 +0000 (13:22 +0000)]
Fixed bug #55371 (get_magic_quotes_gpc() throws deprecation warning.)

Patch by David Zuelke <david dot zuelke at bitextender dot com>

13 years ago- We can constify in 5.4+
Felipe Pena [Tue, 15 Nov 2011 12:34:59 +0000 (12:34 +0000)]
- We can constify in 5.4+

13 years agoMFH, fix test
Xinchen Hui [Tue, 15 Nov 2011 03:19:54 +0000 (03:19 +0000)]
MFH, fix test

13 years agoFixed bug #60159 (Router returns false, but POST is not passed to requested
Xinchen Hui [Tue, 15 Nov 2011 03:15:19 +0000 (03:15 +0000)]
Fixed bug #60159 (Router returns false, but POST is not passed to requested
resource) and bug #55759 (mem leak when use built-in server)

13 years ago#- Added information about NPD bug fix in the OpenSSL extension.
Mateusz Kocielski [Mon, 14 Nov 2011 19:20:34 +0000 (19:20 +0000)]
#- Added information about NPD bug fix in the OpenSSL extension.

13 years ago- Add missing include.
Johannes Schlüter [Mon, 14 Nov 2011 17:56:33 +0000 (17:56 +0000)]
- Add missing include.

13 years agofunctor? Where did that come from?
Rasmus Lerdorf [Mon, 14 Nov 2011 16:23:56 +0000 (16:23 +0000)]
functor? Where did that come from?

13 years agoFixed a typo in README.SVN-RULES.
Florian Anderiasch [Mon, 14 Nov 2011 15:39:35 +0000 (15:39 +0000)]
Fixed a typo in README.SVN-RULES.

13 years agoFixed bug #44686 (SOAP-ERROR: Parsing WSDL with references)
Dmitry Stogov [Mon, 14 Nov 2011 08:43:00 +0000 (08:43 +0000)]
Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references)

13 years ago- Fixed tests in ext/standard/tests/http by adding the INI setting value
Gustavo André dos Santos Lopes [Mon, 14 Nov 2011 01:12:23 +0000 (01:12 +0000)]
- Fixed tests in ext/standard/tests/http by adding the INI setting value
  allow_url_fopen=1
- Converted test file from dos line endings to unix line endings.

13 years agoAdjusting error messages
Lars Strojny [Mon, 14 Nov 2011 00:26:37 +0000 (00:26 +0000)]
Adjusting error messages

13 years agoadd skipif
Xinchen Hui [Sun, 13 Nov 2011 14:31:30 +0000 (14:31 +0000)]
add skipif

13 years agoFixed bug #60282 (Segfault when using ob_gzhandler() with open buffers)
Xinchen Hui [Sun, 13 Nov 2011 04:11:57 +0000 (04:11 +0000)]
Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers)

13 years agoFix test
Rasmus Lerdorf [Sat, 12 Nov 2011 19:12:39 +0000 (19:12 +0000)]
Fix test

13 years agoFix typo and don't use 'a' as an invalid filename since it is the default
Rasmus Lerdorf [Sat, 12 Nov 2011 18:46:04 +0000 (18:46 +0000)]
Fix typo and don't use 'a' as an invalid filename since it is the default
gcc binary filename and is thus not unlikely to be left lying around in the
build dir which cause these tests to fail

13 years agoFix #60218 (instantiating unknown class leads to memory leak in cli)
David Soria Parra [Sat, 12 Nov 2011 17:05:08 +0000 (17:05 +0000)]
Fix #60218 (instantiating unknown class leads to memory leak in cli)

13 years ago- Fixed NULL pointer dereference in stream_socket_enable_crypto, case when
Mateusz Kocielski [Sat, 12 Nov 2011 10:36:55 +0000 (10:36 +0000)]
- Fixed NULL pointer dereference in stream_socket_enable_crypto, case when
  ssl_handle of session_stream is not initialized.

13 years ago- Fixed bug #60261 (phar dos null pointer)
Felipe Pena [Fri, 11 Nov 2011 21:39:11 +0000 (21:39 +0000)]
- Fixed bug #60261 (phar dos null pointer)

13 years ago- fix bug #60272, typo
Pierre Joye [Fri, 11 Nov 2011 18:50:52 +0000 (18:50 +0000)]
- fix bug #60272, typo

13 years agorevert changes to fix bug #60116.
Rui Hirokawa [Fri, 11 Nov 2011 14:52:56 +0000 (14:52 +0000)]
revert changes to fix bug #60116.

13 years agoFix hash key length in register/remove_user_shutdown_function
Arpad Ray [Fri, 11 Nov 2011 14:42:18 +0000 (14:42 +0000)]
Fix hash key length in register/remove_user_shutdown_function

13 years agoNote the change in ob_start() chunk size behaviour mentioned in doc bug #60243
Adam Harvey [Fri, 11 Nov 2011 13:13:16 +0000 (13:13 +0000)]
Note the change in ob_start() chunk size behaviour mentioned in doc bug #60243
(Add way to specify output buffering chunk size of 1).

13 years agobroaden php version wildcard in cli server tests (missed a few)
Peter Cowburn [Fri, 11 Nov 2011 11:33:23 +0000 (11:33 +0000)]
broaden php version wildcard in cli server tests (missed a few)

13 years agobroaden php version wildcard in cli server tests
Peter Cowburn [Fri, 11 Nov 2011 11:26:51 +0000 (11:26 +0000)]
broaden php version wildcard in cli server tests

13 years agoTypo
Rasmus Lerdorf [Fri, 11 Nov 2011 02:18:24 +0000 (02:18 +0000)]
Typo

13 years agoSuppress lsof warnings here to avoid FUSE-related
Rasmus Lerdorf [Fri, 11 Nov 2011 02:05:54 +0000 (02:05 +0000)]
Suppress lsof warnings here to avoid FUSE-related
warnings in certain environments. This doesn't
affect what is being tested.

13 years agoOCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS.
Christopher Jones [Thu, 10 Nov 2011 22:47:00 +0000 (22:47 +0000)]
OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA).  Sync NEWS.

13 years agomoved the new changes for RC2.
Rui Hirokawa [Thu, 10 Nov 2011 21:45:36 +0000 (21:45 +0000)]
moved the new changes for RC2.

13 years agoIt is not longer required to update php_version.php in php-bugs/
David Soria Parra [Thu, 10 Nov 2011 21:42:04 +0000 (21:42 +0000)]
It is not longer required to update php_version.php in php-bugs/

The bugtracker fetches the version list from the qa site, updating
php_version.php is not required anymore.

13 years agoregister the new shell escape constants
Hannes Magnusson [Thu, 10 Nov 2011 18:23:20 +0000 (18:23 +0000)]
register the new shell escape constants

13 years agoFix build
Hannes Magnusson [Thu, 10 Nov 2011 17:20:09 +0000 (17:20 +0000)]
Fix build

13 years agoMFH: fixed bug #60227 (header() cannot detect the multi-line header with CR(0x0D).)
Rui Hirokawa [Thu, 10 Nov 2011 14:24:31 +0000 (14:24 +0000)]
MFH: fixed bug #60227 (header() cannot detect the multi-line header with CR(0x0D).)

13 years agoMFH: fixed bug #60116 (escapeshellcmd() cannot escape the characters which cause...
Rui Hirokawa [Thu, 10 Nov 2011 14:19:06 +0000 (14:19 +0000)]
MFH: fixed bug #60116 (escapeshellcmd() cannot escape the characters which cause shell command injection).

13 years agoback to dev
Stanislav Malyshev [Thu, 10 Nov 2011 06:27:37 +0000 (06:27 +0000)]
back to dev

13 years ago5.4.0 RC1
Stanislav Malyshev [Thu, 10 Nov 2011 06:26:25 +0000 (06:26 +0000)]
5.4.0 RC1

13 years ago- Make valgrind happy with session_decode_error2.phpt
Felipe Pena [Wed, 9 Nov 2011 23:50:01 +0000 (23:50 +0000)]
- Make valgrind happy with session_decode_error2.phpt

13 years ago- Initialize BG(serialize_lock) to make valgrind happy
Felipe Pena [Wed, 9 Nov 2011 22:16:31 +0000 (22:16 +0000)]
- Initialize BG(serialize_lock) to make valgrind happy

13 years agono large changes for 5.4 anymore
Stanislav Malyshev [Wed, 9 Nov 2011 21:53:55 +0000 (21:53 +0000)]
no large changes for 5.4 anymore

13 years agoadd is_a change
Stanislav Malyshev [Wed, 9 Nov 2011 21:43:07 +0000 (21:43 +0000)]
add is_a change

13 years agoAdd tests for unsupported types
Christopher Jones [Wed, 9 Nov 2011 06:19:07 +0000 (06:19 +0000)]
Add tests for unsupported types

13 years agofix bug #55475 - implement is_a BC solution
Stanislav Malyshev [Wed, 9 Nov 2011 05:27:45 +0000 (05:27 +0000)]
fix bug #55475 - implement is_a BC solution

13 years agoHere too
Rasmus Lerdorf [Tue, 8 Nov 2011 20:37:09 +0000 (20:37 +0000)]
Here too

13 years agoThis really shouldn't fail, but if it does, like on OSX under Valgrind,
Rasmus Lerdorf [Tue, 8 Nov 2011 20:32:29 +0000 (20:32 +0000)]
This really shouldn't fail, but if it does, like on OSX under Valgrind,
let's just issue a warning.

13 years agobail out if reading HTTP headers failed
Antony Dovgal [Tue, 8 Nov 2011 14:12:37 +0000 (14:12 +0000)]
bail out if reading HTTP headers failed

13 years agoFixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
Dmitry Stogov [Tue, 8 Nov 2011 10:11:25 +0000 (10:11 +0000)]
Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())

13 years agoFix tests
Xinchen Hui [Tue, 8 Nov 2011 06:35:07 +0000 (06:35 +0000)]
Fix tests

13 years agoFixed bug #54084 (token_get_all with regards to __halt_compiler is not binary safe)
Stanislav Malyshev [Tue, 8 Nov 2011 04:59:17 +0000 (04:59 +0000)]
Fixed bug #54084 (token_get_all with regards to __halt_compiler is not binary safe)

13 years agofix typo
Stanislav Malyshev [Tue, 8 Nov 2011 04:34:18 +0000 (04:34 +0000)]
fix typo

13 years agoImprove OCI8 NLS env creation error messages (#58925)
Christopher Jones [Mon, 7 Nov 2011 20:10:41 +0000 (20:10 +0000)]
Improve OCI8 NLS env creation error messages (#58925)

13 years ago- Added class member access on instantiation (e.g. (new foo)->bar()) support
Felipe Pena [Sun, 6 Nov 2011 13:25:45 +0000 (13:25 +0000)]
- Added class member access on instantiation (e.g. (new foo)->bar()) support

13 years agothe mandatory __construct() for SPL classes was reverted in r318566
Ferenc Kovacs [Sat, 5 Nov 2011 16:49:56 +0000 (16:49 +0000)]
the mandatory __construct() for SPL classes was reverted in r318566

13 years agoMFH: added japanese encoding to maintain compatibility with PHP 5.3.
Rui Hirokawa [Sat, 5 Nov 2011 04:44:16 +0000 (04:44 +0000)]
MFH: added japanese encoding to maintain compatibility with PHP 5.3.

13 years agoFixed inconsistent whitespace.
Stefan Marr [Sat, 5 Nov 2011 02:05:28 +0000 (02:05 +0000)]
Fixed inconsistent whitespace.
# Belongs to svn rev. 318793.

13 years agoFixed Bug #60217 (Requiring the same method from different traits)
Stefan Marr [Sat, 5 Nov 2011 01:46:40 +0000 (01:46 +0000)]
Fixed Bug #60217 (Requiring the same method from different traits)
- also added test to check for inconsistent abstract method definitions, they need to be compatible

13 years agoAdded test for #60104
Patrick Allaert [Fri, 4 Nov 2011 19:13:37 +0000 (19:13 +0000)]
Added test for #60104

13 years agoBump OCI8 version to 1.4.7 stable in preparation for PHP 5.3.9
Christopher Jones [Thu, 3 Nov 2011 22:13:34 +0000 (22:13 +0000)]
Bump OCI8 version to 1.4.7 stable in preparation for PHP 5.3.9

13 years agoReplace custom "stress_test" setting with generic SKIP_SLOW_TESTS
Christopher Jones [Thu, 3 Nov 2011 21:52:59 +0000 (21:52 +0000)]
Replace custom "stress_test" setting with generic SKIP_SLOW_TESTS

13 years agoImproving test to reflect latest API changes
Ulf Wendel [Thu, 3 Nov 2011 17:39:39 +0000 (17:39 +0000)]
Improving test to reflect latest API changes

13 years agoRedid the fix for #60192 with suggestions by Pierre and Kalle
Florian Anderiasch [Thu, 3 Nov 2011 16:20:11 +0000 (16:20 +0000)]
Redid the fix for #60192 with suggestions by Pierre and Kalle

13 years ago- Fixed bug #60179 (php_flag and php_value does not work properly)
Jérôme Loyet [Thu, 3 Nov 2011 15:47:19 +0000 (15:47 +0000)]
- Fixed bug #60179 (php_flag and php_value does not work properly)

13 years agouse jmp_addr only when it's initialized
Antony Dovgal [Thu, 3 Nov 2011 08:39:12 +0000 (08:39 +0000)]
use jmp_addr only when it's initialized