]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Tue, 25 Sep 2007 18:18:10 +0000 (18:18 +0000)]
Another typo fix
Ilia Alshanetsky [Mon, 24 Sep 2007 23:33:24 +0000 (23:33 +0000)]
Fixed typo
Dmitry Stogov [Mon, 24 Sep 2007 11:53:40 +0000 (11:53 +0000)]
Fixed crash on POST request after dl("mbstring.so")
Rui Hirokawa [Mon, 24 Sep 2007 11:51:36 +0000 (11:51 +0000)]
MFH: added support "entity" as substitute_character settin accoding to bug #39404
Dmitry Stogov [Mon, 24 Sep 2007 11:40:05 +0000 (11:40 +0000)]
Fixed bug #42699 (PHP_SELF duplicates path)
Ilia Alshanetsky [Sun, 23 Sep 2007 15:19:21 +0000 (15:19 +0000)]
Fixed bug #42739 (mkdir() doesnt like a trailing slash when safe_mode is
enabled).
Ilia Alshanetsky [Sat, 22 Sep 2007 15:55:35 +0000 (15:55 +0000)]
Improve check for filename (fixed coverity issue #355)
Ilia Alshanetsky [Sat, 22 Sep 2007 15:38:00 +0000 (15:38 +0000)]
Fixed memory leak inside array_intersec (coverity issues #403,#404)
Ilia Alshanetsky [Sat, 22 Sep 2007 15:32:11 +0000 (15:32 +0000)]
Fixed memory leak inside array_diff() (coverity issues #401,#402)
Ilia Alshanetsky [Sat, 22 Sep 2007 15:25:46 +0000 (15:25 +0000)]
Fixed memory leak inside pack() (coverity issues #398,#399,#400)
Raghubansh Kumar [Sat, 22 Sep 2007 10:51:38 +0000 (10:51 +0000)]
New testcases for strspn() function
Raghubansh Kumar [Sat, 22 Sep 2007 10:36:15 +0000 (10:36 +0000)]
New testcases for strcspn() function
Raghubansh Kumar [Sat, 22 Sep 2007 07:39:57 +0000 (07:39 +0000)]
New testcases for strtok() function
Raghubansh Kumar [Sat, 22 Sep 2007 06:58:33 +0000 (06:58 +0000)]
replaced by array_search_variation1.phpt, hence removed.
Raghubansh Kumar [Sat, 22 Sep 2007 06:53:58 +0000 (06:53 +0000)]
update and split of testcases for functions array_search() and in_array()
Antony Dovgal [Fri, 21 Sep 2007 14:17:06 +0000 (14:17 +0000)]
MFH: add NULL check (coverity issue #385) and fix CS
Antony Dovgal [Fri, 21 Sep 2007 14:12:52 +0000 (14:12 +0000)]
MFH: check for NULL (coverity issue #386)
Antony Dovgal [Fri, 21 Sep 2007 14:05:18 +0000 (14:05 +0000)]
MFH: check the return value of getgroups() for -1 (coverity issue #390)
Antony Dovgal [Fri, 21 Sep 2007 13:51:49 +0000 (13:51 +0000)]
MFH: plug leak on error (coverity issue #405)
Antony Dovgal [Fri, 21 Sep 2007 13:37:30 +0000 (13:37 +0000)]
MFH: plug leak on error (coverity issue #407)
Dmitry Stogov [Fri, 21 Sep 2007 13:10:59 +0000 (13:10 +0000)]
Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc().
Antony Dovgal [Fri, 21 Sep 2007 13:08:00 +0000 (13:08 +0000)]
initialize all fields of the struct (it's generally good idea even though they should not be used)
Antony Dovgal [Fri, 21 Sep 2007 12:57:38 +0000 (12:57 +0000)]
MFH: fix invalid read when opendir over FTP fails (coverity issue #462)
Stanislav Malyshev [Thu, 20 Sep 2007 22:35:24 +0000 (22:35 +0000)]
better fix for iconv_substr
Nuno Lopes [Thu, 20 Sep 2007 22:25:06 +0000 (22:25 +0000)]
fix crash when fetching a node type that doesnt exist
# reported in a manual user note
Stanislav Malyshev [Thu, 20 Sep 2007 21:55:14 +0000 (21:55 +0000)]
fix potential overflow (Mattias Bengtsson)
Stanislav Malyshev [Thu, 20 Sep 2007 18:44:24 +0000 (18:44 +0000)]
add test for dl() with long name
Jani Taskinen [Thu, 20 Sep 2007 14:28:12 +0000 (14:28 +0000)]
MFH
Jani Taskinen [Thu, 20 Sep 2007 14:11:32 +0000 (14:11 +0000)]
- Fix test and tuned error message
Jani Taskinen [Thu, 20 Sep 2007 13:49:33 +0000 (13:49 +0000)]
MFH
Ilia Alshanetsky [Thu, 20 Sep 2007 13:29:04 +0000 (13:29 +0000)]
Fixed test for glob() affected by previous patch
Rob Richards [Thu, 20 Sep 2007 09:32:31 +0000 (09:32 +0000)]
BFN
Rob Richards [Thu, 20 Sep 2007 09:30:45 +0000 (09:30 +0000)]
MFH: fix bug #42139 (XMLReader option constants are broken using XML())
add test
Dmitry Stogov [Thu, 20 Sep 2007 09:22:59 +0000 (09:22 +0000)]
Improved speed of array_intersect_key(), array_intersect_assoc() and array_uintersect_assoc(). (100 times faster on arrays with 100000 elements)
Antony Dovgal [Thu, 20 Sep 2007 08:10:44 +0000 (08:10 +0000)]
MFH
Ilia Alshanetsky [Wed, 19 Sep 2007 22:37:58 +0000 (22:37 +0000)]
Fixed regression in glob() when enforcing safe_mode/open_basedir checks on
paths containing '*'
Antony Dovgal [Wed, 19 Sep 2007 11:25:57 +0000 (11:25 +0000)]
MFH
Stanislav Malyshev [Wed, 19 Sep 2007 00:49:02 +0000 (00:49 +0000)]
one more test
Stanislav Malyshev [Wed, 19 Sep 2007 00:41:10 +0000 (00:41 +0000)]
report iconv fix
Stanislav Malyshev [Wed, 19 Sep 2007 00:33:43 +0000 (00:33 +0000)]
limit iconv parameters here too
Stanislav Malyshev [Wed, 19 Sep 2007 00:30:52 +0000 (00:30 +0000)]
limit iconv parameter sizes - workaround for glibc bug
Stanislav Malyshev [Wed, 19 Sep 2007 00:18:01 +0000 (00:18 +0000)]
add length tests for iconv functions
Rui Hirokawa [Tue, 18 Sep 2007 21:35:39 +0000 (21:35 +0000)]
MFH: fixed bug #42502 va_* cannot detect.
Rui Hirokawa [Tue, 18 Sep 2007 21:33:29 +0000 (21:33 +0000)]
modified line end CR -> CR+NL
Stanislav Malyshev [Tue, 18 Sep 2007 20:25:07 +0000 (20:25 +0000)]
add dl() limit patch
Stanislav Malyshev [Tue, 18 Sep 2007 20:19:34 +0000 (20:19 +0000)]
limit dl() argument length (patch by Christian Hoffmann)
Ilia Alshanetsky [Tue, 18 Sep 2007 19:49:54 +0000 (19:49 +0000)]
Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetime
values).
Jani Taskinen [Tue, 18 Sep 2007 09:25:03 +0000 (09:25 +0000)]
BFN
Jani Taskinen [Tue, 18 Sep 2007 09:24:04 +0000 (09:24 +0000)]
- Fixed bug #42629 (Dynamically loaded PHP extensions need symbols exported on MacOSX)
Ilia Alshanetsky [Mon, 17 Sep 2007 12:44:16 +0000 (12:44 +0000)]
Fixed typos
Ilia Alshanetsky [Sun, 16 Sep 2007 15:38:57 +0000 (15:38 +0000)]
Fixed a typo
Raghubansh Kumar [Sat, 15 Sep 2007 07:29:55 +0000 (07:29 +0000)]
better output matching/fixes
Raghubansh Kumar [Fri, 14 Sep 2007 19:03:14 +0000 (19:03 +0000)]
Removing from file dir as it was wrongly committed to this dir
Raghubansh Kumar [Fri, 14 Sep 2007 19:02:07 +0000 (19:02 +0000)]
New testcases for strncasecmp()
Raghubansh Kumar [Fri, 14 Sep 2007 18:58:02 +0000 (18:58 +0000)]
New testcases for chop()
Raghubansh Kumar [Fri, 14 Sep 2007 18:53:38 +0000 (18:53 +0000)]
New testcases for wordwrap()
Raghubansh Kumar [Fri, 14 Sep 2007 18:26:44 +0000 (18:26 +0000)]
New testcases for strncasecmp() function
Raghubansh Kumar [Fri, 14 Sep 2007 18:24:47 +0000 (18:24 +0000)]
New testscases for chop() function
Zoe Slattery [Fri, 14 Sep 2007 16:28:54 +0000 (16:28 +0000)]
Changing to use %a to match recent run-tests.php patch
Nuno Lopes [Fri, 14 Sep 2007 15:28:03 +0000 (15:28 +0000)]
changes to run-tests.php:
- change %s to %a
- make %s = [^\r\n]+
- fix tests accordingly
Nuno Lopes [Fri, 14 Sep 2007 15:04:19 +0000 (15:04 +0000)]
fix expected output
Raghubansh Kumar [Fri, 14 Sep 2007 14:31:55 +0000 (14:31 +0000)]
better comments
Raghubansh Kumar [Fri, 14 Sep 2007 14:14:48 +0000 (14:14 +0000)]
New testcases for wordwrap() function
Raghubansh Kumar [Fri, 14 Sep 2007 09:38:13 +0000 (09:38 +0000)]
fix test
Jani Taskinen [Fri, 14 Sep 2007 08:20:15 +0000 (08:20 +0000)]
fix news
Stanislav Malyshev [Thu, 13 Sep 2007 20:08:00 +0000 (20:08 +0000)]
register mail.force_extra_parameters change
Stanislav Malyshev [Thu, 13 Sep 2007 20:04:22 +0000 (20:04 +0000)]
disallow setting mail.force_extra_parameters from .htaccess
Nuno Lopes [Thu, 13 Sep 2007 19:58:26 +0000 (19:58 +0000)]
fix test, particularly when running with valgrind, bacause it may take more than one second to execute both instructions and thus get different dates
Nuno Lopes [Thu, 13 Sep 2007 19:51:34 +0000 (19:51 +0000)]
attemp to set locale if it exists. fix skip condition
Nuno Lopes [Thu, 13 Sep 2007 19:30:19 +0000 (19:30 +0000)]
fix expected output
Nuno Lopes [Thu, 13 Sep 2007 18:55:28 +0000 (18:55 +0000)]
fix test expected output
Nuno Lopes [Thu, 13 Sep 2007 18:24:26 +0000 (18:24 +0000)]
fix skip reasons. the word 'skip' should be followed by a single space and doesnt need any \n at the end
Stanislav Malyshev [Thu, 13 Sep 2007 17:15:02 +0000 (17:15 +0000)]
List recent fixes
Ilia Alshanetsky [Thu, 13 Sep 2007 15:36:37 +0000 (15:36 +0000)]
Added a note indicating that the tests may fail to due libc implementation
Jani Taskinen [Thu, 13 Sep 2007 07:42:12 +0000 (07:42 +0000)]
MFH: cs/ws
Stanislav Malyshev [Thu, 13 Sep 2007 00:56:31 +0000 (00:56 +0000)]
docs say dl() parameter can be filename only - enforce it
Stanislav Malyshev [Wed, 12 Sep 2007 21:21:18 +0000 (21:21 +0000)]
fix crash if stream is empty and reader function sets buffer as null
Ilia Alshanetsky [Wed, 12 Sep 2007 18:26:49 +0000 (18:26 +0000)]
Fixed bug #42643 (CLI segfaults if using ATTR_PERSISTENT).
Jani Taskinen [Wed, 12 Sep 2007 11:46:02 +0000 (11:46 +0000)]
reorder
Jani Taskinen [Wed, 12 Sep 2007 11:45:34 +0000 (11:45 +0000)]
BFN
Jani Taskinen [Wed, 12 Sep 2007 11:44:26 +0000 (11:44 +0000)]
MFH:- Fixed bug #42627 (bz2 extension fails to build with -fno-common)
Nuno Lopes [Wed, 12 Sep 2007 11:44:25 +0000 (11:44 +0000)]
BFN #39651
Nuno Lopes [Wed, 12 Sep 2007 11:42:43 +0000 (11:42 +0000)]
fix bug #39651: proc_open() append mode doesnt work on windows
Jani Taskinen [Wed, 12 Sep 2007 09:49:20 +0000 (09:49 +0000)]
fix news
Raghubansh Kumar [Wed, 12 Sep 2007 09:47:35 +0000 (09:47 +0000)]
marked with Bug #42038
Andrey Hristov [Wed, 12 Sep 2007 09:12:56 +0000 (09:12 +0000)]
Fix stupid error, which happens only on Windows. And we thought this has
been fixed. Now my_thread_end() should be called and there should be no
warnings in the error logs of exiting thread, which hasn't deinited, and
leaks.
Raghubansh Kumar [Wed, 12 Sep 2007 08:27:35 +0000 (08:27 +0000)]
marked with Bug# 42638
Ilia Alshanetsky [Tue, 11 Sep 2007 23:34:25 +0000 (23:34 +0000)]
MFH: Fixed function definition
Pierre Joye [Tue, 11 Sep 2007 21:03:48 +0000 (21:03 +0000)]
- [DOC] add alpha support for imagefilter's IMG_FILTER_COLORIZE
Nuno Lopes [Tue, 11 Sep 2007 16:17:34 +0000 (16:17 +0000)]
remove the -DHAVE_CONFIG_H switch again to fix things on windows
this means that the upgrade script strips the #ifdef automatically
Rob Richards [Tue, 11 Sep 2007 11:25:20 +0000 (11:25 +0000)]
MFH: revert config header change
Jani Taskinen [Tue, 11 Sep 2007 10:23:04 +0000 (10:23 +0000)]
- Fix tests (we are not interested what the old value was for the ini option)
Raghubansh Kumar [Tue, 11 Sep 2007 05:21:40 +0000 (05:21 +0000)]
fix test
Ilia Alshanetsky [Mon, 10 Sep 2007 23:42:54 +0000 (23:42 +0000)]
Fixed Bug #42596 (session.save_path MODE option does not work).
Dmitry Stogov [Mon, 10 Sep 2007 10:55:26 +0000 (10:55 +0000)]
Fixed bug #42587 (behaviour change regarding symlinked .php files)
Antony Dovgal [Mon, 10 Sep 2007 10:28:54 +0000 (10:28 +0000)]
fix tests
Antony Dovgal [Sun, 9 Sep 2007 22:28:06 +0000 (22:28 +0000)]
split one more ten-in-one test
and fix \v\f stuff while we're here..
Ilia Alshanetsky [Sun, 9 Sep 2007 16:34:05 +0000 (16:34 +0000)]
BFN
Ilia Alshanetsky [Sun, 9 Sep 2007 16:33:34 +0000 (16:33 +0000)]
Fixed bug #42590 (Make the engine recornize \v and \f escape sequences)
Scott MacVicar [Sun, 9 Sep 2007 16:12:09 +0000 (16:12 +0000)]
BFN