]>
granicus.if.org Git - php/log
Stanislav Malyshev [Wed, 6 Jun 2007 22:21:59 +0000 (22:21 +0000)]
add edge case test
Antony Dovgal [Wed, 6 Jun 2007 22:09:25 +0000 (22:09 +0000)]
MFH: improve the checks for integer overflow
Ilia Alshanetsky [Wed, 6 Jun 2007 22:04:05 +0000 (22:04 +0000)]
Added missing format validator to unpack() function
Antony Dovgal [Wed, 6 Jun 2007 21:53:54 +0000 (21:53 +0000)]
MFH
Stanislav Malyshev [Wed, 6 Jun 2007 18:53:35 +0000 (18:53 +0000)]
new fixes
foobar [Wed, 6 Jun 2007 18:28:13 +0000 (18:28 +0000)]
MFH:- Fix passing of shared extensions to run-tests.php
Stanislav Malyshev [Wed, 6 Jun 2007 18:15:41 +0000 (18:15 +0000)]
fix the chunks fix
Stanislav Malyshev [Wed, 6 Jun 2007 17:59:07 +0000 (17:59 +0000)]
Fix chunk_split fix - avoid using floats
Fix money_format - don't give strfmon more arguments then supplied
Fix str[c]spn integer overflow
Stanislav Malyshev [Wed, 6 Jun 2007 17:46:17 +0000 (17:46 +0000)]
fix test format
Stanislav Malyshev [Wed, 6 Jun 2007 17:12:40 +0000 (17:12 +0000)]
add some edge cases
Stanislav Malyshev [Wed, 6 Jun 2007 17:11:59 +0000 (17:11 +0000)]
add test for moneyformat
Zoe Slattery [Wed, 6 Jun 2007 12:53:58 +0000 (12:53 +0000)]
New tests for file handling
Zoe Slattery [Wed, 6 Jun 2007 12:53:17 +0000 (12:53 +0000)]
fixed file permission for new empty file
Nuno Lopes [Wed, 6 Jun 2007 12:27:24 +0000 (12:27 +0000)]
fix gcov build for the 100th time..
Antony Dovgal [Wed, 6 Jun 2007 11:57:36 +0000 (11:57 +0000)]
MFH: minor optimization - make sure the objects are not the same instance before we start comparing their properties
Antony Dovgal [Wed, 6 Jun 2007 11:36:20 +0000 (11:36 +0000)]
more details
Antony Dovgal [Wed, 6 Jun 2007 09:45:43 +0000 (09:45 +0000)]
MFH: fix several integer overflows in GD
Antony Dovgal [Wed, 6 Jun 2007 08:35:44 +0000 (08:35 +0000)]
BFN + fix other entries
Antony Dovgal [Wed, 6 Jun 2007 08:35:23 +0000 (08:35 +0000)]
MFH: fix #41608 (segfault on a weird code with objects and switch())
Ilia Alshanetsky [Wed, 6 Jun 2007 00:00:28 +0000 (00:00 +0000)]
Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags).
Ilia Alshanetsky [Tue, 5 Jun 2007 22:55:27 +0000 (22:55 +0000)]
Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some non-well-formed
SQL queries).
Antony Dovgal [Tue, 5 Jun 2007 13:35:26 +0000 (13:35 +0000)]
fix folding
Antony Dovgal [Tue, 5 Jun 2007 12:12:55 +0000 (12:12 +0000)]
fix folding
Antony Dovgal [Tue, 5 Jun 2007 12:02:46 +0000 (12:02 +0000)]
MFH
Zoe Slattery [Tue, 5 Jun 2007 11:35:04 +0000 (11:35 +0000)]
Fixing incorrect comment in test cases fileinode_variation and filetype_variation
Antony Dovgal [Tue, 5 Jun 2007 10:59:25 +0000 (10:59 +0000)]
enable display_startup_errors, fix test
Antony Dovgal [Tue, 5 Jun 2007 10:03:12 +0000 (10:03 +0000)]
MFH: fix #41582 (SimpleXML crashes when accessing newly created element)
Zoe Slattery [Tue, 5 Jun 2007 09:12:34 +0000 (09:12 +0000)]
new test cases for general functions
Zoe Slattery [Tue, 5 Jun 2007 09:10:50 +0000 (09:10 +0000)]
New test cases for file system functions
Zoe Slattery [Tue, 5 Jun 2007 08:02:17 +0000 (08:02 +0000)]
Added fill_buffer() function
Antony Dovgal [Tue, 5 Jun 2007 07:49:00 +0000 (07:49 +0000)]
MFH: fix #41594 (Statement cache is flushed too frequently)
Ilia Alshanetsky [Mon, 4 Jun 2007 23:51:32 +0000 (23:51 +0000)]
Fixed bug #41567 (json_encode() double conversion is inconsistent with PHP).
Nuno Lopes [Mon, 4 Jun 2007 18:13:53 +0000 (18:13 +0000)]
ignore *.gcno
Antony Dovgal [Mon, 4 Jun 2007 17:18:51 +0000 (17:18 +0000)]
MFH
Antony Dovgal [Mon, 4 Jun 2007 15:39:26 +0000 (15:39 +0000)]
news entry
Antony Dovgal [Mon, 4 Jun 2007 15:38:12 +0000 (15:38 +0000)]
MFH: add missing open_basedir checks to CGI
Antony Dovgal [Mon, 4 Jun 2007 09:47:54 +0000 (09:47 +0000)]
fix folding
Antony Dovgal [Mon, 4 Jun 2007 06:38:22 +0000 (06:38 +0000)]
fix ws
Brian Shire [Mon, 4 Jun 2007 01:23:07 +0000 (01:23 +0000)]
fix sprintf/printf %u tests so they work correctly on both 32-bit and 64-bit. (broken in previous fix)
# just made these EXPECTREGEX expressions, if there's a prefered way to comply with both 32/64 bit let me know.
Hannes Magnusson [Sun, 3 Jun 2007 23:40:01 +0000 (23:40 +0000)]
fix test
foobar [Sun, 3 Jun 2007 22:50:19 +0000 (22:50 +0000)]
fix test
foobar [Sun, 3 Jun 2007 21:57:35 +0000 (21:57 +0000)]
MFH
Pierre Joye [Sun, 3 Jun 2007 21:34:21 +0000 (21:34 +0000)]
- fix logic (goto is a gift, I should use it :)
Pierre Joye [Sun, 3 Jun 2007 21:21:57 +0000 (21:21 +0000)]
- pecl bug #11216, better fix, leak removed and improved test
- typo in news, better late than never (-d)
foobar [Sun, 3 Jun 2007 20:28:33 +0000 (20:28 +0000)]
bug news
foobar [Sun, 3 Jun 2007 20:27:16 +0000 (20:27 +0000)]
MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs)
Pierre Joye [Sun, 3 Jun 2007 19:50:36 +0000 (19:50 +0000)]
- PECL #11216 test
Pierre Joye [Sun, 3 Jun 2007 19:47:17 +0000 (19:47 +0000)]
- PECL #11216, addEmptyDir crashes if the directory already exists
foobar [Sun, 3 Jun 2007 19:06:23 +0000 (19:06 +0000)]
fix news
Ilia Alshanetsky [Sun, 3 Jun 2007 18:47:10 +0000 (18:47 +0000)]
Corrected fix for CVE-2007-2872
Pierre Joye [Sun, 3 Jun 2007 17:46:18 +0000 (17:46 +0000)]
- MFH: @DOC add constants GD_MAJOR_VERSION, GD_MINOR_VERSION, GD_RELEASE_VERSION
GD_EXTRA_VERSION and GD_VERSION_STRING
Ilia Alshanetsky [Sun, 3 Jun 2007 17:41:21 +0000 (17:41 +0000)]
Fixed test for PostgreSQL
foobar [Sun, 3 Jun 2007 16:54:06 +0000 (16:54 +0000)]
MFH:- Improved the error message for exceeding max_input_nesting_level.
Ilia Alshanetsky [Sun, 3 Jun 2007 16:19:14 +0000 (16:19 +0000)]
Improved fix for MOPB-02-2007
Brian Shire [Sun, 3 Jun 2007 09:12:04 +0000 (09:12 +0000)]
MFH: Change printf %u behavior so that it does not truncate numbers at 32-bits. (Reported by Aditya Agarwal.)
Pierre Joye [Sat, 2 Jun 2007 15:38:09 +0000 (15:38 +0000)]
- sx/sy must be > 0 and < INT_MAX
Pierre Joye [Sat, 2 Jun 2007 15:35:34 +0000 (15:35 +0000)]
- enable tests even when an external GD is used. Latest releases
(2.0.34 or 2.0.35) work.
foobar [Fri, 1 Jun 2007 22:18:56 +0000 (22:18 +0000)]
fix test
foobar [Fri, 1 Jun 2007 21:34:17 +0000 (21:34 +0000)]
MFH: - Fixed bug #41555 (configure failure: regression caused by fix for #41265)
foobar [Fri, 1 Jun 2007 15:12:29 +0000 (15:12 +0000)]
MFH: - Add missing CXXFLAGS_CLEAN variable.
Antony Dovgal [Fri, 1 Jun 2007 13:35:23 +0000 (13:35 +0000)]
MFH: fix #41518 (file_exists() warns of open_basedir restriction on non-existent file)
Antony Dovgal [Fri, 1 Jun 2007 10:04:06 +0000 (10:04 +0000)]
MFH: fix #39330 (apache2handler does not call shutdown actions before apache child die)
Ilia Alshanetsky [Wed, 30 May 2007 18:48:58 +0000 (18:48 +0000)]
Back to dev
Ilia Alshanetsky [Wed, 30 May 2007 18:45:59 +0000 (18:45 +0000)]
5.2.3
Antony Dovgal [Wed, 30 May 2007 16:32:02 +0000 (16:32 +0000)]
MFH
Antony Dovgal [Wed, 30 May 2007 15:40:26 +0000 (15:40 +0000)]
fix test names
Pierre Joye [Wed, 30 May 2007 15:16:31 +0000 (15:16 +0000)]
- add missing cert (thx Tony)
Antony Dovgal [Wed, 30 May 2007 14:43:18 +0000 (14:43 +0000)]
fix test (second try)
Antony Dovgal [Wed, 30 May 2007 14:40:24 +0000 (14:40 +0000)]
fix test
Antony Dovgal [Wed, 30 May 2007 10:50:47 +0000 (10:50 +0000)]
MFH: fix lstat() function resolving symlinks
Antony Dovgal [Wed, 30 May 2007 10:19:39 +0000 (10:19 +0000)]
fix tests
Antony Dovgal [Wed, 30 May 2007 10:17:43 +0000 (10:17 +0000)]
set module in internal_function struct
Ilia Alshanetsky [Wed, 30 May 2007 00:33:13 +0000 (00:33 +0000)]
Fixed an interger overflow inside chunk_split(), identified by Gerhard
Wagner
Antony Dovgal [Tue, 29 May 2007 10:25:33 +0000 (10:25 +0000)]
fix tests
Marcus Boerger [Tue, 29 May 2007 08:44:05 +0000 (08:44 +0000)]
- Bug #41525 ReflectionParameter::getPosition() not available
# This was supposed to be dropped in 5.1.4, I wonder why thisis not in
# because the functionality is documented.
# [ DOC ] Make sure the function documentation is correct for:
# ReflectionParameter::getPosition
# ReflectionParameter::getDeclaringFunction
# ReflectionFunction::getExtension
# ReflectionFunction::getExtensionName
Antony Dovgal [Mon, 28 May 2007 20:03:54 +0000 (20:03 +0000)]
fix test names
Pierre Joye [Mon, 28 May 2007 13:55:30 +0000 (13:55 +0000)]
- MFH:
- tests for #39217
- skip test if openssl is too old
Hannes Magnusson [Mon, 28 May 2007 12:19:41 +0000 (12:19 +0000)]
MFH
Hannes Magnusson [Mon, 28 May 2007 10:46:21 +0000 (10:46 +0000)]
MFH: fix logic
Antony Dovgal [Mon, 28 May 2007 10:36:09 +0000 (10:36 +0000)]
reorder
Antony Dovgal [Mon, 28 May 2007 10:07:50 +0000 (10:07 +0000)]
MFH
Dmitry Stogov [Mon, 28 May 2007 08:11:59 +0000 (08:11 +0000)]
Removed deprecated comment
Antony Dovgal [Sun, 27 May 2007 19:23:09 +0000 (19:23 +0000)]
MFH
Hannes Magnusson [Sun, 27 May 2007 19:00:47 +0000 (19:00 +0000)]
the binary is called php-cgi now
foobar [Sun, 27 May 2007 18:04:10 +0000 (18:04 +0000)]
MFH: add missing entries, these are in PHP_4_4 branch..
Ilia Alshanetsky [Sun, 27 May 2007 17:57:57 +0000 (17:57 +0000)]
Adjust tests to reflect the new expected output
Ilia Alshanetsky [Sun, 27 May 2007 17:53:04 +0000 (17:53 +0000)]
Fixed SQLite version
Ilia Alshanetsky [Sun, 27 May 2007 17:46:46 +0000 (17:46 +0000)]
Fixed bug #41477 (no arginfo about SoapClient::__soapCall()).
Ilia Alshanetsky [Sun, 27 May 2007 17:33:39 +0000 (17:33 +0000)]
Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()).
Ilia Alshanetsky [Sun, 27 May 2007 17:05:51 +0000 (17:05 +0000)]
Fixed bug #41236 (Regression in timeout handling of non-blocking SSL
connections during reads and writes).
Ilia Alshanetsky [Sun, 27 May 2007 16:31:35 +0000 (16:31 +0000)]
Fixed bug #41504 (json_decode() incorrectly decodes JSON arrays with empty
string keys).
Nuno Lopes [Sun, 27 May 2007 15:57:11 +0000 (15:57 +0000)]
fix handling of && by htmlentities 'no-double-encode'
expand the test cases
Nuno Lopes [Sun, 27 May 2007 15:45:18 +0000 (15:45 +0000)]
fix the new 'no-double-encoding' feature of htmlspecialchars() (the length for char search was wrong. this could lead to crashes..)
Nuno Lopes [Sun, 27 May 2007 15:29:38 +0000 (15:29 +0000)]
make make_digest() output a 16-byte string so that it wont break the internal PHP API (it was breaking the SOAP extension)
Antony Dovgal [Sun, 27 May 2007 15:12:33 +0000 (15:12 +0000)]
MFH: add missing skipif sections
foobar [Sun, 27 May 2007 15:11:31 +0000 (15:11 +0000)]
fix news
foobar [Sun, 27 May 2007 14:50:09 +0000 (14:50 +0000)]
- Fixed bug #41511 (Compile failure under IRIX 6.5.30 building md5.c)
Antony Dovgal [Sun, 27 May 2007 14:39:21 +0000 (14:39 +0000)]
check for required func
Antony Dovgal [Sun, 27 May 2007 14:30:06 +0000 (14:30 +0000)]
fix test
Rasmus Lerdorf [Fri, 25 May 2007 22:53:34 +0000 (22:53 +0000)]
Remove simple optimization here for now until we clean up this SAPI/TSRM
mess.