]>
granicus.if.org Git - php/log
Nuno Lopes [Thu, 8 Mar 2007 22:04:33 +0000 (22:04 +0000)]
BFN: gd gif reading
Stanislav Malyshev [Thu, 8 Mar 2007 20:59:31 +0000 (20:59 +0000)]
fix crash on $x['x']['y'] += 1, patch by Brian Shire
Nuno Lopes [Thu, 8 Mar 2007 20:24:53 +0000 (20:24 +0000)]
fix thread unsafety in the gif reader code (merge from libgd cvs)
Stanislav Malyshev [Thu, 8 Mar 2007 00:47:04 +0000 (00:47 +0000)]
clarify checks and error messages
Antony Dovgal [Thu, 8 Mar 2007 00:44:23 +0000 (00:44 +0000)]
MFH: fix #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an array)
Ilia Alshanetsky [Thu, 8 Mar 2007 00:18:10 +0000 (00:18 +0000)]
Improved length parameter validation
Ilia Alshanetsky [Thu, 8 Mar 2007 00:06:41 +0000 (00:06 +0000)]
Improved offset validation
Stanislav Malyshev [Wed, 7 Mar 2007 18:15:46 +0000 (18:15 +0000)]
fix MOPB#14
# The error message seems wrong, so maybe better fix is needed
Antony Dovgal [Wed, 7 Mar 2007 09:36:22 +0000 (09:36 +0000)]
fix small typo
add --with-zlib-dir option (and simple automagic zlib detection)
Antony Dovgal [Wed, 7 Mar 2007 09:03:07 +0000 (09:03 +0000)]
MFH: fix #40727 (segfault in PDO when failed to bind parameters)
Ilia Alshanetsky [Wed, 7 Mar 2007 00:55:49 +0000 (00:55 +0000)]
Fixed calloc wrapper
Ilia Alshanetsky [Wed, 7 Mar 2007 00:52:40 +0000 (00:52 +0000)]
malloc() -> pemalloc()
Ilia Alshanetsky [Wed, 7 Mar 2007 00:47:42 +0000 (00:47 +0000)]
Add checks around raw allocation code
Derick Rethans [Tue, 6 Mar 2007 21:28:37 +0000 (21:28 +0000)]
- Updated timezone database to version 2007.3. (Derick)
Antony Dovgal [Tue, 6 Mar 2007 21:08:05 +0000 (21:08 +0000)]
MFH
Antony Dovgal [Tue, 6 Mar 2007 21:04:27 +0000 (21:04 +0000)]
use the aliases and eliminate one more compile warning
Antony Dovgal [Tue, 6 Mar 2007 20:59:13 +0000 (20:59 +0000)]
MFH: declare zend_mm_random() only when needed
Uwe Schindler [Tue, 6 Mar 2007 18:15:25 +0000 (18:15 +0000)]
remove (large) static buffers for header names and request uri
Uwe Schindler [Tue, 6 Mar 2007 15:43:49 +0000 (15:43 +0000)]
use slprintf instead of snprintf and remove 0termination things (because slprintf is always available now)
Antony Dovgal [Tue, 6 Mar 2007 10:13:54 +0000 (10:13 +0000)]
MFH
Ilia Alshanetsky [Tue, 6 Mar 2007 03:15:41 +0000 (03:15 +0000)]
Added missing allocation checks
Stanislav Malyshev [Tue, 6 Mar 2007 02:17:13 +0000 (02:17 +0000)]
use safe_realloc
Stanislav Malyshev [Tue, 6 Mar 2007 02:10:25 +0000 (02:10 +0000)]
use safe_realloc
Stanislav Malyshev [Tue, 6 Mar 2007 02:03:28 +0000 (02:03 +0000)]
use safe_erealloc
Marcus Boerger [Tue, 6 Mar 2007 01:19:47 +0000 (01:19 +0000)]
- Revert last part and fix issue under windows
Marcus Boerger [Tue, 6 Mar 2007 01:14:38 +0000 (01:14 +0000)]
- And the sizes too
Marcus Boerger [Tue, 6 Mar 2007 01:13:21 +0000 (01:13 +0000)]
- More to go
# CVS sucks, you cannot mix -D with -r
# However, thanks edin for reminding me that we have mini version tags
# I still prefer subverison. There we don't have any problem of this kind
Marcus Boerger [Tue, 6 Mar 2007 01:00:51 +0000 (01:00 +0000)]
- There you go
Marcus Boerger [Tue, 6 Mar 2007 00:56:42 +0000 (00:56 +0000)]
- MFH Revert back to sprintf (we could define snprintf for windows but we don't)
Ilia Alshanetsky [Tue, 6 Mar 2007 00:52:55 +0000 (00:52 +0000)]
Fixed bug #40417 (Allow multiple instances of the same named PDO token in
prepared statement emulation code).
Stanislav Malyshev [Tue, 6 Mar 2007 00:24:00 +0000 (00:24 +0000)]
fix broken snprintf code
Stanislav Malyshev [Mon, 5 Mar 2007 21:54:46 +0000 (21:54 +0000)]
use safe_emalloc
Uwe Schindler [Mon, 5 Mar 2007 16:29:18 +0000 (16:29 +0000)]
snprintf patch
andy wharmby [Mon, 5 Mar 2007 15:49:00 +0000 (15:49 +0000)]
Fixed bug #35872 (Prevent object store references during RSHUTDOWN)
Michael Wallner [Mon, 5 Mar 2007 14:10:27 +0000 (14:10 +0000)]
BFN
Michael Wallner [Mon, 5 Mar 2007 14:10:18 +0000 (14:10 +0000)]
- fix ws as requested by derick
Michael Wallner [Mon, 5 Mar 2007 14:05:55 +0000 (14:05 +0000)]
- fix bug #40691: add comparison object handler
Ilia Alshanetsky [Sun, 4 Mar 2007 18:24:49 +0000 (18:24 +0000)]
Fixed bug #40703 (Resolved a possible namespace conflict between libxmlrpc
and MySQL's NDB table handler).
Ilia Alshanetsky [Sun, 4 Mar 2007 17:21:16 +0000 (17:21 +0000)]
Fixed bug #40709 (array_reduce() behaves strange with one item stored
arrays).
Marcus Boerger [Sun, 4 Mar 2007 14:01:06 +0000 (14:01 +0000)]
- Fix copy'n'paste issues
Marcus Boerger [Sun, 4 Mar 2007 12:18:02 +0000 (12:18 +0000)]
- MFH simplify, synch docu/implementation
Stanislav Malyshev [Sun, 4 Mar 2007 04:38:43 +0000 (04:38 +0000)]
ik, make it memcpy
Stanislav Malyshev [Sun, 4 Mar 2007 02:23:47 +0000 (02:23 +0000)]
fix wrong code
# noticed by Stefan Esser
Edin Kadribasic [Sun, 4 Mar 2007 00:41:16 +0000 (00:41 +0000)]
Check that manifest file exists before trying to embed it
Edin Kadribasic [Sat, 3 Mar 2007 23:10:16 +0000 (23:10 +0000)]
Library update
Marcus Boerger [Sat, 3 Mar 2007 19:01:34 +0000 (19:01 +0000)]
- MFH A stream wrapper might only allow directory access
Ilia Alshanetsky [Sat, 3 Mar 2007 15:46:29 +0000 (15:46 +0000)]
Fixed bug #40704 (strip_tags() does not handle single quotes correctly)
Marcus Boerger [Sat, 3 Mar 2007 15:18:03 +0000 (15:18 +0000)]
- The # line does not belong here
Marcus Boerger [Sat, 3 Mar 2007 15:08:59 +0000 (15:08 +0000)]
- MFH [DOC] Add SplFileInfo::getBasename(), DirectoryIterator::getBasename
- MFH Add SplFileInfo::getLinkTarget(), SplFileInfo::getRealPath()
# All based on suggestions by Arnold Daniels
Ilia Alshanetsky [Sat, 3 Mar 2007 15:07:31 +0000 (15:07 +0000)]
Adjust checks to allow paths without a trailing /
Marcus Boerger [Sat, 3 Mar 2007 13:45:14 +0000 (13:45 +0000)]
- Catch empty class name error earlier
Edin Kadribasic [Sat, 3 Mar 2007 02:06:43 +0000 (02:06 +0000)]
Lib upgrade update
Stanislav Malyshev [Fri, 2 Mar 2007 22:03:05 +0000 (22:03 +0000)]
fix variable name
Stanislav Malyshev [Fri, 2 Mar 2007 22:00:50 +0000 (22:00 +0000)]
limit input variable nesting
Stanislav Malyshev [Fri, 2 Mar 2007 21:58:05 +0000 (21:58 +0000)]
limit nesting level of input variables
Nuno Lopes [Fri, 2 Mar 2007 18:54:13 +0000 (18:54 +0000)]
increase the stream_select() timeout, to make the test pass in a slow machine with valgrind
Nuno Lopes [Fri, 2 Mar 2007 18:41:25 +0000 (18:41 +0000)]
fix access to non initialized memory (check valgrind reports on http://gcov.php.net)
Antony Dovgal [Fri, 2 Mar 2007 09:09:49 +0000 (09:09 +0000)]
improved test
Ilia Alshanetsky [Fri, 2 Mar 2007 00:49:47 +0000 (00:49 +0000)]
Improve safe_mode check
Antony Dovgal [Thu, 1 Mar 2007 23:29:38 +0000 (23:29 +0000)]
new tests
Antony Dovgal [Thu, 1 Mar 2007 22:27:44 +0000 (22:27 +0000)]
allocate descriptors dynamically
Nuno Lopes [Thu, 1 Mar 2007 18:39:49 +0000 (18:39 +0000)]
merge from gd sources: unlock mutex before shuting it down
Antony Dovgal [Thu, 1 Mar 2007 11:29:43 +0000 (11:29 +0000)]
MFH
Antony Dovgal [Thu, 1 Mar 2007 11:23:54 +0000 (11:23 +0000)]
MFH: fix #40678 (Cross compilation fails)
Ilia Alshanetsky [Thu, 1 Mar 2007 00:01:32 +0000 (00:01 +0000)]
Fixed bug #40464 (session.save_path wont use default-value when safe_mode
or open_basedir is enabled).
Hannes Magnusson [Wed, 28 Feb 2007 10:37:07 +0000 (10:37 +0000)]
Typo
Ilia Alshanetsky [Wed, 28 Feb 2007 01:10:41 +0000 (01:10 +0000)]
Fixed typo
Ilia Alshanetsky [Wed, 28 Feb 2007 01:01:01 +0000 (01:01 +0000)]
Adjust vsnprintf() usage
Ilia Alshanetsky [Tue, 27 Feb 2007 03:28:17 +0000 (03:28 +0000)]
snprintf() -> slprintf()
Ilia Alshanetsky [Tue, 27 Feb 2007 03:04:40 +0000 (03:04 +0000)]
snprintf() -> slprintf()
# Part 1
Ilia Alshanetsky [Tue, 27 Feb 2007 00:15:21 +0000 (00:15 +0000)]
Fixed bug #40637 (Regression in strip_tags() in relation so quote handling)
Antony Dovgal [Mon, 26 Feb 2007 17:47:21 +0000 (17:47 +0000)]
fix typo
Dmitry Stogov [Mon, 26 Feb 2007 16:19:56 +0000 (16:19 +0000)]
Fixed tests
Antony Dovgal [Mon, 26 Feb 2007 14:51:44 +0000 (14:51 +0000)]
MFH: remind about 'make test'
Antony Dovgal [Mon, 26 Feb 2007 14:11:34 +0000 (14:11 +0000)]
fix folding
Rob Richards [Mon, 26 Feb 2007 12:38:34 +0000 (12:38 +0000)]
MFH: fix win build
Antony Dovgal [Mon, 26 Feb 2007 12:08:12 +0000 (12:08 +0000)]
fix
the sprintf() -> zend_spprintf() change affected this
Antony Dovgal [Mon, 26 Feb 2007 12:05:52 +0000 (12:05 +0000)]
fix ws/cs and make the ugly code less ugly..
Antony Dovgal [Mon, 26 Feb 2007 09:58:04 +0000 (09:58 +0000)]
add new test
Dmitry Stogov [Mon, 26 Feb 2007 09:38:44 +0000 (09:38 +0000)]
poll() is not affected by FD_SETSIZE (Tony)
Ilia Alshanetsky [Mon, 26 Feb 2007 02:12:36 +0000 (02:12 +0000)]
Revert previous commit that caused a buffer overflow (Bug #40634)
Antony Dovgal [Sun, 25 Feb 2007 23:17:12 +0000 (23:17 +0000)]
MFH: do not allow db without fields
Antony Dovgal [Sun, 25 Feb 2007 22:59:32 +0000 (22:59 +0000)]
MFH: zerofill socket structs
Nuno Lopes [Sun, 25 Feb 2007 18:47:21 +0000 (18:47 +0000)]
update pcre symbols list
Dmitry Stogov [Sun, 25 Feb 2007 16:02:43 +0000 (16:02 +0000)]
Fixed bug #40591 (list()="string"; gives invalid opcode)
Dmitry Stogov [Sun, 25 Feb 2007 13:19:29 +0000 (13:19 +0000)]
Fixed bug #40609 (Segfaults when using more than one SoapVar in a request). (Rob, Dmitry)
Marcus Boerger [Sun, 25 Feb 2007 13:09:13 +0000 (13:09 +0000)]
- MFH Readability
Pierre Joye [Sun, 25 Feb 2007 02:45:06 +0000 (02:45 +0000)]
- sync with libgd.org, patch from Kees Cook
Rasmus Lerdorf [Sat, 24 Feb 2007 22:02:16 +0000 (22:02 +0000)]
Fix test
Antony Dovgal [Sat, 24 Feb 2007 21:30:56 +0000 (21:30 +0000)]
BFN
Antony Dovgal [Sat, 24 Feb 2007 21:30:48 +0000 (21:30 +0000)]
MFH: fix #40621 (Crash when constructor called inappropriately (statically))
Marcus Boerger [Sat, 24 Feb 2007 18:20:46 +0000 (18:20 +0000)]
- Add [v]slprintf to overcome the returnvalues issue of snprintf
Ilia Alshanetsky [Sat, 24 Feb 2007 18:02:11 +0000 (18:02 +0000)]
missing -1
Ilia Alshanetsky [Sat, 24 Feb 2007 18:00:56 +0000 (18:00 +0000)]
strncpy() -> strlcpy()
Ilia Alshanetsky [Sat, 24 Feb 2007 17:57:57 +0000 (17:57 +0000)]
Pad to given length, not replace data with spaces
Ilia Alshanetsky [Sat, 24 Feb 2007 17:40:45 +0000 (17:40 +0000)]
Eliminate strncpy and simplify code
Ilia Alshanetsky [Sat, 24 Feb 2007 17:18:24 +0000 (17:18 +0000)]
Eliminate strncpy() and simplify code
Ilia Alshanetsky [Sat, 24 Feb 2007 17:16:23 +0000 (17:16 +0000)]
strncpy > strlcpy
Ilia Alshanetsky [Sat, 24 Feb 2007 16:36:56 +0000 (16:36 +0000)]
Only do size check on create operations
Ilia Alshanetsky [Sat, 24 Feb 2007 16:23:10 +0000 (16:23 +0000)]
Fixed snprintf() usage