<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/sqlite3/tests/bug73333.phpt, branch php-7.2.31</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>Fix CRLF line-endings in tests</title>
<updated>2016-11-20T21:31:24+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-11-20T20:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=45f7b2bcc8f95e793c1a9bb60da0848860c060fb'/>
<id>45f7b2bcc8f95e793c1a9bb60da0848860c060fb</id>
<content type='text'>
Also fix a single instance of CRLF in ibase_query.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix a single instance of CRLF in ibase_query.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #73333: 2147483647 is fetched as string</title>
<updated>2016-10-17T21:34:41+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2016-10-17T14:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=86e603a664afdc3a12ead0eaca5d37fa8a379381'/>
<id>86e603a664afdc3a12ead0eaca5d37fa8a379381</id>
<content type='text'>
We return all integers that can be represented as such by PHP as
integers, and only those that exceed the possible range as strings.
On builds which represent integers with 64 bits, the range check is
unnecessary and might cause code checkers to complain, so we skip this
special casing via the preprocessor according to
&lt;http://git.php.net/?p=php-src.git;a=commit;h=99d087e5&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We return all integers that can be represented as such by PHP as
integers, and only those that exceed the possible range as strings.
On builds which represent integers with 64 bits, the range check is
unnecessary and might cause code checkers to complain, so we skip this
special casing via the preprocessor according to
&lt;http://git.php.net/?p=php-src.git;a=commit;h=99d087e5&gt;.
</pre>
</div>
</content>
</entry>
</feed>
