]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Sat, 5 Nov 2005 22:03:28 +0000 (22:03 +0000)]
MFH: Fixed bug #31971 (ftp_login fails on some SSL servers).
Greg Beaver [Sat, 5 Nov 2005 18:33:51 +0000 (18:33 +0000)]
upgrade PEAR to 1.4.4
Greg Beaver [Sat, 5 Nov 2005 18:24:20 +0000 (18:24 +0000)]
fix error on call to getValidationWarnings() on wrong variable
Greg Beaver [Sat, 5 Nov 2005 18:21:20 +0000 (18:21 +0000)]
revert last commit - information is too verbose
Greg Beaver [Sat, 5 Nov 2005 18:19:23 +0000 (18:19 +0000)]
don't attempt to install package-*.xml
Greg Beaver [Sat, 5 Nov 2005 18:15:05 +0000 (18:15 +0000)]
add further debug information in case of error
Greg Beaver [Sat, 5 Nov 2005 18:03:10 +0000 (18:03 +0000)]
this must be a non-replacement, fixes
Bug #35112 Pear Install Error - Call to undefined function: getversion()
Greg Beaver [Sat, 5 Nov 2005 17:59:02 +0000 (17:59 +0000)]
getVersion() is in wrong place, should there be a PEAR_Error
Rui Hirokawa [Sat, 5 Nov 2005 04:48:25 +0000 (04:48 +0000)]
MFH: fixed garbled multibyte characters.
Rui Hirokawa [Sat, 5 Nov 2005 01:14:05 +0000 (01:14 +0000)]
fixed white space issue.
Rui Hirokawa [Fri, 4 Nov 2005 16:13:44 +0000 (16:13 +0000)]
removed mail.force_extra_parameters which is unsuppoted in php4.
foobar [Thu, 3 Nov 2005 20:41:56 +0000 (20:41 +0000)]
MFH: - Fixed bug #35078 (configure does not find ldap_start_tls_s)
foobar [Thu, 3 Nov 2005 20:30:59 +0000 (20:30 +0000)]
BFN
foobar [Thu, 3 Nov 2005 20:20:10 +0000 (20:20 +0000)]
MFH: added missing safe-mode checks
Greg Beaver [Thu, 3 Nov 2005 19:33:46 +0000 (19:33 +0000)]
solve cvs sync issue permanently: the PEAR files in php-src/pear branch PHP_4_4 will *only* be used to install PEAR. The packages, including PEAR will be in packages/
Ilia Alshanetsky [Thu, 3 Nov 2005 15:57:04 +0000 (15:57 +0000)]
Syncornize code with CS/error handling from 5.X
MFH crash fixes for imap_mailcompose function.
Michael Wallner [Thu, 3 Nov 2005 14:58:43 +0000 (14:58 +0000)]
- fixed bug #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integer
parameter on Windows)
Greg Beaver [Thu, 3 Nov 2005 05:26:08 +0000 (05:26 +0000)]
merge changes from pear-core
Greg Beaver [Thu, 3 Nov 2005 02:13:26 +0000 (02:13 +0000)]
use tarball for installing Console_Getopt
Greg Beaver [Thu, 3 Nov 2005 02:12:48 +0000 (02:12 +0000)]
remove unneeded xml files, will use tarballs to install
Greg Beaver [Thu, 3 Nov 2005 02:11:39 +0000 (02:11 +0000)]
add Archive_Tar tarball for installation
Greg Beaver [Thu, 3 Nov 2005 00:44:09 +0000 (00:44 +0000)]
remove optional XML_RPC dependency from default install
Ilia Alshanetsky [Wed, 2 Nov 2005 17:58:02 +0000 (17:58 +0000)]
Fixed bug #35067, #35063 (key(),current() need to work by reference).
Ilia Alshanetsky [Wed, 2 Nov 2005 17:55:17 +0000 (17:55 +0000)]
Fixed bug #35059 (Apache2 crash with mod_rewrite).
Greg Beaver [Wed, 2 Nov 2005 16:58:17 +0000 (16:58 +0000)]
upgrade PEAR from 1.3.6 to new 1.4.3
remove unit tests - they live in pear-core/tests now
Michael Wallner [Wed, 2 Nov 2005 15:03:36 +0000 (15:03 +0000)]
- MFH: thread safe SSL crypto locks, fixes bug #33760
Michael Wallner [Wed, 2 Nov 2005 14:43:09 +0000 (14:43 +0000)]
- sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP response splitting
- sapi_send_headers() already takes care of default_content_type (left over of fix for bug #29983)
Frank M. Kromann [Tue, 1 Nov 2005 18:20:00 +0000 (18:20 +0000)]
MFH: Fix #35037. Selecting a uniqueidentifier would return unknown data type when used with freetds.
Ilia Alshanetsky [Mon, 31 Oct 2005 23:47:24 +0000 (23:47 +0000)]
MFH: Additional open_basedir/safe_mode checks.
Derick Rethans [Sun, 30 Oct 2005 10:55:23 +0000 (10:55 +0000)]
- Back to -dev
Edin Kadribasic [Sat, 29 Oct 2005 22:01:45 +0000 (22:01 +0000)]
Fix build with newer libming
Edin Kadribasic [Sat, 29 Oct 2005 21:53:35 +0000 (21:53 +0000)]
Fix compilation with c-client 2004
Antony Dovgal [Thu, 27 Oct 2005 10:58:31 +0000 (10:58 +0000)]
BFN
Antony Dovgal [Thu, 27 Oct 2005 10:29:31 +0000 (10:29 +0000)]
MFH: fix #34996 (ImageTrueColorToPalette() crashes when ncolors is zero)
Antony Dovgal [Wed, 26 Oct 2005 20:04:57 +0000 (20:04 +0000)]
fix typo
Antony Dovgal [Wed, 26 Oct 2005 11:37:33 +0000 (11:37 +0000)]
export those functions and fix the build
Derick Rethans [Wed, 26 Oct 2005 08:34:13 +0000 (08:34 +0000)]
- Merge 4.4.1 and 4.4.1RC1 entries.
Derick Rethans [Wed, 26 Oct 2005 07:58:24 +0000 (07:58 +0000)]
- Go with PHP 4.4.1 - release on Monday.
Ilia Alshanetsky [Thu, 20 Oct 2005 14:43:20 +0000 (14:43 +0000)]
MFH: Fixed test for cygwin installs
Ilia Alshanetsky [Wed, 19 Oct 2005 20:36:22 +0000 (20:36 +0000)]
MFH: Fixed bug #29983 (PHP does not explicitly set mime type & charset).
Ilia Alshanetsky [Wed, 19 Oct 2005 13:42:36 +0000 (13:42 +0000)]
MFH: Change E_ERROR to E_WARNING when more_entropy flag is off on Cygwin.
Ilia Alshanetsky [Mon, 17 Oct 2005 15:43:12 +0000 (15:43 +0000)]
MFH: Properly fixed bug #34456 (original patch completely reverted).
Ilia Alshanetsky [Mon, 17 Oct 2005 02:42:51 +0000 (02:42 +0000)]
MFH: Further URL validations in safe_mode/open_basedir configs.
foobar [Thu, 13 Oct 2005 10:04:53 +0000 (10:04 +0000)]
MFH: - Fixed bug #34850 (--program-suffix and --program-prefix not included in man page names)
Antony Dovgal [Wed, 12 Oct 2005 21:41:36 +0000 (21:41 +0000)]
MF51: fix bug #34581 (crash with mod_rewrite)
Ilia Alshanetsky [Wed, 12 Oct 2005 14:46:08 +0000 (14:46 +0000)]
Fixed compiler failure
Derick Rethans [Wed, 12 Oct 2005 11:08:40 +0000 (11:08 +0000)]
- MF50: Fixed access to an uninitialised variable.
foobar [Tue, 11 Oct 2005 18:59:23 +0000 (18:59 +0000)]
MFH
foobar [Tue, 11 Oct 2005 18:11:38 +0000 (18:11 +0000)]
fix test
Ilia Alshanetsky [Tue, 11 Oct 2005 14:41:41 +0000 (14:41 +0000)]
MFH: Fixed bug #34742 (ftp wrapper failures caused from segmented command
transfer).
Dmitry Stogov [Tue, 11 Oct 2005 06:48:33 +0000 (06:48 +0000)]
Fixed bug #34790 (preg_match_all(), named capturing groups, variable assignment/return => crash)
Antony Dovgal [Mon, 10 Oct 2005 10:47:52 +0000 (10:47 +0000)]
BFN
Antony Dovgal [Mon, 10 Oct 2005 10:41:24 +0000 (10:41 +0000)]
fix #33383 (crash when retrieving empty LOBs)
Marcus Boerger [Mon, 10 Oct 2005 06:07:16 +0000 (06:07 +0000)]
- MFH Fix Logic
foobar [Mon, 10 Oct 2005 05:58:01 +0000 (05:58 +0000)]
MFH: fix test
Marcus Boerger [Sun, 9 Oct 2005 15:58:05 +0000 (15:58 +0000)]
- MFH Make test check for PlPgSQL before using it
Marcus Boerger [Sun, 9 Oct 2005 15:22:05 +0000 (15:22 +0000)]
- MFH Add new test
Marcus Boerger [Sun, 9 Oct 2005 14:36:25 +0000 (14:36 +0000)]
- MFH Bugfix #34704 (Infinite recursion due to corrupt JPEG)
Derick Rethans [Fri, 7 Oct 2005 09:32:06 +0000 (09:32 +0000)]
- Back to dev.
Derick Rethans [Fri, 7 Oct 2005 08:55:35 +0000 (08:55 +0000)]
- Go with PHP 4.4.1RC1.
Marcus Boerger [Fri, 7 Oct 2005 07:40:54 +0000 (07:40 +0000)]
- MFH C vs. C++ fix
Marcus Boerger [Thu, 6 Oct 2005 21:35:29 +0000 (21:35 +0000)]
- MFH Fix issue (endless loop) with temp/memory streams
Ilia Alshanetsky [Thu, 6 Oct 2005 20:44:56 +0000 (20:44 +0000)]
MFH: Added missing safe_mode checks.
Johannes Schlüter [Thu, 6 Oct 2005 20:39:26 +0000 (20:39 +0000)]
- MFH: Fix #34557 php -m exits with "error" 1
Rob Richards [Wed, 5 Oct 2005 16:41:18 +0000 (16:41 +0000)]
fix ZTS build
Ilia Alshanetsky [Wed, 5 Oct 2005 14:34:38 +0000 (14:34 +0000)]
MFH: Missing safe_mode/open_basedir checks for file uploads.
Ilia Alshanetsky [Wed, 5 Oct 2005 00:50:13 +0000 (00:50 +0000)]
MFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi.
Antony Dovgal [Tue, 4 Oct 2005 11:19:56 +0000 (11:19 +0000)]
MFB5.1: fix #32179 (xmlrpc_encode() segfaults with recursive references)
Ilia Alshanetsky [Mon, 3 Oct 2005 14:05:07 +0000 (14:05 +0000)]
MFH: GLOBALS protection for extract() function.
Rob Richards [Sun, 2 Oct 2005 11:33:27 +0000 (11:33 +0000)]
fix build - missing closing parenthesis
Pierre Joye [Fri, 30 Sep 2005 21:05:04 +0000 (21:05 +0000)]
- MFH #33125, alpha emulation broken
Ilia Alshanetsky [Thu, 29 Sep 2005 16:31:48 +0000 (16:31 +0000)]
MFH:
Fixed possible crash and/or memory corruption in import_request_variables()
Fixed potential GLOBALS overwrite via import_request_variables().
Ilia Alshanetsky [Wed, 28 Sep 2005 22:34:04 +0000 (22:34 +0000)]
MFH: Fixed possible GLOBALS variable override when register_globals are ON.
MFH: Fixed possible register_globals toggle via parse_str().
Ilia Alshanetsky [Tue, 27 Sep 2005 15:08:43 +0000 (15:08 +0000)]
MFH: Fixed bug #32937 (open_basedir looses trailing / in the limiter).
Ilia Alshanetsky [Mon, 26 Sep 2005 15:19:05 +0000 (15:19 +0000)]
MFH: Fixed bug #34645 (ctype corrupts memory when validating large numbers).
Pierre Joye [Sun, 25 Sep 2005 12:13:49 +0000 (12:13 +0000)]
- MFH #33220, infinite loop while loading invalid GIF (nlopees)
NB: It's getting really annoying to apply patches to all these branches
Can we no define 4.x and 5.0.x as dead for 99.99% of the fixes?
Anantha Kesari H Y [Fri, 23 Sep 2005 09:20:22 +0000 (09:20 +0000)]
In NetWare two binaries with the same name can not be loaded in kernel address space(This is the default behaviour for NetWare apache webserver and hence PHP extensions also get loaded in kernel address space) simultaneoulsy. As the current autoconf built mysql extension is built as mysql.nlm this forbids the loading of mysql client binary. To work around this NetWare idiosyncrasy prefixing all the extensions with "php" except php5lib(phpts.dll eqivalent of Windows). I could have named this extensions prefixed with "php_" but "_" is eaten from the exported symbol prefix by the GCC cross compiler for NetWare so sticking to "php".
This fixes the issue of not needing "PHP_SUBST(EXTENSIONNAME_SHARED_LIBADD)" in all the extensions especially when they need to be built shared.
--Kamesh
foobar [Fri, 23 Sep 2005 08:16:01 +0000 (08:16 +0000)]
MFH: Improved the fix for #21306 a bit
Ilia Alshanetsky [Wed, 21 Sep 2005 13:19:19 +0000 (13:19 +0000)]
MFH: Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters)
Johannes Schlüter [Tue, 20 Sep 2005 22:20:30 +0000 (22:20 +0000)]
- MFH: Remove HTML fragments from phpcredits() in CLI mode
foobar [Tue, 20 Sep 2005 20:59:54 +0000 (20:59 +0000)]
BFN
foobar [Tue, 20 Sep 2005 20:59:25 +0000 (20:59 +0000)]
MFH: - Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)
Stanislav Malyshev [Tue, 20 Sep 2005 14:01:40 +0000 (14:01 +0000)]
fix crash on restarting static PHP having session modules loaded
Anantha Kesari H Y [Thu, 15 Sep 2005 14:06:15 +0000 (14:06 +0000)]
NetWare does not have sendmail binary to send mail.
--Kamesh
Ilia Alshanetsky [Tue, 13 Sep 2005 13:23:56 +0000 (13:23 +0000)]
MFH: Make key() and current() take argument by value.
Ilia Alshanetsky [Mon, 12 Sep 2005 16:59:56 +0000 (16:59 +0000)]
MFH: Fixed bug #34456 (Possible crash inside pspell extension).
Dmitry Stogov [Mon, 12 Sep 2005 09:59:47 +0000 (09:59 +0000)]
Additinal fix for bug #34277 (array_filter() crashes with references and objects)
foobar [Mon, 5 Sep 2005 16:35:05 +0000 (16:35 +0000)]
touch
foobar [Mon, 5 Sep 2005 16:25:43 +0000 (16:25 +0000)]
MFH: - Fixed bug #34311 (unserialize() crashes with characters above 191 dec)
foobar [Mon, 5 Sep 2005 16:25:11 +0000 (16:25 +0000)]
touch with working re2c
foobar [Mon, 5 Sep 2005 13:05:06 +0000 (13:05 +0000)]
BFN
Frank M. Kromann [Mon, 5 Sep 2005 05:03:21 +0000 (05:03 +0000)]
Fix for #34369
Add extra parameter to mssql_connect to force a new connection
Wez Furlong [Sun, 4 Sep 2005 04:41:00 +0000 (04:41 +0000)]
merge solaris portability fix
foobar [Fri, 2 Sep 2005 21:12:31 +0000 (21:12 +0000)]
typo
foobar [Fri, 2 Sep 2005 21:11:11 +0000 (21:11 +0000)]
BFN
Ilia Alshanetsky [Fri, 2 Sep 2005 17:25:33 +0000 (17:25 +0000)]
MFH: Resolved bug #34240.
foobar [Fri, 2 Sep 2005 13:52:55 +0000 (13:52 +0000)]
MFH
Dmitry Stogov [Thu, 1 Sep 2005 13:26:44 +0000 (13:26 +0000)]
Fixed bug #34137 (assigning array element by reference causes binary mess)
Dmitry Stogov [Thu, 1 Sep 2005 12:01:28 +0000 (12:01 +0000)]
Fixed bug #34277 (array_filter() crashes with references and objects)
Anantha Kesari H Y [Thu, 1 Sep 2005 09:51:46 +0000 (09:51 +0000)]
As NetWare LibC has optind and optarg macros defined in unistd.h our local variables were getting mistakenly preprocessed so undeffing optind and optarg
--Kamesh