]>
granicus.if.org Git - php/log
Felipe Pena [Fri, 15 Aug 2008 02:26:56 +0000 (02:26 +0000)]
- Fixed tests (synced with 5_3 and HEAD)
Jani Taskinen [Thu, 14 Aug 2008 23:46:55 +0000 (23:46 +0000)]
MFH: fix skipifs
Jani Taskinen [Thu, 14 Aug 2008 23:45:22 +0000 (23:45 +0000)]
MFH
Jani Taskinen [Thu, 14 Aug 2008 23:42:01 +0000 (23:42 +0000)]
MFH: fix tests
Jani Taskinen [Thu, 14 Aug 2008 22:51:50 +0000 (22:51 +0000)]
MFH
Jani Taskinen [Thu, 14 Aug 2008 21:56:13 +0000 (21:56 +0000)]
MFH:fix test
Jani Taskinen [Thu, 14 Aug 2008 20:57:13 +0000 (20:57 +0000)]
MFH: fix tests, add missing test
Jani Taskinen [Thu, 14 Aug 2008 20:55:31 +0000 (20:55 +0000)]
do not leave crap behind
Jani Taskinen [Thu, 14 Aug 2008 20:53:31 +0000 (20:53 +0000)]
MFH: fix tests
Jani Taskinen [Thu, 14 Aug 2008 20:53:00 +0000 (20:53 +0000)]
- Nuke annoying errors already silenced elsewhere too
Felipe Pena [Thu, 14 Aug 2008 19:17:13 +0000 (19:17 +0000)]
- New test
Felipe Pena [Thu, 14 Aug 2008 16:34:30 +0000 (16:34 +0000)]
- MFH: move declaration on top and fix build error
Jani Taskinen [Wed, 13 Aug 2008 19:43:48 +0000 (19:43 +0000)]
typoh
Antony Dovgal [Wed, 13 Aug 2008 08:09:55 +0000 (08:09 +0000)]
MFH: fix compile warnings (patch by Phil Oleson)
Dmitry Stogov [Wed, 13 Aug 2008 07:19:43 +0000 (07:19 +0000)]
Fixed bug #45805 (Crach on throwing exception from error handler)
Jani Taskinen [Wed, 13 Aug 2008 01:01:29 +0000 (01:01 +0000)]
MFH: [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at
MFH: [DOC] startup:
MFH: [DOC]
MFH: [DOC] To disable: Override default php.ini by using both -c and -n with
MFH: [DOC] CGI/CLI or set "PHP_INI_SCAN_DIR" environment variable
MFH: [DOC] to an empty string.
MFH: [DOC]
MFH: [DOC] To change: Simply set "PHP_INI_SCAN_DIR" environment variable to point
MFH: [DOC] to another path.
MFH: - Fixed bug #42604 ("make test" fails with --with-config-file-scan-dir=/some/path)
MFH: - Implemented FR #45114 (Option to change --with-config-file-scan-dir)
Christian Seiler [Tue, 12 Aug 2008 21:03:35 +0000 (21:03 +0000)]
- News: http://news.php.net/php.cvs/52239
Arnaud Le Blanc [Mon, 11 Aug 2008 23:16:41 +0000 (23:16 +0000)]
MFH: clear stat cache in chroot()
Arnaud Le Blanc [Mon, 11 Aug 2008 22:40:02 +0000 (22:40 +0000)]
news
Arnaud Le Blanc [Mon, 11 Aug 2008 22:39:42 +0000 (22:39 +0000)]
MFH: Fixed #45181 (chdir() should clear relative entries in stat cache)
Christian Seiler [Mon, 11 Aug 2008 22:08:58 +0000 (22:08 +0000)]
- Fixed segmentation fault (test added)
Arnaud Le Blanc [Mon, 11 Aug 2008 15:33:14 +0000 (15:33 +0000)]
MFH: Missing files in previous commit (Check the relevant path for open_basedir
in symlink())
Arnaud Le Blanc [Mon, 11 Aug 2008 15:31:01 +0000 (15:31 +0000)]
MFH: Check the relevant path for open_basedir in symlink()
Felipe Pena [Mon, 11 Aug 2008 00:52:41 +0000 (00:52 +0000)]
- BFN: #45765
Felipe Pena [Mon, 11 Aug 2008 00:50:03 +0000 (00:50 +0000)]
- MFH: Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error)
Arnaud Le Blanc [Sun, 10 Aug 2008 13:26:25 +0000 (13:26 +0000)]
MFH: Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items)
Arnaud Le Blanc [Sun, 10 Aug 2008 11:55:26 +0000 (11:55 +0000)]
MFH:
Do not expand $target in symlink(). This made it impossible to symlink to a
symlink. This also caused the target to be wrongly expanded relatively to
the CWD when target was not an absolute path.
Felipe Pena [Sun, 10 Aug 2008 00:44:55 +0000 (00:44 +0000)]
- Fixed test (LF)
Antony Dovgal [Sat, 9 Aug 2008 22:35:34 +0000 (22:35 +0000)]
disable the test on AIX
Antony Dovgal [Sat, 9 Aug 2008 22:01:35 +0000 (22:01 +0000)]
MFH: do not fail & segfault if malloc(0) returns NULL, that's expected
Arnaud Le Blanc [Fri, 8 Aug 2008 09:34:08 +0000 (09:34 +0000)]
*** empty log message ***
Antony Dovgal [Thu, 7 Aug 2008 13:11:28 +0000 (13:11 +0000)]
not experimental anymore
Antony Dovgal [Thu, 7 Aug 2008 13:07:33 +0000 (13:07 +0000)]
remove EXPERIMENTAL flag
Antony Dovgal [Thu, 7 Aug 2008 08:52:11 +0000 (08:52 +0000)]
fix test
NaN != NaN
Kalle Sommer Nielsen [Wed, 6 Aug 2008 21:33:13 +0000 (21:33 +0000)]
Backport #45406 (session.serialize_handler declared by shared extension fails) to PHP_5_2
Kalle Sommer Nielsen [Wed, 6 Aug 2008 21:28:38 +0000 (21:28 +0000)]
Backport fix for #45406 - Patch by oleg dot grenrus at dynamoid dot com
Jani Taskinen [Tue, 5 Aug 2008 21:48:18 +0000 (21:48 +0000)]
useless entry
Stanislav Malyshev [Tue, 5 Aug 2008 21:40:48 +0000 (21:40 +0000)]
ok, clarify :)
Stanislav Malyshev [Tue, 5 Aug 2008 21:24:42 +0000 (21:24 +0000)]
add bugfix
Stanislav Malyshev [Tue, 5 Aug 2008 20:11:17 +0000 (20:11 +0000)]
fix memnstr bug, by Laurent Gaffie
Jani Taskinen [Tue, 5 Aug 2008 12:37:09 +0000 (12:37 +0000)]
MFH:- Add test for bug #45712
Jani Taskinen [Mon, 4 Aug 2008 21:16:22 +0000 (21:16 +0000)]
MFH:- Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address parameter)
Moriyoshi Koizumi [Mon, 4 Aug 2008 21:11:19 +0000 (21:11 +0000)]
- MFH: Added .libs to .cvsignore
Moriyoshi Koizumi [Mon, 4 Aug 2008 21:06:50 +0000 (21:06 +0000)]
- MFH: More fixes for bug #45691
Jani Taskinen [Mon, 4 Aug 2008 20:54:20 +0000 (20:54 +0000)]
MFH: proper version check
Jani Taskinen [Sun, 3 Aug 2008 12:11:13 +0000 (12:11 +0000)]
MFH
Jani Taskinen [Sun, 3 Aug 2008 11:59:00 +0000 (11:59 +0000)]
MFH: no c++ comments in c files
Moriyoshi Koizumi [Sun, 3 Aug 2008 00:04:30 +0000 (00:04 +0000)]
- MFH:Forgot to take account of the case when mbstring.language is processed
afterwards.
Moriyoshi Koizumi [Sat, 2 Aug 2008 20:49:48 +0000 (20:49 +0000)]
- MFH: Fixed bug #45691 (Some per-dir or runtime settings may leak into other requests).
Arnaud Le Blanc [Sat, 2 Aug 2008 02:36:59 +0000 (02:36 +0000)]
MFH: Avoid leaks when zlib streams can not be closed properly.
Moriyoshi Koizumi [Fri, 1 Aug 2008 22:58:20 +0000 (22:58 +0000)]
- MFH: Fixed bug #43993 (mb_substr_count() behaves differently to substr_count() with overlapping needles)
Moriyoshi Koizumi [Fri, 1 Aug 2008 22:53:20 +0000 (22:53 +0000)]
- Move finalization code to the proper place
Moriyoshi Koizumi [Thu, 31 Jul 2008 17:39:14 +0000 (17:39 +0000)]
- MFH: Fixed bug #44617 (wrong HTML entity output when substitute_character=entity).
Jani Taskinen [Thu, 31 Jul 2008 11:50:54 +0000 (11:50 +0000)]
MFH:- fix test
Rasmus Lerdorf [Thu, 31 Jul 2008 11:49:55 +0000 (11:49 +0000)]
Fix test to test higher nesting level
Rasmus Lerdorf [Thu, 31 Jul 2008 09:22:17 +0000 (09:22 +0000)]
Fix for bug #45030
Jani Taskinen [Thu, 31 Jul 2008 00:51:06 +0000 (00:51 +0000)]
typo
Jani Taskinen [Thu, 31 Jul 2008 00:49:16 +0000 (00:49 +0000)]
MFH:- Fixed bug #45568 (ISAPI does not property clear auth_digest in header).
Jani Taskinen [Thu, 31 Jul 2008 00:45:46 +0000 (00:45 +0000)]
MFH:- Applied the missing parts to phpize.m4 for zend extension builds
Jani Taskinen [Wed, 30 Jul 2008 23:57:14 +0000 (23:57 +0000)]
MFH: sync build stuff
Jani Taskinen [Wed, 30 Jul 2008 23:27:26 +0000 (23:27 +0000)]
MFH: sync
Rasmus Lerdorf [Wed, 30 Jul 2008 13:55:27 +0000 (13:55 +0000)]
We can afford a larger stack here and other json parsers out there
go deeper than 128.
Antony Dovgal [Tue, 29 Jul 2008 10:42:59 +0000 (10:42 +0000)]
MFH: fix copy/paste error (patch by Mikko)
Antony Dovgal [Tue, 29 Jul 2008 08:33:52 +0000 (08:33 +0000)]
this shouldn't have been backported
Derick Rethans [Mon, 28 Jul 2008 19:32:08 +0000 (19:32 +0000)]
- Updated to version 2008.5 (2008e)
David Soria Parra [Sun, 27 Jul 2008 20:42:56 +0000 (20:42 +0000)]
- Fixed the fix for not requiring C++ always
Jani Taskinen [Sun, 27 Jul 2008 15:05:48 +0000 (15:05 +0000)]
MFH:- Fixed the fix for not requiring C++ always
Jani Taskinen [Sun, 27 Jul 2008 15:01:41 +0000 (15:01 +0000)]
MFH: Partial sync
Dmitry Stogov [Sun, 27 Jul 2008 11:28:53 +0000 (11:28 +0000)]
Fix for bug #43487 (Wrong conversion of float to string)
Jani Taskinen [Fri, 25 Jul 2008 12:36:59 +0000 (12:36 +0000)]
MFH: Fixed a minor problem in not enabling c++/g++ when not needed.
Felipe Pena [Thu, 24 Jul 2008 16:01:59 +0000 (16:01 +0000)]
- MFB: Removed unused variable.
Dmitry Stogov [Thu, 24 Jul 2008 11:47:14 +0000 (11:47 +0000)]
Fixed bug #45178 (memory corruption on assignment result of "new" by reference)
Dmitry Stogov [Thu, 24 Jul 2008 11:23:57 +0000 (11:23 +0000)]
Fixed test
Jani Taskinen [Wed, 23 Jul 2008 14:15:37 +0000 (14:15 +0000)]
MFH: Fix test (bug #44985)
Jani Taskinen [Wed, 23 Jul 2008 13:43:05 +0000 (13:43 +0000)]
MFH: some fixes to allow certain tests to pass regardless of system php.ini settins
Felipe Pena [Wed, 23 Jul 2008 12:05:21 +0000 (12:05 +0000)]
- Change credits for #44246
Antony Dovgal [Wed, 23 Jul 2008 11:25:50 +0000 (11:25 +0000)]
MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE
Jani Taskinen [Wed, 23 Jul 2008 10:30:41 +0000 (10:30 +0000)]
MFH: missing test
Antony Dovgal [Wed, 23 Jul 2008 10:26:55 +0000 (10:26 +0000)]
fix test
Antony Dovgal [Wed, 23 Jul 2008 09:29:32 +0000 (09:29 +0000)]
fix test
Antony Dovgal [Wed, 23 Jul 2008 09:09:20 +0000 (09:09 +0000)]
MFH: add PHP_STREAM_FLAG_FCLOSE to zip streams
Antony Dovgal [Wed, 23 Jul 2008 08:56:37 +0000 (08:56 +0000)]
MFH: add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed with fclose()
Felipe Pena [Tue, 22 Jul 2008 14:12:54 +0000 (14:12 +0000)]
- BFN: #44246
Felipe Pena [Tue, 22 Jul 2008 14:11:25 +0000 (14:11 +0000)]
- MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())
Jani Taskinen [Mon, 21 Jul 2008 20:02:34 +0000 (20:02 +0000)]
Tidy language and order
Felipe Pena [Mon, 21 Jul 2008 19:34:45 +0000 (19:34 +0000)]
- MFB: Fixed securities issue detailed in CVE-2008-2665 and CVE-2008-2666.
(patch by Christian Hoffmann)
Dmitry Stogov [Mon, 21 Jul 2008 17:06:55 +0000 (17:06 +0000)]
Added check for small ZEMD_MM_SEG_SIZE
Felipe Pena [Fri, 18 Jul 2008 17:41:59 +0000 (17:41 +0000)]
- BFN: #45556, #45555
Felipe Pena [Fri, 18 Jul 2008 17:35:18 +0000 (17:35 +0000)]
- New test
Felipe Pena [Fri, 18 Jul 2008 17:34:07 +0000 (17:34 +0000)]
- Fixed bug #45556 (Return value from callback isn't freed)
Felipe Pena [Fri, 18 Jul 2008 15:52:38 +0000 (15:52 +0000)]
- Fixed bug #45555 (Segfault with invalid non-string as register_introspection_callback)
(patch by chris_se at gmx dot ne)
Felipe Pena [Fri, 18 Jul 2008 14:56:58 +0000 (14:56 +0000)]
- MFB: Fix ws
Derick Rethans [Fri, 18 Jul 2008 13:46:15 +0000 (13:46 +0000)]
- Updated to version 2008.4.1 (2008d)
Pierre Joye [Thu, 17 Jul 2008 22:58:23 +0000 (22:58 +0000)]
- MFB: fix crash when some crafted font are given
Jani Taskinen [Wed, 16 Jul 2008 16:30:04 +0000 (16:30 +0000)]
-nuke weird char
Jani Taskinen [Wed, 16 Jul 2008 16:23:59 +0000 (16:23 +0000)]
MFH:- Prevent errors in CVS builds when bison is not there (for Sean :)
Jani Taskinen [Wed, 16 Jul 2008 14:26:30 +0000 (14:26 +0000)]
- Regenerated using more recent re2c
Jani Taskinen [Wed, 16 Jul 2008 14:10:50 +0000 (14:10 +0000)]
MFH:- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)
Moriyoshi Koizumi [Tue, 15 Jul 2008 18:07:42 +0000 (18:07 +0000)]
* MFH: indentation fix only.
Jani Taskinen [Tue, 15 Jul 2008 16:10:32 +0000 (16:10 +0000)]
MFH: Fixed potentially confusing error message on failure when no errors are logged