Commit: c62c54aa0518a5d52e9511c16d36c1b931c7fd15 Author: Sara Golemon <[email protected]> Fri, 25 May 2018 10:15:02 -0400 Parents: d6fadeea708c80eb12f5b3b297487ca52e583301 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c62c54aa0518a5d52e9511c16d36c1b931c7fd15 Log: Announce for 7.2.6 Changed paths: M archive/archive.xml A archive/entries/2018-05-24-1.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 5b6cf4d..9ad6c25 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -10,6 +10,7 @@ <email>[email protected]</email> </author> <xi:include href="entries/2018-05-25-1.xml"/> + <xi:include href="entries/2018-05-24-1.xml"/> <xi:include href="entries/2018-05-02-1.xml"/> <xi:include href="entries/2018-04-29-1.xml"/> <xi:include href="entries/2018-04-26-4.xml"/> diff --git a/archive/entries/2018-05-24-1.xml b/archive/entries/2018-05-24-1.xml new file mode 100644 index 0000000..907e9ea --- /dev/null +++ b/archive/entries/2018-05-24-1.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.2.6 Released</title> + <id>http://php.net/archive/2018.php#id2018-05-24-1</id> + <published>2018-05-24T21:55:35+00:00</published> + <updated>2018-05-24T21:55:35+00:00</updated> + <category term="releases" label="New PHP release"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <link href="http://php.net/index.php#id2018-05-24-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-05-24-1" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP 7.2.6. + This is a primarily a bugfix release which includes a memory corruption fix for EXIF.</p> + + <p>PHP 7.2 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.2.6 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.2.6">ChangeLog</a>. + </p> + </div> + </content> +</entry> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
