]>
granicus.if.org Git - php/log
Antony Dovgal [Thu, 7 Jun 2007 09:07:12 +0000 (09:07 +0000)]
php_localtime_r() checks
Antony Dovgal [Thu, 7 Jun 2007 08:58:38 +0000 (08:58 +0000)]
php_gmtime_r() fixes
Antony Dovgal [Thu, 7 Jun 2007 08:46:32 +0000 (08:46 +0000)]
check return value of *time_r() functions for NULL
more checks will follow
Ilia Alshanetsky [Thu, 7 Jun 2007 02:21:55 +0000 (02:21 +0000)]
Fixed typo
<changelog@php.net> [Thu, 7 Jun 2007 01:31:15 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 6 Jun 2007 23:16:45 +0000 (23:16 +0000)]
MFB: Adjust previous patch to work on all compilers
Ilia Alshanetsky [Wed, 6 Jun 2007 22:58:53 +0000 (22:58 +0000)]
MFB: Optimize out a loop
Antony Dovgal [Wed, 6 Jun 2007 22:08:53 +0000 (22:08 +0000)]
improve the checks
Ilia Alshanetsky [Wed, 6 Jun 2007 22:04:47 +0000 (22:04 +0000)]
MFB: Added missing format validator to unpack() function
Antony Dovgal [Wed, 6 Jun 2007 21:55:18 +0000 (21:55 +0000)]
improve the check
Stanislav Malyshev [Wed, 6 Jun 2007 20:06:43 +0000 (20:06 +0000)]
MF5: Fix chunk_split fix - avoid using floats
MF5: Fix money_format - don't give strfmon more arguments then supplied
MF5: Fix str[c]spn integer overflow
foobar [Wed, 6 Jun 2007 18:27:54 +0000 (18:27 +0000)]
- Fix for passing of shared extensions to run-tests.php
Stanislav Malyshev [Wed, 6 Jun 2007 17:47:15 +0000 (17:47 +0000)]
fix test format
Stanislav Malyshev [Wed, 6 Jun 2007 17:14:59 +0000 (17:14 +0000)]
add some edge cases
Stanislav Malyshev [Wed, 6 Jun 2007 17:13:18 +0000 (17:13 +0000)]
add moneyformat test
Zoe Slattery [Wed, 6 Jun 2007 12:50:06 +0000 (12:50 +0000)]
New tests for file handling
Zoe Slattery [Wed, 6 Jun 2007 12:48:13 +0000 (12:48 +0000)]
fixed file permission for new empty file
Nuno Lopes [Wed, 6 Jun 2007 12:29:06 +0000 (12:29 +0000)]
fix gcov build..
Antony Dovgal [Wed, 6 Jun 2007 11:57:24 +0000 (11:57 +0000)]
minor optimization - make sure the objects are not the same instance before we start comparing their properties
Antony Dovgal [Wed, 6 Jun 2007 09:43:39 +0000 (09:43 +0000)]
fix several integer overflows in GD
Antony Dovgal [Wed, 6 Jun 2007 08:33:54 +0000 (08:33 +0000)]
fix #41608 (segfault on a weird code with objects and switch())
<changelog@php.net> [Wed, 6 Jun 2007 01:31:17 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 6 Jun 2007 00:01:13 +0000 (00:01 +0000)]
MFB: Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags).
Ilia Alshanetsky [Tue, 5 Jun 2007 22:56:57 +0000 (22:56 +0000)]
MFB: Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some
non-well-formed SQL queries).
Antony Dovgal [Tue, 5 Jun 2007 13:51:29 +0000 (13:51 +0000)]
fix build
Antony Dovgal [Tue, 5 Jun 2007 13:37:05 +0000 (13:37 +0000)]
fix folding
Antony Dovgal [Tue, 5 Jun 2007 12:17:15 +0000 (12:17 +0000)]
fix folding
Antony Dovgal [Tue, 5 Jun 2007 12:02:38 +0000 (12:02 +0000)]
no readlink() on windows
Antony Dovgal [Tue, 5 Jun 2007 11:33:09 +0000 (11:33 +0000)]
enable display_startup_errors
Zoe Slattery [Tue, 5 Jun 2007 11:32:45 +0000 (11:32 +0000)]
Fixing incorrect comment in test cases fileinode_variation and filetype_variation
Antony Dovgal [Tue, 5 Jun 2007 11:25:21 +0000 (11:25 +0000)]
fix test, add missing ones
Antony Dovgal [Tue, 5 Jun 2007 11:25:02 +0000 (11:25 +0000)]
add SET_VAR_ASCII_STRINGL()
Antony Dovgal [Tue, 5 Jun 2007 11:24:37 +0000 (11:24 +0000)]
fix HTTP_RAW_POST_DATA in Unicode mode
Antony Dovgal [Tue, 5 Jun 2007 11:24:13 +0000 (11:24 +0000)]
port the max_input_nesting_level ini option to Unicode mode
Antony Dovgal [Tue, 5 Jun 2007 10:02:02 +0000 (10:02 +0000)]
fix #41582 (SimpleXML crashes when accessing newly created element)
Zoe Slattery [Tue, 5 Jun 2007 09:21:54 +0000 (09:21 +0000)]
new test cases for general functions
Zoe Slattery [Tue, 5 Jun 2007 09:20:17 +0000 (09:20 +0000)]
New test cases for file system functions
Zoe Slattery [Tue, 5 Jun 2007 07:57:48 +0000 (07:57 +0000)]
Updated test output in line with changes to file.inc
Zoe Slattery [Tue, 5 Jun 2007 07:54:58 +0000 (07:54 +0000)]
Added fill_buffer() and fixed file_fill() to write binary data only
Antony Dovgal [Tue, 5 Jun 2007 07:48:16 +0000 (07:48 +0000)]
fix #41594 (Statement cache is flushed too frequently)
<changelog@php.net> [Tue, 5 Jun 2007 01:31:06 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 4 Jun 2007 23:52:34 +0000 (23:52 +0000)]
MFB: Fixed bug #41567 (json_encode() double conversion is inconsistent with
PHP).
Nuno Lopes [Mon, 4 Jun 2007 18:11:38 +0000 (18:11 +0000)]
ignore *.gcno
Antony Dovgal [Mon, 4 Jun 2007 17:18:28 +0000 (17:18 +0000)]
clean up temp file
Zoe Slattery [Mon, 4 Jun 2007 17:00:44 +0000 (17:00 +0000)]
missing ?> in skipif section
Antony Dovgal [Mon, 4 Jun 2007 15:37:38 +0000 (15:37 +0000)]
add missing open_basedir checks to CGI
Antony Dovgal [Mon, 4 Jun 2007 08:24:32 +0000 (08:24 +0000)]
change E_NOTICE to E_ERROR when using a class constant from non-existent class
(noticed by Jani)
add tests
Antony Dovgal [Mon, 4 Jun 2007 07:56:39 +0000 (07:56 +0000)]
no register_globals in HEAD
Antony Dovgal [Mon, 4 Jun 2007 06:38:08 +0000 (06:38 +0000)]
fix ws
<changelog@php.net> [Mon, 4 Jun 2007 01:31:12 +0000 (01:31 +0000)]
ChangeLog update
Brian Shire [Mon, 4 Jun 2007 01:23:22 +0000 (01:23 +0000)]
MFB: fix sprintf/printf %u tests so they work correctly on both 32-bit and 64-bit. (broken in previous fix)
Hannes Magnusson [Mon, 4 Jun 2007 00:11:11 +0000 (00:11 +0000)]
Fix the expected results
# This test still fails though
foobar [Sun, 3 Jun 2007 22:50:08 +0000 (22:50 +0000)]
add missing test
foobar [Sun, 3 Jun 2007 21:57:31 +0000 (21:57 +0000)]
another missed ])
foobar [Sun, 3 Jun 2007 21:54:28 +0000 (21:54 +0000)]
fix configure
Pierre Joye [Sun, 3 Jun 2007 21:35:39 +0000 (21:35 +0000)]
- MFB: fix logic
Pierre Joye [Sun, 3 Jun 2007 21:30:12 +0000 (21:30 +0000)]
- MFB: PECL #11216, addEmptyDir crashes if the directory already exists
foobar [Sun, 3 Jun 2007 20:26:45 +0000 (20:26 +0000)]
- Fixed bug #41576 (misbehaviour when using --without-apxs)
Ilia Alshanetsky [Sun, 3 Jun 2007 18:53:51 +0000 (18:53 +0000)]
MFB: Corrected fix for CVE-2007-2872
Pierre Joye [Sun, 3 Jun 2007 17:43:13 +0000 (17:43 +0000)]
- @DOC add constants GD_MAJOR_VERSION, GD_MINOR_VERSION, GD_RELEASE_VERSION
GD_EXTRA_VERSION and GD_VERSION_STRING
- fix #ifdef else clause
foobar [Sun, 3 Jun 2007 16:53:37 +0000 (16:53 +0000)]
- Improved the error message for exceeding max_input_nesting_level.
Ilia Alshanetsky [Sun, 3 Jun 2007 16:19:55 +0000 (16:19 +0000)]
MFB: Improved fix for MOPB-02-2007
Brian Shire [Sun, 3 Jun 2007 09:11:52 +0000 (09:11 +0000)]
Change printf %u behavior so that it does not truncate numbers at 32-bits. (Reported by Aditya Agarwal.)
<changelog@php.net> [Sun, 3 Jun 2007 01:31:06 +0000 (01:31 +0000)]
ChangeLog update
Pierre Joye [Sat, 2 Jun 2007 15:41:02 +0000 (15:41 +0000)]
- MFB: sx/sy must be > 0 and < INT_MAX
<changelog@php.net> [Sat, 2 Jun 2007 01:31:09 +0000 (01:31 +0000)]
ChangeLog update
foobar [Fri, 1 Jun 2007 22:19:20 +0000 (22:19 +0000)]
fix test
foobar [Fri, 1 Jun 2007 21:33:30 +0000 (21:33 +0000)]
- Fixed bug #41555 (configure failure: regression caused by fix for #41265
foobar [Fri, 1 Jun 2007 15:12:10 +0000 (15:12 +0000)]
- Add missing CXXFLAGS_CLEAN variable.
Antony Dovgal [Fri, 1 Jun 2007 13:33:48 +0000 (13:33 +0000)]
fix #41518 (file_exists() warns of open_basedir restriction on non-existent file)
Antony Dovgal [Fri, 1 Jun 2007 10:02:41 +0000 (10:02 +0000)]
fix #39330 (apache2handler does not call shutdown actions before apache child die)
Greg Beaver [Fri, 1 Jun 2007 03:48:17 +0000 (03:48 +0000)]
fix several mis-spelled 'temporary's add missing space in comment, and change 'script end' to 'stub end' in manifest read error messages
<changelog@php.net> [Fri, 1 Jun 2007 01:31:02 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Thu, 31 May 2007 21:36:56 +0000 (21:36 +0000)]
fix folding
Marcus Boerger [Thu, 31 May 2007 06:55:14 +0000 (06:55 +0000)]
- Fix memory issue
<changelog@php.net> [Thu, 31 May 2007 01:31:19 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Wed, 30 May 2007 17:25:41 +0000 (17:25 +0000)]
- Add -p to stub-set command
Marcus Boerger [Wed, 30 May 2007 17:13:17 +0000 (17:13 +0000)]
- Need to readd this but do it as a echo
Marcus Boerger [Wed, 30 May 2007 17:00:06 +0000 (17:00 +0000)]
- Minor fix
Marcus Boerger [Wed, 30 May 2007 16:50:22 +0000 (16:50 +0000)]
- This is not needed here
Marcus Boerger [Wed, 30 May 2007 16:45:23 +0000 (16:45 +0000)]
- Skip precommand 'phar.php' and keep a pre-built phar.phar in cvs
Antony Dovgal [Wed, 30 May 2007 16:31:47 +0000 (16:31 +0000)]
remove semicolons and make SunCC happy
Antony Dovgal [Wed, 30 May 2007 15:40:17 +0000 (15:40 +0000)]
fix test names
Antony Dovgal [Wed, 30 May 2007 10:50:45 +0000 (10:50 +0000)]
fix lstat() function resolving symlinks
patch by Scott MacVicar
Antony Dovgal [Wed, 30 May 2007 09:16:29 +0000 (09:16 +0000)]
check length only when it's specified
add the same check to fgetss()
Michael Wallner [Wed, 30 May 2007 07:10:25 +0000 (07:10 +0000)]
- version agnosticism (PECL/HEAD)
- release 1.4
# you ignorants shall burn in hell
<changelog@php.net> [Wed, 30 May 2007 01:31:09 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 30 May 2007 00:38:00 +0000 (00:38 +0000)]
MFB: Fixed an interger overflow inside chunk_split(), identified by
Gerhard Wagner
Antony Dovgal [Tue, 29 May 2007 21:24:45 +0000 (21:24 +0000)]
more typofixes
Ilia Alshanetsky [Tue, 29 May 2007 21:06:04 +0000 (21:06 +0000)]
MFB
Antony Dovgal [Tue, 29 May 2007 20:48:38 +0000 (20:48 +0000)]
fix #41516 (fgets() returns a line of text when length parameter is <= 0)
Antony Dovgal [Tue, 29 May 2007 20:31:22 +0000 (20:31 +0000)]
fix typo & build
Ilia Alshanetsky [Tue, 29 May 2007 20:11:23 +0000 (20:11 +0000)]
MFB
Stanislav Malyshev [Tue, 29 May 2007 19:44:24 +0000 (19:44 +0000)]
fix build on msvc 8
Antony Dovgal [Tue, 29 May 2007 12:42:19 +0000 (12:42 +0000)]
fix tests, add 64bit versions
Michael Wallner [Tue, 29 May 2007 12:28:57 +0000 (12:28 +0000)]
- fix build where mhash.h is not declaring
mhash_get_hash_name_static and/or
mhash_get_keygen_name_static protos
Antony Dovgal [Tue, 29 May 2007 12:26:59 +0000 (12:26 +0000)]
fix tests
Antony Dovgal [Tue, 29 May 2007 12:17:37 +0000 (12:17 +0000)]
fix test
Antony Dovgal [Tue, 29 May 2007 12:10:20 +0000 (12:10 +0000)]
fix tests in unicode mode
Antony Dovgal [Tue, 29 May 2007 12:01:14 +0000 (12:01 +0000)]
fix test