<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/.gitattributes, branch php-8.0.2</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>Sync mysqlnd version with PHP version</title>
<updated>2019-07-15T12:20:58+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-07-15T09:43:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=37043e07dfa57dbc567b7217ca7aa25a1385ccb6'/>
<id>37043e07dfa57dbc567b7217ca7aa25a1385ccb6</id>
<content type='text'>
Since mysqlnd is solely developed in the php-src repository, it makes
not much sense to have its own version number, particularly since
nobody cares to update it.  Therefore we use PHP's version number, but
stick with the "mysqlnd" prefix which can be important to distinguish
the mysqli driver (libmysqlclient vs. mysqlnd).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since mysqlnd is solely developed in the php-src repository, it makes
not much sense to have its own version number, particularly since
nobody cares to update it.  Therefore we use PHP's version number, but
stick with the "mysqlnd" prefix which can be important to distinguish
the mysqli driver (libmysqlclient vs. mysqlnd).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix .gitattributes</title>
<updated>2018-10-20T20:58:27+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-10-06T06:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=04be076a5d8bf17010299f36bf7315cdd4504983'/>
<id>04be076a5d8bf17010299f36bf7315cdd4504983</id>
<content type='text'>
The `crlf` Git attribute has been long deprecated and made obsolete. A
replacement for using `-crlf` is `-text`. That way Git doesn't do
newlines normalization on any system.

Since the phpt files don't need specific line endings in any files
except for some special CR characters in some, this can be also removed
and line normalization can happen on all phpt files. The run-tests.php
file converts the CRLF to LF before running the test.

This patch also sets a `diff` attributes for all *.phpt files. It
helps showing diffs for some phpt files with special characters such
as ASCII control characters which makes Git recognize them as binary and
stops showing commit diffs otherwise

Some additional short info about used Git attributes has been also added
as comments for easier understanding.

Remove -text gitattribute
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `crlf` Git attribute has been long deprecated and made obsolete. A
replacement for using `-crlf` is `-text`. That way Git doesn't do
newlines normalization on any system.

Since the phpt files don't need specific line endings in any files
except for some special CR characters in some, this can be also removed
and line normalization can happen on all phpt files. The run-tests.php
file converts the CRLF to LF before running the test.

This patch also sets a `diff` attributes for all *.phpt files. It
helps showing diffs for some phpt files with special characters such
as ASCII control characters which makes Git recognize them as binary and
stops showing commit diffs otherwise

Some additional short info about used Git attributes has been also added
as comments for easier understanding.

Remove -text gitattribute
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Git ident attribute from the iconv extension</title>
<updated>2018-06-16T10:49:55+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-06-12T13:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5651b1a7ca760aee1733a6b058d011f09942a6c4'/>
<id>5651b1a7ca760aee1733a6b058d011f09942a6c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove SVN revision from phar phpinfo output</title>
<updated>2018-06-16T10:47:33+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-06-12T14:09:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7bf091c5c20acfaafa5eb2fde2c1802c96c57431'/>
<id>7bf091c5c20acfaafa5eb2fde2c1802c96c57431</id>
<content type='text'>
The SVN revision was utilized with Subversion. The Git ident
attribute applies only for particular file and since other core
extensions don't output this information anymore this patch
removes it from the phpinfo output to sync and make the phpinfo
core extensions more consistent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The SVN revision was utilized with Subversion. The Git ident
attribute applies only for particular file and since other core
extensions don't output this information anymore this patch
removes it from the phpinfo output to sync and make the phpinfo
core extensions more consistent.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove revision from OCI8 extension</title>
<updated>2018-06-10T19:22:12+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-06-10T18:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eebad01672b4201afa1049eb2f99508ac75fe2f6'/>
<id>eebad01672b4201afa1049eb2f99508ac75fe2f6</id>
<content type='text'>
The revisions were used in SVN. Other core extensions don't
provide this information in the phpinfo output anymore so
this patch removes it from the OCI8 info output to make it
consistent with other extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The revisions were used in SVN. Other core extensions don't
provide this information in the phpinfo output anymore so
this patch removes it from the OCI8 info output to make it
consistent with other extensions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove exif version from the phpinfo output</title>
<updated>2018-06-09T13:32:21+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-06-03T03:23:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7bb741cad97d57325ad88ab724b2a2707a08725f'/>
<id>7bb741cad97d57325ad88ab724b2a2707a08725f</id>
<content type='text'>
This patch removes the exif version in the phpinfo output to sync it
with the rest of the php bundled extensions. Also in the past the
revision id from the version control system was used and is today not
needed anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes the exif version in the phpinfo output to sync it
with the rest of the php bundled extensions. Also in the past the
revision id from the version control system was used and is today not
needed anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync phpinfo output for pdo_pgsql</title>
<updated>2018-06-08T21:06:22+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-06-03T02:32:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=25c35ab30a0caf4376a31891f44970d579ebfe1f'/>
<id>25c35ab30a0caf4376a31891f44970d579ebfe1f</id>
<content type='text'>
This patch removes the module version and revision from the phpinfo
output to sync the phpinfo with the rest of the bundled extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes the module version and revision from the phpinfo
output to sync the phpinfo with the rest of the bundled extensions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove enchant version from the phpinfo output</title>
<updated>2018-06-04T16:40:38+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-06-03T03:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=279498564fbf95ee118b4b9109964ac72e2640fb'/>
<id>279498564fbf95ee118b4b9109964ac72e2640fb</id>
<content type='text'>
This patch syncs the phpinfo output with other bundled extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch syncs the phpinfo output with other bundled extensions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync tidy phpinfo extension version</title>
<updated>2018-06-04T15:10:49+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-06-02T15:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cf6b24ccdadc843d6768531176d6b23fb206afab'/>
<id>cf6b24ccdadc843d6768531176d6b23fb206afab</id>
<content type='text'>
This patch removes the tidy extension Git ident attribute blob name from
the phpinfo output to be synced with other extensions versioning system
and replaces table header with normal row in the first tidy info table.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes the tidy extension Git ident attribute blob name from
the phpinfo output to be synced with other extensions versioning system
and replaces table header with normal row in the first tidy info table.
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize the ldap extension version in phpinfo output</title>
<updated>2018-06-04T15:06:41+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-06-02T15:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cb64696ca68a7b3bd5a3a90c2df02c8a295aaf6e'/>
<id>cb64696ca68a7b3bd5a3a90c2df02c8a295aaf6e</id>
<content type='text'>
This patch normalizes the phpinfo output for the ldap extension and
removes the displayed Git attribute ident blob object name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch normalizes the phpinfo output for the ldap extension and
removes the displayed Git attribute ident blob object name.
</pre>
</div>
</content>
</entry>
</feed>
