]> granicus.if.org Git - php/log
php
15 years ago- MF52: #42143, the constant NAN is reported as 0 on Windows
Pierre Joye [Fri, 29 May 2009 08:11:36 +0000 (08:11 +0000)]
- MF52: #42143, the constant NAN is reported as 0 on Windows

15 years agoMFH:Fix a very well hidden error because of not being careful with CPP.
Andrey Hristov [Fri, 29 May 2009 08:05:38 +0000 (08:05 +0000)]
MFH:Fix a very well hidden error because of not being careful with CPP.
I usually don't make this mistake :)

15 years agoEngine execution order tests
Zoe Slattery [Fri, 29 May 2009 07:52:04 +0000 (07:52 +0000)]
Engine execution order tests

15 years agoMFH: If we don't have a comment (for the 3rd argument in ARG_[ENABLE|WITH], then...
Kalle Sommer Nielsen [Fri, 29 May 2009 07:43:07 +0000 (07:43 +0000)]
MFH: If we don't have a comment (for the 3rd argument in ARG_[ENABLE|WITH], then don't print a comment say "undefined"

15 years agoMFH: Fix bug #48416 - Force a cache size for ereg to stop it getting out of control...
Scott MacVicar [Thu, 28 May 2009 21:57:24 +0000 (21:57 +0000)]
MFH: Fix bug #48416 - Force a cache size for ereg to stop it getting out of control. Lazy LRU here.

15 years agoMFH - Asynchronous queries are mysqlnd only. If you want them with libmysql, ping...
Ulf Wendel [Thu, 28 May 2009 18:57:34 +0000 (18:57 +0000)]
MFH - Asynchronous queries are mysqlnd only. If you want them with libmysql, ping JimW who works on Connector/C.

15 years agoMFH - Andrey needs to have a look at this one. The bug report itself is bogus. Howeve...
Ulf Wendel [Thu, 28 May 2009 18:28:08 +0000 (18:28 +0000)]
MFH - Andrey needs to have a look at this one. The bug report itself is bogus. However, the bug report shows a result set and that is wrong.

15 years agoMFH:
Andrey Hristov [Thu, 28 May 2009 18:10:40 +0000 (18:10 +0000)]
MFH:
Forgot to commit this one, of the ANSI_QUOTES fame

15 years agoMFH:Fix again the tests for ANSI_QUOTES
Andrey Hristov [Thu, 28 May 2009 18:00:28 +0000 (18:00 +0000)]
MFH:Fix again the tests for ANSI_QUOTES

15 years agoMFH:Fix a valgrind warning as well as more trace log information
Andrey Hristov [Thu, 28 May 2009 17:49:29 +0000 (17:49 +0000)]
MFH:Fix a valgrind warning as well as more trace log information

15 years agoMFH:Fix a problem with cursors, which did not happen with unbuffered PS for
Andrey Hristov [Thu, 28 May 2009 16:35:41 +0000 (16:35 +0000)]
MFH:Fix a problem with cursors, which did not happen with unbuffered PS for
some reason. Double free of the data, which led to valgrind warnigns.
The fix actually optimizes the code in this cases because the old code
used copy_ctor while the new one skips it because it is not needed.
Transferring data ownership and nulling works best, for PS where we
always copy the string from the result set, unlike the text protocol.

15 years agoMFH - I had accidently removed Andrey's path to work with ANSI QUOTES... fixing what...
Ulf Wendel [Thu, 28 May 2009 15:49:14 +0000 (15:49 +0000)]
MFH - I had accidently removed Andrey's path to work with ANSI QUOTES... fixing what I broke (part 1)

15 years agoMFH - what a wonderful word. After the change in HEAD its easy to do a merge. The...
Ulf Wendel [Thu, 28 May 2009 14:33:43 +0000 (14:33 +0000)]
MFH - what a wonderful word. After the change in HEAD its easy to do a merge. The merge removes all UEXPECTF sections from the old days. Yes, there have been UEXPECTFs in 5_3. I hope PHP 6 won't change again over time... :-)

15 years agofix test
Antony Dovgal [Thu, 28 May 2009 13:56:44 +0000 (13:56 +0000)]
fix test

