]>
granicus.if.org Git - php/log
Felipe Pena [Thu, 13 Oct 2011 22:56:05 +0000 (22:56 +0000)]
- Fixed bug #60048 (sa_len a #define on IRIX)
patch by: china at thewrittenword dot com
Andrey Hristov [Wed, 12 Oct 2011 16:18:02 +0000 (16:18 +0000)]
export this existing function
Felipe Pena [Wed, 12 Oct 2011 01:24:51 +0000 (01:24 +0000)]
- Fixed bug #60033 (Incorrectly merged PDO dblib patches break uniqueidentifier column type)
Felipe Pena [Wed, 12 Oct 2011 01:03:15 +0000 (01:03 +0000)]
- Fixed bug #60042 (spl_autoload_call may manipulate a dangling pointer)
patch by: tom at punkave dot com
Andrey Hristov [Mon, 10 Oct 2011 20:49:28 +0000 (20:49 +0000)]
MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connection)
QC will need an ifdef-layer to compile with this
Andrey Hristov [Mon, 10 Oct 2011 15:45:56 +0000 (15:45 +0000)]
last stat fix
Andrey Hristov [Mon, 10 Oct 2011 14:39:22 +0000 (14:39 +0000)]
fix test after stat change
Andrey Hristov [Mon, 10 Oct 2011 14:33:07 +0000 (14:33 +0000)]
fix another test after stat change
Andrey Hristov [Mon, 10 Oct 2011 14:19:01 +0000 (14:19 +0000)]
fix test
Andrey Hristov [Mon, 10 Oct 2011 13:25:45 +0000 (13:25 +0000)]
fix test
Andrey Hristov [Mon, 10 Oct 2011 12:50:09 +0000 (12:50 +0000)]
fix test
Derick Rethans [Mon, 10 Oct 2011 08:05:55 +0000 (08:05 +0000)]
- Updated to version 2011.12 (2011l)
Christian Stocker [Mon, 10 Oct 2011 07:59:19 +0000 (07:59 +0000)]
Added the xsl.security_prefs option to 5_4 and trunk and
mark it as deprecated for BC-reasons
Added tests for ini option and combination of both
Jérôme Loyet [Sun, 9 Oct 2011 15:21:06 +0000 (15:21 +0000)]
- ensure request_terminate_timeout >= request_slowlog_timeout
Jérôme Loyet [Sun, 9 Oct 2011 15:12:26 +0000 (15:12 +0000)]
- Fixed bug #55526 (Heartbeat causes a lot of unnecessary events)
Jérôme Loyet [Sun, 9 Oct 2011 14:36:11 +0000 (14:36 +0000)]
- Fixed bug #55533 (The -d parameter doesn't work)
Stefan Marr [Sun, 9 Oct 2011 11:13:27 +0000 (11:13 +0000)]
Fixed Bug #55554 (Legacy constructors not handled properly) [TRAITS] [DOC]
# The handling of legacy constructors defined by traits was corrected.
# They are now properly registered and used on instantiation.
# The situation for conflicting legacy and __construct constructors is
# mostly identical. If they are defined in the class, they override conflicts
# and do not collide. However, in case different styles are mixed, between
# class and trait definition, we assume a programmer's mistake and report
# a collision.
#
# BTW: +1 for all the fixed tests! `make test` is fun again.
Jérôme Loyet [Sun, 9 Oct 2011 09:22:36 +0000 (09:22 +0000)]
- fix r317922 (missing PHP_ADD_BUILD_DIR(sapi/fpm/fpm/events) in config.m4)
Stefan Marr [Sat, 8 Oct 2011 23:47:16 +0000 (23:47 +0000)]
Use ZEND_ constants instead of plain strings for names of magic methods.
# No functional changes.
Jérôme Loyet [Sat, 8 Oct 2011 21:04:10 +0000 (21:04 +0000)]
- Implemented FR #52569 (Add the "ondemand" process-manager to allow zero children)
Jérôme Loyet [Sat, 8 Oct 2011 20:43:12 +0000 (20:43 +0000)]
- fix r317913
Jérôme Loyet [Sat, 8 Oct 2011 19:50:26 +0000 (19:50 +0000)]
- Fixed bug #55486 (status show BIG processes number)
Jérôme Loyet [Sat, 8 Oct 2011 19:31:32 +0000 (19:31 +0000)]
- Fixed bug #55577 (status.html does not install)
Andrey Hristov [Sat, 8 Oct 2011 14:48:14 +0000 (14:48 +0000)]
null the value before usage
Xinchen Hui [Fri, 7 Oct 2011 04:24:04 +0000 (04:24 +0000)]
Fix #55819 crash on mb_ereg_replace_callback
Need hirokawa to review this.
Xinchen Hui [Fri, 7 Oct 2011 04:14:31 +0000 (04:14 +0000)]
Remove unecessary codes
Andrey Hristov [Thu, 6 Oct 2011 17:06:02 +0000 (17:06 +0000)]
Add test case
Andrey Hristov [Thu, 6 Oct 2011 11:25:05 +0000 (11:25 +0000)]
Be consistent, add mysqli::stat property, as equivalent of mysqli_stat().
Fix for Bug #55859 mysqli->stat property access gives error
Andrey Hristov [Thu, 6 Oct 2011 00:45:58 +0000 (00:45 +0000)]
try not to crash when closing persistent sockets, because EG(persistent_list)
is cleaned before the extensions' MSHUTDOWNs are called.
Andrey Hristov [Wed, 5 Oct 2011 18:51:15 +0000 (18:51 +0000)]
Fix bad cast which leads to crashes!
Pierre Joye [Wed, 5 Oct 2011 05:20:51 +0000 (05:20 +0000)]
- Revert r313616 (When we have a blocking SSL socket, respect the timeout
option, scottmac)
# This caused bug #55283 and #55848, we should investigate a proper solution without
# breaking anything.
Ilia Alshanetsky [Mon, 3 Oct 2011 18:17:12 +0000 (18:17 +0000)]
Fixed bug #55750 (memory copy issue in sysvshm extension).
Xinchen Hui [Mon, 3 Oct 2011 17:01:17 +0000 (17:01 +0000)]
Fixed bug #55825, and add test script
Peter Cowburn [Mon, 3 Oct 2011 08:45:06 +0000 (08:45 +0000)]
typofix (procgress to progress)
Peter Cowburn [Mon, 3 Oct 2011 08:40:26 +0000 (08:40 +0000)]
Fix php.ini comment (#55834)
Felipe Pena [Sat, 1 Oct 2011 13:01:12 +0000 (13:01 +0000)]
- Improve void arg check
- Removed unused variable
- Added check for empty tag in enchant_broker_request_dict() (to avoid assert warning)
Xinchen Hui [Fri, 30 Sep 2011 15:08:32 +0000 (15:08 +0000)]
A better fix for #55817 (thanks to bjori)
Hannes Magnusson [Fri, 30 Sep 2011 14:17:23 +0000 (14:17 +0000)]
Fixed bug #55807 (Wrong value for splFileObject::SKIP_EMPTY)
Hannes Magnusson [Fri, 30 Sep 2011 14:12:26 +0000 (14:12 +0000)]
Use the default stream context for FilesystemIterator, GlobIterator and (Recursive)DirectoryIterator
Xinchen Hui [Fri, 30 Sep 2011 13:34:07 +0000 (13:34 +0000)]
Fix wrong codes #55817
Gustavo André dos Santos Lopes [Wed, 28 Sep 2011 14:47:42 +0000 (14:47 +0000)]
- Fixed #55798: serialize followed by unserialize with numeric object prop.
gives integer prop.
Gustavo André dos Santos Lopes [Tue, 27 Sep 2011 11:43:07 +0000 (11:43 +0000)]
- Oops missed return. Also improved the readability of a test.
Gustavo André dos Santos Lopes [Tue, 27 Sep 2011 10:57:25 +0000 (10:57 +0000)]
- Added tests and NEWS for r306475; see bug #55797.
- Removed now redundant previous overflow check, which relied on
undefined behavior (wraparound) and was ignored in optimized builds.
Antony Dovgal [Tue, 27 Sep 2011 09:12:13 +0000 (09:12 +0000)]
fix bug #55768 (PDO_OCI can't resume Oracle session after it's been killed)
Ferenc Kovacs [Tue, 27 Sep 2011 00:53:41 +0000 (00:53 +0000)]
split the ext/calendar/tests/bug53574.phpt into two test, as we expect different result on 32 and 64 bit
Ferenc Kovacs [Mon, 26 Sep 2011 23:28:24 +0000 (23:28 +0000)]
fix #49599, the eol-style is important here, as this is a regression test for #36459
Gustavo André dos Santos Lopes [Mon, 26 Sep 2011 22:38:21 +0000 (22:38 +0000)]
- Fixed bug in SdnToGregorian (see comments on #53574, though that bug is about
another function). NEWS & tests tomorrow.
Christopher Jones [Mon, 26 Sep 2011 19:13:06 +0000 (19:13 +0000)]
Use TZ similar to easter_date.phpt else gcov et al give a diff for unixtojd(
1000000000 )
Derick Rethans [Mon, 26 Sep 2011 17:23:00 +0000 (17:23 +0000)]
- Updated to version 2011.11 (2011k)
Pierre Joye [Mon, 26 Sep 2011 08:49:28 +0000 (08:49 +0000)]
- be sure to check if the var ha not been removed between the two calls
Pierre Joye [Mon, 26 Sep 2011 08:38:03 +0000 (08:38 +0000)]
- Fix bug #55622, better fix for this issue, old fix can break if sizeof(size_t) > sizeof(int) like on sparc
Stanislav Malyshev [Mon, 26 Sep 2011 03:57:22 +0000 (03:57 +0000)]
update proto
Johannes Schlüter [Sun, 25 Sep 2011 13:06:09 +0000 (13:06 +0000)]
- Fix folding
Johannes Schlüter [Sun, 25 Sep 2011 12:39:05 +0000 (12:39 +0000)]
- Fix bug #55776 (PDORow to session bug)
Rui Hirokawa [Sun, 25 Sep 2011 08:55:27 +0000 (08:55 +0000)]
added test script for mb_ereg_replace_callback().
Rui Hirokawa [Sun, 25 Sep 2011 08:33:43 +0000 (08:33 +0000)]
fixed seg faults for mb_ereg_replace_callback.
Rui Hirokawa [Sun, 25 Sep 2011 08:01:54 +0000 (08:01 +0000)]
added mb_ereg_replace_callback().
Xinchen Hui [Sun, 25 Sep 2011 03:35:57 +0000 (03:35 +0000)]
Fix tests due to bison depened message format
Xinchen Hui [Sun, 25 Sep 2011 03:18:39 +0000 (03:18 +0000)]
Fix warning "implicit declaration of function `zend_fetch_debug_backtrace'"
Adam Harvey [Sat, 24 Sep 2011 19:16:33 +0000 (19:16 +0000)]
Fix bug #55769 (Make Fails with "Missing Separator" error) via s/ /^I/.
Rui Hirokawa [Sat, 24 Sep 2011 02:11:48 +0000 (02:11 +0000)]
added tests for #40685.
Rui Hirokawa [Sat, 24 Sep 2011 02:11:18 +0000 (02:11 +0000)]
fixed #40685: removed '&' in mb_decode_numericentity().
Xinchen Hui [Sat, 24 Sep 2011 01:05:43 +0000 (01:05 +0000)]
unused var
Rasmus Lerdorf [Fri, 23 Sep 2011 15:19:48 +0000 (15:19 +0000)]
Add a test and declare the local vars locally
Xinchen Hui [Fri, 23 Sep 2011 15:08:11 +0000 (15:08 +0000)]
Improve the warning message of incompatible arguments. (#55719)
And fix tests related.
Rasmus Lerdorf [Fri, 23 Sep 2011 13:16:37 +0000 (13:16 +0000)]
Fix for bug #55767
Rui Hirokawa [Fri, 23 Sep 2011 11:09:33 +0000 (11:09 +0000)]
added test script for pictogram.
Rui Hirokawa [Fri, 23 Sep 2011 11:08:34 +0000 (11:08 +0000)]
fixed a bug in conversion table.
Xinchen Hui [Fri, 23 Sep 2011 03:09:12 +0000 (03:09 +0000)]
Add tests
Xinchen Hui [Fri, 23 Sep 2011 02:56:25 +0000 (02:56 +0000)]
Fixed bug #55758 (Digest Authenticate missed in 5.4)
the block I am removing should be removed along with the PG(saf_mod) condition.
since it is inside the PG(saf_mod) condition block.
Ferenc Kovacs [Thu, 22 Sep 2011 22:29:28 +0000 (22:29 +0000)]
the TZ environment variable also needed to be set here, didn't dug up why date.timezone isn't sufficient
Ferenc Kovacs [Thu, 22 Sep 2011 22:07:02 +0000 (22:07 +0000)]
skip the interbase tests if cannot connect to the server
Ferenc Kovacs [Thu, 22 Sep 2011 21:50:45 +0000 (21:50 +0000)]
the julian date for timestamp
1000000000 is
2452161 .
5740741 , which is rounded to
2452162
Ferenc Kovacs [Thu, 22 Sep 2011 20:59:10 +0000 (20:59 +0000)]
it seems that easter_date doesn't use the date.timezone but the TZ environment variable, so it passing the return value of easter_date() to date() which uses the date.timezone will create wrong result.
Xinchen Hui [Thu, 22 Sep 2011 02:26:00 +0000 (02:26 +0000)]
Add tests for bug #55755
Ilia Alshanetsky [Wed, 21 Sep 2011 19:08:30 +0000 (19:08 +0000)]
Removed unreachable code (stream == NULL check is done already)
Xinchen Hui [Wed, 21 Sep 2011 16:00:09 +0000 (16:00 +0000)]
Fixed bug #55755 (SegFault when outputting header WWW-Authenticate)
Johannes Schlüter [Wed, 21 Sep 2011 12:34:15 +0000 (12:34 +0000)]
- Use the proper variable here.
Xinchen Hui [Wed, 21 Sep 2011 07:51:31 +0000 (07:51 +0000)]
change test, and added a test for post file
Xinchen Hui [Wed, 21 Sep 2011 06:59:47 +0000 (06:59 +0000)]
Remove double checking, and use MAXPATHLEN instead of a fixed length
Xinchen Hui [Wed, 21 Sep 2011 03:16:35 +0000 (03:16 +0000)]
Change to a more appropriate name
Xinchen Hui [Wed, 21 Sep 2011 03:09:42 +0000 (03:09 +0000)]
Fixed bug #55747 (request headers missed in $_SERVER)
Shein Alexey [Tue, 20 Sep 2011 14:53:46 +0000 (14:53 +0000)]
Refactored and speeded up php_cli_server tests, also get rid of test hanging on ubuntu:
1) Prepended starting the server with "exec" so proc_terminate can correctly close it (see also this note http://www.php.net/manual/en/function.proc-get-status.php#93382 for details)
2) Moved putting down the server to the shutdown function to make it independent from tests (fatal) errors
3) Moved php cli executable into the function to make tests more readable
4) changed sleep(1) to usleep(50000) (50 ms) to make tests faster - this needs more testing and if timeout is too small should be increased
Xinchen Hui [Tue, 20 Sep 2011 08:13:55 +0000 (08:13 +0000)]
fix INI section
Xinchen Hui [Tue, 20 Sep 2011 07:10:46 +0000 (07:10 +0000)]
Add tests for built-in webserver
Xinchen Hui [Tue, 20 Sep 2011 07:06:55 +0000 (07:06 +0000)]
Fix Bug #55726 (Changing the working directory makes router script inaccessible)
Xinchen Hui [Tue, 20 Sep 2011 05:07:15 +0000 (05:07 +0000)]
Fix folder
Michael Wallner [Mon, 19 Sep 2011 15:20:38 +0000 (15:20 +0000)]
fix r316992
Michael Wallner [Mon, 19 Sep 2011 14:37:00 +0000 (14:37 +0000)]
Fixed bug #55544 ob_gzhandler always conflicts with zlib.output_compression
Johannes Schlüter [Mon, 19 Sep 2011 12:31:06 +0000 (12:31 +0000)]
- Fix folding
Xinchen Hui [Sat, 17 Sep 2011 14:24:15 +0000 (14:24 +0000)]
Fix wrong update
Pierre Joye [Sat, 17 Sep 2011 12:41:23 +0000 (12:41 +0000)]
- fix build (macros mess)
Pierre Joye [Sat, 17 Sep 2011 10:24:18 +0000 (10:24 +0000)]
- fix TS build
Xinchen Hui [Sat, 17 Sep 2011 03:23:38 +0000 (03:23 +0000)]
Update NEWS
Xinchen Hui [Sat, 17 Sep 2011 03:12:23 +0000 (03:12 +0000)]
Fix Bug #55703(PHP crash when calling mysqli_fetch_fields)
Since the catalog values always is "def" now, see http://dev.mysql.com/doc/refman/5.0/en/c-api-data-structures.html
Felipe Pena [Sat, 17 Sep 2011 00:16:11 +0000 (00:16 +0000)]
- Fixed bug #55705 (Omitting a callable typehinted argument causes a segfault)
patch by: laruence@php
Felipe Pena [Sat, 17 Sep 2011 00:01:45 +0000 (00:01 +0000)]
- Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4)
Christopher Jones [Fri, 16 Sep 2011 19:56:32 +0000 (19:56 +0000)]
Test portability fix
Pierrick Charron [Fri, 16 Sep 2011 18:29:22 +0000 (18:29 +0000)]
Fixed test bug #55713 (Christopher Jones)
Pierre Joye [Fri, 16 Sep 2011 10:45:04 +0000 (10:45 +0000)]
- add -win32 versions and skipif