]>
granicus.if.org Git - php/log
Matteo Beccati [Wed, 31 Aug 2011 22:12:53 +0000 (22:12 +0000)]
Fixed false positive failure on gcov
Johannes Schlüter [Wed, 31 Aug 2011 20:30:08 +0000 (20:30 +0000)]
- Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlnd
Pierre Joye [Wed, 31 Aug 2011 20:16:11 +0000 (20:16 +0000)]
- error msg may vary (parser)
Boris Lytochkin [Wed, 31 Aug 2011 20:15:32 +0000 (20:15 +0000)]
tune text align
Pierre Joye [Wed, 31 Aug 2011 20:14:13 +0000 (20:14 +0000)]
- error msg may vary (parser)
Pierre Joye [Wed, 31 Aug 2011 20:10:22 +0000 (20:10 +0000)]
- error msg may vary
Pierre Joye [Wed, 31 Aug 2011 20:07:44 +0000 (20:07 +0000)]
- typo
Boris Lytochkin [Wed, 31 Aug 2011 19:44:39 +0000 (19:44 +0000)]
test coverage for SNMP::ERRNO_MULTIPLE_SET_QUERIES
Tjerk Anne Meesters [Wed, 31 Aug 2011 18:26:23 +0000 (18:26 +0000)]
Fixed expect format to ignore the textual error message from readlink().
Bug #55555
Andrey Hristov [Wed, 31 Aug 2011 18:18:23 +0000 (18:18 +0000)]
Fix valgrind error (sending of initialized bytes over the network).
When the compression was successful the compressed data + uninitialized data
at the end was sent to the server, because the length of the compressed payload
wasn't correctly calculated (actually the length of the uncompressed payload as assumed).
However, the uncompress() function has internally the length of the real payload and skips
the binary trash at the end - thus no data damage occurs!
Johannes Schlüter [Wed, 31 Aug 2011 15:46:07 +0000 (15:46 +0000)]
- Update PDO_mysql error mapping
Pierre Joye [Wed, 31 Aug 2011 15:44:01 +0000 (15:44 +0000)]
- force LF eol style as this test depends on it
Pierre Joye [Wed, 31 Aug 2011 15:42:42 +0000 (15:42 +0000)]
- force LF eol style as this test depends on it
Johannes Schlüter [Wed, 31 Aug 2011 15:25:18 +0000 (15:25 +0000)]
- Be less restrictive on the SQL state, some server versions might fool us
Ulf Wendel [Wed, 31 Aug 2011 13:59:28 +0000 (13:59 +0000)]
Please, whenever changing the mysqli API update the tests. Don't wait for me to catch up.
Ulf Wendel [Wed, 31 Aug 2011 13:50:58 +0000 (13:50 +0000)]
New utility function to check for '[1148] The used command is not allowed with this MySQL version' during SKIPIF
Rui Hirokawa [Wed, 31 Aug 2011 13:18:44 +0000 (13:18 +0000)]
added alias for *-mobile encodings.
Ulf Wendel [Wed, 31 Aug 2011 12:58:25 +0000 (12:58 +0000)]
Check if server supports LOAD DATA LOCAL INFILE to catch [1148] The used command is not allowed with this MySQL version during SKIPIF
Pierre Joye [Wed, 31 Aug 2011 12:26:55 +0000 (12:26 +0000)]
- force LF eol style as this test depends on it (size)
Christian Stocker [Wed, 31 Aug 2011 11:44:22 +0000 (11:44 +0000)]
simplexml->query returns empty array if no nodes were found
and false if libxml thinks the xpath-expression was invalid.
Behaves now the same like DomXPath and fixes Bug #48601
Adjusted a test to reflect that change
Pierre Joye [Wed, 31 Aug 2011 11:27:36 +0000 (11:27 +0000)]
- force LF eol style as this test depends on it (size)
Pierre Joye [Wed, 31 Aug 2011 11:25:09 +0000 (11:25 +0000)]
- force LF eol style as this test depends on it (size)
Pierre Joye [Wed, 31 Aug 2011 11:18:13 +0000 (11:18 +0000)]
- parser version independent
Pierre Joye [Wed, 31 Aug 2011 11:16:25 +0000 (11:16 +0000)]
- parser version independent
Johannes Schlüter [Wed, 31 Aug 2011 11:11:08 +0000 (11:11 +0000)]
- Fix Bug #55550 mysql.trace_mode miscounts result sets,
fixes ext/mysql/tests/mysql_deprecated_api.phpt
Pierre Joye [Wed, 31 Aug 2011 10:46:20 +0000 (10:46 +0000)]
- use only the test name
Pierre Joye [Wed, 31 Aug 2011 10:43:39 +0000 (10:43 +0000)]
- use only the test name
Pierre Joye [Wed, 31 Aug 2011 10:30:39 +0000 (10:30 +0000)]
- use only the test name
Pierre Joye [Wed, 31 Aug 2011 10:22:18 +0000 (10:22 +0000)]
- use only test name
Hannes Magnusson [Wed, 31 Aug 2011 10:09:54 +0000 (10:09 +0000)]
Remove annoying extra newline on XFAIL summaries
and sync text to trunk
Pierre Joye [Wed, 31 Aug 2011 10:08:55 +0000 (10:08 +0000)]
- force LF eol style as this test depends on it (size)
Pierre Joye [Wed, 31 Aug 2011 10:05:54 +0000 (10:05 +0000)]
- make it parser version independent
Christian Stocker [Wed, 31 Aug 2011 09:14:08 +0000 (09:14 +0000)]
- Set an empty string and avoid warnings and stopping of the transformation process
when a php function can't be called.
- Fixed tests.
Christian Stocker [Wed, 31 Aug 2011 08:58:12 +0000 (08:58 +0000)]
fixed libxml tests
Pierre Joye [Wed, 31 Aug 2011 08:35:57 +0000 (08:35 +0000)]
- force LF eol style as this test depends on it (size)
Boris Lytochkin [Wed, 31 Aug 2011 08:28:13 +0000 (08:28 +0000)]
more tuning based on discussion in FR #40816:
* parse all OIDs earlier, detect all wrong OIDs before any query
is made (GET-operations)
* introduce ERRNO_MULTIPLE_SET_QUERIES:
warn if request contains more OIDs than max_oids and SET operation
(and type&value checks) will be done in chunks.
fix set method when request contains more OIDs than max_oids (2nd and
subsequent chunk were ignored)
Xinchen Hui [Wed, 31 Aug 2011 07:49:52 +0000 (07:49 +0000)]
Fixed test failed
Rasmus Lerdorf [Wed, 31 Aug 2011 07:43:58 +0000 (07:43 +0000)]
Since we are creating this csv file locally this should obviously
be a a LOCAL infile here for this to work reliably. For robustness
this should probably have a check for the local-infile server
setting as well.
Christian Stocker [Wed, 31 Aug 2011 07:38:19 +0000 (07:38 +0000)]
MFB. fix xsl date tests
Xinchen Hui [Wed, 31 Aug 2011 07:37:42 +0000 (07:37 +0000)]
Fixed test failed, due to error message changed
Stanislav Malyshev [Wed, 31 Aug 2011 07:34:07 +0000 (07:34 +0000)]
fix strptime tests for mac
Rasmus Lerdorf [Wed, 31 Aug 2011 07:19:20 +0000 (07:19 +0000)]
Fix test. I have no idea why the test author didn't expect to get back
latin2 when the test is setting it to latin2 here. Both PHP and MySQL
are doing the right thing here.
Stanislav Malyshev [Wed, 31 Aug 2011 07:10:17 +0000 (07:10 +0000)]
test fixes on Darwin
Gustavo André dos Santos Lopes [Wed, 31 Aug 2011 06:32:05 +0000 (06:32 +0000)]
- Fixed test htmlentities15.phpt.
Gustavo André dos Santos Lopes [Wed, 31 Aug 2011 06:23:24 +0000 (06:23 +0000)]
- Fixed tests when run from outside their directory.
Gustavo André dos Santos Lopes [Wed, 31 Aug 2011 05:47:19 +0000 (05:47 +0000)]
- html_tables.h regeneration.
Gustavo André dos Santos Lopes [Wed, 31 Aug 2011 05:45:02 +0000 (05:45 +0000)]
- Less GCC warnings; code less readable, yay!
- Fixed html_tables.h generaration in 64-bit archs.
- Closes bug #55394 - Patch to suppress initialization warnings in html.c
#signed/unsigned mismatches for another day
#regenerated tables on another commit
Stanislav Malyshev [Wed, 31 Aug 2011 04:24:48 +0000 (04:24 +0000)]
fix tests
Matteo Beccati [Tue, 30 Aug 2011 14:01:03 +0000 (14:01 +0000)]
Fixed a few false positives on gcov for ext/pgsql
Hannes Magnusson [Tue, 30 Aug 2011 13:46:24 +0000 (13:46 +0000)]
Add skipifs for bug#54971 (patch by datibbaw@)
Hannes Magnusson [Tue, 30 Aug 2011 13:41:57 +0000 (13:41 +0000)]
Fixed bug#48476
Xinchen Hui [Tue, 30 Aug 2011 12:11:03 +0000 (12:11 +0000)]
Fixed testing failed
Hannes Magnusson [Tue, 30 Aug 2011 11:13:22 +0000 (11:13 +0000)]
Fixed bug#55430, introduce the session.upload_progress family to the world
Pierre Joye [Tue, 30 Aug 2011 05:44:37 +0000 (05:44 +0000)]
- ws
Felipe Pena [Tue, 30 Aug 2011 01:33:42 +0000 (01:33 +0000)]
- Fixed ZTS build
Gustavo André dos Santos Lopes [Tue, 30 Aug 2011 01:08:22 +0000 (01:08 +0000)]
- Turns out the external entity loader is not a per-thread global but a true
global. Changed code accordingly; however, applications that embed PHP and
also use libxml2 may be affected negatively.
Arpad Ray [Mon, 29 Aug 2011 21:59:27 +0000 (21:59 +0000)]
add friendly log messages (req #55109)
Arpad Ray [Mon, 29 Aug 2011 21:29:26 +0000 (21:29 +0000)]
Expose session status via new function, session_status (Req #52982)
Hannes Magnusson [Mon, 29 Aug 2011 21:20:41 +0000 (21:20 +0000)]
fixed bug #55267 - session_regenerate_id fails after header sent even if session.use_cookies = 0
Hannes Magnusson [Mon, 29 Aug 2011 20:50:33 +0000 (20:50 +0000)]
Add missing session ini options "skeletons" until they become atleast documented
Arpad Ray [Mon, 29 Aug 2011 20:38:52 +0000 (20:38 +0000)]
Fixed bug #55366: keys lost when using substr_replace an array
Arpad Ray [Mon, 29 Aug 2011 20:36:22 +0000 (20:36 +0000)]
remove duplicate news entry
Derick Rethans [Mon, 29 Aug 2011 20:24:09 +0000 (20:24 +0000)]
- Zend engine part for bug #55158: Add SORT_NATURAL type to array_multisort
(patch by Arpad Ray).
Arpad Ray [Mon, 29 Aug 2011 20:23:34 +0000 (20:23 +0000)]
add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions
Derick Rethans [Mon, 29 Aug 2011 16:37:56 +0000 (16:37 +0000)]
- Updated to version 2011.9 (2011i)
Hannes Magnusson [Mon, 29 Aug 2011 16:05:45 +0000 (16:05 +0000)]
Fixed bug#53872 (internal corruption of phar)
Stefan Marr [Mon, 29 Aug 2011 15:53:46 +0000 (15:53 +0000)]
Fixed bug #55524 Traits should not be able to extend a class
# also used the Z_STRVAL where it seemed appropriate
Gwynne Raskind [Mon, 29 Aug 2011 14:56:19 +0000 (14:56 +0000)]
Add unescaped Unicode encoding to json_encode(). Closes bug #53946. Patch by Irker and Gwynne.
Hannes Magnusson [Mon, 29 Aug 2011 14:29:40 +0000 (14:29 +0000)]
Changed error messages
Hannes Magnusson [Mon, 29 Aug 2011 14:19:54 +0000 (14:19 +0000)]
Fixed bug#52013 (Unable to decompress files in a compressed phar)
Hannes Magnusson [Mon, 29 Aug 2011 14:17:41 +0000 (14:17 +0000)]
The Phar class extends RecursiveDirectoryIterator, which has changed the way it ensures its ctor is called
Pierre Joye [Mon, 29 Aug 2011 10:10:05 +0000 (10:10 +0000)]
- fix build, TSRMLS_FETCH must be the last declaration statement and init using TSRM cannot be done before either
Rasmus Lerdorf [Mon, 29 Aug 2011 08:21:42 +0000 (08:21 +0000)]
Let's do more than hope (as per the comment in the test code) that we
don't hit the memory limit, let's disable the limit for this test
since the limit is getting hit by many people
Rasmus Lerdorf [Mon, 29 Aug 2011 06:47:07 +0000 (06:47 +0000)]
The link error on an out-of-sync command doesn't start with 0
uwe/andrey please double-check
Rasmus Lerdorf [Mon, 29 Aug 2011 06:19:40 +0000 (06:19 +0000)]
Fix another broken test. root can read 0200 files.
Gustavo André dos Santos Lopes [Mon, 29 Aug 2011 05:00:26 +0000 (05:00 +0000)]
- Added libxml_set_external_entity_loader().
Rui Hirokawa [Sun, 28 Aug 2011 04:32:22 +0000 (04:32 +0000)]
reduced footprint for sjis-mac
Rasmus Lerdorf [Sat, 27 Aug 2011 19:00:59 +0000 (19:00 +0000)]
<?= is always enabled now
Boris Lytochkin [Sat, 27 Aug 2011 08:16:32 +0000 (08:16 +0000)]
export ERRNO_OID_PARSING_ERROR constant:
raise it evry time OID parsing has failed
Boris Lytochkin [Sat, 27 Aug 2011 07:24:44 +0000 (07:24 +0000)]
reformat OID parsing procedure,
fail whole SNMP query on single OID parsing failure
Rui Hirokawa [Sat, 27 Aug 2011 01:25:10 +0000 (01:25 +0000)]
corrected valid unicode area.
Rui Hirokawa [Sat, 27 Aug 2011 00:07:20 +0000 (00:07 +0000)]
update pua conversion tables.
Andrey Hristov [Fri, 26 Aug 2011 12:14:31 +0000 (12:14 +0000)]
fix valgrind warnings in debug builds
Sebastian Bergmann [Fri, 26 Aug 2011 07:40:31 +0000 (07:40 +0000)]
Close #55490.
Boris Lytochkin [Thu, 25 Aug 2011 06:00:11 +0000 (06:00 +0000)]
tune test's README more per FR #55474
Rui Hirokawa [Wed, 24 Aug 2011 15:28:44 +0000 (15:28 +0000)]
added iso2022jp-mobile and emoji unsuppoted in unicode 6.0.
Xinchen Hui [Wed, 24 Aug 2011 10:15:47 +0000 (10:15 +0000)]
Eliminated compile warning "comparison is always false due to limited range of data type"
Fixed test failed due to mysql_pconnect throw warning
Fixed test failed when host mysql server doesn't listen on 3306
Scott MacVicar [Wed, 24 Aug 2011 06:50:39 +0000 (06:50 +0000)]
Fix typo in tests for ldap bug #42060
Christopher Jones [Tue, 23 Aug 2011 20:59:10 +0000 (20:59 +0000)]
Update log, marking 5.4 and trunk as XFAIL due to bug #55496
Boris Lytochkin [Tue, 23 Aug 2011 19:13:49 +0000 (19:13 +0000)]
apply docs fixes suggested in BR #55474
Pierre Joye [Tue, 23 Aug 2011 18:32:53 +0000 (18:32 +0000)]
- ws
Daniel Convissor [Tue, 23 Aug 2011 16:40:19 +0000 (16:40 +0000)]
Fix differences in some sub() results that were causing tests to fail.
Johannes Schlüter [Tue, 23 Aug 2011 15:43:40 +0000 (15:43 +0000)]
- Add a note to mention changeLog and downloads in the news entry
Hannes Magnusson [Tue, 23 Aug 2011 10:00:18 +0000 (10:00 +0000)]
Sync -development with -production
Xinchen Hui [Tue, 23 Aug 2011 02:48:28 +0000 (02:48 +0000)]
update NEWS
Christopher Jones [Mon, 22 Aug 2011 23:56:34 +0000 (23:56 +0000)]
Sync date with actual PECL release date for correctness
Christopher Jones [Mon, 22 Aug 2011 18:06:08 +0000 (18:06 +0000)]
Remove duplicated test
Xinchen Hui [Mon, 22 Aug 2011 15:51:49 +0000 (15:51 +0000)]
Added _SERVER[SERVER_SOFTWARE] for built-in server
Daniel Convissor [Mon, 22 Aug 2011 14:47:12 +0000 (14:47 +0000)]
Fix spring tests for dst/st transition second.
Xinchen Hui [Mon, 22 Aug 2011 11:55:41 +0000 (11:55 +0000)]
Fixed #55463 (cli-server missing _SERVER[REMOTE_ADDR])