15 years ago- MFH: #48378, exif_read_data() segfaults on certain corrupted .jpeg files
Pierre Joye [Thu, 28 May 2009 13:48:32 +0000 (13:48 +0000)]
- MFH: #48378, exif_read_data() segfaults on certain corrupted .jpeg files

15 years agoMFH: New test
Arnaud Le Blanc [Thu, 28 May 2009 13:22:28 +0000 (13:22 +0000)]
MFH: New test

15 years agoMoved to 5.2
Arnaud Le Blanc [Thu, 28 May 2009 13:21:08 +0000 (13:21 +0000)]
Moved to 5.2

15 years agoMFH:
Andrey Hristov [Thu, 28 May 2009 11:47:48 +0000 (11:47 +0000)]
MFH:
Fix a bug with mysqlnd_fetch_field(_direct()). With mysqlnd the optimised
function was called, which however, doesn't respect that during store the
raw data is not unpacked, to be lazy. The data is unpacked to zvals later,
during every row fetch. However, this way max_length won't be calculated
correctly. So, if a mysqlnd_fetch_field(_direct) call comes we need to
unpack everything and then calculate max_length...and that is expensive,
defies our lazy unpacking optimisation.

15 years agoMFH:Fix a test, UNSIGNED is expected
Andrey Hristov [Thu, 28 May 2009 10:16:41 +0000 (10:16 +0000)]
MFH:Fix a test, UNSIGNED is expected

15 years agoMFB52: Fix "request_startup() for zlib module failed" when client does not
Arnaud Le Blanc [Thu, 28 May 2009 10:15:14 +0000 (10:15 +0000)]
MFB52: Fix "request_startup() for zlib module failed" when client does not
accepts compression and zlib.output_compression is On
# (not in HEAD)

15 years agoMFH: Fix failures when the server is running with ANSI_QUOTES
Andrey Hristov [Thu, 28 May 2009 09:58:36 +0000 (09:58 +0000)]
MFH: Fix failures when the server is running with ANSI_QUOTES

15 years agoBFN, though this library gets a lot of updates
Scott MacVicar [Thu, 28 May 2009 03:22:44 +0000 (03:22 +0000)]
BFN, though this library gets a lot of updates

15 years agoMFH sync SQLite 3.6.14.2
Scott MacVicar [Thu, 28 May 2009 03:20:33 +0000 (03:20 +0000)]
MFH sync SQLite 3.6.14.2

15 years ago- fix build, stderr cannot be used as var or struct member
Pierre Joye [Wed, 27 May 2009 22:35:26 +0000 (22:35 +0000)]
- fix build, stderr cannot be used as var or struct member

15 years agoLanguage Tests: returnByReference
Robert Nicholson [Wed, 27 May 2009 22:34:25 +0000 (22:34 +0000)]
Language Tests: returnByReference

15 years agoMFH:
Andrey Hristov [Wed, 27 May 2009 20:05:37 +0000 (20:05 +0000)]
MFH:
Less warnings by usage of proper modifier

15 years agoMFH:because we use int64_t we need corresponding printf modifiers. the type
Andrey Hristov [Wed, 27 May 2009 19:57:11 +0000 (19:57 +0000)]
MFH:because we use int64_t we need corresponding printf modifiers. the type
can be different on 32 and 64 bit, thus we can't use ld and lld but
C helps us with inttypes.h and PRId64 and PRIu64 modifiers (without the %)

15 years agoMFH: Fix tests when the server is running with ANSI_QUOTES
Andrey Hristov [Wed, 27 May 2009 18:18:58 +0000 (18:18 +0000)]
MFH: Fix tests when the server is running with ANSI_QUOTES

15 years agoCrappy anonymous MySQL user account... trying to make the test more portable.
Ulf Wendel [Wed, 27 May 2009 17:54:30 +0000 (17:54 +0000)]
Crappy anonymous MySQL user account... trying to make the test more portable.

15 years agoThe test is bogus as long as there is no (proper) way to detect from the PHP userland...
Ulf Wendel [Wed, 27 May 2009 17:52:32 +0000 (17:52 +0000)]
The test is bogus as long as there is no (proper) way to detect from the PHP userland if persistent connections do a change user or not. If they do is controlled by define at the moment.

