]> granicus.if.org Git - php/log
php
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 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 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:58:32 +0000 (14:58 +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 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 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 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 agoFixed NULL pointer dereference in stream_socket_enable_crypto, case when
Mateusz Kocielski [Thu, 10 Nov 2011 10:33:07 +0000 (10:33 +0000)]
Fixed NULL pointer dereference in stream_socket_enable_crypto, case when
ssl_handle of session_stream is not initialized.

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 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 agobail out if reading HTTP headers failed
Antony Dovgal [Tue, 8 Nov 2011 13:30:58 +0000 (13:30 +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 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 agofixed bug #60227: header() cannot detect the multi-line header with CR.
Rui Hirokawa [Sun, 6 Nov 2011 11:07:14 +0000 (11:07 +0000)]
fixed bug #60227: header() cannot detect the multi-line header with CR.

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 agoadded japanese encoding to maintain compatibility with PHP 5.3.
Rui Hirokawa [Sat, 5 Nov 2011 04:43:35 +0000 (04:43 +0000)]
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 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

13 years agoFixed bug #60206 (possible integer overflow in content_length)
Xinchen Hui [Thu, 3 Nov 2011 07:26:09 +0000 (07:26 +0000)]
Fixed bug #60206 (possible integer overflow in content_length)

13 years agoxfail, not fix yet
Xinchen Hui [Thu, 3 Nov 2011 05:16:47 +0000 (05:16 +0000)]
xfail, not fix yet

13 years agoFix bug #60169 Conjunction of ternary and list crashes PHP
Xinchen Hui [Thu, 3 Nov 2011 03:59:41 +0000 (03:59 +0000)]
Fix bug #60169 Conjunction of ternary and list crashes PHP

13 years agoadding memory check for FreeBSD also, TODO: refactor the free memory check into a...
Ferenc Kovacs [Wed, 2 Nov 2011 21:27:03 +0000 (21:27 +0000)]
adding memory check for FreeBSD also, TODO: refactor the free memory check into a function in an include file

13 years agofix folding, ws and cs
Antony Dovgal [Wed, 2 Nov 2011 21:12:13 +0000 (21:12 +0000)]
fix folding, ws and cs

13 years agoinitialize variable and fix segfaulting tests
Antony Dovgal [Wed, 2 Nov 2011 21:05:36 +0000 (21:05 +0000)]
initialize variable and fix segfaulting tests

13 years agoAdd a middleman which can intercept the calls and can reroute them
Andrey Hristov [Wed, 2 Nov 2011 17:06:30 +0000 (17:06 +0000)]
Add a middleman which can intercept the calls and can reroute them

13 years agofix calling user close func when it isn't open
Arpad Ray [Wed, 2 Nov 2011 16:53:22 +0000 (16:53 +0000)]
fix calling user close func when it isn't open

13 years ago- Fix bug #60155 (pdo_mysql.default_socket ignored).
Johannes Schlüter [Wed, 2 Nov 2011 15:45:53 +0000 (15:45 +0000)]
- Fix bug #60155 (pdo_mysql.default_socket ignored).

13 years ago- shift a bit of code around
Andrey Hristov [Wed, 2 Nov 2011 15:08:01 +0000 (15:08 +0000)]
- shift a bit of code around
- when cloning use the methods of the original object

13 years agofixed alias and encoding mapping for emoji logo.
Rui Hirokawa [Wed, 2 Nov 2011 14:51:39 +0000 (14:51 +0000)]
fixed alias and encoding mapping for emoji logo.

13 years agofix trace log messages
Andrey Hristov [Wed, 2 Nov 2011 14:20:35 +0000 (14:20 +0000)]
fix trace log messages

13 years agoadd 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #60201)
Peter Cowburn [Wed, 2 Nov 2011 13:24:46 +0000 (13:24 +0000)]
add 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #60201)

13 years ago- Updated to version 2011.14 (2011n)
Derick Rethans [Wed, 2 Nov 2011 10:58:51 +0000 (10:58 +0000)]
- Updated to version 2011.14 (2011n)

13 years agoPrevent possible integer overflow
Dmitry Stogov [Wed, 2 Nov 2011 08:07:12 +0000 (08:07 +0000)]
Prevent possible integer overflow

13 years agoFix #60192 SegFault when Collator not constructed properly
Florian Anderiasch [Wed, 2 Nov 2011 07:36:52 +0000 (07:36 +0000)]
Fix #60192 SegFault when Collator not constructed properly

13 years agoFixed bug #60139 (Anonymous functions create cycles not detected by the GC)
Dmitry Stogov [Wed, 2 Nov 2011 06:31:33 +0000 (06:31 +0000)]
Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)

13 years agoUpdate for new Oracle patchset variation
Christopher Jones [Tue, 1 Nov 2011 21:30:57 +0000 (21:30 +0000)]
Update for new Oracle patchset variation

13 years agoallocating more than 2GB memory is slow.
Ferenc Kovacs [Tue, 1 Nov 2011 21:27:57 +0000 (21:27 +0000)]
allocating more than 2GB memory is slow.

13 years agoFixed Bug #60153 (Interface method prototypes not enforced when implementd via traits.)
Stefan Marr [Tue, 1 Nov 2011 15:25:24 +0000 (15:25 +0000)]
Fixed Bug #60153 (Interface method prototypes not enforced when implementd via traits.)
# Moved the freeing of overriden functions to a point after the check.
# The new check comes after the normal inheritance check to give the first check
# the opportunity to abort with a more detailed error.
# Also fixed a small type in an unrelated test.

13 years agoFix bug 60183
Rasmus Lerdorf [Tue, 1 Nov 2011 15:15:51 +0000 (15:15 +0000)]
Fix bug 60183

13 years agoAdded missing consistency check for abstract methods required by one trait and implem...
Stefan Marr [Tue, 1 Nov 2011 13:42:53 +0000 (13:42 +0000)]
Added missing consistency check for abstract methods required by one trait and implemented by another.

13 years agoFixed bug #60189 (php logo can not be displayed)
Xinchen Hui [Tue, 1 Nov 2011 13:06:41 +0000 (13:06 +0000)]
Fixed bug  #60189 (php logo can not be displayed)

13 years agoFixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect)
Xinchen Hui [Tue, 1 Nov 2011 12:24:02 +0000 (12:24 +0000)]
Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect)

