]> granicus.if.org Git - php/log
php
13 years agoMove the XFAILED printout way up the list so we can actually notice the really failin...
Hannes Magnusson [Thu, 1 Sep 2011 13:06:12 +0000 (13:06 +0000)]
Move the XFAILED printout way up the list so we can actually notice the really failing ones

13 years ago- win and nux work the same way
Pierre Joye [Thu, 1 Sep 2011 12:42:54 +0000 (12:42 +0000)]
- win and nux work the same way

13 years ago- force LF eol style as this test depends on it
Pierre Joye [Thu, 1 Sep 2011 12:35:41 +0000 (12:35 +0000)]
- force LF eol style as this test depends on it

13 years agoSimplify mysqlnd debug trace marginally for debugging
Ulf Wendel [Thu, 1 Sep 2011 11:48:18 +0000 (11:48 +0000)]
Simplify mysqlnd debug trace marginally for debugging

13 years ago- consider that bison 2.x is used. updated our ci boxes accordingly (windows too...
Pierre Joye [Thu, 1 Sep 2011 11:40:37 +0000 (11:40 +0000)]
- consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4

13 years ago- consider that bison 2.x is used. updated our ci boxes accordingly (windows too...
Pierre Joye [Thu, 1 Sep 2011 11:40:23 +0000 (11:40 +0000)]
- consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4

13 years agoHack around http://bugs.mysql.com/62320
Ulf Wendel [Thu, 1 Sep 2011 11:27:14 +0000 (11:27 +0000)]
Hack around http://bugs.mysql.com/62320

13 years agoSeeing thousands of PASS tests flying by is meaningless.
Hannes Magnusson [Thu, 1 Sep 2011 11:00:51 +0000 (11:00 +0000)]
Seeing thousands of PASS tests flying by is meaningless.
Add an option to only print certain result groups.

13 years ago- force LF eol style as this test depends on it
Pierre Joye [Thu, 1 Sep 2011 09:33:43 +0000 (09:33 +0000)]
- force LF eol style as this test depends on it

13 years agoFixed test randomly failing due to different error messages. Also added a skip
Matteo Beccati [Thu, 1 Sep 2011 00:45:56 +0000 (00:45 +0000)]
Fixed test randomly failing due to different error messages. Also added a skip
section in case "fakeURL" resolves to an IP address, as some empty error
messages and HTML can be seen in the reports

13 years ago- Change PDO_oci connection defaults to match Oracle XE defaults, higher chance
Johannes Schlüter [Wed, 31 Aug 2011 23:42:04 +0000 (23:42 +0000)]
- Change PDO_oci connection defaults to match Oracle XE defaults, higher chance
  to work out of the box

13 years ago- error msg may vary (parser)
Pierre Joye [Wed, 31 Aug 2011 23:12:35 +0000 (23:12 +0000)]
- error msg may vary (parser)

13 years agoFixed test. Apparently it was already fixed on PHP_5_3 98% of the cases and
Matteo Beccati [Wed, 31 Aug 2011 22:38:20 +0000 (22:38 +0000)]
Fixed test. Apparently it was already fixed on PHP_5_3 98% of the cases and
the fix wasn't ported to trunk/PHP_5_4. However the very same test was failing
on my FreeBSD 6.2 box, that appears to also decode the "ks_c_5601-1987" parts,
so I've made the test more generic.

13 years agoFixed false positive failure on gcov
Matteo Beccati [Wed, 31 Aug 2011 22:12:53 +0000 (22:12 +0000)]
Fixed false positive failure on gcov

13 years ago- error msg may vary (parser)
Pierre Joye [Wed, 31 Aug 2011 20:16:11 +0000 (20:16 +0000)]
- error msg may vary (parser)

13 years ago- error msg may vary (parser)
Pierre Joye [Wed, 31 Aug 2011 20:14:13 +0000 (20:14 +0000)]
- error msg may vary (parser)

13 years ago- error msg may vary
Pierre Joye [Wed, 31 Aug 2011 20:10:22 +0000 (20:10 +0000)]
- error msg may vary

13 years ago- typo
Pierre Joye [Wed, 31 Aug 2011 20:07:44 +0000 (20:07 +0000)]
- typo

13 years agoFixed expect format to ignore the textual error message from readlink().
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

13 years agoFix valgrind error (sending of initialized bytes over the network).
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!

13 years ago- Update PDO_mysql error mapping
Johannes Schlüter [Wed, 31 Aug 2011 15:46:07 +0000 (15:46 +0000)]
- Update PDO_mysql error mapping

13 years ago- force LF eol style as this test depends on it
Pierre Joye [Wed, 31 Aug 2011 15:44:01 +0000 (15:44 +0000)]
- force LF eol style as this test depends on it

13 years ago- 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

13 years ago- Be less restrictive on the SQL state, some server versions might fool us
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

13 years agoPlease, whenever changing the mysqli API update the tests. Don't wait for me to catch up.
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.

13 years agoNew utility function to check for '[1148] The used command is not allowed with this...
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

13 years agoCheck if server supports LOAD DATA LOCAL INFILE to catch [1148] The used command...
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

13 years ago- force LF eol style as this test depends on it (size)
Pierre Joye [Wed, 31 Aug 2011 12:26:55 +0000 (12:26 +0000)]
- force LF eol style as this test depends on it (size)

13 years ago- force LF eol style as this test depends on it (size)
Pierre Joye [Wed, 31 Aug 2011 11:26:27 +0000 (11:26 +0000)]
- force LF eol style as this test depends on it (size)

13 years ago- 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)

13 years ago- Fix Bug #55550 mysql.trace_mode miscounts result sets,
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

13 years ago- use only the test name
Pierre Joye [Wed, 31 Aug 2011 10:30:39 +0000 (10:30 +0000)]
- use only the test name

13 years agoRemove annoying extra newline on XFAIL summaries
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

13 years ago- force LF eol style as this test depends on it (size)
Pierre Joye [Wed, 31 Aug 2011 10:08:55 +0000 (10:08 +0000)]
- force LF eol style as this test depends on it (size)

13 years ago- make it parser version independent
Pierre Joye [Wed, 31 Aug 2011 10:05:54 +0000 (10:05 +0000)]
- make it parser version independent

13 years agofix xsl tests
Christian Stocker [Wed, 31 Aug 2011 09:16:04 +0000 (09:16 +0000)]
fix xsl tests

13 years ago- force LF eol style as this test depends on it (size)
Pierre Joye [Wed, 31 Aug 2011 08:35:57 +0000 (08:35 +0000)]
- force LF eol style as this test depends on it (size)

13 years agofix news entries
Arpad Ray [Tue, 30 Aug 2011 14:01:35 +0000 (14:01 +0000)]
fix news entries

13 years agoFixed a few false positives on gcov for ext/pgsql
Matteo Beccati [Tue, 30 Aug 2011 14:01:03 +0000 (14:01 +0000)]
Fixed a few false positives on gcov for ext/pgsql

13 years agoAdd skipifs for bug#54971 (patch by datibbaw@)
Hannes Magnusson [Tue, 30 Aug 2011 13:46:24 +0000 (13:46 +0000)]
Add skipifs for bug#54971 (patch by datibbaw@)

13 years agoFixed bug#48476
Hannes Magnusson [Tue, 30 Aug 2011 13:41:57 +0000 (13:41 +0000)]
Fixed bug#48476

13 years ago- ws
Pierre Joye [Tue, 30 Aug 2011 05:44:37 +0000 (05:44 +0000)]
- ws

13 years agonews entry for r66021 Log:
Arpad Ray [Mon, 29 Aug 2011 21:45:42 +0000 (21:45 +0000)]
news entry for r66021 Log:

13 years agoFixed bug #55366: keys lost when using substr_replace an array
Arpad Ray [Mon, 29 Aug 2011 21:35:28 +0000 (21:35 +0000)]
Fixed bug #55366: keys lost when using substr_replace an array

13 years agofixed bug #55267 - session_regenerate_id fails after header sent even if session...
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

13 years agoNEWS entry for fix #55510: $_FILES 'name' missing first character after upload
Arpad Ray [Mon, 29 Aug 2011 21:15:04 +0000 (21:15 +0000)]
NEWS entry for fix #55510: $_FILES 'name' missing first character after upload

13 years agofix #55510: $_FILES 'name' missing first character after upload
Arpad Ray [Mon, 29 Aug 2011 21:11:07 +0000 (21:11 +0000)]
fix #55510: $_FILES 'name' missing first character after upload

13 years ago- Updated to version 2011.9 (2011i)
Derick Rethans [Mon, 29 Aug 2011 16:37:56 +0000 (16:37 +0000)]
- Updated to version 2011.9 (2011i)

13 years agoFixed bug#53872 (internal corruption of phar)
Hannes Magnusson [Mon, 29 Aug 2011 16:05:45 +0000 (16:05 +0000)]
Fixed bug#53872 (internal corruption of phar)

13 years agoWhopsy, this change in 5.4, not 5.3
Hannes Magnusson [Mon, 29 Aug 2011 14:27:17 +0000 (14:27 +0000)]
Whopsy, this change in 5.4, not 5.3

13 years agoFixed bug#52013 (Unable to decompress files in a compressed phar)
Hannes Magnusson [Mon, 29 Aug 2011 14:19:54 +0000 (14:19 +0000)]
Fixed bug#52013 (Unable to decompress files in a compressed phar)

13 years agoThe Phar class extends RecursiveDirectoryIterator, which has changed the way it ensur...
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

13 years agofix xsl date tests
Christian Stocker [Mon, 29 Aug 2011 11:44:30 +0000 (11:44 +0000)]
fix xsl date tests

13 years agoThe link error on an out-of-sync command doesn't start with 0
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

13 years agoFix another broken test. root can read 0200 files.
Rasmus Lerdorf [Mon, 29 Aug 2011 06:19:40 +0000 (06:19 +0000)]
Fix another broken test. root can read 0200 files.

13 years agofix valgrind warnings in debug builds
Andrey Hristov [Fri, 26 Aug 2011 12:14:31 +0000 (12:14 +0000)]
fix valgrind warnings in debug builds

13 years agoRevert my previous change - getting different results in different environments,...
Joey Smith [Wed, 24 Aug 2011 16:15:35 +0000 (16:15 +0000)]
Revert my previous change - getting different results in different environments, shouldn't have committed it

13 years agoFix tests/lang/bug45392.phpt to log expected error when run with -n flag
Joey Smith [Wed, 24 Aug 2011 15:56:12 +0000 (15:56 +0000)]
Fix tests/lang/bug45392.phpt to log expected error when run with -n flag

13 years agoFixed failed test to take into account printed warnings like in 5.4 and trunk branches.
Shein Alexey [Wed, 24 Aug 2011 12:25:30 +0000 (12:25 +0000)]
Fixed failed test to take into account printed warnings like in 5.4 and trunk branches.

13 years agoApply r315270 to 5.3
Xinchen Hui [Wed, 24 Aug 2011 08:00:23 +0000 (08:00 +0000)]
Apply r315270 to 5.3
Fixed test script failed when host mysql doesn't listen on 3306
Fxied test script failed due to mysql_pconnect trigger a warning

13 years agoUpdate log, marking 5.4 and trunk as XFAIL due to bug #55496
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

13 years agoFix NEWS entries for ongoing 5.3.9 development
Uwe Schindler [Tue, 23 Aug 2011 17:03:19 +0000 (17:03 +0000)]
Fix NEWS entries for ongoing 5.3.9 development

13 years agoFix differences in some sub() results that were causing tests to fail.
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.

13 years agoSync r314808 to 5_3 branch
Xinchen Hui [Tue, 23 Aug 2011 10:18:48 +0000 (10:18 +0000)]
Sync r314808 to 5_3 branch
Eliminated compiler warnings "comparison is always false",  "cast to pointer from integer of different siz" and tail zero warnings

13 years agoSync -development with -production
Hannes Magnusson [Tue, 23 Aug 2011 10:00:18 +0000 (10:00 +0000)]
Sync -development with -production

13 years agoFix bug #55483 (extra > at the end of html tag in phpinfo).
Adam Harvey [Tue, 23 Aug 2011 06:07:24 +0000 (06:07 +0000)]
Fix bug #55483 (extra > at the end of html tag in phpinfo).

13 years agoReapply the commit of revision 315259 on 5.3.9
Pierrick Charron [Tue, 23 Aug 2011 03:09:09 +0000 (03:09 +0000)]
Reapply the commit of revision 315259 on 5.3.9

13 years agoSync date with actual PECL release date for correctness
Christopher Jones [Mon, 22 Aug 2011 23:56:34 +0000 (23:56 +0000)]
Sync date with actual PECL release date for correctness

13 years agoFix year (we won't make 2001 anymore, I assume)
Johannes Schlüter [Mon, 22 Aug 2011 23:34:05 +0000 (23:34 +0000)]
Fix year (we won't make 2001 anymore, I assume)

13 years agoBack to -dev
Johannes Schlüter [Mon, 22 Aug 2011 23:24:22 +0000 (23:24 +0000)]
Back to -dev

13 years ago- PHP 5.3.8
Johannes Schlüter [Mon, 22 Aug 2011 22:08:48 +0000 (22:08 +0000)]
- PHP 5.3.8

13 years ago- Update NEWS
Johannes Schlüter [Mon, 22 Aug 2011 21:37:57 +0000 (21:37 +0000)]
- Update NEWS

13 years ago- Revert r313616 (When we have a blocking SSL socket, respect the timeout
Johannes Schlüter [Mon, 22 Aug 2011 21:32:04 +0000 (21:32 +0000)]
- Revert r313616 (When we have a blocking SSL socket, respect the timeout
  option, scottmac)

# This caused bug #55283, we should investigate a proper solution without
# breaking anything.

13 years agoFix spring tests for dst/st transition second.
Daniel Convissor [Mon, 22 Aug 2011 14:47:12 +0000 (14:47 +0000)]
Fix spring tests for dst/st transition second.

13 years agoRevert commit 315259 as requested
Pierrick Charron [Mon, 22 Aug 2011 11:35:19 +0000 (11:35 +0000)]
Revert commit 315259 as requested
# Will apply the patch on this branch after 5.3.8

13 years agoDon't run the test on windows, Unix specific
Andrey Hristov [Mon, 22 Aug 2011 11:07:35 +0000 (11:07 +0000)]
Don't run the test on windows, Unix specific

13 years agoFix Bug #55473 mysql_pconnect leaks file descriptors on reconnect
Andrey Hristov [Mon, 22 Aug 2011 10:42:43 +0000 (10:42 +0000)]
Fix Bug #55473  mysql_pconnect leaks file descriptors on reconnect
The fix is for now in 5_4 and trunk, to be merged into 5_3 after 5.3.8
is packaged (expected today). The test case goes to all branches

13 years ago- Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even though...
Pierrick Charron [Mon, 22 Aug 2011 01:11:22 +0000 (01:11 +0000)]
- Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)
# Patch was not committed on the PHP5.3 branch

13 years agoDebian/Ubuntu don't have any special CFLAGS listed here for
Rasmus Lerdorf [Sun, 21 Aug 2011 22:57:13 +0000 (22:57 +0000)]
Debian/Ubuntu don't have any special CFLAGS listed here for
gssapi which shouldn't break the build.

13 years ago- merge two mysqli section
Pierre Joye [Sun, 21 Aug 2011 14:31:11 +0000 (14:31 +0000)]
- merge two mysqli section

13 years agoUnbreak crypt() (fix bug #55439)
Stanislav Malyshev [Fri, 19 Aug 2011 22:49:18 +0000 (22:49 +0000)]
Unbreak crypt() (fix bug #55439)
# If you want to remove static analyser messages, be my guest,
# but please run unit tests after

13 years ago- Fixed bug #52461 (Incomplete doctype and missing xmlns)
Pierre Joye [Fri, 19 Aug 2011 09:59:47 +0000 (09:59 +0000)]
- Fixed bug #52461 (Incomplete doctype and missing xmlns)

13 years agoBug #55403: Don't set $_SERVER['HTTPS'] on unsecure connection
Uwe Schindler [Thu, 18 Aug 2011 19:12:49 +0000 (19:12 +0000)]
Bug #55403: Don't set $_SERVER['HTTPS'] on unsecure connection

13 years agoBack to dev
Ilia Alshanetsky [Wed, 17 Aug 2011 14:28:24 +0000 (14:28 +0000)]
Back to dev

13 years ago5.3.7
Ilia Alshanetsky [Wed, 17 Aug 2011 13:30:04 +0000 (13:30 +0000)]
5.3.7

13 years agoMore test portability fixes mostly for gcov.php.net
Christopher Jones [Sat, 13 Aug 2011 00:43:34 +0000 (00:43 +0000)]
More test portability fixes mostly for gcov.php.net

13 years agoprevent a crash if cs is NULL, which can happen with MS and lazy connections
Andrey Hristov [Fri, 12 Aug 2011 14:55:00 +0000 (14:55 +0000)]
prevent a crash if cs is NULL, which can happen with MS and lazy connections

13 years agoMySQL 5.6 fractional seconds and PS
Ulf Wendel [Fri, 12 Aug 2011 11:51:44 +0000 (11:51 +0000)]
MySQL 5.6 fractional seconds and PS

13 years agoAndrey, please have a look. Not sure if the test is correct, e.g. MySQL 5.5.3+ really...
Ulf Wendel [Fri, 12 Aug 2011 11:23:36 +0000 (11:23 +0000)]
Andrey, please have a look. Not sure if the test is correct, e.g. MySQL 5.5.3+ really needed?

13 years agoAndrey, please have a look. This should not cause errors.
Ulf Wendel [Fri, 12 Aug 2011 11:23:16 +0000 (11:23 +0000)]
Andrey, please have a look. This should not cause errors.

13 years agoFix bug number there
Rasmus Lerdorf [Thu, 11 Aug 2011 19:20:53 +0000 (19:20 +0000)]
Fix bug number there

13 years agoBack to dev
Ilia Alshanetsky [Thu, 11 Aug 2011 14:35:08 +0000 (14:35 +0000)]
Back to dev

13 years ago5.3.7RC5
Ilia Alshanetsky [Thu, 11 Aug 2011 13:02:49 +0000 (13:02 +0000)]
5.3.7RC5

13 years agoFixed bug #55399 (parse_url() incorrectly treats ':' as a valid path)
Ilia Alshanetsky [Thu, 11 Aug 2011 13:01:52 +0000 (13:01 +0000)]
Fixed bug #55399 (parse_url() incorrectly treats ':' as a valid path)

13 years ago- fix build (introduce by r314641)
Pierre Joye [Thu, 11 Aug 2011 07:11:39 +0000 (07:11 +0000)]
- fix build (introduce by r314641)

13 years agoFixed possible memory leak
Dmitry Stogov [Thu, 11 Aug 2011 06:38:42 +0000 (06:38 +0000)]
Fixed possible memory leak

13 years agoUse HOST_NAME_MAX constant here instead for the gethostname() func
Rasmus Lerdorf [Wed, 10 Aug 2011 17:40:56 +0000 (17:40 +0000)]
Use HOST_NAME_MAX constant here instead for the gethostname() func

13 years agoFix win32 build
Ilia Alshanetsky [Wed, 10 Aug 2011 15:59:32 +0000 (15:59 +0000)]
Fix win32 build

13 years agoFixed memset usage (identified by coverity)
Ilia Alshanetsky [Wed, 10 Aug 2011 15:30:07 +0000 (15:30 +0000)]
Fixed memset usage (identified by coverity)

13 years agorelax constraint
Andrey Hristov [Wed, 10 Aug 2011 14:12:24 +0000 (14:12 +0000)]
relax constraint