]>
granicus.if.org Git - php/log
Gustavo Lopes [Fri, 12 Oct 2012 18:24:28 +0000 (20:24 +0200)]
Merge branch 'PHP-5.4'
* PHP-5.4:
Fix bug #63240 on stream_get_line()
Gustavo Lopes [Fri, 12 Oct 2012 18:24:13 +0000 (20:24 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug #63240 on stream_get_line()
Gustavo Lopes [Fri, 12 Oct 2012 18:00:37 +0000 (20:00 +0200)]
Fix bug #63240 on stream_get_line()
stream_get_line() could contain the delimiter string if that string
had more than one character. The bug manifested itself when a read on
the stream ended with part of the delimiter string and the read after
would start with the rest of the delimiter string; provided that
the data of first read did not complete the max length result of the
call to stream_get_line() with the partial delimiter used in that max
length return. In that case, the delimiter will still appear in
the result, divided in two subsequent return values. That is not a bug.
See <http://www.mail-archive.com/internals@lists.php.net/msg61325.html>
Anatoliy Belsky [Fri, 12 Oct 2012 17:54:25 +0000 (19:54 +0200)]
Merge branch 'PHP-5.4'
* PHP-5.4:
extended the SKIPIF section with ICU 49 (sync with 5.4 branch)
Anatoliy Belsky [Fri, 12 Oct 2012 17:53:35 +0000 (19:53 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
extended the SKIPIF section with ICU 49 (sync with 5.4 branch)
Anatoliy Belsky [Fri, 12 Oct 2012 17:50:35 +0000 (19:50 +0200)]
extended the SKIPIF section with ICU 49 (sync with 5.4 branch)
Anatoliy Belsky [Fri, 12 Oct 2012 17:40:52 +0000 (19:40 +0200)]
Merge branch 'master' of git.php.net:php-src
Anatoliy Belsky [Fri, 12 Oct 2012 17:38:49 +0000 (19:38 +0200)]
Merge branch 'PHP-5.4'
* PHP-5.4:
fixed tests for gd having freetype >= 2.4.10
Anatoliy Belsky [Fri, 12 Oct 2012 17:38:13 +0000 (19:38 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
fixed tests for gd having freetype >= 2.4.10
Anatoliy Belsky [Fri, 12 Oct 2012 17:34:31 +0000 (19:34 +0200)]
fixed tests for gd having freetype >= 2.4.10
George Wang [Fri, 12 Oct 2012 17:29:37 +0000 (13:29 -0400)]
Merge branch '5.4'
* 5.4:
sapi/litespeed/lsapi_main.c: Fix bug #63228
George Wang [Fri, 12 Oct 2012 17:09:53 +0000 (13:09 -0400)]
Merge branch '5.3' into 5.4
* 5.3:
sapi/litespeed/lsapi_main.c: Fix bug #63228
George Wang [Fri, 12 Oct 2012 17:04:22 +0000 (13:04 -0400)]
sapi/litespeed/lsapi_main.c: Fix bug #63228
Fix compiling error at line 606 (error: format not a string
literal and no format arguments [-Werror=format-security]
Andrey Hristov [Fri, 12 Oct 2012 08:35:45 +0000 (10:35 +0200)]
fix test
Andrey Hristov [Fri, 12 Oct 2012 08:20:37 +0000 (10:20 +0200)]
Merge branch 'master' of ssh://git.php.net/php-src
Andrey Hristov [Fri, 12 Oct 2012 08:20:09 +0000 (10:20 +0200)]
constify
Xinchen Hui [Fri, 12 Oct 2012 02:39:20 +0000 (10:39 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Fri, 12 Oct 2012 02:37:05 +0000 (10:37 +0800)]
Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, DBQUOTEDIDENT, 1))
The exists test should has covered this bug
Xinchen Hui [Wed, 10 Oct 2012 09:24:40 +0000 (17:24 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Wed, 10 Oct 2012 09:24:09 +0000 (17:24 +0800)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Xinchen Hui [Wed, 10 Oct 2012 09:23:30 +0000 (17:23 +0800)]
Implemented FR #63242 (Default error page in PHP built-in web server uses outdated html/css)
Anatoliy Belsky [Wed, 10 Oct 2012 09:06:34 +0000 (11:06 +0200)]
Merge branch 'PHP-5.4'
* PHP-5.4:
Fix warnings preventing this test from passing
Anatoliy Belsky [Wed, 10 Oct 2012 09:01:07 +0000 (11:01 +0200)]
Fix warnings preventing this test from passing
Xinchen Hui [Wed, 10 Oct 2012 02:45:34 +0000 (10:45 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Wed, 10 Oct 2012 02:45:07 +0000 (10:45 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 10 Oct 2012 02:44:34 +0000 (10:44 +0800)]
Remove executable permission on inc
Xinchen Hui [Wed, 10 Oct 2012 02:32:58 +0000 (10:32 +0800)]
Remove executable permission on phpt
Xinchen Hui [Wed, 10 Oct 2012 02:32:38 +0000 (10:32 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Wed, 10 Oct 2012 02:31:53 +0000 (10:31 +0800)]
Remove executable permission on phpt
Xinchen Hui [Wed, 10 Oct 2012 02:31:31 +0000 (10:31 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 10 Oct 2012 02:27:49 +0000 (10:27 +0800)]
Remove executable permission on phpt
Xinchen Hui [Tue, 9 Oct 2012 05:30:22 +0000 (13:30 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Tue, 9 Oct 2012 05:29:51 +0000 (13:29 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Tue, 9 Oct 2012 05:28:31 +0000 (13:28 +0800)]
Fixed bug #63236 (Executable permission on various source files)
Xinchen Hui [Tue, 9 Oct 2012 05:16:53 +0000 (13:16 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Tue, 9 Oct 2012 05:14:31 +0000 (13:14 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Tue, 9 Oct 2012 05:13:51 +0000 (13:13 +0800)]
Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec)
Xinchen Hui [Mon, 8 Oct 2012 15:00:57 +0000 (23:00 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Mon, 8 Oct 2012 14:59:52 +0000 (22:59 +0800)]
Fixed bug #63219 (Segfault when aliasing trait method when autoloader throws excpetion)
Stanislav Malyshev [Fri, 5 Oct 2012 06:14:20 +0000 (08:14 +0200)]
Use zend_execute_internal always to call internal functions
Stanislav Malyshev [Sun, 22 Jul 2012 21:25:00 +0000 (14:25 -0700)]
use zend_execute_internal
Anatoliy Belsky [Thu, 4 Oct 2012 16:24:42 +0000 (18:24 +0200)]
Merge branch 'PHP-5.4'
* PHP-5.4:
exposing the libxpm version in phpinfo
5.4.9-dev
Conflicts:
NEWS
configure.in
main/php_version.h
Anatoliy Belsky [Thu, 4 Oct 2012 16:21:07 +0000 (18:21 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
exposing the libxpm version in phpinfo
Anatoliy Belsky [Thu, 4 Oct 2012 16:20:02 +0000 (18:20 +0200)]
exposing the libxpm version in phpinfo
Andrey Hristov [Thu, 4 Oct 2012 11:40:23 +0000 (13:40 +0200)]
update
Derick Rethans [Thu, 4 Oct 2012 07:39:34 +0000 (08:39 +0100)]
Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3
Derick Rethans [Thu, 4 Oct 2012 07:39:21 +0000 (08:39 +0100)]
Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4
Derick Rethans [Thu, 4 Oct 2012 07:38:56 +0000 (08:38 +0100)]
Merge branch 'master' of git.php.net:/php-src
Stanislav Malyshev [Thu, 4 Oct 2012 01:36:17 +0000 (18:36 -0700)]
5.4.9-dev
Johannes Schlüter [Thu, 4 Oct 2012 00:37:27 +0000 (02:37 +0200)]
Merge branch 'PHP-5.4'
Johannes Schlüter [Thu, 4 Oct 2012 00:37:04 +0000 (02:37 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
Conflicts:
configure.in
main/php_version.h
Johannes Schlüter [Thu, 4 Oct 2012 00:35:42 +0000 (02:35 +0200)]
PHP-5.3 branch is 5.3.19 now
Andrey Hristov [Wed, 3 Oct 2012 12:14:59 +0000 (14:14 +0200)]
add a check for libmysql
Andrey Hristov [Wed, 3 Oct 2012 12:03:05 +0000 (14:03 +0200)]
Merge branch 'master' of ssh://git.php.net/php-src
Andrey Hristov [Wed, 3 Oct 2012 12:02:33 +0000 (14:02 +0200)]
if ssl has been switched on transmit clear-text password
Anatoliy Belsky [Tue, 2 Oct 2012 08:03:03 +0000 (10:03 +0200)]
Merge branch 'PHP-5.4'
* PHP-5.4:
reverted the previous fix for libpng include
Anatoliy Belsky [Tue, 2 Oct 2012 08:00:09 +0000 (10:00 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
reverted the previous fix for libpng include
Anatoliy Belsky [Tue, 2 Oct 2012 07:57:44 +0000 (09:57 +0200)]
reverted the previous fix for libpng include
Anatoliy Belsky [Tue, 2 Oct 2012 07:41:24 +0000 (09:41 +0200)]
Merge branch 'PHP-5.4'
* PHP-5.4:
fixed include checks for libpng under win
Anatoliy Belsky [Tue, 2 Oct 2012 07:40:42 +0000 (09:40 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
fixed include checks for libpng under win
Anatoliy Belsky [Tue, 2 Oct 2012 07:39:34 +0000 (09:39 +0200)]
fixed include checks for libpng under win
Xinchen Hui [Mon, 1 Oct 2012 16:31:47 +0000 (00:31 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Mon, 1 Oct 2012 16:30:49 +0000 (00:30 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 1 Oct 2012 16:28:38 +0000 (00:28 +0800)]
Avoding superfluous function call
Xinchen Hui [Mon, 1 Oct 2012 16:27:35 +0000 (00:27 +0800)]
Add test for #35895
Xinchen Hui [Mon, 1 Oct 2012 16:05:25 +0000 (00:05 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Mon, 1 Oct 2012 16:02:08 +0000 (00:02 +0800)]
Now we can set the tsrm_ls manually
get(ZTS build):
(gdb) zbacktrace
You can't do that without a process to debug.
(gdb) set_ts 0x4112500
(gdb) zbacktrace
[0x2b232e83a1d8] call_user_func(array(2)[0x2b232e879528],
array(1)[0x2b232e878fa0]) /tmp/1.php:4
[0x7fffcb2efd80] A->__call("xxx", array(1)[0x2b232e878fa0])
Xinchen Hui [Mon, 1 Oct 2012 14:45:15 +0000 (22:45 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Mon, 1 Oct 2012 14:42:22 +0000 (22:42 +0800)]
Fixed bug #63184 test (ext/spl/tests/RecursiveDirectoryIterator_getSubPathname_basic.phpt failed)
Stanislav Malyshev [Mon, 1 Oct 2012 03:32:04 +0000 (20:32 -0700)]
Merge branch 'PHP-5.4'
* PHP-5.4:
Eliminate process running requirement of dump_bt in .gdbinit
Add missing ____executor_globals in dump_bt if needed
Implemented FR #63188 (Display class name when debugging with gdb macro zbacktrace)
Stanislav Malyshev [Mon, 1 Oct 2012 03:31:36 +0000 (20:31 -0700)]
Merge branch 'pull-request/209' into PHP-5.4
* pull-request/209:
Eliminate process running requirement of dump_bt in .gdbinit
Add missing ____executor_globals in dump_bt if needed
Implemented FR #63188 (Display class name when debugging with gdb macro zbacktrace)
Stanislav Malyshev [Mon, 1 Oct 2012 03:21:11 +0000 (20:21 -0700)]
Merge branch 'PHP-5.4'
* PHP-5.4:
Fix bugs 62561,62896 (Modifying DateTime::__construct,date_create adds an hour) Prevent a unix timestamp, which is always GMT when being parsed, from taking on the local timezones DST flag.
Stanislav Malyshev [Mon, 1 Oct 2012 03:09:27 +0000 (20:09 -0700)]
Merge branch 'pull-request/210' into PHP-5.4
* pull-request/210:
Fix bugs 62561,62896 (Modifying DateTime::__construct,date_create adds an hour) Prevent a unix timestamp, which is always GMT when being parsed, from taking on the local timezones DST flag.
Stanislav Malyshev [Mon, 1 Oct 2012 02:41:54 +0000 (19:41 -0700)]
Merge branch 'PHP-5.4'
* PHP-5.4:
add news for --offline
add --offline option to run-tests command
Bug #63147: SKIP_ONLINE_TESTS, for getmxrr
Bug #63147: introduce SKIP_ONLINE_TESTS, for gethostbyname
gethostbyname_basic002.phpt is a duplicate to gethostbyname_error004.phpt
Stanislav Malyshev [Mon, 1 Oct 2012 02:41:41 +0000 (19:41 -0700)]
add news for --offline
Remi Collet [Tue, 25 Sep 2012 04:52:08 +0000 (06:52 +0200)]
add --offline option to run-tests command
Remi Collet [Mon, 24 Sep 2012 07:16:11 +0000 (09:16 +0200)]
Bug #63147: SKIP_ONLINE_TESTS, for getmxrr
Remi Collet [Mon, 24 Sep 2012 07:15:03 +0000 (09:15 +0200)]
Bug #63147: introduce SKIP_ONLINE_TESTS, for gethostbyname
Remi Collet [Mon, 24 Sep 2012 07:13:40 +0000 (09:13 +0200)]
gethostbyname_basic002.phpt is a duplicate to gethostbyname_error004.phpt
Stanislav Malyshev [Mon, 1 Oct 2012 02:28:42 +0000 (19:28 -0700)]
Merge branch 'PHP-5.4'
* PHP-5.4:
add bug #63162
fix test and move to proper place
synergy ftl. Removed duplicate fields.
adding test phpt
Bug #63162 - parse_url does not matches password component
fix news
Stanislav Malyshev [Mon, 1 Oct 2012 02:27:12 +0000 (19:27 -0700)]
add bug #63162
Stanislav Malyshev [Mon, 1 Oct 2012 02:24:42 +0000 (19:24 -0700)]
fix test and move to proper place
husman [Thu, 27 Sep 2012 05:17:54 +0000 (01:17 -0400)]
synergy ftl. Removed duplicate fields.
husman [Thu, 27 Sep 2012 04:54:42 +0000 (00:54 -0400)]
adding test phpt
husman [Thu, 27 Sep 2012 03:50:30 +0000 (23:50 -0400)]
Bug #63162 - parse_url does not matches password component
Stanislav Malyshev [Mon, 1 Oct 2012 02:08:24 +0000 (19:08 -0700)]
fix news
Reeze Xia [Sun, 30 Sep 2012 19:10:15 +0000 (03:10 +0800)]
Eliminate process running requirement of dump_bt in .gdbinit
Most of the time scope are avaible, but if not, it will be hard to get them,
since we can't call function if no proccess running. try to get class name
if we can.
Xinchen Hui [Sun, 30 Sep 2012 16:17:11 +0000 (00:17 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Sun, 30 Sep 2012 16:15:47 +0000 (00:15 +0800)]
Fix test
Reeze Xia [Sun, 30 Sep 2012 15:05:03 +0000 (23:05 +0800)]
Add missing ____executor_globals in dump_bt if needed
Lonny Kapelushnik [Sun, 30 Sep 2012 04:31:29 +0000 (04:31 +0000)]
Fix bugs 62561,62896 (Modifying DateTime::__construct,date_create adds an hour)
Prevent a unix timestamp, which is always GMT when being parsed, from taking on
the local timezones DST flag.
Reeze Xia [Sat, 29 Sep 2012 19:16:26 +0000 (03:16 +0800)]
Implemented FR #63188 (Display class name when debugging with gdb macro zbacktrace)
Xinchen Hui [Sat, 29 Sep 2012 06:39:59 +0000 (14:39 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Sat, 29 Sep 2012 06:38:29 +0000 (14:38 +0800)]
Remove meaningless md5 string && Attempt to fix #63184
Pierrick Charron [Fri, 28 Sep 2012 19:29:26 +0000 (15:29 -0400)]
Merge branch 'PHP-5.4'
* PHP-5.4:
Update NEWS
Pierrick Charron [Fri, 28 Sep 2012 19:28:37 +0000 (15:28 -0400)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Update NEWS
Pierrick Charron [Fri, 28 Sep 2012 19:26:53 +0000 (15:26 -0400)]
Update NEWS
Pierrick Charron [Fri, 28 Sep 2012 19:22:37 +0000 (15:22 -0400)]
Merge branch 'PHP-5.4'
* PHP-5.4:
FD_ZERO file descriptors before calling curl_multi_fdset
Pierrick Charron [Fri, 28 Sep 2012 19:21:33 +0000 (15:21 -0400)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
FD_ZERO file descriptors before calling curl_multi_fdset
Pierrick Charron [Fri, 28 Sep 2012 19:19:03 +0000 (15:19 -0400)]
FD_ZERO file descriptors before calling curl_multi_fdset
As per curl documentation http://curl.haxx.se/libcurl/c/curl_multi_fdset.html
we need to FD_ZERO file descriptors before calling the curl_multi_fdset function