15 years agoTesting a little further into the direction of a possible mysqlnd vs. libmysql compat...
Ulf Wendel [Wed, 27 May 2009 17:50:09 +0000 (17:50 +0000)]
Testing a little further into the direction of a possible mysqlnd vs. libmysql compatibility break or a libmysql bug. It is not clearly stated in the MySQL C-API documentation what excactly happens on stmt_reset().

15 years agoTrying to get test failures down by fixing tests.
Ulf Wendel [Wed, 27 May 2009 17:46:14 +0000 (17:46 +0000)]
Trying to get test failures down by fixing tests.

15 years ago- fix build
Pierre Joye [Wed, 27 May 2009 15:16:18 +0000 (15:16 +0000)]
- fix build

15 years agoMFH: Revert in regard of my_ulonglong which should be used instead of long
Andrey Hristov [Wed, 27 May 2009 15:05:28 +0000 (15:05 +0000)]
MFH: Revert in regard of my_ulonglong which should be used instead of long
which can be anything.

15 years ago- fix build on unix with bundled gd
Pierre Joye [Wed, 27 May 2009 13:48:13 +0000 (13:48 +0000)]
- fix build on unix with bundled gd

15 years agoMFH: fix compile warnings
Antony Dovgal [Wed, 27 May 2009 13:42:17 +0000 (13:42 +0000)]
MFH: fix compile warnings

15 years ago- [DOC] always enable imagecolormatch
Pierre Joye [Wed, 27 May 2009 08:18:24 +0000 (08:18 +0000)]
- [DOC] always enable imagecolormatch

15 years ago- MFH: [DOC] always enable imagerotate (bundled or system gd)
Pierre Joye [Wed, 27 May 2009 07:18:05 +0000 (07:18 +0000)]
- MFH: [DOC] always enable imagerotate (bundled or system gd)

15 years agoMFH: Lets pass the built php binary to run-tests.php's -p parameter
Kalle Sommer Nielsen [Wed, 27 May 2009 01:46:48 +0000 (01:46 +0000)]
MFH: Lets pass the built php binary to run-tests.php's -p parameter

15 years agoMFH: Added configure.bat to cvsignore
Kalle Sommer Nielsen [Wed, 27 May 2009 01:45:13 +0000 (01:45 +0000)]
MFH: Added configure.bat to cvsignore

15 years agoMFH: Silent dl() if it fails
Kalle Sommer Nielsen [Wed, 27 May 2009 01:38:13 +0000 (01:38 +0000)]
MFH: Silent dl() if it fails

15 years ago- MFH: [DOC] - add image(filled)ellipse to the compat layer (work around a bug in...
Pierre Joye [Tue, 26 May 2009 20:14:31 +0000 (20:14 +0000)]
- MFH: [DOC]  - add image(filled)ellipse to the compat layer (work around a bug in debian too, function is declared but not present in the lib...)

15 years ago- Test for bug #48203
Jani Taskinen [Tue, 26 May 2009 17:19:23 +0000 (17:19 +0000)]
- Test for bug #48203

15 years agoMFH: Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file)
Jani Taskinen [Tue, 26 May 2009 15:49:15 +0000 (15:49 +0000)]
MFH: Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file)

15 years ago- Updated to version 2009.8 (2009h)
Derick Rethans [Tue, 26 May 2009 14:26:57 +0000 (14:26 +0000)]
- Updated to version 2009.8 (2009h)

