]>
granicus.if.org Git - php/log
Stanislav Malyshev [Fri, 23 Feb 2007 22:08:31 +0000 (22:08 +0000)]
use strlcat
Stanislav Malyshev [Fri, 23 Feb 2007 22:05:46 +0000 (22:05 +0000)]
use strlcat
Stanislav Malyshev [Fri, 23 Feb 2007 21:45:00 +0000 (21:45 +0000)]
use snprintf
Stanislav Malyshev [Fri, 23 Feb 2007 21:38:25 +0000 (21:38 +0000)]
use snprintf
Stanislav Malyshev [Fri, 23 Feb 2007 21:14:52 +0000 (21:14 +0000)]
increase array size to fit buffer size
Antony Dovgal [Fri, 23 Feb 2007 20:51:02 +0000 (20:51 +0000)]
MFH: fix leak
Stanislav Malyshev [Fri, 23 Feb 2007 20:40:55 +0000 (20:40 +0000)]
use safe_emalloc
Antony Dovgal [Fri, 23 Feb 2007 16:22:20 +0000 (16:22 +0000)]
MFH: fix #40606 (umask is not being restored when request is finished)
Rob Richards [Fri, 23 Feb 2007 11:15:08 +0000 (11:15 +0000)]
BFN
Rob Richards [Fri, 23 Feb 2007 11:12:49 +0000 (11:12 +0000)]
fix bug #40598 (libxml segfault)
Pierre Joye [Fri, 23 Feb 2007 00:58:49 +0000 (00:58 +0000)]
- #40578, fix the 2nd race condition on shutdown when the cache is freed
Ilia Alshanetsky [Fri, 23 Feb 2007 00:37:36 +0000 (00:37 +0000)]
Simplify code by converting emalloc() + sprintf() to spprintf()
Antony Dovgal [Thu, 22 Feb 2007 23:40:39 +0000 (23:40 +0000)]
MFH: check for buflen (on FreeBSD _SC_GETGR_R_SIZE_MAX is not implemented)
patch by stas at FreeBSD dot org
Marcus Boerger [Thu, 22 Feb 2007 23:26:03 +0000 (23:26 +0000)]
- MFH Fix logic
Nuno Lopes [Thu, 22 Feb 2007 11:48:14 +0000 (11:48 +0000)]
fix test on ultra-fast-machines and/or SOs with long time slices
# Thanks Tony
Antony Dovgal [Thu, 22 Feb 2007 10:06:22 +0000 (10:06 +0000)]
MFH
Dmitry Stogov [Thu, 22 Feb 2007 08:23:17 +0000 (08:23 +0000)]
Fixed possible crash in putenv() on win32
Ilia Alshanetsky [Thu, 22 Feb 2007 00:44:08 +0000 (00:44 +0000)]
One more strcpy. (Thanks Stas)
Ilia Alshanetsky [Thu, 22 Feb 2007 00:25:38 +0000 (00:25 +0000)]
strcpy() elimination
Antony Dovgal [Wed, 21 Feb 2007 22:08:08 +0000 (22:08 +0000)]
MFH
Antony Dovgal [Wed, 21 Feb 2007 21:57:21 +0000 (21:57 +0000)]
MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks
Stanislav Malyshev [Wed, 21 Feb 2007 21:08:58 +0000 (21:08 +0000)]
use snprintf
Antony Dovgal [Wed, 21 Feb 2007 19:57:15 +0000 (19:57 +0000)]
fix test
Antony Dovgal [Wed, 21 Feb 2007 19:52:20 +0000 (19:52 +0000)]
fix tests on AIX
Antony Dovgal [Wed, 21 Feb 2007 19:36:20 +0000 (19:36 +0000)]
wrong string len
Antony Dovgal [Wed, 21 Feb 2007 19:35:15 +0000 (19:35 +0000)]
add test for 64bit arch
Antony Dovgal [Wed, 21 Feb 2007 19:27:37 +0000 (19:27 +0000)]
fix test
Antony Dovgal [Wed, 21 Feb 2007 19:22:28 +0000 (19:22 +0000)]
fix test
Nuno Lopes [Wed, 21 Feb 2007 16:25:37 +0000 (16:25 +0000)]
use /usr/bin/nohup instead
Nuno Lopes [Wed, 21 Feb 2007 16:08:18 +0000 (16:08 +0000)]
fix gcov build (#line stuff)
Dmitry Stogov [Wed, 21 Feb 2007 15:46:13 +0000 (15:46 +0000)]
Check for FD_SETSIZE limit
Antony Dovgal [Wed, 21 Feb 2007 15:00:26 +0000 (15:00 +0000)]
MFH: fix #40578 (imagettftext() multithreading issue)
Antony Dovgal [Wed, 21 Feb 2007 14:25:27 +0000 (14:25 +0000)]
MFH: fix #40576 (double values are truncated to 6 decimal digits when encoding)
Dmitry Stogov [Wed, 21 Feb 2007 14:11:00 +0000 (14:11 +0000)]
Special case for last iteration
Dmitry Stogov [Wed, 21 Feb 2007 13:09:03 +0000 (13:09 +0000)]
Fixed bug #40560 (DIR functions do not work on root UNC path)
Ilia Alshanetsky [Wed, 21 Feb 2007 04:29:15 +0000 (04:29 +0000)]
Improve redirect validation
Ilia Alshanetsky [Wed, 21 Feb 2007 03:59:05 +0000 (03:59 +0000)]
Use strlcpy() rather then strcpy()
Stanislav Malyshev [Wed, 21 Feb 2007 03:03:37 +0000 (03:03 +0000)]
fix putenv - if there was no previous, remove variable from environ
Stanislav Malyshev [Wed, 21 Feb 2007 01:13:44 +0000 (01:13 +0000)]
Cosmetic fix - safe_emalloc(nmemb, size, offset)
Stanislav Malyshev [Wed, 21 Feb 2007 01:11:11 +0000 (01:11 +0000)]
CreateInstance requires BSTR (should fix #33188)
Stanislav Malyshev [Tue, 20 Feb 2007 20:30:36 +0000 (20:30 +0000)]
fix unallocated free
Antony Dovgal [Tue, 20 Feb 2007 20:11:11 +0000 (20:11 +0000)]
MFH: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in
Antony Dovgal [Tue, 20 Feb 2007 19:20:41 +0000 (19:20 +0000)]
MFH: make use of startup hooks
Antony Dovgal [Tue, 20 Feb 2007 14:08:43 +0000 (14:08 +0000)]
MFH: fix leak and errmsg
add test
Antony Dovgal [Tue, 20 Feb 2007 13:22:41 +0000 (13:22 +0000)]
MFH: fix #38406 (crash when assigning objects to SimpleXML attributes)
Marcus Boerger [Tue, 20 Feb 2007 13:09:54 +0000 (13:09 +0000)]
- BFN
Marcus Boerger [Tue, 20 Feb 2007 13:08:01 +0000 (13:08 +0000)]
- Make stat based functions throw an exception
Antony Dovgal [Tue, 20 Feb 2007 12:01:40 +0000 (12:01 +0000)]
BFN
Antony Dovgal [Tue, 20 Feb 2007 12:00:58 +0000 (12:00 +0000)]
MFH: fix #40545 (multithreading issue in zend_strtod())
Ilia Alshanetsky [Tue, 20 Feb 2007 00:09:43 +0000 (00:09 +0000)]
Upgraded SQLite 3 library to version 3.3.13
Ilia Alshanetsky [Mon, 19 Feb 2007 23:53:00 +0000 (23:53 +0000)]
Eliminate strcat() usage.
Ilia Alshanetsky [Mon, 19 Feb 2007 23:52:13 +0000 (23:52 +0000)]
Fixed strlcat() usage.
# Thanks Andi
Marcus Boerger [Mon, 19 Feb 2007 20:34:29 +0000 (20:34 +0000)]
- Bugfix #40546: SplFileInfo::getPathInfo() throws an execption if directory is in root dir.
Antony Dovgal [Mon, 19 Feb 2007 20:22:38 +0000 (20:22 +0000)]
MFH: check SQLError() return value and output a meaningful errmsg when it fails
Antony Dovgal [Mon, 19 Feb 2007 18:29:31 +0000 (18:29 +0000)]
MFH: fix heap protection on SPARC, required by GCC4
patch by Dmitry
Edin Kadribasic [Mon, 19 Feb 2007 17:32:54 +0000 (17:32 +0000)]
Info on new lib versions and BFN
Dmitry Stogov [Mon, 19 Feb 2007 17:29:19 +0000 (17:29 +0000)]
typo
Edin Kadribasic [Mon, 19 Feb 2007 17:26:15 +0000 (17:26 +0000)]
Fixed bug #40371
Marcus Boerger [Mon, 19 Feb 2007 16:18:24 +0000 (16:18 +0000)]
- MFH CachingIterator implements Countable
Edin Kadribasic [Mon, 19 Feb 2007 16:03:42 +0000 (16:03 +0000)]
Fixed bug #36496
Dmitry Stogov [Mon, 19 Feb 2007 14:58:07 +0000 (14:58 +0000)]
On win32 directories in the middle of the patch may be unreadable
Dmitry Stogov [Mon, 19 Feb 2007 14:13:02 +0000 (14:13 +0000)]
Initialize "retval" on each request
Dmitry Stogov [Mon, 19 Feb 2007 13:21:14 +0000 (13:21 +0000)]
Fixed fcgi_putenv() semantic with NULL value
Antony Dovgal [Mon, 19 Feb 2007 12:19:44 +0000 (12:19 +0000)]
MFH: fix test
Ilia Alshanetsky [Sun, 18 Feb 2007 18:08:22 +0000 (18:08 +0000)]
Eliminate strcat() usage
Fixed handling of argv[] for GET
Ilia Alshanetsky [Sun, 18 Feb 2007 17:05:53 +0000 (17:05 +0000)]
PQfreemem checks
Ilia Alshanetsky [Sun, 18 Feb 2007 16:54:59 +0000 (16:54 +0000)]
Fixed bug #40503 (json_encode() value corruption on 32bit systems with
overflown values).
Stanislav Malyshev [Sat, 17 Feb 2007 01:45:52 +0000 (01:45 +0000)]
use safer functions, check error value
Antony Dovgal [Fri, 16 Feb 2007 23:49:48 +0000 (23:49 +0000)]
fix typo
Stanislav Malyshev [Fri, 16 Feb 2007 18:48:53 +0000 (18:48 +0000)]
use error message size
Stanislav Malyshev [Fri, 16 Feb 2007 18:32:38 +0000 (18:32 +0000)]
fix snprintf size
#-1 is not needed
Stanislav Malyshev [Fri, 16 Feb 2007 18:24:16 +0000 (18:24 +0000)]
increase hebdate buffer, use snprintf
Stanislav Malyshev [Fri, 16 Feb 2007 18:10:36 +0000 (18:10 +0000)]
fix typo
Stanislav Malyshev [Fri, 16 Feb 2007 18:06:28 +0000 (18:06 +0000)]
add safe_realloc
Dmitry Stogov [Fri, 16 Feb 2007 16:35:04 +0000 (16:35 +0000)]
Optimize out RINIT()
Antony Dovgal [Fri, 16 Feb 2007 13:28:03 +0000 (13:28 +0000)]
fix possible double free
Dmitry Stogov [Fri, 16 Feb 2007 13:12:10 +0000 (13:12 +0000)]
Fixed return value of assert_options(ASSERT_CALLBACK) and possible crash (Andy Wharmby)
Dmitry Stogov [Fri, 16 Feb 2007 11:30:03 +0000 (11:30 +0000)]
Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when parent is killed)
Antony Dovgal [Fri, 16 Feb 2007 11:08:22 +0000 (11:08 +0000)]
MFH
Dmitry Stogov [Fri, 16 Feb 2007 08:54:17 +0000 (08:54 +0000)]
Allow C++ extensions to use CG(), EG() ... (Caroline)
Dmitry Stogov [Fri, 16 Feb 2007 08:33:28 +0000 (08:33 +0000)]
Fixed zend_llist_remove_tail (Michael Wallner)
Ilia Alshanetsky [Fri, 16 Feb 2007 03:41:56 +0000 (03:41 +0000)]
Fixed bug #40465 (Ensure that all PHP elements are printed by var_dump).
Ilia Alshanetsky [Fri, 16 Feb 2007 03:32:06 +0000 (03:32 +0000)]
Reduce stack usage & improve boundary checks
Nuno Lopes [Thu, 15 Feb 2007 20:52:50 +0000 (20:52 +0000)]
fix build on cygwin with windows-style EOLs
Nuno Lopes [Thu, 15 Feb 2007 20:42:24 +0000 (20:42 +0000)]
fix cvsclean on cygwin with windows-style EOLs
Antony Dovgal [Thu, 15 Feb 2007 19:11:48 +0000 (19:11 +0000)]
MFH
Dmitry Stogov [Thu, 15 Feb 2007 17:01:29 +0000 (17:01 +0000)]
Fixed memory leak
Dmitry Stogov [Thu, 15 Feb 2007 14:48:12 +0000 (14:48 +0000)]
Fixed bug #40467 (Partial SOAP request sent when XSD sequence or choice include minOccurs=0)
Dmitry Stogov [Thu, 15 Feb 2007 12:33:16 +0000 (12:33 +0000)]
Fixed bug #40414 (possivle endless fork() loop when running fastcgi)
Dmitry Stogov [Thu, 15 Feb 2007 12:04:59 +0000 (12:04 +0000)]
Fixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost)
Dmitry Stogov [Thu, 15 Feb 2007 10:38:28 +0000 (10:38 +0000)]
Fixed bug #40236 (php -a function allocation eats memory)
Ilia Alshanetsky [Thu, 15 Feb 2007 01:40:36 +0000 (01:40 +0000)]
use constant
Ilia Alshanetsky [Thu, 15 Feb 2007 01:15:45 +0000 (01:15 +0000)]
Improved validation route for size parameter of the mcrypt_create_iv()
function.
Ilia Alshanetsky [Thu, 15 Feb 2007 00:05:42 +0000 (00:05 +0000)]
Fixed a possible memory corruption inside mime_content_type() on a
non-existent file.
Derick Rethans [Wed, 14 Feb 2007 19:35:09 +0000 (19:35 +0000)]
- MFH: Clarify the source of the timezone data.
Nuno Lopes [Wed, 14 Feb 2007 19:13:31 +0000 (19:13 +0000)]
Fixed bug #39322 (proc_terminate() destroys process resource)
Andi Gutmans [Wed, 14 Feb 2007 08:12:27 +0000 (08:12 +0000)]
- Give Dmitry credit for all the FastCGI work
Ilia Alshanetsky [Tue, 13 Feb 2007 23:55:20 +0000 (23:55 +0000)]
Make sure p is not pointing to the start of the buffer
Ilia Alshanetsky [Tue, 13 Feb 2007 23:39:14 +0000 (23:39 +0000)]
Fixed a memory leak on highlight_file() with a non-existant file
Antony Dovgal [Tue, 13 Feb 2007 20:19:56 +0000 (20:19 +0000)]
MFH