History log of /PHP-7.2/run-tests.php (Results 451 – 475 of 535)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6a1f477b 23-Oct-2002 Derick Rethans

[0.05]
- Disable html_errors in info sent


# e96e0ae0 23-Oct-2002 Jan Lehnardt

- use the cc that was detected by ./configure when determining version
information in run-tests.php


# 69ce017d 23-Oct-2002 Marcus Boerger

remove *.php file for EXPECTF tests, too.


# 70251bca 23-Oct-2002 Jan Lehnardt

- be more verbose


# e83ca7dc 22-Oct-2002 Stefan Esser

fix make test for an external build dir setup


# 8312f144 22-Oct-2002 Marcus Boerger

Give back the php file and leave it in case test fails.


# a26a849b 21-Oct-2002 Moriyoshi Koizumi

Fixed typo.


# cd410cbf 21-Oct-2002 Moriyoshi Koizumi

\s cannot be used with ereg()


# 988c3557 21-Oct-2002 Sander Roobol

The results of each test should go on a single line


# 8e9f83ad 21-Oct-2002 Derick Rethans

- Stijl polizei


# 7bb87c31 21-Oct-2002 Melvyn Sopacua

Adds a 'reason' for skipping a test.
# See modifications on ext/xml/tests/007.phpt for example


# ca1e7301 18-Oct-2002 Derick Rethans

- Added %x for HEX chars
- Added %d as alias for %i (too much C here :)
- Added beginning and end markers to regexp


# 03cc839d 17-Oct-2002 Derick Rethans

- Removing debugging info


# 8c6a49f0 15-Oct-2002 Ilia Alshanetsky

Fixed a bug in the calculation of the POST request length.


# e6bcb07c 14-Oct-2002 Yasuo Ohgaki

Fixed warnings


# 2b34f26b 14-Oct-2002 Derick Rethans

- Added the TEST_PHP_USER environment variable with which you can specify
additional directories with tests to run. This is ideal for having your own
test suite on your system. You can sp

- Added the TEST_PHP_USER environment variable with which you can specify
additional directories with tests to run. This is ideal for having your own
test suite on your system. You can specify more directories by seperating them
with a ",", for example:

TEST_PHP_USER=/dat/dev/xdebug/tests,/dat/dev/srm/tests make test

show more ...


# e17d6518 12-Oct-2002 Derick Rethans

- woohooo! Automatic build test submits!


Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# b5676a5b 10-Oct-2002 Melvyn Sopacua

When you say string, match at least one char in EXPECTF section
Plus a little protection against globbing like ext/foo/tests/* or worse.

# yes, I've done that


# 4fcc3df5 08-Oct-2002 Derick Rethans

- Fix .exp output


# f830c481 08-Oct-2002 Derick Rethans

- Show easier parseable and greppable output


# ede9bd58 08-Oct-2002 Derick Rethans

- Use getenv, as $_ENV is not available when variables_order= in php.ini
does not include "E".


# d53dd888 08-Oct-2002 Derick Rethans

- Drop requirement for php.ini-dist
- Adjust test script to hard code ini settings


# 9a010bec 08-Oct-2002 foobar

ws fixes


# 35dc97df 07-Oct-2002 Sander Roobol

Temporary (?) workaround (?) for is_executable() on Windows.


# bcddd58a 07-Oct-2002 Melvyn Sopacua

Add --EXPECTF-- section: 'sprintf' for EXPECT sections. See for usage
example ext/xslt/tests/009.phpt.
# To aid debugging, a little commented section is left in, this can be
# stripped in

Add --EXPECTF-- section: 'sprintf' for EXPECT sections. See for usage
example ext/xslt/tests/009.phpt.
# To aid debugging, a little commented section is left in, this can be
# stripped in due time, or properly integrated with some --debugging flag.
# But it's quite useful, when you make such tests.

show more ...


1...<<11121314151617181920>>...22