15 years agoMFH: Fix return value of pcntl_wexitstatus() (fixes #47566,
Arnaud Le Blanc [Tue, 26 May 2009 14:01:39 +0000 (14:01 +0000)]
MFH: Fix return value of pcntl_wexitstatus() (fixes #47566,
patch by james at jamesreno dot com)

15 years ago- ws
Pierre Joye [Tue, 26 May 2009 13:57:07 +0000 (13:57 +0000)]
- ws

15 years agoFix a typo, utf8 is 3 byte max, for us, for now
Andrey Hristov [Tue, 26 May 2009 13:41:18 +0000 (13:41 +0000)]
Fix a typo, utf8 is 3 byte max, for us, for now
Add a another cset

15 years ago- enable filter constants
Pierre Joye [Tue, 26 May 2009 13:35:59 +0000 (13:35 +0000)]
- enable filter constants

15 years ago- expose gdImageGetTrueColorPixel in bundled lib
Pierre Joye [Tue, 26 May 2009 13:08:59 +0000 (13:08 +0000)]
- expose gdImageGetTrueColorPixel in bundled lib
- fix bundled lib build

15 years ago- [DOC] always enable imagefilter and imageconvolution, even when built against syste...
Pierre Joye [Tue, 26 May 2009 12:50:40 +0000 (12:50 +0000)]
- [DOC] always enable imagefilter and imageconvolution, even when built against system's gd

15 years ago- Fixed param type (%l -> %ld)
Felipe Pena [Tue, 26 May 2009 12:35:46 +0000 (12:35 +0000)]
- Fixed param type (%l -> %ld)

15 years ago- MFH: Nuke unused variables
Felipe Pena [Tue, 26 May 2009 12:32:00 +0000 (12:32 +0000)]
- MFH: Nuke unused variables

15 years agoNuke duplicate tests
Jani Taskinen [Tue, 26 May 2009 10:27:08 +0000 (10:27 +0000)]
Nuke duplicate tests

15 years agofix test
Jani Taskinen [Tue, 26 May 2009 10:12:16 +0000 (10:12 +0000)]
fix test

15 years ago- always add libgd/
Pierre Joye [Tue, 26 May 2009 08:53:13 +0000 (08:53 +0000)]
- always add libgd/

15 years ago- add a note about the actual problen so we don't forget it
Pierre Joye [Tue, 26 May 2009 08:10:49 +0000 (08:10 +0000)]
- add a note about the actual problen so we don't forget it

15 years ago- Added note about omitted break
Jani Taskinen [Tue, 26 May 2009 08:03:07 +0000 (08:03 +0000)]
- Added note about omitted break

15 years agoAdd tests:
Eric Stewart [Tue, 26 May 2009 06:09:18 +0000 (06:09 +0000)]
Add tests:
DOMComment::__construct() with constructor called twice.
DOMDocumentFragment::appendXML() with unbound fragment.
DOMDocumentFragment::appendXML() with unbalanced chunks.
DOMDocumentFragment::__construct() called twice.
DOMDocumentType: basic access to all properties.
DOMDocumentType::name with invalid state.
DOMDocumentType::entities with invalid state.
DOMDocumentType::notations with invalid state.
DOMDocumentType::publicId with invalid state.
DOMDocumentType::publicId with empty value.
DOMDocumentType::systemId with invalid state.
DOMDocumentType::systemId with empty value.
DOMDocumentType::internalSubset with invalid state.

15 years ago- Fixed bug #45202 (zlib.output_compression can not be set with ini_set())
Jani Taskinen [Tue, 26 May 2009 05:54:50 +0000 (05:54 +0000)]
- Fixed bug #45202 (zlib.output_compression can not be set with ini_set())

15 years agows + cs
Jani Taskinen [Tue, 26 May 2009 04:44:54 +0000 (04:44 +0000)]
ws + cs

15 years agoMFH: Typo
Kalle Sommer Nielsen [Mon, 25 May 2009 19:41:13 +0000 (19:41 +0000)]
MFH: Typo

15 years ago- better fix for file:/// and file://localhost (thx Ilia), init file_dest when the...
Pierre Joye [Mon, 25 May 2009 16:09:27 +0000 (16:09 +0000)]
- better fix for file:/// and file://localhost (thx Ilia), init file_dest when the path is an uri

15 years ago- #48202, Out of memory error when passing non-existing filename, enable related...
Pierre Joye [Mon, 25 May 2009 15:35:03 +0000 (15:35 +0000)]
- #48202, Out of memory error when passing non-existing filename, enable related tests (marked as XFAIL now)

15 years agoRemoving test
Rasmus Lerdorf [Mon, 25 May 2009 11:58:27 +0000 (11:58 +0000)]
Removing test

15 years ago- MFH: enable MPIR support and the good old 4.1.x gmp for VC6. solving the lgplv3...
Pierre Joye [Mon, 25 May 2009 10:15:19 +0000 (10:15 +0000)]
- MFH: enable MPIR support and the good old 4.1.x gmp for VC6. solving the lgplv3 mess

15 years agoAdd the following new tests:
Eric Stewart [Mon, 25 May 2009 06:03:41 +0000 (06:03 +0000)]
Add the following new tests:
DOMCharacterData::appendData() with no arguments.
DOMCharacterData::deleteData() with count exceeding string size.
DOMCharacterData::deleteData() with no arguments.
DOMCharacterData::deleteData() with offset exceeding string size.
DOMCharacterData::insertData() with no arguments.
DOMCharacterData::replaceData() with no arguments.
DOMComment::__construct() with more arguments than acceptable.
DOMDocumentFragment::__construct().
DOMDocumentFragment::__construct() with too many errors.
DOMDocumentFragment::appendXML() with no arguments.
DOMDocumentFragment::appendXML() with children with properties.

15 years agoMFH(r-1.103) Expand zend_symtable_update_current_key to allow specifying HashPosition
Sara Golemon [Mon, 25 May 2009 01:18:00 +0000 (01:18 +0000)]
MFH(r-1.103) Expand zend_symtable_update_current_key to allow specifying HashPosition

15 years agoMFH: fix potential segfault when converting phars with metadata to other formats...
Greg Beaver [Sun, 24 May 2009 18:50:58 +0000 (18:50 +0000)]
MFH: fix potential segfault when converting phars with metadata to other formats, add test

15 years agoMFB: Improve fix for bug #48313
Ilia Alshanetsky [Sun, 24 May 2009 16:01:48 +0000 (16:01 +0000)]
MFB: Improve fix for bug #48313

15 years ago- New tests (testfest NorthWestUG)
Felipe Pena [Sat, 23 May 2009 15:38:18 +0000 (15:38 +0000)]
- New tests (testfest NorthWestUG)

15 years ago- MFH: Added missing param checks
Felipe Pena [Sat, 23 May 2009 15:14:15 +0000 (15:14 +0000)]
- MFH: Added missing param checks

15 years ago- New xsl files
Felipe Pena [Sat, 23 May 2009 14:49:55 +0000 (14:49 +0000)]
- New xsl files

15 years ago- New tests (testfest BerlinUG)
Felipe Pena [Sat, 23 May 2009 14:45:07 +0000 (14:45 +0000)]
- New tests (testfest BerlinUG)

15 years ago- Fix error message
Felipe Pena [Sat, 23 May 2009 14:26:47 +0000 (14:26 +0000)]
- Fix error message

15 years agofix compilation of pdo_firebird and intl extension with ld --as-needed
Nuno Lopes [Sat, 23 May 2009 13:52:00 +0000 (13:52 +0000)]
fix compilation of pdo_firebird and intl extension with ld --as-needed

15 years agoFixed compiler warning again, uint8_t is only available with mysqlnd. This is not...
Kalle Sommer Nielsen [Sat, 23 May 2009 02:58:15 +0000 (02:58 +0000)]
Fixed compiler warning again, uint8_t is only available with mysqlnd. This is not affecting HEAD

15 years agoNew test: DOMAttr read $name property.
Eric Stewart [Sat, 23 May 2009 01:42:37 +0000 (01:42 +0000)]
New test: DOMAttr read $name property.
New test: DOMAttr read $ownerElement with null parent.
New test: DOMAttr write non-string $value property
New test: DOMCDATASection __construct() with no arguments.
New test: DOMCharacterData - Invalid State Error when getting data out of content.

15 years agoNew test: DOMAttr __construct() with no arguments.
Eric Stewart [Sat, 23 May 2009 01:33:39 +0000 (01:33 +0000)]
New test: DOMAttr __construct() with no arguments.

15 years agoMFH: Previous commit was an old version of the patch, PHP_ZTS is not a boolean but...
Kalle Sommer Nielsen [Fri, 22 May 2009 19:47:15 +0000 (19:47 +0000)]
MFH: Previous commit was an old version of the patch, PHP_ZTS is not a boolean but the behaviour is still correct

15 years agoMFH: Don't build SQLite threadsafe on NTS builds
Kalle Sommer Nielsen [Fri, 22 May 2009 19:41:15 +0000 (19:41 +0000)]
MFH: Don't build SQLite threadsafe on NTS builds

15 years agoMFH: Fix test on Windows
Kalle Sommer Nielsen [Fri, 22 May 2009 18:27:38 +0000 (18:27 +0000)]
MFH: Fix test on Windows

15 years agoMFH: Added missing SKIPIF
Kalle Sommer Nielsen [Fri, 22 May 2009 18:22:30 +0000 (18:22 +0000)]
MFH: Added missing SKIPIF

15 years ago- MFH: Fixed invalid date checking
Felipe Pena [Fri, 22 May 2009 12:49:40 +0000 (12:49 +0000)]
- MFH: Fixed invalid date checking

15 years ago- New test
Felipe Pena [Fri, 22 May 2009 12:38:57 +0000 (12:38 +0000)]
- New test

15 years agoMFH: Use zend_get_property_info() in get_class_vars() (fixes #46812)
Arnaud Le Blanc [Fri, 22 May 2009 11:19:30 +0000 (11:19 +0000)]
MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812)

15 years agogetClosureThis() and $this handling in closures was removed
Kalle Sommer Nielsen [Fri, 22 May 2009 03:32:20 +0000 (03:32 +0000)]
getClosureThis() and $this handling in closures was removed

15 years agoMFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not
Arnaud Le Blanc [Thu, 21 May 2009 16:01:37 +0000 (16:01 +0000)]
MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not
work with redeclared property)
(patch by Markus dot Lidel at shadowconnect dot com)

