2013-05-16 18:19:14 by Takahiro Kambe | Files touched by this commit (4) |  |
Log message:
Update php53 to 5.3.25 (PHP 5.3.25).
09 May 2013, PHP 5.3.25
- Core:
. Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap:
segfault). (Laruence)
. Fixed bug #64458 (dns_get_record result with string of length -1). (Stas)
. Fixed bugs #47675 and #64577 (fd leak on Solaris). (Rasmus)
- Streams:
. Fixed Windows x64 version of stream_socket_pair() and improved error
handling. (Anatol Belski)
- Zip:
. Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).
(Anatol)
|
| 2013-05-09 16:31:48 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Fix wrong condition check; make's variable should be referenced as variable.
|
2013-04-12 18:59:51 by Takahiro Kambe | Files touched by this commit (4) |  |
Log message:
Update php53 to 5.3.24.
11 Apr 2013, PHP 5.3.24
- Core
. Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
(Anatol)
. Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle
exceptions properly). (Jeff Welch)
. Fixed bug #62343 (Show class_alias In get_declared_classes()) (Dmitry)
- PCRE:
. Merged PCRE 8.32). (Anatol)
- mysqlnd
. Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc
for stmt->param_bind). (Andrey)
- DateTime
. Fixed bug #62852 (Unserialize Invalid Date causes crash). (Anatol)
- Zip:
. Bug #64452 (Zip crash intermittently). (Anatol)
|
2013-04-12 13:56:46 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
Re-enable suhosin PKG_OPTIONS with updated patch file (by me).
It was accidently dropped by previous update of PHP.
No PKGREVISION bump since it fixes broken status with suhosin PKG_OPTIONS.
|
2013-03-16 02:58:19 by Takahiro Kambe | Files touched by this commit (4) |  |
Log message:
Update php53 to 5.3.23.
14 Mar 2013, PHP 5.3.23
- SOAP
. Improved check that soap.wsdl_cache_dir conforms to open_basedir (Dmitry)
. Disabled external entities loading. (Dmitry)
- SPL:
. Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence)
. Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
(patch by kriss@krizalys.com, Laruence)
. Fixed bug #52861 (unset fails with ArrayObject and deep arrays).
(Mike Willbanks)
|
2013-02-28 22:28:21 by Emile iMil Heitor | Files touched by this commit (3) |  |
Log message:
Uncomment the pid parameter for php-fpm.conf so the pidfile is created and
rc.d script can really start / stop php-fpm. Bump PKGREVISION.
|
2013-02-22 04:06:16 by Takahiro Kambe | Files touched by this commit (5) |  |
Log message:
Update php53 to 5.3.22.
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
21 Feb 2013, PHP 5.3.22
- Zend Engine:
. Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes)
. Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
- Core
. Fixed bug #63943 (Bad warning text from strpos() on empty needle).
(Laruence)
- Date:
. Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
(Laruence, Derick)
- FPM:
. Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
- SOAP
. Added check that soap.wsdl_cache_dir conforms to open_basedir
(CVE-2013-1635). (Dmitry)
. Disabled external entities loading (CVE-2013-1643). (Dmitry)
- SPL:
. Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). (Nikita \
Popov)
|
| 2013-02-17 14:10:14 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Fix build problem of graphics/php-gd with png 1.6.0.
|
2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) |  |
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
|
2013-01-17 17:18:24 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
Update php53 to 5.3.21.
* pkgsrc change: use locally recreated suhosin patch file.
17 Jan 2013, PHP 5.3.21
- Zend Engine:
. Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
(Johannes)
- cURL extension:
. Fixed bug (segfault due to libcurl connection caching). (Pierrick)
. Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for
CURLOPT_SSL_VERIFYHOST). (Pierrick)
. Fixed bug #63352 (Can't enable hostname validation when using curl stream
wrappers). (Pierrick)
. Fixed bug #55438 (Curlwapper is not sending http header randomly).
(phpnet@lostreality.org, Pierrick)
|