<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/php5/PLIST, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2007-09-02T21:12:40Z</updated>
<entry>
<title>Update lang/php5 to 5.2.4 - miscellaneous security fixes and over 120 other</title>
<updated>2007-09-02T21:12:40Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2007-09-02T21:12:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8d6ef02ecc06149e6618898fa0dd4906e76801ca'/>
<id>urn:sha1:8d6ef02ecc06149e6618898fa0dd4906e76801ca</id>
<content type='text'>
bug fixes
</content>
</entry>
<entry>
<title>Remove PEAR from the default PHP install</title>
<updated>2007-05-05T21:45:12Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2007-05-05T21:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d4d7c6eaf2b7b8c20f2fd52540b9dcf9024784b9'/>
<id>urn:sha1:d4d7c6eaf2b7b8c20f2fd52540b9dcf9024784b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update PHP5 to 5.2.1. Includes several important security fixes and</title>
<updated>2007-02-20T20:46:19Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2007-02-20T20:46:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dbd40c68969a5d46450bd1c22936813083b5919a'/>
<id>urn:sha1:dbd40c68969a5d46450bd1c22936813083b5919a</id>
<content type='text'>
large number of other fixes. Update for all users is strongly advised.
</content>
</entry>
<entry>
<title>More fix of PLIST, now pkg_delete should always succeed.</title>
<updated>2006-08-19T14:47:44Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2006-08-19T14:47:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d3d848f09c1d5cea571826db07777a7012ecc132'/>
<id>urn:sha1:d3d848f09c1d5cea571826db07777a7012ecc132</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct PLIST to fix a binary package:</title>
<updated>2006-08-17T13:17:48Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2006-08-17T13:17:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a7e7221022c3eee6357db0eee90660a891d02331'/>
<id>urn:sha1:a7e7221022c3eee6357db0eee90660a891d02331</id>
<content type='text'>
- remove an extra directory.
- handle empty directories.
</content>
</entry>
<entry>
<title>Update lang/php5 to 5.1.4.</title>
<updated>2006-05-06T22:42:44Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2006-05-06T22:42:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6580ef47f03f315aadc57c2188bc893250a4c484'/>
<id>urn:sha1:6580ef47f03f315aadc57c2188bc893250a4c484</id>
<content type='text'>
Some of the key changes include:

* Disallow certain characters in session names.
* Fixed a buffer overflow inside the wordwrap() function.
* Prevent jumps to parent directory via the 2nd parameter of the
  tempnam() function.
* Enforce safe_mode for the source parameter of the copy() function.
* Fixed cross-site scripting inside the phpinfo() function.
* Fixed offset/length parameter validation inside the substr_compare()
  function.
* Fixed a heap corruption inside the session extension.
* Fixed a bug that would allow variable to survive unset().
* Fixed a number of crashes in the DOM, SOAP and PDO extensions.
* Upgraded bundled PCRE library to version 6.6
* The use of the var keyword to declare properties no longer raises
  a deprecation E_STRICT.
* FastCGI interface was completely reimplemented.
* Multitude of improvements to the SPL, SimpleXML, GD, CURL and
  Reflection extensions.
* Over 120 various bug fixes.

See release annoucement on:
	http://www.php.net/release_5_1_3.php

And ChangeLog:
	http://www.php.net/ChangeLog-5.php#5.1.3
</content>
</entry>
<entry>
<title>Updated lang/php5 to 5.1.2</title>
<updated>2006-02-06T06:39:59Z</updated>
<author>
<name>martti</name>
<email>martti</email>
</author>
<published>2006-02-06T06:39:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=88199485f40191c0fd9b7423cecaf989f4982e5b'/>
<id>urn:sha1:88199485f40191c0fd9b7423cecaf989f4982e5b</id>
<content type='text'>
* HTTP Response Splitting has been addressed in ext/session and in
  the header() function.
* Fixed format string vulnerability in ext/mysqli.
* Fixed possible cross-site scripting problems in certain error conditions.
* Hash &amp; XMLWriter extensions added and enabled by default.
* Upgraded OCI8 extension.
* Over 85 various bug fixes.

(I haven't heard anything from the MAINTAINER but since this works fine
on my servers and as this fixes security issues I checked in this)
</content>
</entry>
<entry>
<title>Added two missing files to the PLIST. Bumped PKGREVISION.</title>
<updated>2006-02-02T20:31:17Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2006-02-02T20:31:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2c6ecdcb839f3561196169e74cd4e7c5850d74f9'/>
<id>urn:sha1:2c6ecdcb839f3561196169e74cd4e7c5850d74f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update PHP5 to version 5.1.1. Some of the key features include:</title>
<updated>2005-12-03T18:53:57Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2005-12-03T18:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=92f9ef373df1e68f50d49e5a2fe9e2efde7f86a3'/>
<id>urn:sha1:92f9ef373df1e68f50d49e5a2fe9e2efde7f86a3</id>
<content type='text'>
* A complete rewrite of date handling code, with improved timezone support.
* Significant performance improvements compared to PHP 5.0.X.
* PDO extension is now enabled by default (separate pkg for pkgsrc)
* Over 30 new functions in various extensions and built-in functionality.
* Bundled libraries, PCRE and SQLite upgraded to latest versions.
* Over 400 various bug fixes.
* PEAR upgraded to version 1.4.5

This release also fixes various security problems discovered in 5.0.X.
</content>
</entry>
<entry>
<title>Update php5 to version 5.0.5. This is maintenance release, aimed at</title>
<updated>2005-09-08T18:49:01Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2005-09-08T18:49:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=173e2cb41b167617d42e4cbb5a53c1e77fab5fd1'/>
<id>urn:sha1:173e2cb41b167617d42e4cbb5a53c1e77fab5fd1</id>
<content type='text'>
bug fixes only with only few and minor new features.

Full changelog available at:
        http://mirrors.inway.cz/ChangeLog-5.php#5.0.5
</content>
</entry>
</feed>