15 years agoMFH: set second argument of gettimeofday() to NULL (fixes #48346,
Arnaud Le Blanc [Thu, 21 May 2009 14:21:40 +0000 (14:21 +0000)]
MFH: set second argument of gettimeofday() to NULL (fixes #48346,
patch by adriano at guiadohardware dot net)

15 years agoMFH: Better fix for #45622 (patch by robinf at php do net)
Arnaud Le Blanc [Thu, 21 May 2009 13:26:14 +0000 (13:26 +0000)]
MFH: Better fix for #45622 (patch by robinf at php do net)

15 years agoFixed bug #48207 (CURLOPT_(FILE|WRITEHEADER options do not error out when
Ilia Alshanetsky [Thu, 21 May 2009 12:52:05 +0000 (12:52 +0000)]
Fixed bug #48207 (CURLOPT_(FILE|WRITEHEADER options do not error out when
working with a non-writable stream)

15 years agoMFH: ws
Jani Taskinen [Thu, 21 May 2009 02:15:03 +0000 (02:15 +0000)]
MFH: ws

15 years agoMFB: Re-introduce the Matteo's patch and combine default & text handling
Ilia Alshanetsky [Wed, 20 May 2009 15:05:36 +0000 (15:05 +0000)]
MFB: Re-introduce the Matteo's patch and combine default & text handling
since they appear to be the same irregardless on notes inside sqlite3.h