13 years agoFixed #60160 and added a test for it
Florian Anderiasch [Tue, 1 Nov 2011 11:51:53 +0000 (11:51 +0000)]
Fixed #60160 and added a test for it

13 years agoFixed Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)
Stefan Marr [Tue, 1 Nov 2011 00:39:10 +0000 (00:39 +0000)]
Fixed Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)

13 years agoFixed Bug #60173 (Wrong error message on reflective trait instantiation)
Stefan Marr [Mon, 31 Oct 2011 22:59:00 +0000 (22:59 +0000)]
Fixed Bug #60173 (Wrong error message on reflective trait instantiation)

13 years agoOCI8: improve initialization error message (See bug 60154)
Christopher Jones [Mon, 31 Oct 2011 20:48:25 +0000 (20:48 +0000)]
OCI8: improve initialization error message (See bug 60154)

13 years agoNow really split the method tables and have different
Andrey Hristov [Mon, 31 Oct 2011 14:33:56 +0000 (14:33 +0000)]
Now really split the method tables and have different
methods for the handle and the data object.
Add auxiliary functions to work with the new methods.
Add possibility to clone a connection object - shadow copy.

13 years agoSplit struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.
Andrey Hristov [Mon, 31 Oct 2011 11:46:24 +0000 (11:46 +0000)]
Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.
A step in the direction of keeping internal data private

13 years agoUpdate tests
Xinchen Hui [Mon, 31 Oct 2011 06:52:45 +0000 (06:52 +0000)]
Update tests

13 years agoTest for #60174 (Notice when array in method prototype error)
Xinchen Hui [Mon, 31 Oct 2011 06:04:43 +0000 (06:04 +0000)]
Test for #60174 (Notice when array in method prototype error)

13 years agoFixed bug #60174 (Notice when array in method prototype error)
Xinchen Hui [Mon, 31 Oct 2011 03:47:11 +0000 (03:47 +0000)]
Fixed bug #60174 (Notice when array in method prototype error)
this should also exists in ext/reflection. since the new warning of "array to string convert" is introduced in zend_make_printable_zval which is used in ext/reflection too

13 years agofixed alias of encoding.
Rui Hirokawa [Sun, 30 Oct 2011 08:40:22 +0000 (08:40 +0000)]
fixed alias of encoding.

13 years agotests for 60169
Xinchen Hui [Sun, 30 Oct 2011 06:28:24 +0000 (06:28 +0000)]
tests for 60169

13 years agoadded a test script for bug60116 and fixed behabior of ESCAPE_CMD_END.
Rui Hirokawa [Sun, 30 Oct 2011 05:57:26 +0000 (05:57 +0000)]
added a test script for bug60116 and fixed behabior of ESCAPE_CMD_END.

13 years ago- Reverted changes that required constructor overrides to invoke the parent
Gustavo André dos Santos Lopes [Sat, 29 Oct 2011 23:17:18 +0000 (23:17 +0000)]
- Reverted changes that required constructor overrides to invoke the parent
  constructor in several SPL classes and applied 5.3 fixes instead.
  Related bugs: #54384, #55175 and #55300

13 years agoFixed bug #60146 (Last 2 lines of page not being output)
Xinchen Hui [Sat, 29 Oct 2011 02:14:04 +0000 (02:14 +0000)]
Fixed bug #60146 (Last 2 lines of page not being output)

13 years agoAdded test for #60104
Patrick Allaert [Wed, 26 Oct 2011 09:32:37 +0000 (09:32 +0000)]
Added test for #60104

13 years agoBump internal version id after recent changes
Andrey Hristov [Wed, 26 Oct 2011 09:00:32 +0000 (09:00 +0000)]
Bump internal version id after recent changes

13 years agoMove from directly referencing an aggregated structure to using a
Andrey Hristov [Tue, 25 Oct 2011 23:01:49 +0000 (23:01 +0000)]
Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite the storage

