<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git, branch php-5.5.8</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>5.5.8</title>
<updated>2014-01-08T10:15:20+00:00</updated>
<author>
<name>Julien Pauli</name>
<email>jpauli@php.net</email>
</author>
<published>2014-01-08T10:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4217038ddb12f00824bc7c78db008ef6e2ca4484'/>
<id>4217038ddb12f00824bc7c78db008ef6e2ca4484</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed (some of) add/sub.</title>
<updated>2014-01-08T09:29:06+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2014-01-02T12:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b534e94e220cc8494f2f0e8033105e39772218b8'/>
<id>b534e94e220cc8494f2f0e8033105e39772218b8</id>
<content type='text'>
This worked in PHP 5.4 already, but with the introduction of DateTimeImmutable
this code was not correctly merged.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This worked in PHP 5.4 already, but with the introduction of DateTimeImmutable
this code was not correctly merged.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for 5.5.8RC1</title>
<updated>2013-12-24T13:12:46+00:00</updated>
<author>
<name>Julien Pauli</name>
<email>jpauli@php.net</email>
</author>
<published>2013-12-24T13:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=98c3c87bb9aa939c3f73651d629a2ebfc6ea298a'/>
<id>98c3c87bb9aa939c3f73651d629a2ebfc6ea298a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2013-12-23T11:00:49+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2013-12-23T11:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3f7a145b5abd66d1c77e65060d15702db4d36529'/>
<id>3f7a145b5abd66d1c77e65060d15702db4d36529</id>
<content type='text'>
* PHP-5.4:
  removed outdated IsDebuggerPresent declaration
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  removed outdated IsDebuggerPresent declaration
</pre>
</div>
</content>
</entry>
<entry>
<title>removed outdated IsDebuggerPresent declaration</title>
<updated>2013-12-23T10:53:47+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2013-12-23T10:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f156e684ac290f4ec69564f653d3167cdb5c62be'/>
<id>f156e684ac290f4ec69564f653d3167cdb5c62be</id>
<content type='text'>
This piece of code seems to retain compatibility with some windows
versions before 2000. Today it's not relevant anymore and only
produces a warning C4273 because of the conflicting prototype. In
VC9 the declaration is present in winbase.h:4142, but available
is it already in winxp. Here's the doc link
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680345(v=vs.85).aspx
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This piece of code seems to retain compatibility with some windows
versions before 2000. Today it's not relevant anymore and only
produces a warning C4273 because of the conflicting prototype. In
VC9 the declaration is present in winbase.h:4142, but available
is it already in winxp. Here's the doc link
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680345(v=vs.85).aspx
</pre>
</div>
</content>
</entry>
<entry>
<title>Added suggestion about opcache.revalidate_freq setting in development environment</title>
<updated>2013-12-23T09:09:45+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2013-12-23T09:09:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f7b6db7555db9379547a1c9ead4051de1ffc8566'/>
<id>f7b6db7555db9379547a1c9ead4051de1ffc8566</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.revalidate_freq"</title>
<updated>2013-12-23T08:46:30+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2013-12-23T08:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0dcaf0f445a4084f3dbb37411b6acead4658c5f5'/>
<id>0dcaf0f445a4084f3dbb37411b6acead4658c5f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>opcodes</title>
<updated>2013-12-22T13:20:41+00:00</updated>
<author>
<name>krakjoe</name>
<email>joe.watkins@live.co.uk</email>
</author>
<published>2013-12-22T13:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=704866d6fdbccb74ecf2a4feb54ce7787bdf0c16'/>
<id>704866d6fdbccb74ecf2a4feb54ce7787bdf0c16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2013-12-22T13:07:41+00:00</updated>
<author>
<name>krakjoe</name>
<email>joe.watkins@live.co.uk</email>
</author>
<published>2013-12-22T13:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=247ec0d81f1ebe16cafa082ba3ef73ca1f31831d'/>
<id>247ec0d81f1ebe16cafa082ba3ef73ca1f31831d</id>
<content type='text'>
* PHP-5.4:
  stop warnings from unused opcode map
  - BFN
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  stop warnings from unused opcode map
  - BFN
</pre>
</div>
</content>
</entry>
<entry>
<title>stop warnings from unused opcode map</title>
<updated>2013-12-22T13:00:51+00:00</updated>
<author>
<name>krakjoe</name>
<email>joe.watkins@live.co.uk</email>
</author>
<published>2013-12-22T13:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b1df00a7c98fb66cc801924287ebb73234999bfc'/>
<id>b1df00a7c98fb66cc801924287ebb73234999bfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