15 years agoFixed build
Ilia Alshanetsky [Wed, 20 May 2009 13:10:49 +0000 (13:10 +0000)]
Fixed build

15 years ago- Sync with HEAD (thanks Hannes :)
Jani Taskinen [Wed, 20 May 2009 12:44:19 +0000 (12:44 +0000)]
- Sync with HEAD (thanks Hannes :)

15 years agoMFH: Fix non-windows builds
Jani Taskinen [Wed, 20 May 2009 12:15:39 +0000 (12:15 +0000)]
MFH: Fix non-windows builds

15 years agoMFH: Fixed shared build
Kalle Sommer Nielsen [Wed, 20 May 2009 10:18:51 +0000 (10:18 +0000)]
MFH: Fixed shared build

15 years agoMFH: Fix skipif
Arnaud Le Blanc [Wed, 20 May 2009 10:08:32 +0000 (10:08 +0000)]
MFH: Fix skipif

15 years agosync with HEAD
Antony Dovgal [Wed, 20 May 2009 09:26:12 +0000 (09:26 +0000)]
sync with HEAD

15 years agoMFH: set default value of "precision" ini setting,
Arnaud Le Blanc [Wed, 20 May 2009 09:22:50 +0000 (09:22 +0000)]
MFH: set default value of "precision" ini setting,
many tests depend on this