Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
>
php-5.3.0
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 25
[-]
[+]
Added
php5.changes
@@ -0,0 +1,2058 @@ +------------------------------------------------------------------- +Tue Sep 8 13:20:55 CEST 2009 - crrodriguez@suse.de + +- make php5-pear noarch in Factory + +------------------------------------------------------------------- +Wed Aug 26 15:30:59 CEST 2009 - crrodriguez@suse.de + +- remove obsolete patches +- apply ini patch +- enable mhash compatibility in the hash extension and obsolete php5-mhash +- add macros.php to the source list + +------------------------------------------------------------------- +Mon Aug 24 02:53:28 CEST 2009 - crrodriguez@suse.de + +- PHP read_exif_data() only returns the first letter of UTF-16 strings [bnc#518300] + +------------------------------------------------------------------- +Sun Aug 23 23:03:49 CEST 2009 - crrodriguez@suse.de + +- fix missing return values of suhosin extension + +------------------------------------------------------------------- +Thu Aug 20 00:03:39 CEST 2009 - crrodriguez@novell.com + +- fix build on CODE10 products + +------------------------------------------------------------------- +Wed Aug 19 23:45:26 CEST 2009 - crrodriguez@novell.com + +- fix horrible broken open_basedir functionality + +------------------------------------------------------------------- +Sun Aug 16 16:19:19 CEST 2009 - crrodriguez@suse.de + +- update suhosin extension to version 0.9.29 +- mysql extensions now use mysqlnd instead of libmysqlclient. +- enable sqlite3 extension, part of the php5-sqlite package +- enable enchant extension +- enable fileinfo extension +- enable intl extension + +------------------------------------------------------------------- +Fri Aug 14 23:57:25 CEST 2009 - crrodriguez@suse.de + +- add suhosin patch and newer suhosin extension for compatibility + reasons + +------------------------------------------------------------------- +Thu Aug 13 21:23:57 CEST 2009 - crrodriguez@suse.de + +- Upgrade to PHP 5.3, see http://www.php.net/ChangeLog-5.php + for the huge list of changes +- remove dbase and ncurses extension + +------------------------------------------------------------------- +Thu Jul 16 15:44:47 CEST 2009 - coolo@novell.com + +- disable as-needed to fix build + + +------------------------------------------------------------------- +Fri Jun 19 14:06:27 CEST 2009 - crrodriguez@suse.de + +- update to PHP 5.2.10 + *Fixed bug #48378 (exif_read_data() segfaults on certain corrupted .jpeg files) + * Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara) + * Fixed memory corruptions while reading properties of zip files. (Ilia) + * Fixed memory leak in ob_get_clean/ob_get_flush. (Christian) + * Fixed segfault on invalid session.save_path. (Hannes) + * Fixed leaks in imap when a mail_criteria is used. (Pierre) + * Changed default value of array_unique()'s optional sorting type parameter back to SORT_STRING to fix backwards compatibility breakage introduced in PHP 5.2.9. (Moriyoshi) + * Fixed bug #47940 (memory leaks in imap_body). (Pierre, Jake Levitt) + * Fixed bug #47903 ("@" operator does not work with string offsets). (Felipe) + * Fixed bug #47644 (Valid integers are truncated with json_decode()). (Scott) + * Fixed bug #47564 (unpacking unsigned long 32bit big endian returns wrong result). (Ilia) + * Fixed bug #47365 (ip2long() may allow some invalid values on certain 64bit systems). + * Over 100 bug fixes. + +------------------------------------------------------------------- +Thu May 21 22:29:41 CEST 2009 - crrodriguez@suse.de + +- add temporary backport of openssl prng function + +------------------------------------------------------------------- +Sat Mar 14 18:38:21 CET 2009 - crrodriguez@suse.de + +- Update to version 5.2.9, security and bugfix release + * VUL-0: php5: memory disclosure by imagerotate() [bnc#480850] + * VUL-0: php5: mbstring.func_overload set in .htaccess becomes global [bnc#471419] + * Fixed a segfault when malformed string is passed to json_decode() + * Fixed explode() behavior with empty string to respect negative limit. + +------------------------------------------------------------------- +Sun Dec 14 16:55:52 CET 2008 - crrodriguez@suse.de + +- remove ming extension, moved to server:php:extensions later + +------------------------------------------------------------------- +Tue Dec 9 05:50:38 CET 2008 - crrodriguez@suse.de + +- Update to PHP 5.2.8 + +------------------------------------------------------------------- +Mon Dec 8 17:30:53 CET 2008 - crrodriguez@suse.de + +- fix BLOCKER magic_quotes breakage, if your code + relies on this feature, it is broken,time to press the panic button. + +------------------------------------------------------------------- +Fri Dec 5 16:26:42 CET 2008 - crrodriguez@suse.de + +- update to PHP 5.2.7 final, no mayor changes since RC5 + +------------------------------------------------------------------- +Fri Nov 28 15:26:15 CET 2008 - crrodriguez@suse.de + +- update to PHP 5.2.7RC5 see news for details + +------------------------------------------------------------------- +Fri Nov 21 02:22:25 CET 2008 - crrodriguez@suse.de + +- update to PHP 5.2.7RC4, see news for details + +------------------------------------------------------------------- +Sun Nov 16 04:43:25 CET 2008 - crrodriguez@suse.de + +- update to PHP 5.2.7RC3, see NEWS for details + +------------------------------------------------------------------- +Mon Sep 8 10:38:25 CEST 2008 - crrodriguez@suse.de + +- update suhosin to version 0.9.27 + * Fixed problem with suhosin.perdir + Thanks to Hosteurope for tracking this down + * Fixed problems with ext/uploadprogress + Reported by: Christian Stocker + * Added suhosin.srand.ignore and suhosin.mt_srand.ignore (default: on) + * Modified rand()/srand() to use the Mersenne Twister algorithm with separate state + * Added better internal seeding of rand() and mt_rand() + +------------------------------------------------------------------- +Mon Jul 14 00:14:13 CEST 2008 - crrodriguez@suse.de + +- merge patches from schwab + +------------------------------------------------------------------- +Fri May 2 10:12:59 CEST 2008 - crrodriguez@suse.de + +- update to PHP 5.2.6 + * Fixed possible stack buffer overflow in the FastCGI SAPI identified by Andrei Nigmatulin. + * Fixed integer overflow in printf() identified by Maksymilian Aciemowicz. + * Fixed security issue detailed in CVE-2008-0599 identified by Ryan Permeh. + * Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz. + * Properly address incomplete multibyte chars inside escapeshellcmd() identified by Stefan Esser. + * Fixed two possible crashes inside the posix extension. + * Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=) + * Fixed bug #44141 (private parent constructor callable through static function). + * Fixed bug #43589 (a possible infinite loop in bz2_filter.c). + * Fixed bug #43450 (Memory leak on some functions with implicit object __toString() call). + * Fixed bug #43201 (Crash on using uninitialized vals and __get/__set). + * Fixed bug #42978 (mismatch between number of bound params and values causes a crash in pdo_pgsql). + * Fixed bug #42937 (__call() method not invoked when methods are called on parent from child class). + * Fixed bug #42736 (xmlrpc_server_call_method() crashes). + * Fixed bug #42369 (Implicit conversion to string leaks memory). + * Fixed bug #41562 (SimpleXML memory issue). + * Fixed bug #43606 (define missing depencies of the exif extension). (crrodriguez at suse dot de) + * Fixed bug #43498 (file_exists() on a proftpd server got SIZE not allowed in ASCII mode). (Ilia, crrodriguez at suse dot de) + * Over 120 bug fixes. + +------------------------------------------------------------------- +Wed Feb 6 00:37:17 CET 2008 - crrodriguez@suse.de + +- update suhosin extension to version 0.9.23 +- Fixed suhosin extension now compiles with snapshots of PHP 5.3 +- Fixed crypt() behaves like normal again when there is no salt supplied +- wrong Obsoletes causes upgrade trouble [bnc #355618] + +------------------------------------------------------------------- +Fri Feb 1 10:47:45 CET 2008 - mmarek@suse.cz + +- use %%_with_ming and %%_with_qdbm instead of %%opensuse_bs, + enables building in the bs in other projects than server:php + (bnc#357917) + +------------------------------------------------------------------- +Fri Jan 11 08:06:38 CET 2008 - crrodriguez@suse.de + +- Try patch recently published by Redhat that allows PHP to + use the system timezone database instead of the bundled one. + +------------------------------------------------------------------- +Mon Jan 7 07:07:53 CET 2008 - crrodriguez@suse.de + +- Do not hard require php5-timezonedb, instead provide a capability + php(tzdatabase) = builtin_tz_ver so it gets installed via rpm + Supplements only when needed. +