Changelog for
php5-bcmath-5.2.4-11.i586.rpm :
Thu Aug 30 14:00:00 2007 - crrodriguezAATTsuse.de
- update to PHP 5.2.4, no relevant changes since RC3.
Fri Aug 24 14:00:00 2007 - crrodriguezAATTsuse.de
- PHP 5.2.4RC3
- Fixed version_compare() to support \"rc\" as well as \"RC\" for release
candidate version numbers.
- Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).
(Ilia)
- Fixed phpbug #42365 and Novell bugzilla #292998 (glob() crashes and/or accepts way too many flags). (Jani)
- Fixed bug #42183 (classmap causes crash in non-wsdl mode). (Dmitry)
- Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload,
in the same way as \"instanceof\" operator). (Dmitry)
- Fixed bug #41904 (proc_open(): empty env array should cause empty
environment to be passed to process). (Jani)
- Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedir
bypass). (Ilia)
- remove wrong hardcoded requirement on libedit
- devel package at least does not need libtool the php build enviroment uses a private copy.
- drop no longer needed patches already in upstream
Fri Aug 17 14:00:00 2007 - anosekAATTsuse.cz
- updated to version 5.2.4RC2
- Fixed oci8 and PDO_OCI extensions to allow configuring with Oracle 11g client
libraries. (Chris Jones)
- Fixed bug #42292 ($PHP_CONFIG not set for phpized builds). (Jani)
- Fixed bug #42261 (header wrong for date field). (roberto at spadim dot com
dot br, Ilia)
- Fixed bug #42259 (SimpleXMLIterator loses ancestry). (Rob)
- Fixed bug #42247 (ldap_parse_result() not defined under win32). (Jani)
- Fixed bug #42243 (copy() does not output an error when the first arg is a
dir). (Ilia)
- Fixed bug #42242 (sybase_connect() crashes). (Ilia)
- Fixed bug #42237 (stream_copy_to_stream returns invalid values for mmaped
streams). (andrew dot minerd at sellingsource dot com, Ilia)
- Fixed bug #42222 (possible buffer overflow in php_openssl_make_REQ). (Pierre)
- Fixed bug #42211 (property_exists() fails to find protected properties from
a parent class). (Dmitry)
- Fixed bug #42208 (substr_replace() crashes when the same array is passed
more than once). (crrodriguez at suse dot de, Ilia)
- Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdir
and using PATH_INFO). (Dmitry)
- Fixed bug #42195 (C++ compiler required always). (Jani)
- Fixed bug #42117 (bzip2.compress loses data in internal buffer). (Philip,
Ilia)
- Fixed bug #42082 (NodeList length zero should be empty). (Hannes)
- Fixed bug #36492 (Userfilters can leak buckets). (Sara)
- Fixed bug #31892 (PHP_SELF incorrect without cgi.fix_pathinfo, but turning
on screws up PATH_INFO). (Dmitry)
Mon Aug 6 14:00:00 2007 - anosekAATTsuse.cz
- updated to version 5.2.4RC1
- dropped obsoleted PHP_5_2-CVS-2007-07-30.patch.bz2
Mon Jul 30 14:00:00 2007 - mmarekAATTsuse.cz
- updated to latest state of PHP_5_2 branch; highlights from the
NEWS file:
- Upgraded PCRE to version 7.2 (Nuno)
- Updated timezone database to version 2007.6. (Derick)
- Improved openssl_x509_parse() to return extensions in readable
form. (Dmitry)
- Changed \"display_errors\" php.ini option to accept \"stderr\" as
value which makes the error messages to be outputted to STDERR
instead of STDOUT with CGI and CLI SAPIs (FR #22839). (Jani)
- Changed error handler to send HTTP 500 instead of blank page on
PHP errors. (Dmitry, Andrei Nigmatulin)
- Added check for unknown options passed to configure. (Jani)
- Added persistent connection status checker to pdo_pgsql.
(Elvis Pranskevichus, Ilia)
- Added support for ATTR_TIMEOUT inside pdo_pgsql driver. (Ilia)
- Added php_ini_loaded_file() function which returns the path to
the actual php.ini in use. (Jani)
- Added GD version constants GD_MAJOR_VERSION, GD_MINOR_VERSION
GD_RELEASE_VERSION, GD_EXTRA_VERSION and GD_VERSION_STRING.
(Pierre)
- Added missing open_basedir checks to CGI. (anight at
eyelinkmedia dot com, Tony)
- Added missing format validator to unpack() function. (Ilia)
- Added missing error check inside bcpowmod(). (Ilia)
- Added CURLOPT_PRIVATE & CURLINFO_PRIVATE constants. (Andrey A.
Belashkov, Tony)
- Added missing MSG_EOR and MSG_EOF constants to sockets
extension. (Jani)
- Added PCRE_VERSION constant. (Tony)
- Added ReflectionExtension::info() function to print the
phpinfo() block for an extension. (Johannes)
- Implemented FR #41884 (ReflectionClass::getDefaultProperties()
does not handle static attributes). (Tony)
- plus lots of bugfixes
- fixed the pear phar archive to run with 5.2.4
[http://bugs.php.net/bug.php?id=42146]
Wed Jul 25 14:00:00 2007 - mmarekAATTsuse.cz
- added /var/lib/pear to php5-pear.rpm
Tue Jul 24 14:00:00 2007 - judas_iscarioteAATTshorewall.net
- fix nasty deadlock in pear
- update php5-ze2-fixes.patch and actually apply it.
Tue Jul 17 14:00:00 2007 - anosekAATTsuse.cz
- fixed YOU honors Recommends, breaks php update [#291551]
(moved php-suhosin from Recommends to Suggests)
Mon Jun 25 14:00:00 2007 - mmarekAATTsuse.cz
- provide /srv/www/cgi-bin/php5 compat symlink instead of patching
config files
Sat Jun 23 14:00:00 2007 - judas_iscarioteAATTshorewall.net
- fixed a mess with update-alternatives PreReq uncovered by newer build versions.
actually every subpackage that uses update-alternatives should PreReq it.
- fix some ZE2 bugs.
Tue Jun 12 14:00:00 2007 - mmarekAATTsuse.cz
- drop php5.xpm and the Icon: line from the specfile (the icon is
not used at all and it breaks rpm -q --specfile php5.spec)
Fri Jun 1 14:00:00 2007 - judas_iscarioteAATTshorewall.net
- PHP version 5.2.3 see http://www.php.net/releases/5_2_3.php
- important: PHP-cgi now lives in /usr, package attempts to fix both
lighttpd and apache2 fastcgi config files.
Wed May 30 14:00:00 2007 - judas_iscarioteAATTshorewall.net
- use system re2c in factory.
- enable support for qbdm in the dba extension (build service only)
- enable the ming extension (build service only)
Mon May 21 14:00:00 2007 - mmarekAATTsuse.cz
- fixed the dba extension adding -ldb-4.x to global LDFLAGS,
causing unnecessary dependency in /usr/bin/php5
[http://bugs.php.net/bug.php?id=41455]
Sat May 19 14:00:00 2007 - judas_iscarioteAATTshorewall.net
- updated suhosin to version 0.9.20, security fix + bugfixes
see http://www.hardened-php.net/suhosin/changelog.html for more detail.
Mon May 14 14:00:00 2007 - judas_iscarioteAATTshorewall.net
- fix devel package, in the reality PHP does not currenly require expat.
headers provides a expat compatibility layer but it is no longer in use
by our packages as libxml2 is always prefered, (and HAVE_LIBEXPAT is not defined)
Fri May 11 14:00:00 2007 - judas_iscarioteAATTshorewall.net
- update php5-test-fixes fixing another bug in zend_compile.c
- use rpm macros in the spec file
- when removing apache2-mod_php5, unload it from apache first.
- when updating apache2-mod_php5 restart apache with restart on update macro.
Sun May 6 14:00:00 2007 - judas_iscarioteAATTshorewall.net
- HTTP_RAW_POST_DATA superglobal broken (php5-phpbug-41293.patch)
- better fix for MOPB 41.
Sat May 5 14:00:00 2007 - judas_iscarioteAATTshorewall.net
- remove --enable-memory-limit configure flag, it disappeared in 5.2.1,
nowdays memory_limit is always enabled.
Fri May 4 14:00:00 2007 - prusnakAATTsuse.cz
- changed expat to libexpat-devel in Requires of devel subpackage
Fri May 4 14:00:00 2007 - judas_iscarioteAATTshorewall.net
- add php5-test-fixes.patch fixing a test case that wont pass on i586
as well a real fix for Zend/tests/bug41117_1.phpt problem, that was commited
after the release was done. there is another test case that fails in 10.2
ext/pcre/tests/bug40195.phpt but this is not a PHP problem but a bug in PCRE.
- added missing fix for PMOPB-45-2007 PHP ext/filter Email Validation Vulnerability (minor)
Fri May 4 14:00:00 2007 - judas_iscarioteAATTshorewall.net
- php5-devel package now requires pcre-devel for > 10.1 as 5.2.2 installs
php_pcre.h header that needs it.
Thu May 3 14:00:00 2007 - mmarekAATTsuse.cz
- fixed some new compiler warnings
Thu May 3 14:00:00 2007 - judas_iscarioteAATTshorewall.net
- upgrade to PHP 5.2.2, fixed hundreds of bugs including MOPB ones
if you need the complete changes see http://www.php.net/ChangeLog-5.php#5.2.2
Thu May 3 14:00:00 2007 - judas_iscarioteAATTshorewall.net
- Upgrade suhosin extension to version 0.9.19 see
http://www.hardened-php.net/suhosin/changelog.html for details
Fri Mar 30 14:00:00 2007 - mmarekAATTsuse.de
- added bison to BuildRequires, removed update-desktop-files
Thu Mar 22 13:00:00 2007 - mmarekAATTsuse.de
- fixed unpack() on big-endian 64bit (revert-phpbug38770.patch)
- blacklist more env variables when safe_mode is on
(php5-config.patch)
Sat Mar 17 13:00:00 2007 - judas_iscarioteAATTshorewall.net
- fix Requires of -devel package to include only what is really
needed for operation of the pecl tool as well the neccesary
headers to compile php extensions.
- Fix MOPB 24 \"PHP array_user_key_compare() Double DTOR
Vulnerability\"
- note that fix for MOPB 23 was included in the previous patchset.
Wed Mar 14 13:00:00 2007 - judas_iscarioteAATTshorewall.net
- add security fixes for MOPB 20, 21 and 22.
- RPM_BUILD_ROOT is never defined in %post.
Sun Mar 11 13:00:00 2007 - judas_iscarioteAATTshorewall.net
- fix/workaround for php5-gd problem with typo3 [#236680]
- add fix for MOPB-14-2007 PHP substr_compare() Information Leak
Vulnerability.
- add secfix for import_request_variables() ancient problem, users
of suhosin extension are not affected.
- Run the test suite here
Tue Mar 6 13:00:00 2007 - judas_iscarioteAATTshorewall.net
- Update suhosin extension to version 0.9.18 fixing a session
problem.
Mon Mar 5 13:00:00 2007 - judas_iscarioteAATTshorewall.net
- Update suhosin extension to version 0.9.17. see
http://www.hardened-php.net/suhosin/changelog.html for details.
Thu Feb 15 13:00:00 2007 - judas_iscarioteAATTshorewall.net
- add t1lib support in php5-gd (10.3 and up only)
- an off-by-one in str_replace may cause a crash.
Thu Feb 8 13:00:00 2007 - judas_iscarioteAATTshorewall.net
- PHP 5.2.1. for a full list of changes see
http://www.php.net/ChangeLog-5.php#5.2.1
- add Obsoletes for extensions we dont ship anymore
Fri Feb 2 13:00:00 2007 - judas_iscarioteAATTshorewall.net
- fix getenv() modifing $_POST, breaks suhosin badly when
register_* is On and variables orde is \"GPCS\" (default).
- change/remove obsoleted patches
Tue Jan 30 13:00:00 2007 - anosekAATTsuse.cz
- synced with BuildService
* file \"session_mm_apache2handler0.sem\" written at boot
[#229200] (php5-config.patch)
* for certain functionality php5-exif requires php5-mbstring
* php5-ldap requires php5-openssl
* remove LDAP_DEPRECATED from CFLAGS, module already
takes care of this.
* patch potential HTTP_SESSION_VARS et all hijack when
register_globals is On users from suhosin extension are
not affected.(php5-session-rgon-hijack.patch)
* on 10.2 and up php5-devel should require pcre-devel
sqlite-devel sqlite2-devel
* php5-devel is mostly useless without autoconf automake libtool
bison make gcc.
* added patches: phpbug-39350.patch
oldhat-phpinputdata-secfix.patch
ze2-fixes.patch
filter.patch
ext-lib64again.patch
Fri Jan 26 13:00:00 2007 - mmarekAATTsuse.cz
- fixed string comparison in xmlrpc module (strcmp.patch)
- allways apply %patch9
Fri Jan 26 13:00:00 2007 - mmarekAATTsuse.cz
- updated the curl module from cvs to fix build with curl-7.16
(curl-cvs-fix.patch, dropped gcc.patch)
Tue Dec 19 13:00:00 2006 - anosekAATTsuse.cz
- fixed VUL-0: php session.save_path open_basedir bypass
[#227569] (save_path-secfix.patch)
Wed Dec 6 13:00:00 2006 - anosekAATTsuse.cz
- synced with BuildService
* updated Suhosin patch to 0.9.6.2
* updated Suhosin extension to 0.9.16
* fixed php5-devel should provide PECL tool [#204006]
* use bundled sqlite in suse versions =< 10.1
(pdo_sqlite stopped working properly with older sqlite3 libs)
* do not use zend-multibyte anymore, please refer
to phpbug #36711 and associated links, no applications uses
this feature in the real world since it is disabled
in all other distributions/OS.seems to cause more problems
than solutions.
* change php.ini, back to short_open_tag =off (the default)
the package that depended on this setting no longer does.
Also explicitely set the upload_tmp_dir in php.ini to deal
with open_basedir recent changes (please refer
to phpbug #39123) for the details.
* suhosin.ini uses just the default recommended settings
Wed Nov 8 13:00:00 2006 - anosekAATTsuse.cz
- created symlinks /usr/bin/php and /usr/bin/pear [#216166]
Tue Nov 7 13:00:00 2006 - mmarekAATTsuse.cz
- fixed implicit function decls in suhosin patch (keep the original
patch intact and put fixes into separate patch)
Mon Nov 6 13:00:00 2006 - mmarekAATTsuse.cz
- updated to 5.2.0 final
- merged changes from buildservice (by soporteAATTonfocus.cl):
- updated suhosin to 0.9.10
- added suhosin patch
- build with system PCRE if suse_release > 10.1 only [#215610]
- suhosin extension does not require PDO
- suhosin added to the reccommended list
- php5-pspell to require at least aspell-en otherwise is useless
[#217272]
Thu Oct 26 14:00:00 2006 - anosekAATTsuse.cz
- php5-sqlite now uses our sqlite and sqlite2 packages to build
and not bundled ones [#201440]
- updated suhosin to 0.9.9
Fri Oct 20 14:00:00 2006 - nadvornikAATTsuse.cz
- update to 5.2.0RC6
Fri Oct 20 14:00:00 2006 - postadalAATTsuse.cz
- reset right path in extension_dir (php5-php-config.patch)
Mon Oct 9 14:00:00 2006 - postadalAATTsuse.cz
- update to version 5.2.0RC5
- added suhosin extension (the hardened php replacement) [#210886]
Sun Oct 8 14:00:00 2006 - postadalAATTsuse.cz
- update to version 5.2.0RC4
* added DSA key generation support to openssl_pkey_new()
* updated PCRE to version 6.7
* increased default memory limit to 16 megabytes to accommodate for a more
accurate memory utilization measurement
* added support for httpOnly flag for session extension and cookie setting
functions
* added version specific registry keys to allow different configurations for
different php version
* added \"PHPINIDir\" Apache directive to apache and apache_hooks SAPIs
* added an optional boolean parameter to memory_get_usage() and
memory_get_peak_usage() to get memory size allocated by emalloc() or real
size of memory allocated from system
* moved extensions to PECL (filepro and hwapi)
* improved SNMP, OpenSSL extension
* improved the Zend memory manager, FastCGI SAPI, CURL, PCRE, PDO, SPL,
xmlReader
- merged changes from openSUSE build service
* build without --enable-sigchild [#206533, php#28294, php#38342]
* build CLI with libedit support (really-with-libedit.patch)
* tweaked the default config a bit, to make it more secure
* removed ini entries related to extensions we don\'t ship
* t1lib is not currently needed for build, we need t1lib5 to do
something useful
* removeed --enable-ucd-snmp-hack (needed for ucd-snmp, but we use net-snmp)
* pdo_odbc provided by php-odbc
* php-suse-addons :
o PHP5 is unlikely to parse php3 code, remove the file association
o corrected apache directive is AddHandler not AddType
* dropped extensions:
o mysql, mysqli and pdo_mysql provided by php-mysql (reduce package count)
o php-pdo_sqlite provided by php-sqlite
o php-pdo_pgsql provided by php-pgsql
o filepro dropped by upstream
* new extension:
o filter (kept static and cannot be unloaded, due security reasons)
o json (added as Recommended)
o zip (it uses a bundled library)
- fixed gcc issues (gcc.patch)
- droped obsoleted patches: include_path.patch, bug-37720.patch,
bug-37306.patch, cgi_bugs.patch, bug-37587.patch, gd-fixes.patch,
bug-37416.patch, main_bugs.patch, soap.patch, standard.patch,
mbstring_bugs.patch, ze2_bugs.patch, xsl_bugs.patch, curl.patch
Wed Aug 16 14:00:00 2006 - postadalAATTsuse.cz
- fixed build with X11R7
Wed Jul 26 14:00:00 2006 - postadalAATTsuse.cz
- updated to version 5.1.4
* FastCGI interface was completely reimplemented
* multitude of improvements to the SPL, SimpleXML, GD, CURL and
Reflection extensions
* support for many additional date formats added to the strtotime()
* a performance improvements added to the engine and core extensions
* added imap_savebody() that allows message body to be written to a file
* added lchown() and lchgrp() to change user/group ownership of symlinks
* upgraded bundled PCRE library to version 6.6
- merged changes from openSUSE build service
* removed unneeded sablot-devel,sqlite-devel,pcre-devel,fam-devel
and libmcal from BuildRequires
* added php-ctype,php-dom,php-iconv,php-pdo,php-pdo_sqlite,php-sqlite,
php-tokenizer,php-xmlreader,php-xmlwriter to Recommends
* added php-mbstring php-gd php-pear php-gettext php-mysqli to Suggests
* added support for optional readline(libedit) for CLI
(disabled by default)
* patches for zendengine (ze2_bugs.patch), xsl (xsl_bugs.patch),
curl (curl.patch) and mbstring bugs (mbstring_bugs.patch),
big soap patch (soap.patch)
* removed obsoleted patches
* fixed Safe Mode Bypass [#188243] (standard.patch)
* upstream patches
[php#37306, php#37416, php#37587, php#37720]
[php#37576, php#37496, php#37341, php#37313, php#37256] (cgi_bugs.patch)
[php#37346, php#37360] (gd-fixes.patch)
* fixed build inconsistences, added php-hash module [#173023]
* added pdo_odbc.so to php-odbc module [#190614]
* build without explicit safe_mode and magic_quotes (unneeded)
* removed useless GD --with-ttf configure option, only suitable
for freetype 1
Fri Jun 9 14:00:00 2006 - poemlAATTsuse.de
- fix BuildRequires to build on SUSE Linux 10.1, 10.0, 9.3
- use the -fstack-protector compile switch only on 10.0 and newer
Thu May 11 14:00:00 2006 - postadalAATTsuse.cz
- fixed memory leak in imagecreatefromgif()
[#173451] (phpbug-37346.patch)
- fixed possibility of a wrong element being deleted by zend_hash_del()
[#175976] (zend_hash_del.patch)
- fixed substr_compare() when offset equals string length
[#169038, php#37394] (CVE-2006-1991, phpbug-37394.patch)
- fixed _emalloc() on 64bit archs [#169038] (emalloc.patch)
Wed May 3 14:00:00 2006 - postadalAATTsuse.cz
- fixed completely broken SplTempFileObject [php#37257]
(phpbug-37257.patch)
- fixed problem with with $_POST array [php#37276]
(phpbug-37276.patch)
Wed Apr 12 14:00:00 2006 - postadalAATTsuse.cz
- fixed security problem in copy() and tempname()
[#164845] (CVE-2006-1494-1608.patch)
- fixed phpinfo() XSS [#164804] (CVE-2006-0996.patch)
- fixed memory leak in html_entity_decode [#161718] (CVE-2006-1490.patch)
- fixed multiple imap safemode and open_basedir restriction bypass
[#154317] (CVE-2006-1017.patch)
Mon Mar 27 14:00:00 2006 - postadalAATTsuse.cz
- fixed buffer overrun in ftp_fopen_wrapper (ftp_fopen_wrapper.patch)
Tue Mar 14 13:00:00 2006 - postadalAATTsuse.cz
- added updating APACHE_MODULES in /etc/sysconfig/apache2 [#155333]
- added forgotten regenerated sources for (parse_date.patch and
phpbug-36459.patch)
- fixed upstream bugs:
[php#36420] (phpbug-36420)
- segfault when access result->num_rows after calling result->close()
(mysqli-64bit.patch)
- fixed a 64-bit problem
Fri Mar 3 13:00:00 2006 - postadalAATTsuse.cz
- fixed a possible null injection in mbstring (mbstring-null_injection.patch)
- fixed upstream bugs:
[mysql#16144] (phpbug-16144)
- fix for MySQL 5.1 (mysql_stmt_attr_get)
[php#36656] (phpbug-36656)
- http_build_query generates invalid URIs due to use of square brackets
[php#36396,36510,36510,36638] (parse_date.patch)
- fixed few bugs in date/time parsing
(string.patch)
- added overflow checks to wordwrap() function
[php#36459] (phpbug-36459)
- incorrect adding PHPSESSID to links, which contains \\r\
- added php5-openssl to php5-ftp Requires [#154273]
- added safe_mode num of parameter check for mb_send_mail [#154315]
Fri Feb 10 13:00:00 2006 - postadalAATTsuse.cz
- fixed upstream bugs:
[php#36306] (phpbug-36306.patch)
- fixed crc32() for 64bit arch
[php#36351] (phpbug-36351.patch)
- parse_url() did not parse numeric paths properly
(spl_directory.patch)
[php#35998]
- getPathname() method always returns unix style filenames
[php#36134]
- DirectoryIterator constructor failed to detect empty directory names
[php#36258]
- SplFileObject::getPath() may lead to segfault
[php#36287]
[php#36295]
[php#36359]
- splFileObject::fwrite() doesn\'t write when no data length specified
(session2.patch)
- fixed logic, if the client already sent us the cookie, we don\'t
need to send it again
(soap.patch) [php#36226, php#36083, php#36283]
(math.patch, simplexml.patch, mbstring.patch, zend_operators.patch, xp_socket.patch)
- initialize variables
Sat Feb 4 13:00:00 2006 - postadalAATTsuse.cz
- removed gd-devel from BuildRequires (better used bundled modified gd lib)
- fixed upstream bugs:
[php#36268] (phpbug-36268.patch)
[php#36148] (phpbug-36148.patch)
[php#36185] (phpbug-36185.patch)
[php#36208] (phpbug-36208.patch)
[php#36158] (phpbug-36158.patch)
Tue Jan 31 13:00:00 2006 - postadalAATTsuse.cz
- reverted default value for short_open_tag to On [#145895]
Mon Jan 30 13:00:00 2006 - postadalAATTsuse.cz
- fixed upstream bugs:
[php#36176] (phpbug-36176.patch)
(pdo.patch)
- properly rewrite queries where a bound parameter appears more then once
Mon Jan 30 13:00:00 2006 - poemlAATTsuse.de
- removed libapr-util1-devel from BuildRequires (apache2-devel does
require it)
Wed Jan 25 13:00:00 2006 - mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Tue Jan 24 13:00:00 2006 - postadalAATTsuse.cz
- added php5-pdo to requires for pdo_mysql, pdo_pgsql, pdo_sqlite and
sqlite and php5-dom to requires for xmlreader and xsl [#144360]
- revert name of extensions (appended suffix .so) [#143552]
- removed _FILE_OFFSET_BITS=64 and _LARGEFILE_SOURCE from CFLAGS
(doesn\'t work with apache2 configuration, which uses libapr with
native support for large files) [#144362]
- added -fstack-protector
Mon Jan 23 13:00:00 2006 - postadalAATTsuse.cz
- added forgoted extension xmlwrite
- gave back simple dot to include_path [#129682]
- fixed upstream bugs:
[php#36071] (phpbug-36011.patch)
[php#36016] (phpbug-36016.patch)
- realpath cache memleaks
[php#36071] (phpbug-36071.patch)
- Zend engine crash related with \'clone\'
(zend-fix.patch)
- fix issues with static method invocation
- ce_child is properly initialized
[php#36046] (phpbug-36046.patch)
- parse_ini_file() miscounts lines in multi-line values
[php#36037] (phpbug-36037.patch)
- heredoc adds extra line number
[php#36006] (phpbug-36006.patch)
- problem with $this in __destruct()
(gd.patch)
- improve open_basedir checks in GD
[php#36007] (phpbug-36007.patch)
- added new mysqli constants for BIT and NEW_DECIMAL field types (for mysql 5)
(session.patch)
- check for special characters in the session name
(xmlreader.patch)
- 64bit fixes
Thu Jan 19 13:00:00 2006 - postadalAATTsuse.cz
- disable discard-path for fastcgi binary [#143564]
Wed Jan 18 13:00:00 2006 - postadalAATTsuse.cz
- updated to version 5.1.2
- removed obsoleted patches: CAN-2005-1042_1043.patch, CVE-2005-3353.patch,
openssl.patch, soap.patch, pdo.patch, simplexml.patch, curl.patch,
ze.patch
- added pdo, pdo_mysql, pdo_pgsql, pdo_sqlite extensions
Tue Jan 17 13:00:00 2006 - mrueckertAATTsuse.de
- remove apache2-mod_fastcgi from nfb it seems to be unused
Sat Jan 14 13:00:00 2006 - kukukAATTsuse.de
- Add gmp-devel to nfb
Tue Jan 10 13:00:00 2006 - roAATTsuse.de
- avoid rpath /usr/ssl/lib in curl ext
Wed Jan 4 13:00:00 2006 - postadalAATTsuse.cz
- updated to version 5.1.1 [#135635, #139297]
- removed obsoleted patches: php5-with_lib.patch, soap.patch, posix.patch,
gcc4.patch, save_path-segfault.patch, basedir-fix.patch,
RPC-CAN-2005-1921.patch, RPC-CAN-2005-2498.patch, pcre-overflow-bug-106209.patch,
CVE-2005-3388.patch, CVE-2005-3389.patch, CVE-2005-3390.patch,
mod_rewrite-fix.patch, mbstring.patch, CVE-2005-3391.patch, CVE-2005-3392.patch,
errordocument-fix.patch
- removed sqlite2 from build dependencies and added libtidy libtidy-devel
- removed dbx, fam, yp, dio extensions (upstream deprecated)
- added dba, tidy and xmlreader extensions
- renamed libphp5.so -> mod_php5.so (need it for yast module)
- added upstream patches:
openssl.patch [php#35381]
soap.patch [php#35399]
pdo.patch [php#35431, php#35430]
simplexml.patch [php#35028]
curl.patch [php#35908]
ze.patch [php#35393]
- updated pear sources install-pear-nozlib.phar
- package CLI instad CGI binaries [#137443]
- reverted last changes (problem caused curl-devel package)
Thu Dec 15 13:00:00 2005 - mmarekAATTsuse.cz
- provide php-pear in php5-pear
- add /usr/share/php5/PEAR to include path
Tue Dec 6 13:00:00 2005 - postadalAATTsuse.cz
- fixed [php#33987] bug (php script as ErrorDocument causes crash
in Apache 2).
Mon Dec 5 13:00:00 2005 - postadalAATTsuse.cz
- fixed unexpected header can be injected to mb_send_mail()
[#135673] (mbstring.patch)
- added safe_mode checks for image* functions and cURL
[#135673] (CVE-2005-3391.patch)
- fixed possible INI setting leak via virtual() in Apache 2 sapi
[#135673] (CVE-2005-3392.patch)
Tue Nov 29 13:00:00 2005 - mmarekAATTsuse.cz
- build with flex-old until upstream fixes build with flex-2.5.31
Mon Nov 28 13:00:00 2005 - postadalAATTsuse.cz
- fixed CVE-2005-3388.patch [#131578]
Fri Nov 25 13:00:00 2005 - postadalAATTsuse.cz
- fixed segfaulting with mod_rewrite [#135480] (mod_rewrite-fix.patch)
Tue Nov 22 13:00:00 2005 - uliAATTsuse.de
- define ARM FP(A) endianness correctly
Tue Nov 15 13:00:00 2005 - mmarekAATTsuse.cz
- fixed infinite recursion in exif code
[#132684] (CVE-2005-3353.patch)
- fixed XSS in phpinfo()
[#131578] (CVE-2005-3388.patch)
- fixed register_globals actvation in parse_str()
[#131579] (CVE-2005-3389.patch)
- fixed possible $GLOBALS overwrite
[#131580] (CVE-2005-3390.patch)
- fixed handling basedirs that end with a /
[#118976] (basedir-fix.patch)
- fixed segfaulting when save_path is set and safe_mode is On
[#130227] (save_path-segfault.patch)
Tue Oct 25 14:00:00 2005 - rhaferAATTsuse.de
- added LDAP_DEPRECATED to CFLAGS to build correctly with
OpenLDAP 2.3
Fri Oct 14 14:00:00 2005 - postadalAATTsuse.cz
- fixed recode extension [#120087] (recode-fix.patch)
- enabled _GNU_SOURCE for compiling
Wed Oct 12 14:00:00 2005 - postadalAATTsuse.cz
- fixed implicit declaration (gcc4.patch)
Mon Oct 10 14:00:00 2005 - postadalAATTsuse.cz
- fixed uninitialized variables (gcc4.patch)
Thu Sep 1 14:00:00 2005 - postadalAATTsuse.cz
- added security patch pcre-overflow-bug-106209.patch for internal
libpcre and statically linked against it [#114157]
- added include_path = \"/usr/share/php\" to php.ini [#114406]
Thu Aug 25 14:00:00 2005 - postadalAATTsuse.cz
- linked with system pcre libs (pcre-fix.patch) [#112645]
Thu Aug 18 14:00:00 2005 - postadalAATTsuse.cz
- fixed XML RPC command injection
(#94579, CAN-2005-192 and #104403, CAN-2005-2498)
Tue Aug 9 14:00:00 2005 - mlsAATTsuse.de
- removed compat from neededforbuild
Tue Aug 2 14:00:00 2005 - tcrhakAATTsuse.cz
- dropped php4-dba and php4-readline due to license problems (bug #91489)
- compile without -DPHP_AP_DEBUG (bug #95502)
- fixed php-config to return a correct includes path (patch php5-php-config)
- fixed a sigsegv in the soap extension (bug #99268, patch php5-soap)
Mon Apr 25 14:00:00 2005 - mciharAATTsuse.cz
- added pspell subpackages
Tue Apr 19 14:00:00 2005 - mciharAATTsuse.de
- update tarball to rereleased one which contains missing file
Sat Apr 9 14:00:00 2005 - ajAATTsuse.de
- Compile with GCC4.
Mon Apr 4 14:00:00 2005 - mciharAATTsuse.cz
- update to 5.0.4
- drop patches merged upstream
- add RunTests.php missing from upstream tarball
Thu Mar 17 13:00:00 2005 - mciharAATTsuse.cz
- fix path to configuration files
Mon Mar 14 13:00:00 2005 - mciharAATTsuse.cz
- do not build CLI with all GCI stuff
- fix build when extensions are built as *.so instead of just *
- use different php.ini for each SAPI, this is needed for giving CLI more space to live (bug #72311)
Wed Mar 9 13:00:00 2005 - mciharAATTsuse.cz
- provide compiled in modules
Mon Mar 7 13:00:00 2005 - mciharAATTsuse.cz
- fix path to php5 binary in pear5 script (bug #71044)
Thu Mar 3 13:00:00 2005 - mciharAATTsuse.de
- realy enable xml module
Tue Mar 1 13:00:00 2005 - mciharAATTsuse.cz
- provide only mod_php_any in apache module (bug #66729)
Mon Feb 21 13:00:00 2005 - mciharAATTsuse.cz
- fix some compile time warnings
Thu Feb 10 13:00:00 2005 - mciharAATTsuse.cz
- add zlib dependency to pear (bug #50697)
Wed Feb 9 13:00:00 2005 - mciharAATTsuse.cz
- use correct path to apache2_MMN
- comment some patches
- update README.SUSE
- drop unused sce_install
- each extension now provides also unversioned symbol, to allow not to depend
on specific php version
- drop MIME type change as both php modules don\'t work together anyway
Tue Feb 8 13:00:00 2005 - mciharAATTsuse.cz
- drop actually unused patches
- fix build on ia64 (endians patch, stolen from cvs) (still doesn\'t build due to missing current MySQL)
- fix build on lib64 machines
Mon Feb 7 13:00:00 2005 - mciharAATTsuse.cz
- initial packaging of php5
- suse addons are now in tarball instead of patch
- reorganize patches
- simplified build system
Wed Jan 26 13:00:00 2005 - mciharAATTsuse.cz
- update asp2php
- drop lynx from buildrequires
Tue Jan 11 13:00:00 2005 - mciharAATTsuse.cz
- fix broken int unserializing on 64-bit (bug #49617)
Fri Dec 17 13:00:00 2004 - poemlAATTsuse.de
- update to 4.3.10
- for apache module, pick up CFLAGS from apxs [#49356]
- drop obsolete php-4.3.9RC3.diff
- update lib64.diff
- fix return type in php_sprintf()
- don\'t apply php-4.3.8-snmp.diff
- do not clean buildroot in buildsystem to facilitate debugging
- fix PreRequires (sce_install_path) [#46664]
Thu Nov 18 13:00:00 2004 - roAATTsuse.de
- use kerberos-devel-packages
Thu Nov 4 13:00:00 2004 - roAATTsuse.de
- added rpm-devel,popt-devel,tcpd,tcpd-devel to neededforbuild (for snmp)
Tue Oct 5 14:00:00 2004 - pmladekAATTsuse.cz
- added /usr/lib/php/sce_install to prerequires of php4-swf; it is in the
package php4-32bit on x86_64 [#46475]
Thu Sep 23 14:00:00 2004 - tcrhakAATTsuse.cz
- security fix for array parsing (bug #45710) and
some other fixes from php-4.3.9RC3 (patch 4.3.9RC3)
- removed the #%endif causing syntax error during /usr/lib/php/sce_install (bug #45589)
- /var/lib/php is now owned by wwwrun (bug #45360)
- reverted dlopen flag back to RTLD_GLOBAL (bugs #39197 and #41866),
php4-recode now conflicts with php4-imap, php4-mysql and apache2-mod_auth_mysql,
mod_php4-core does not require php4-recode any more
- dropped php4-dba and php4-readline due to license poblems (bug #45654)
Fri Sep 17 14:00:00 2004 - tcrhakAATTsuse.cz
- added tomcat5 to the Requires of php4-servlet
Wed Sep 15 14:00:00 2004 - tcrhakAATTsuse.cz
- removed the build dependency on tomcat5
- added tomcat5 directories to filelist
- enabled iconv for the other archs
Tue Sep 14 14:00:00 2004 - skhAATTsuse.de
- use new JPackage packages tomcat5 and servletapi5 to build
Fri Sep 10 14:00:00 2004 - tcrhakAATTsuse.cz
- do not source setJava
Fri Sep 3 14:00:00 2004 - tcrhakAATTsuse.cz
- update to 4.3.8
- added module dbx (bug #43972)
- use system gd library, includes \"GIF Create Support\" (bug #44001)
- disallow persistant connections by default (bug #34849)
- use /var/lib/php for php sessions by default (bug #36886)
- php modules need to prereq sce_install (bug #43994)
Thu Aug 19 14:00:00 2004 - ajAATTsuse.de
- Remove broken cat commands from post section:
* no requires for them
* no need to execute them
Mon Aug 16 14:00:00 2004 - roAATTsuse.de
- fix build with updated libcurl: use current instead of
deprecated type for curl_httppost
Tue Jun 8 14:00:00 2004 - roAATTsuse.de
- removed mod_dav from neededforbuild
- removed mod_php4 package (mod_php4-core is probably obsolete too)
Tue May 4 14:00:00 2004 - tcrhakAATTsuse.cz
- build with postfix instead of sendmail
Thu Apr 29 14:00:00 2004 - roAATTsuse.de
- remove apache1 related parts
Fri Apr 23 14:00:00 2004 - tcrhakAATTsuse.cz
- added sendmail to neededforbuild, so that mail() is defined (bug #39153)
- dlopen php modules with RTLD_LOCAL (fixes bug #39197)
Wed Mar 31 14:00:00 2004 - tcrhakAATTsuse.cz
- added php module recode (bug #36573)
- fixed requires of mod_php4-apache2 (bug #37041)
Mon Mar 22 13:00:00 2004 - roAATTsuse.de
- build-fix for jakarta-tomcat from skh
- removed apache-contrib from neededforbuild (dropped)
Tue Mar 16 13:00:00 2004 - tcrhakAATTsuse.cz
- removed --enable-versioning (fixes bug #35716)
- do not build servlet for ia64, ppc and ppc64
Fri Mar 5 13:00:00 2004 - tcrhakAATTsuse.cz
- modularized
- updated to version 4.3.4
- added fastcgi
- added PHP4 module sockets
- added PHP4 module mime_magic (bug #34134)
- php binary is now CLI, not CGI (bug #34152)
Wed Feb 18 13:00:00 2004 - roAATTsuse.de
- use jakarta-tomcat4
Mon Feb 16 13:00:00 2004 - roAATTsuse.de
- use unixODBC instead of iodbc
Tue Feb 10 13:00:00 2004 - poemlAATTsuse.de
- fix symbol exports for apache2
- add -fno-strict-aliasing to CFLAGS, due to code where
dereferencing type-punned pointers would break strict aliasing
- fix test load of apache2 module (the LoadModule statement went
into the wrong place)
Sun Feb 8 13:00:00 2004 - schwabAATTsuse.de
- Fix symbol exports.
- Also look for BEAJava2 directory.
- Fix quoting.
Thu Jan 22 13:00:00 2004 - roAATTsuse.de
- fix build with current automake
Fri Jan 16 13:00:00 2004 - kukukAATTsuse.de
- Add pam-devel to neededforbuild
Tue Jan 13 13:00:00 2004 - roAATTsuse.de
- remove subpackage aolserver
- fix build with current freetype
Mon Nov 10 13:00:00 2003 - roAATTsuse.de
- use net-snmp instead of ucdsnmp
Thu Oct 30 13:00:00 2003 - tcrhakAATTsuse.cz
- ad previous fix: create the directory
Wed Oct 29 13:00:00 2003 - tcrhakAATTsuse.cz
- added %{_libdir}/php/bin to file list of mod_php4-core
Mon Sep 22 14:00:00 2003 - mlsAATTsuse.de
- remove \'Obsoletes: mod_php\' from mod_php4, otherwise rpmv4
makes mod_php4 conflict with apache2-mod_php4
Tue Sep 16 14:00:00 2003 - tcrhakAATTsuse.cz
- update to version 4.3.3
Mon Sep 1 14:00:00 2003 - tcrhakAATTsuse.cz
- expand rpm macros in /etc/httpd/modules/mod_php4 [bug #29664]
Thu Aug 21 14:00:00 2003 - tcrhakAATTsuse.cz
- update to version 4.3.2
- use BuildRoot
- added activation metadata to sysconfig [bug #28827]
Mon Aug 18 14:00:00 2003 - poemlAATTsuse.de
- add README.{SuSE,UnitedLinux} [#25888]
- don\'t explicitely strip binary objects, because RPM does it
anyway, and it might keep the stripped debugging info somewhere.
- don\'t try to install a file in /etc/apache2/modules/ (it\'s gone)
Mon Jun 30 14:00:00 2003 - roAATTsuse.de
- always use libtool to compile objects
- added directories to filelist
Thu Apr 10 14:00:00 2003 - tcrhakAATTsuse.cz
- use \'head -n 1\' instead of \'head -1\'
- added mhash support
Wed Mar 26 13:00:00 2003 - tcrhakAATTsuse.cz
- fixed path in script phpize
- fixed ext/mysql/config.m4
Thu Mar 13 13:00:00 2003 - tcrhakAATTsuse.cz
- fixed order of Type and Define in sysconfig metadata
- readded subpackage servlet (patch servlet)
- reenabled support for swf
- install swf fonts, use proper SWFFONTPATH
(bug #18057, patch swf)
Tue Mar 4 13:00:00 2003 - poemlAATTsuse.de
- the apache2 module requires the apache2-prefork MPM
Thu Feb 20 13:00:00 2003 - tcrhakAATTsuse.cz
- security update to version 4.3.1 - fixes a CGI vulnerability
- added sysconfig metadata [bug #22604]
Fri Feb 14 13:00:00 2003 - tcrhakAATTsuse.cz
- added php3, php4 to DirectoryIndex [bug #22066]
Thu Feb 13 13:00:00 2003 - roAATTsuse.de
- really disable (empty) subpackage servlet
Wed Feb 12 13:00:00 2003 - poemlAATTsuse.de
- rename subpackage mod_php4_2 to apache2-mod_php4
Tue Feb 11 13:00:00 2003 - poemlAATTsuse.de
- call the new /usr/share/apache2/get_module_list script to
configure apache2, so the test can be passed
Wed Jan 15 13:00:00 2003 - roAATTsuse.de
- use sasl2
Fri Jan 10 13:00:00 2003 - poemlAATTsuse.de
- don\'t built -servlet for now, needs work
- swf.h has vanished from ./dist/include/, and I can\'t find another
one --> disabling swf support
Thu Jan 9 13:00:00 2003 - poemlAATTsuse.de
- update to 4.3.0
- GD library is now bundled with the distribution and it is
recommended to always use the bundled version
- vpopmail and cybermut extensions are moved to PECL
- several deprecated extensions (aspell, ccvs, cybercash, icap)
and SAPIs (fastcgi, fhttpd) are removed
- speed improvements in a variety of string functions
- Apache2 filter is improved, but is still considered
experimental (use with PHP in prefork and not worker (thread)
model since many extensions based on external libraries are not
thread safe)
- various security fixes (imap, mysql, mcrypt, file upload, gd, etc)
- new SAPI for embedding PHP in other applications (experimental)
- much better test suite
- significant improvements in dba, gd, pcntl, sybase, and xslt
extensions
- debug_backtrace() should help with debugging
- error messages now contain URLs linking to pages describing the
error or function in question
- Zend Engine has some fixes and minor performance enhancements
- and TONS of other fixes, updates, new functions, etc
- build apache2 module
- QtDOM support is now in qt3, and therefore we need to link
against libqt-mt
- merge the lib64 patch, hope it\'s complete
- gd lib is now bundled, and preferred for building
- adjust the Provides of the -core package
Thu Nov 21 13:00:00 2002 - roAATTsuse.de
- make it build with current automake
Wed Oct 16 14:00:00 2002 - tcrhakAATTsuse.cz
- added support for readline
- added support for iconv and mbstrings [bugs #19861 and #19862]
Fri Sep 27 14:00:00 2002 - tcrhakAATTsuse.cz
- added type .php3 to apache mod_php4.conf
Wed Sep 18 14:00:00 2002 - roAATTsuse.de
- removed bogus self-provides
Tue Sep 3 14:00:00 2002 - tcrhakAATTsuse.cz
- fixed to build on 64 bit archs
Fri Aug 23 14:00:00 2002 - tcrhakAATTsuse.cz
- fixed to build on non-i386 archs
- added dynamic extensions to the file list of subpackage core
Tue Aug 20 14:00:00 2002 - tcrhakAATTsuse.cz
- added PreReq
Tue Aug 13 14:00:00 2002 - kukukAATTsuse.de
- Remove unused qt2 from neededforbuild
Wed Aug 7 14:00:00 2002 - uliAATTsuse.de
- fixed to build on lib64 archs (still broken on nearly all archs
due to other problems)
Mon Aug 5 14:00:00 2002 - roAATTsuse.de
- use \"-follow\" when searching for jni.h
Sun Jul 28 14:00:00 2002 - kukukAATTsuse.de
- remove unused gdb from neededforbuild
Sat Jul 27 14:00:00 2002 - adrianAATTsuse.de
- fix neededforbuild
Fri Jul 26 14:00:00 2002 - kukukAATTsuse.de
- Add imap-lib to neededforbuild
Tue Jul 23 14:00:00 2002 - tcrhakAATTsuse.cz
- update to version 4.2.2
- update of asp2php to version 0.76.12
- detect the module magic number if provided by apache, indicating
API changes, and add an RPM Require on it
- add compiled extensions (currently gd.so, as it is build shared
by a previous change by bkAATTsuse.de) to php.ini and filelist
Fri Jul 5 14:00:00 2002 - kukukAATTsuse.de
- Use %ix86 macro
Tue May 28 14:00:00 2002 - roAATTsuse.de
- replaced /opt/jakarta with /opt/jakarta/tomcat
Mon May 27 14:00:00 2002 - roAATTsuse.de
- first try for lib64
Mon May 27 14:00:00 2002 - bkAATTsuse.de
- use shared libgd on all archs
Sat Mar 23 13:00:00 2002 - roAATTsuse.de
- removed unixODBC stuff, was never used (iodbc is used)
Fri Mar 15 13:00:00 2002 - tcrhakAATTsuse.cz
- added %{_datadir}/lib/php and extension dir to devel filelist
Mon Mar 4 13:00:00 2002 - okirAATTsuse.de
- security fix
Fri Feb 22 13:00:00 2002 - tcrhakAATTsuse.cz
- Killed %{release} from \"Requires\" tags.
Fri Feb 1 13:00:00 2002 - roAATTsuse.de
- changed neededforbuild
to
Mon Jan 28 13:00:00 2002 - roAATTsuse.de
- added des to neededforbuild
Mon Jan 28 13:00:00 2002 - roAATTsuse.de
- added heimdal stuff to build
Wed Jan 23 13:00:00 2002 - roAATTsuse.de
- try to build with db-devel in neededforbuild
Thu Jan 17 13:00:00 2002 - roAATTsuse.de
- adapted for /etc/sysconfig/apache
Thu Dec 20 13:00:00 2001 - tcrhakAATTsuse.cz
- update to 4.1.0
- no mm support for aol and servlet (mm is not ZTS in 4.1 yet)
- patched acinclude.m4 to find the very dir for mysql libraries
- added `php-config --extension-dir` to core files
Mon Dec 10 13:00:00 2001 - tcrhakAATTsuse.cz
- fixed extension section
Thu Dec 6 13:00:00 2001 - tcrhakAATTsuse.cz
- added section [extension section] to php.ini
- fixed options given to configure
Tue Dec 4 13:00:00 2001 - tcrhakAATTsuse.cz
- fixed configure.in and config.m4\'s for autoconf 2.52
- added libtoolize, autoconf, autoheader
- used setJava to find JAVA_HOME
- TTF - bug 9523
- gd - bug 12226
- changed the order in which subpackages (for Servers) are built,
- so that the devel package corresponds to core
- (=> experimental-zts disabled)
- moved phpize to the devel package (fixed for autoconf 2.52)
- added files needed by phpize to the devel package
Mon Dec 3 13:00:00 2001 - roAATTsuse.de
- changed servlet dir for configure with jakarta
Mon Dec 3 13:00:00 2001 - roAATTsuse.de
- fixed neededforbuild to
Tue Nov 20 13:00:00 2001 - rolfAATTsuse.de
- changes to make IA64 work
- exclude subpackages AOL and Servlet from AXP
Mon Nov 19 13:00:00 2001 - roAATTsuse.de
- fix to find java
Wed Nov 14 13:00:00 2001 - rolfAATTsuse.de
- new subpackage -devel with include files
Mon Nov 12 13:00:00 2001 - roAATTsuse.de
- hack for libxml2 include location
Fri Oct 26 14:00:00 2001 - roAATTsuse.de
- use qt2 for qtdom (but aparently that is not built anyway)
Thu Oct 25 14:00:00 2001 - roAATTsuse.de
- try neededforbuild alias apache-devel-packages
Tue Sep 11 14:00:00 2001 - roAATTsuse.de
- remove roxen subpackage
roxen is not in the distribution currently
Wed Aug 22 14:00:00 2001 - roAATTsuse.de
- removed pdflib from neededforbuild (license problems)
Tue Aug 14 14:00:00 2001 - roAATTsuse.de
- pear: changed header to look for php in \"bindir\" not \"prefix/bin\"
to fix requires
Mon Aug 13 14:00:00 2001 - kukukAATTsuse.de
- Don\'t conflict with packages we are providing
Thu Aug 9 14:00:00 2001 - kukukAATTsuse.de
- Fix search for installed java directory
Tue Jul 24 14:00:00 2001 - rolfAATTsuse.de
- new subpackage mod_php4-aolserver for use of PHP4 with AOL server
- disable-debug so Zend optimizer can work
Thu Jul 5 14:00:00 2001 - rolfAATTsuse.de
- update to php 4.0.6
- apply memlimit patch
- new subpackage mod_php4-servlet for use of PHP4 as JAVA servlet
with tomcat
- new options: --with-gmp, --with-dom, mbstring
Mon Jun 25 14:00:00 2001 - rolfAATTsuse.de
- fixed bug with pdflib which also fixes [BUG#8246]
Tue Jun 19 14:00:00 2001 - rolfAATTsuse.de
- new version 4.0.5
- disable pgsql for roxen, as it is broken
- mysql bug fixed in this release [BUG#6839]
- move stuff to /usr/share/php [BUG#8352]
- now Provides: mod_php as well [BUG#8911]
Sat May 12 14:00:00 2001 - schwabAATTsuse.de
- Use new readline interface.
Tue May 8 14:00:00 2001 - mfabianAATTsuse.de
- bzip2 sources
Tue May 1 14:00:00 2001 - kukukAATTsuse.de
- disable adabas support
Thu Apr 26 14:00:00 2001 - roAATTsuse.de
- neededforbuild: curl_ssl-devel -> curl-devel
Sun Apr 8 14:00:00 2001 - poemlAATTsuse.de
- fix Requires (rearrange tags to define them before using them)
- fix spec file typo
Tue Mar 27 14:00:00 2001 - rolfAATTsuse.de
- spin off subpackage mod_php4-core which is required by apache and
roxen modules now
- moved config file to /etc/php.ini for all php4 modules
- sybase support conflicts with Adabas D support
- Ingres support is for Ingres II only
- added t1lib support [BUG#6212]
- updated asp2php 0.75.13
- make us of suse_loadmodule for testing
- added /usr/bin/php to core package [BUG#6648]
Wed Mar 21 13:00:00 2001 - roAATTsuse.de
- changed neededforbuild to freetype2
Thu Mar 15 13:00:00 2001 - roAATTsuse.de
- build with openldap2
Thu Mar 15 13:00:00 2001 - roAATTsuse.de
- fixed neededforbuild for openldap
Mon Mar 5 13:00:00 2001 - roAATTsuse.de
- use -fPIC
Fri Feb 23 13:00:00 2001 - roAATTsuse.de
- changed neededforbuild to
Fri Feb 23 13:00:00 2001 - roAATTsuse.de
- added readline/readline-devel to neededforbuild (split from bash)
Thu Feb 15 13:00:00 2001 - rolfAATTsuse.de
- new features imap-ssl, bz2, qtdom, ctype, debug, force-cgi-redirect,
discard_path, sigchild, gd-imgstrttf
- added apache-mod_php4.rc.config
- added /etc/httpd/modules/mod_php4
Wed Jan 17 13:00:00 2001 - rolfAATTsuse.de
- add libpdf support
Tue Jan 16 13:00:00 2001 - rolfAATTsuse.de
- update to 4.0.4pl1 due to security issue [BUG#5760]
- remove number4.tar.gz, no longer needed
Fri Jan 12 13:00:00 2001 - rolfAATTsuse.de
- need expat to compile [BUG#5104]
- subpackage for roxen module
Fri Jan 12 13:00:00 2001 - cihlarAATTsuse.cz
- fixed to compile with roxe/pike [#4408]
Tue Dec 19 13:00:00 2000 - rolfAATTsuse.de
- link with libssl
Tue Dec 19 13:00:00 2000 - rolfAATTsuse.de
- added the asp2php package [BUG#4456]
- roxen/pike still doesn´t work
- require RPM group tag via apxs
Wed Nov 29 13:00:00 2000 - roAATTsuse.de
- changed neededforbuild to
Mon Nov 27 13:00:00 2000 - rolfAATTsuse.de
- added Sablotron support [BUG#3891]
- added curl support [BUG#3890]
- added Flash support on i386 [BUG#3209]
- also pack module files in /usr/lib/php/
- moved the exec dir to /usr/lib/php/bin
- include pear binaries
- added the following modules: sockets, shmop, exif, filepro, dbase
readline, mcrypt, gettext
Wed Nov 15 13:00:00 2000 - roAATTsuse.de
- fixed neededforbuild gdlib -> gd gd-devel
Thu Nov 9 13:00:00 2000 - roAATTsuse.de
- prefer ndbm.h to db1/ndbm.h
Mon Nov 6 13:00:00 2000 - roAATTsuse.de
- added imap-devel to neededforbuild
Mon Nov 6 13:00:00 2000 - roAATTsuse.de
- fixed neededforbuild
Mon Oct 16 14:00:00 2000 - bkAATTsuse.de
- s390: --with-gd=yes -> --with-gd=shared(broken somehow with =yes)
Mon Oct 16 14:00:00 2000 - rolfAATTsuse.de
- update tp 4.0.3pl1 due to some security breaches
- needed to drop db3 and dbm support, as these are incompatible
- enable FTP support [BUG#3862]
Wed Sep 13 14:00:00 2000 - foberAATTsuse.de
- s390: suse_update_config, needs-not-forbuild adabas
Fri Jul 7 14:00:00 2000 - kukukAATTsuse.de
- Fix Requires and need for build
Fri Jun 23 14:00:00 2000 - rolfAATTsuse.de
- added support for mcal and calendar functions [BUG#2925]
Mon Jun 19 14:00:00 2000 - roAATTsuse.de
- fixed to compile with new postgres
Mon May 22 14:00:00 2000 - rolfAATTsuse.de
- update to 4.0.0
- --with-java is now broken
Fri May 12 14:00:00 2000 - rolfAATTsuse.de
- update to 4.0RC2
- a few more options are now functional
Thu Apr 13 14:00:00 2000 - roAATTsuse.de
- added mm to neededforbuild
Thu Mar 30 14:00:00 2000 - rolfAATTsuse.de
- new version 4.0RC1
- many options now work properly
Wed Mar 1 13:00:00 2000 - rolfAATTsuse.de
- zlib works again
Tue Feb 22 13:00:00 2000 - rolfAATTsuse.de
- new version 4b4pl1
- now with --enable-thread-safety --with-gd=yes --with-ttf
- imap support is now broken
Thu Dec 23 13:00:00 1999 - rolfAATTsuse.de
- dynamic JDK path detection
- some fixes in DAV, still doesn´t work
- now also runs with IMAP
Thu Nov 25 13:00:00 1999 - rolfAATTsuse.de
- initial package version 4.0b3