<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/run-tests.php, branch php-7.3.14</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-07-25T15:49:18+00:00</updated>
<author>
<name>Levi Morrison</name>
<email>levim@php.net</email>
</author>
<published>2019-07-25T15:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c624a7fe43728f9d74e23c43bbbf6b45097cdd22'/>
<id>c624a7fe43728f9d74e23c43bbbf6b45097cdd22</id>
<content type='text'>
* PHP-7.2:
  Remove .post files only for passing tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Remove .post files only for passing tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove .post files only for passing tests</title>
<updated>2019-07-25T15:48:39+00:00</updated>
<author>
<name>Levi Morrison</name>
<email>levim@php.net</email>
</author>
<published>2019-07-25T15:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5649267b257c78e46a934434c0bff894e0b5b694'/>
<id>5649267b257c78e46a934434c0bff894e0b5b694</id>
<content type='text'>
This allows the sh script for failing tests with --POST-- to work
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the sh script for failing tests with --POST-- to work
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CONFLICTS to recognized sections</title>
<updated>2019-07-10T11:09:06+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-07-10T11:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3fa9f9cfae2cedd7b6d26b6487dd156321243ab7'/>
<id>3fa9f9cfae2cedd7b6d26b6487dd156321243ab7</id>
<content type='text'>
It does nothing on 7.3, but this makes it easier to write tests in
3rd party extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It does nothing on 7.3, but this makes it easier to write tests in
3rd party extensions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-06-13T10:38:57+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-06-13T10:38:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ee137a703372e92583e9dfb6e2f3a9d66ebde556'/>
<id>ee137a703372e92583e9dfb6e2f3a9d66ebde556</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for bug #78106</title>
<updated>2019-06-13T10:35:29+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-06-13T10:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f8a68fd9350ac97d33d1773453c4e9d47a97b33f'/>
<id>f8a68fd9350ac97d33d1773453c4e9d47a97b33f</id>
<content type='text'>
Also add PHP_TEST_EXTRA_ARGS environment variable, which allows
to pass on -c, -d etc flags provided by run-tests.php. Otherwise
we won't get the built-in server to run with opcache.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add PHP_TEST_EXTRA_ARGS environment variable, which allows
to pass on -c, -d etc flags provided by run-tests.php. Otherwise
we won't get the built-in server to run with opcache.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore the execute bit for run-tests.php</title>
<updated>2019-05-28T20:51:26+00:00</updated>
<author>
<name>Craig Duncan</name>
<email>duncan3dc@php.net</email>
</author>
<published>2019-05-28T20:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=72c330f1e6000e6b52f92c13c42bf9c620c20ddf'/>
<id>72c330f1e6000e6b52f92c13c42bf9c620c20ddf</id>
<content type='text'>
It looks like this was accidentally removed in 03f15f705ad30ce2dde7f7b2ab087a132b859ba0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It looks like this was accidentally removed in 03f15f705ad30ce2dde7f7b2ab087a132b859ba0
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-05-08T17:22:21+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-05-08T17:22:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=236522529c0f2d43473e45d5a2801dc6f0d2f420'/>
<id>236522529c0f2d43473e45d5a2801dc6f0d2f420</id>
<content type='text'>
* PHP-7.2:
  Add {TMP} placeholder for PHPT INI sections
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Add {TMP} placeholder for PHPT INI sections
</pre>
</div>
</content>
</entry>
<entry>
<title>Add {TMP} placeholder for PHPT INI sections</title>
<updated>2019-05-08T17:21:38+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-05-08T15:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3d0a0f801b6eb0ec7d4fdee119b339d2dab9771f'/>
<id>3d0a0f801b6eb0ec7d4fdee119b339d2dab9771f</id>
<content type='text'>
Several tests use `/tmp` in the `--INI--` section, but this is not
portable.  We therefore introduce the `{TMP}` placeholder which
evaluates to the system's temporary directory using
`sys_get_temp_dir()`.

We also remove the doubtful `strpos()` optimization.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several tests use `/tmp` in the `--INI--` section, but this is not
portable.  We therefore introduce the `{TMP}` placeholder which
evaluates to the system's temporary directory using
`sys_get_temp_dir()`.

We also remove the doubtful `strpos()` optimization.
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim trailing whitespace in source code files</title>
<updated>2018-10-13T12:14:50+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-10-13T12:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=902d39a3a79c6efe93c8879575fdd5a759cf03de'/>
<id>902d39a3a79c6efe93c8879575fdd5a759cf03de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small tweaks to php scripts</title>
<updated>2018-07-14T22:33:35+00:00</updated>
<author>
<name>Gabriel Caruso</name>
<email>carusogabriel34@gmail.com</email>
</author>
<published>2018-07-09T03:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c7d1c14b5c932670091eb85719b3dc28db55e383'/>
<id>c7d1c14b5c932670091eb85719b3dc28db55e383</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