13 years agooci8 - Increase Oracle error message length for 11.2.0.3+
Christopher Jones [Tue, 25 Oct 2011 22:01:42 +0000 (22:01 +0000)]
oci8 - Increase Oracle error message length for 11.2.0.3+

13 years agoAdd hooks for __call like functionality and also allow to
Andrey Hristov [Tue, 25 Oct 2011 19:04:36 +0000 (19:04 +0000)]
Add hooks for __call like functionality and also allow to
handle calls that spread over two internal functions. Let's call it
a local TX.

13 years agoforce LF, fix test faild on windows
Xinchen Hui [Tue, 25 Oct 2011 11:04:57 +0000 (11:04 +0000)]
force LF, fix test faild on windows

13 years agoFix test faild on windows due to DEFAULT_SLASH
Xinchen Hui [Tue, 25 Oct 2011 10:56:11 +0000 (10:56 +0000)]
Fix test faild on windows due to DEFAULT_SLASH

13 years agoFix test, now can run on windows
Xinchen Hui [Tue, 25 Oct 2011 10:54:39 +0000 (10:54 +0000)]
Fix test, now can run on windows

13 years ago- Updated to version 2011.13 (2011m)
Derick Rethans [Mon, 24 Oct 2011 15:19:08 +0000 (15:19 +0000)]
- Updated to version 2011.13 (2011m)

13 years agoremove duplicate, happened after double patching
Andrey Hristov [Mon, 24 Oct 2011 12:54:04 +0000 (12:54 +0000)]
remove duplicate, happened after double patching

13 years ago- fixed bug #60120, proc_open's streams may hang with stdin/out/err when the data...
Pierre Joye [Mon, 24 Oct 2011 12:39:55 +0000 (12:39 +0000)]
- fixed bug #60120, proc_open's streams may hang with stdin/out/err when the data exceeds or is equal to 2048 bytes

13 years agomove plugin specific stuff to one file. create object factory
Andrey Hristov [Mon, 24 Oct 2011 12:34:44 +0000 (12:34 +0000)]
move plugin specific stuff to one file. create object factory
for similar objects

13 years ago- win9x is not supported anymore since 5.3
Pierre Joye [Mon, 24 Oct 2011 10:53:17 +0000 (10:53 +0000)]
- win9x is not supported anymore since 5.3

13 years agoA better fix, sorry for previous thoughtlessness commit.
Xinchen Hui [Mon, 24 Oct 2011 03:47:42 +0000 (03:47 +0000)]
A better fix, sorry for previous thoughtlessness commit.

13 years agoFixed PATH_INFO of /index.php/foo/bar
Xinchen Hui [Mon, 24 Oct 2011 03:28:59 +0000 (03:28 +0000)]
Fixed PATH_INFO of /index.php/foo/bar

13 years agousing %s-dev instead of the exact version number
Ferenc Kovacs [Sun, 23 Oct 2011 20:38:53 +0000 (20:38 +0000)]
using %s-dev instead of the exact version number

13 years agoadd tests for PATH_INFO
Xinchen Hui [Sun, 23 Oct 2011 13:57:25 +0000 (13:57 +0000)]
add tests for PATH_INFO
update php_cli_server.inc to support no router server

13 years agofixed bug #60116 escapeshellcmd() cannot escape the dangerous quotes.
Rui Hirokawa [Sun, 23 Oct 2011 13:49:54 +0000 (13:49 +0000)]
fixed bug #60116 escapeshellcmd() cannot escape the dangerous quotes.

13 years agoremoved invalid two byte sequenct for utf-8.
Rui Hirokawa [Sun, 23 Oct 2011 11:54:06 +0000 (11:54 +0000)]
removed invalid two byte sequenct for utf-8.

13 years agoadding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the domains...
Ferenc Kovacs [Sun, 23 Oct 2011 10:09:29 +0000 (10:09 +0000)]
adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches

13 years agofix memory leak
Xinchen Hui [Sun, 23 Oct 2011 03:02:24 +0000 (03:02 +0000)]
fix memory leak

13 years agoFixed bug #60112 If URI does not contain a file, index.php is not served
Xinchen Hui [Sun, 23 Oct 2011 02:54:06 +0000 (02:54 +0000)]
Fixed bug #60112 If URI does not contain a file, index.php is not served
This is a windows Issue.
and after this fix, previously 404 request like "localhost/foo/bar"
now could server correctly with request_uri "index.php" and PATH_INFO "/foo/bar/"

13 years agocheck the available memory on linux and skip if it is not enough
Ferenc Kovacs [Sun, 23 Oct 2011 00:07:01 +0000 (00:07 +0000)]
check the available memory on linux and skip if it is not enough

13 years agoshave off 900M memory from this test
Ferenc Kovacs [Sat, 22 Oct 2011 23:47:52 +0000 (23:47 +0000)]
shave off 900M memory from this test

13 years agothis was somehow missed from r318288
Ferenc Kovacs [Sat, 22 Oct 2011 22:35:17 +0000 (22:35 +0000)]
this was somehow missed from r318288