summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-10-21Imported Debian patch 5.3.3-1debian/5.3.3-1Raphael Geissert38-1100/+568
2010-10-21Merge branch 'upstream-sid' into debian-sidOndřej Surý916-43682/+75239
2010-10-21Imported Upstream version 5.3.3upstream/5.3.3Ondřej Surý916-43682/+75239
2010-07-18Prepare changelog for 5.3.2-2debian/5.3.2-2Raphael Geissert1-0/+39
2010-07-18Include ext_skel script (Closes: #530757)Raphael Geissert1-0/+4
2010-07-18Update the security policy for Squeeze and greaterRaphael Geissert1-4/+7
2010-06-19Dynamically determine maxlifetime if possible.Sean Finney2-5/+12
Incorporate suggestions from #504053 to use the cmdline php if available to determine the maxlifetime value, but retain the previous logic as well in case php5-cli is not installed. Also, add a Recommends on php5-cli to libapache2-mod-php5 to make it more likely that it is installed. Closes: #504053 Thanks: Chris Butler <chrisb@debian.org>
2010-06-19Import upstream fix for pdo_mysql segfaults reported in #581911Sean Finney2-0/+77
Thanks: Richard van den Berg <richard@vdberg.org> Closes: #581911
2010-06-09Fix for parallel FTBFS in #584348Sean Finney2-0/+17
2010-06-09recursively delete MYSQL_DATA_DIR in debian/rules cleanSean Finney1-1/+1
2010-06-09Fix for setup-mysql.sh: s/chown/chmod/Sean Finney1-1/+1
2010-05-05Test the mysql extensions tooRaphael Geissert3-9/+92
2010-05-02Cherry pick patch to fix SplFileInf::fscanf()'s prototypeRaphael Geissert2-0/+40
2010-05-02Cherry pick patch to fix a memory leak in SoapServer::handleRaphael Geissert2-0/+17
2010-05-02Cherry pick patch to correctly determine length of doc_rootRaphael Geissert2-0/+21
2010-05-02Cherry pick patch to allow the timeout on mssql to be effective p/queryRaphael Geissert2-0/+17
2010-05-02Cherry pick patch to workaround BDB 4.8 bc changes (Closes: #570149)Raphael Geissert2-0/+59
2010-05-01Synchronize enchant patch with changes committed upstreamRaphael Geissert1-1/+32
2010-05-01Cherry pick patch to fix multiple typosRaphael Geissert2-0/+79
2010-05-01Add doc-base registration for Structuctures_Graph documentationRaphael Geissert1-0/+8
2010-05-01Add debian/source/format and set it to 1.0Raphael Geissert1-0/+1
2010-05-01Remove obsolete TODO listRaphael Geissert1-7/+0
2010-05-01Don't install an extra copy of php.ini-productionRaphael Geissert1-1/+0
2010-05-01Set default session.save_path to /var/lib/php5 (Closes: #576593)Raphael Geissert2-0/+21
2010-05-01Cherry pick fix for memory issues in mysqli_options (Closes: #577784)Raphael Geissert2-0/+55
2010-05-01Cherry pick patch to fix an unaligned mem access in the dba extRaphael Geissert2-0/+18
2010-05-01Cherry pick fix for memory leak in date when gc is enabledRaphael Geissert2-0/+47
2010-05-01Cherry pick patch to fix a memory leak in the cyclical gcRaphael Geissert2-0/+17
2010-05-01Cherry pick patch to fix SplFileInfo::getPathName()Raphael Geissert2-0/+41
2010-05-01Cherry pick patch to add missing definition of JSON_ERROR_UTF8Raphael Geissert2-0/+17
2010-05-01Cherry pick patch to reset error status on beginTransaction()Raphael Geissert2-0/+17
2010-05-01Cherry pick upstream fix for mysqli_ssl_set (Closes: #572122)Raphael Geissert2-0/+18
2010-03-15Author: Ondřej Surý <ondrej@debian.org>Ondřej Surý2-0/+36
Forwarded: yes (http://bugs.php.net/bug.php?id=51254) Description: Fix unittest about failing crypt() calls with invalid salt, which I have fixed in the code (php_crypt_revamped.patch).
2010-03-13Prepare changelog for 5.3.2-1debian/5.3.2-1Raphael Geissert1-17/+35
2010-03-13Fix memory leak in CVE-2010-0397 patchRaphael Geissert1-2/+3
2010-03-13Add libjpeg-dev as an alternative to libjpeg62-dev for future transitionsRaphael Geissert1-1/+1
2010-03-13Build against the system oniguruma libraryRaphael Geissert2-0/+2
2010-03-13debian/control cleanupRaphael Geissert1-1/+0
2010-03-13debian/rules cleanupRaphael Geissert1-12/+1
2010-03-12Update the list of alternative dependencies of php5-dbgRaphael Geissert1-1/+1
2010-03-12Add a test case to the CVE-2010-0397 fixRaphael Geissert1-1/+21
2010-03-12Test that the list of extensions to test is never emptyRaphael Geissert1-0/+1
2010-03-12Enchant patches have been forwardedRaphael Geissert1-1/+1
2010-03-12Fix another unaligned memory access in enchantRaphael Geissert1-2/+20
2010-03-12Fix an unaligned memory access in enchant_dict_suggest()Raphael Geissert2-0/+28
2010-03-12Fix a null pointer dereference when processing invalid XML-RPC requests ↵Raphael Geissert2-0/+38
(CVE-2010-0397, Closes: #573573)
2010-03-12Disable two unit tests and fix one, since we don't consider usingOndřej Surý1-0/+46
system time zone as an error. Unit tests corrected: date_default_timezone_get() function [1] [ext/date/tests/date_default_timezone_get-1.phpt] date_default_timezone_get() function [2] [ext/date/tests/date_default_timezone_get-2.phpt] date_default_timezone_set() function [1] [ext/date/tests/date_default_timezone_set-1.phpt]
2010-03-11Fix some gd tests that need the bundled libraryRaphael Geissert2-0/+93
2010-03-11Fix the locale name in some tests (Closes: #573511)Raphael Geissert2-0/+30
2010-03-11Disable memory limit in CLI, letting ulimit do its job (Closes: #407425)Raphael Geissert1-1/+1