]>
granicus.if.org Git - php/log
Antony Dovgal [Thu, 28 Dec 2006 22:36:45 +0000 (22:36 +0000)]
make sure l != 0
Antony Dovgal [Thu, 28 Dec 2006 21:01:52 +0000 (21:01 +0000)]
nuke dead code
Antony Dovgal [Thu, 28 Dec 2006 20:45:20 +0000 (20:45 +0000)]
use strlcpy()
Nuno Lopes [Thu, 28 Dec 2006 19:53:30 +0000 (19:53 +0000)]
MFB
Antony Dovgal [Thu, 28 Dec 2006 15:44:50 +0000 (15:44 +0000)]
include basic_functions.h for php_get_current_user() declaration
Antony Dovgal [Thu, 28 Dec 2006 15:26:20 +0000 (15:26 +0000)]
it's ptr, not ptrptr
Antony Dovgal [Thu, 28 Dec 2006 15:24:00 +0000 (15:24 +0000)]
use the macro, casting works only with GCC
Antony Dovgal [Thu, 28 Dec 2006 15:22:07 +0000 (15:22 +0000)]
fix sapi/embed build
Ilia Alshanetsky [Thu, 28 Dec 2006 15:21:32 +0000 (15:21 +0000)]
MFB: Added buffer length checks
Antony Dovgal [Thu, 28 Dec 2006 15:14:39 +0000 (15:14 +0000)]
fix build
Ilia Alshanetsky [Thu, 28 Dec 2006 15:10:54 +0000 (15:10 +0000)]
MFB: strcat() stuff
Nuno Lopes [Thu, 28 Dec 2006 15:06:58 +0000 (15:06 +0000)]
force tidy.clean_output=0
Antony Dovgal [Thu, 28 Dec 2006 15:03:19 +0000 (15:03 +0000)]
fix ZTS build
Antony Dovgal [Thu, 28 Dec 2006 14:26:30 +0000 (14:26 +0000)]
use strlcat()
Antony Dovgal [Thu, 28 Dec 2006 14:17:09 +0000 (14:17 +0000)]
minor improvements
Antony Dovgal [Thu, 28 Dec 2006 13:30:18 +0000 (13:30 +0000)]
use strlcat()
Antony Dovgal [Thu, 28 Dec 2006 12:18:47 +0000 (12:18 +0000)]
use strlcat()
Antony Dovgal [Thu, 28 Dec 2006 12:01:14 +0000 (12:01 +0000)]
use strlcat() and a bigger buffer
<changelog@php.net> [Thu, 28 Dec 2006 01:31:05 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Wed, 27 Dec 2006 19:22:29 +0000 (19:22 +0000)]
fix tests
Antony Dovgal [Wed, 27 Dec 2006 19:17:02 +0000 (19:17 +0000)]
fix tests
Antony Dovgal [Wed, 27 Dec 2006 19:07:28 +0000 (19:07 +0000)]
NULL is a special value for number_format() meaning "use default separator"
Antony Dovgal [Wed, 27 Dec 2006 17:22:22 +0000 (17:22 +0000)]
restore old behaviour when casting objects to strings and NULL
Antony Dovgal [Wed, 27 Dec 2006 16:50:05 +0000 (16:50 +0000)]
fix convert_to_unicode() and convert_to_string() which didn't set the type of the op properly
Antony Dovgal [Wed, 27 Dec 2006 15:26:13 +0000 (15:26 +0000)]
fix *scanf() tests
Antony Dovgal [Wed, 27 Dec 2006 15:23:45 +0000 (15:23 +0000)]
add zend_u_strtoul() and fix build
Antony Dovgal [Wed, 27 Dec 2006 15:22:46 +0000 (15:22 +0000)]
fix php_stream_u_get_line() macro
Nuno Lopes [Wed, 27 Dec 2006 15:18:15 +0000 (15:18 +0000)]
MFB
Antony Dovgal [Wed, 27 Dec 2006 10:30:47 +0000 (10:30 +0000)]
initialize memory with 0's, so we won't get garbage if the statement does not set the var
Antony Dovgal [Wed, 27 Dec 2006 09:49:06 +0000 (09:49 +0000)]
that should not be there..
Antony Dovgal [Wed, 27 Dec 2006 09:48:05 +0000 (09:48 +0000)]
more test improvements by Chris Jones
<changelog@php.net> [Wed, 27 Dec 2006 01:31:05 +0000 (01:31 +0000)]
ChangeLog update
Andrei Zmievski [Tue, 26 Dec 2006 22:34:05 +0000 (22:34 +0000)]
Unicode support in sscanf() and fscanf(). (Tony, Andrei)
Nuno Lopes [Tue, 26 Dec 2006 22:07:45 +0000 (22:07 +0000)]
fix build
Ilia Alshanetsky [Tue, 26 Dec 2006 17:40:20 +0000 (17:40 +0000)]
MFB: safety checks
Ilia Alshanetsky [Tue, 26 Dec 2006 17:18:28 +0000 (17:18 +0000)]
MFB: Session deserializer protection.
Ilia Alshanetsky [Tue, 26 Dec 2006 16:57:51 +0000 (16:57 +0000)]
MFB: Fixed bug #39878 (CURL doesn't compile on Sun Studio Pro).
Antony Dovgal [Tue, 26 Dec 2006 12:29:32 +0000 (12:29 +0000)]
fix arguments order (just in the sake of purity)
Pierre Joye [Tue, 26 Dec 2006 10:42:25 +0000 (10:42 +0000)]
- Add better zlib detection
Pierre Joye [Tue, 26 Dec 2006 09:52:32 +0000 (09:52 +0000)]
- #39952 zip ignoring --with-libdir on zlib checks (judas dot
iscariote at gmail dot com)
Dmitry Stogov [Tue, 26 Dec 2006 09:16:39 +0000 (09:16 +0000)]
Code review:
. fixed integer overflow
. fixed buffer overflow/underflow
. added more strict IP validation
. reimplemented float number validation
<changelog@php.net> [Tue, 26 Dec 2006 01:31:04 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Mon, 25 Dec 2006 22:40:13 +0000 (22:40 +0000)]
add missing space for \0
Antony Dovgal [Mon, 25 Dec 2006 22:27:12 +0000 (22:27 +0000)]
more safe_emalloc()
Antony Dovgal [Mon, 25 Dec 2006 22:12:36 +0000 (22:12 +0000)]
use safe_emalloc()
Antony Dovgal [Mon, 25 Dec 2006 21:45:09 +0000 (21:45 +0000)]
use safe_emalloc()
Ilia Alshanetsky [Mon, 25 Dec 2006 21:08:10 +0000 (21:08 +0000)]
MFB: Fixed test for 64bit systems
Antony Dovgal [Mon, 25 Dec 2006 21:07:32 +0000 (21:07 +0000)]
use safe_emalloc()
Antony Dovgal [Mon, 25 Dec 2006 20:53:43 +0000 (20:53 +0000)]
use safe_emalloc()
Antony Dovgal [Mon, 25 Dec 2006 20:44:28 +0000 (20:44 +0000)]
use safe_emalloc()
Antony Dovgal [Mon, 25 Dec 2006 20:03:20 +0000 (20:03 +0000)]
improve check for overflow
Antony Dovgal [Mon, 25 Dec 2006 19:34:00 +0000 (19:34 +0000)]
fix CS, add missing folding markers
mark Unicode safe functions as they are
Dmitry Stogov [Mon, 25 Dec 2006 19:23:18 +0000 (19:23 +0000)]
Fixed bug #39825 (foreach produces memory error)
Antony Dovgal [Mon, 25 Dec 2006 19:19:08 +0000 (19:19 +0000)]
stream_socket_shutdown() is Unicode safe by definition
Antony Dovgal [Mon, 25 Dec 2006 19:12:39 +0000 (19:12 +0000)]
fix proto
Antony Dovgal [Mon, 25 Dec 2006 19:08:33 +0000 (19:08 +0000)]
fix protos
Antony Dovgal [Mon, 25 Dec 2006 19:03:56 +0000 (19:03 +0000)]
mark most of the ext/posix functions as Unicode safe, for they do not use strings in any way
Antony Dovgal [Mon, 25 Dec 2006 18:57:15 +0000 (18:57 +0000)]
mark all LOB functions as Unicode safe
Ilia Alshanetsky [Mon, 25 Dec 2006 16:49:05 +0000 (16:49 +0000)]
MFB: Use %F (ignores locale) for internal representation of floats
Antony Dovgal [Mon, 25 Dec 2006 15:40:14 +0000 (15:40 +0000)]
fix bug #39890 (using autoconf 2.6x and --with-layout=GNU breaks PEAR install path)
Antony Dovgal [Mon, 25 Dec 2006 15:28:44 +0000 (15:28 +0000)]
fix build
Antony Dovgal [Mon, 25 Dec 2006 14:27:44 +0000 (14:27 +0000)]
fix test
Ilia Alshanetsky [Mon, 25 Dec 2006 14:23:38 +0000 (14:23 +0000)]
MFB: Define SENDBUFLEN for older c-client libs
Dmitry Stogov [Mon, 25 Dec 2006 14:16:38 +0000 (14:16 +0000)]
Fixed bug #39944 (References broken)
Dmitry Stogov [Mon, 25 Dec 2006 13:11:48 +0000 (13:11 +0000)]
Fixed heap overflow
Dmitry Stogov [Mon, 25 Dec 2006 12:16:49 +0000 (12:16 +0000)]
Fixed possible size_t overflow
Antony Dovgal [Mon, 25 Dec 2006 11:50:23 +0000 (11:50 +0000)]
update credits at request of Gabor
Antony Dovgal [Mon, 25 Dec 2006 11:16:05 +0000 (11:16 +0000)]
fix tests
Antony Dovgal [Mon, 25 Dec 2006 11:15:08 +0000 (11:15 +0000)]
fix #36392 in Unicode mode
<changelog@php.net> [Mon, 25 Dec 2006 01:31:04 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 24 Dec 2006 22:15:18 +0000 (22:15 +0000)]
MFB: Fixed buffer boundary protection
Ilia Alshanetsky [Sun, 24 Dec 2006 20:50:21 +0000 (20:50 +0000)]
MFB: Added empty string checks
Rob Richards [Sun, 24 Dec 2006 12:42:47 +0000 (12:42 +0000)]
update function signature
Rob Richards [Sun, 24 Dec 2006 12:32:35 +0000 (12:32 +0000)]
MFB: fix bug #33734 and related (Something strange with COM Object)
- caused by fix in com_handlers.c rev 1.22.2.5
Rob Richards [Sun, 24 Dec 2006 10:02:00 +0000 (10:02 +0000)]
MFB:
- fix bug #33386 (ScriptControl only sees last function of class): com_wrapper.c
- fix bug #37588 (COM Property propputref converts to PHP function
and can't be accesed): com_handlers.c
- fix bug #39596 (Creating Variant of type VT_ARRAY): com_variant.c
- add tests
<changelog@php.net> [Sun, 24 Dec 2006 01:31:04 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Sat, 23 Dec 2006 23:29:41 +0000 (23:29 +0000)]
MFB: safety checks
Ilia Alshanetsky [Sat, 23 Dec 2006 18:50:52 +0000 (18:50 +0000)]
MFB: Added checks for negative max length and overflow checks for overly
long strings.
Derick Rethans [Sat, 23 Dec 2006 18:00:49 +0000 (18:00 +0000)]
- MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores
--with-libdir).
Antony Dovgal [Sat, 23 Dec 2006 14:14:14 +0000 (14:14 +0000)]
fix test
Antony Dovgal [Sat, 23 Dec 2006 14:12:38 +0000 (14:12 +0000)]
fix typo
Antony Dovgal [Sat, 23 Dec 2006 14:10:52 +0000 (14:10 +0000)]
fix tests
Antony Dovgal [Sat, 23 Dec 2006 14:10:35 +0000 (14:10 +0000)]
use add_ascii_assoc_text()
Antony Dovgal [Sat, 23 Dec 2006 14:02:38 +0000 (14:02 +0000)]
use OCI_SUCCESS constant, do not rely on its value
<changelog@php.net> [Sat, 23 Dec 2006 01:30:59 +0000 (01:30 +0000)]
ChangeLog update
Andrei Zmievski [Fri, 22 Dec 2006 21:38:12 +0000 (21:38 +0000)]
Implement OnUpdateUTF8String() handler. It always assumes UTF-8 input,
since we cannot check for UG(unicodE) inside it.
Andrei Zmievski [Fri, 22 Dec 2006 21:18:30 +0000 (21:18 +0000)]
Unicode support in number_format().
Nuno Lopes [Fri, 22 Dec 2006 17:02:54 +0000 (17:02 +0000)]
fix lcov/genhtml build (yes it is very picky)
Ilia Alshanetsky [Fri, 22 Dec 2006 15:38:42 +0000 (15:38 +0000)]
MFB: Fixed bug #39884 (ReflectionParameter::getClass() throws exception for
type hint self).
Ilia Alshanetsky [Fri, 22 Dec 2006 15:30:18 +0000 (15:30 +0000)]
MFB: Fixed bug #36392 (wrong number of decimal digits with %e specifier in
sprintf).
Antony Dovgal [Fri, 22 Dec 2006 13:28:46 +0000 (13:28 +0000)]
more OCI8 tests by Chris Jones
Antony Dovgal [Fri, 22 Dec 2006 13:07:26 +0000 (13:07 +0000)]
more ext/date tests by Chris Jones
Ilia Alshanetsky [Fri, 22 Dec 2006 04:03:35 +0000 (04:03 +0000)]
MFB: Fixed bug #39873 (number_format() breaks with locale & decimal points).
<changelog@php.net> [Fri, 22 Dec 2006 01:31:06 +0000 (01:31 +0000)]
ChangeLog update
Hannes Magnusson [Fri, 22 Dec 2006 01:20:24 +0000 (01:20 +0000)]
Fix tests
Hannes Magnusson [Fri, 22 Dec 2006 01:07:28 +0000 (01:07 +0000)]
Fix ZTS build...
Marcus Boerger [Fri, 22 Dec 2006 00:57:51 +0000 (00:57 +0000)]
- Fix memory allocation/deallocation to match
Marcus Boerger [Fri, 22 Dec 2006 00:56:59 +0000 (00:56 +0000)]
- Implement ezstrndup()
Marcus Boerger [Fri, 22 Dec 2006 00:47:27 +0000 (00:47 +0000)]
- Make custom serializing work with zstr (as discussed with andrei)
Andrei Zmievski [Fri, 22 Dec 2006 00:37:20 +0000 (00:37 +0000)]
Fix serialization test.