]> granicus.if.org Git - php/log
php
15 years ago- fix build with system gd
Pierre Joye [Thu, 28 May 2009 14:06:06 +0000 (14:06 +0000)]
- fix build with system gd

15 years ago- #48738
Pierre Joye [Thu, 28 May 2009 14:04:19 +0000 (14:04 +0000)]
- #48738

15 years ago- MFB: #48378, exif_read_data() segfaults on certain corrupted .jpeg files
Pierre Joye [Thu, 28 May 2009 14:03:09 +0000 (14:03 +0000)]
- MFB: #48378, exif_read_data() segfaults on certain corrupted .jpeg files

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

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

15 years agoMFH: merged http ignore_errors context option
Arnaud Le Blanc [Thu, 28 May 2009 13:20:22 +0000 (13:20 +0000)]
MFH: merged http ignore_errors context option
# [DOC] "since 5.2.10". See also bug #38802.

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

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

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

15 years agoBack to dev
Ilia Alshanetsky [Wed, 27 May 2009 13:51:16 +0000 (13:51 +0000)]
Back to dev

15 years ago5.2.10RC1
Ilia Alshanetsky [Wed, 27 May 2009 13:47:34 +0000 (13:47 +0000)]
5.2.10RC1

15 years agofix build
Antony Dovgal [Wed, 27 May 2009 09:57:13 +0000 (09:57 +0000)]
fix build

15 years ago- Test for bug #48203
Jani Taskinen [Tue, 26 May 2009 17:19:35 +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:50:44 +0000 (15:50 +0000)]
MFH:- Fixed bug #48203 (Crash when CURLOPT_STDERR is set to regular file)

15 years agotimezone update news
Ilia Alshanetsky [Tue, 26 May 2009 14:38:34 +0000 (14:38 +0000)]
timezone update news

15 years ago- Updated to version 2009.8 (2009h)
Derick Rethans [Tue, 26 May 2009 14:27:08 +0000 (14:27 +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:02:34 +0000 (14:02 +0000)]
MFH: Fix return value of pcntl_wexitstatus() (fixes #47566,
patch by james at jamesreno dot com)

15 years ago- Removed XFAIL section
Felipe Pena [Tue, 26 May 2009 13:51:04 +0000 (13:51 +0000)]
- Removed XFAIL section

15 years ago- Fixed compile warning
Felipe Pena [Tue, 26 May 2009 12:37:52 +0000 (12:37 +0000)]
- Fixed compile warning

15 years ago- Revert this, was not supposed to be merged yet
Jani Taskinen [Tue, 26 May 2009 10:15:08 +0000 (10:15 +0000)]
- Revert this, was not supposed to be merged yet

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

15 years ago- add a note about the actual problen so we don't forget it
Pierre Joye [Tue, 26 May 2009 08:09:37 +0000 (08:09 +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:29 +0000 (08:03 +0000)]
- Added note about omitted break

15 years agoAdd tests:
Eric Stewart [Tue, 26 May 2009 06:06:40 +0000 (06:06 +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 agoMF53: - Fixed bug #45202 (zlib.output_compression can not be set with ini_set()
Jani Taskinen [Tue, 26 May 2009 05:57:40 +0000 (05:57 +0000)]
MF53: - Fixed bug #45202 (zlib.output_compression can not be set with ini_set()
# This is fixed in HEAD already. :)

15 years agoMFH:- Fixed bug #42362 (HTTP status codes 204 and 304 should not be gzipped)
Jani Taskinen [Tue, 26 May 2009 04:47:05 +0000 (04:47 +0000)]
MFH:- Fixed bug #42362 (HTTP status codes 204 and 304 should not be gzipped)

15 years agocs + ws
Jani Taskinen [Tue, 26 May 2009 04:45:21 +0000 (04:45 +0000)]
cs + ws

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

15 years ago- #48202
Pierre Joye [Mon, 25 May 2009 16:30:37 +0000 (16:30 +0000)]
- #48202

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

15 years agoArgh! Please do not include entire GPL'ed packages in the PHP
Rasmus Lerdorf [Mon, 25 May 2009 11:57:25 +0000 (11:57 +0000)]
Argh!  Please do not include entire GPL'ed packages in the PHP
distribution.  Removing test and entire phpMyAdmin distribution
in bug.tar.

15 years agoAdd the following new tests:
Eric Stewart [Mon, 25 May 2009 05:58:47 +0000 (05:58 +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 agoImprove fix for bug #48313
Ilia Alshanetsky [Sun, 24 May 2009 16:02:22 +0000 (16:02 +0000)]
Improve fix for bug #48313

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

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

15 years agoNew test: DOMAttr read $name property.
Eric Stewart [Sat, 23 May 2009 01:43:48 +0000 (01:43 +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:34:05 +0000 (01:34 +0000)]
New test: DOMAttr __construct() with no arguments.

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

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

15 years agoBFN
Arnaud Le Blanc [Fri, 22 May 2009 11:23:21 +0000 (11:23 +0000)]
BFN

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

15 years agoMFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not
Arnaud Le Blanc [Thu, 21 May 2009 16:05:11 +0000 (16:05 +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:53 +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:29 +0000 (13:26 +0000)]
MFH: Better fix for #45622 (patch by robinf at php do net)

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

15 years agoRe-introduce the Matteo's patch and combine default & text handling since
Ilia Alshanetsky [Wed, 20 May 2009 15:03:16 +0000 (15:03 +0000)]
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 ago- Fix win32 build
Jani Taskinen [Wed, 20 May 2009 12:09:33 +0000 (12:09 +0000)]
- Fix win32 build

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

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

15 years agosync with HEAD
Antony Dovgal [Wed, 20 May 2009 09:26:20 +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:23:15 +0000 (09:23 +0000)]
MFH: set default value of "precision" ini setting,
many tests depend on this

15 years agoMFH: Fix skipif
Arnaud Le Blanc [Wed, 20 May 2009 09:13:39 +0000 (09:13 +0000)]
MFH: Fix skipif

15 years agoMFH: Fixed bug #48326 (constant MSG_DONTWAIT not defined)
Arnaud Le Blanc [Wed, 20 May 2009 09:06:31 +0000 (09:06 +0000)]
MFH: Fixed bug #48326 (constant MSG_DONTWAIT not defined)

15 years agows
Jani Taskinen [Tue, 19 May 2009 19:38:00 +0000 (19:38 +0000)]
ws

15 years agoMFB: The \0 removal is only needed prior to 3.4.0
Ilia Alshanetsky [Tue, 19 May 2009 19:20:01 +0000 (19:20 +0000)]
MFB:  The \0 removal is only needed prior to 3.4.0

15 years agoMFB: Revert faulty warning fix
Ilia Alshanetsky [Tue, 19 May 2009 16:14:37 +0000 (16:14 +0000)]
MFB: Revert faulty warning fix

15 years ago- Revert bad compile warning fix which causes compile failures with older glibc
Jani Taskinen [Tue, 19 May 2009 15:37:38 +0000 (15:37 +0000)]
- Revert bad compile warning fix which causes compile failures with older glibc

15 years agoMFH:- Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if the size...
Jani Taskinen [Tue, 19 May 2009 14:05:49 +0000 (14:05 +0000)]
MFH:- Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if the size is unknown

15 years agoMFH: Sync with PHP_5_3 the WS/CS and some missing constant fixes
Jani Taskinen [Tue, 19 May 2009 13:50:32 +0000 (13:50 +0000)]
MFH: Sync with PHP_5_3 the WS/CS and some missing constant fixes

15 years agoMFH: Unify macros
Jani Taskinen [Tue, 19 May 2009 11:12:33 +0000 (11:12 +0000)]
MFH: Unify macros

15 years agoMFH: Fix --with-pdo-mssql build and add some warnings if header/libs are not found
Kalle Sommer Nielsen [Tue, 19 May 2009 10:22:31 +0000 (10:22 +0000)]
MFH: Fix --with-pdo-mssql build and add some warnings if header/libs are not found

15 years agoMFB: Fixed bug #48313 (fgetcsv() does not return null for empty rows)
Ilia Alshanetsky [Mon, 18 May 2009 18:46:06 +0000 (18:46 +0000)]
MFB: Fixed bug #48313 (fgetcsv() does not return null for empty rows)

15 years agoMFH: Sync WS / CS changes where applicable
Jani Taskinen [Mon, 18 May 2009 17:23:42 +0000 (17:23 +0000)]
MFH: Sync WS / CS changes where applicable

15 years agoMFH: Print out WARNed
Hannes Magnusson [Mon, 18 May 2009 14:08:56 +0000 (14:08 +0000)]
MFH: Print out WARNed

15 years ago- WS
Pierre Joye [Mon, 18 May 2009 09:11:31 +0000 (09:11 +0000)]
- WS

15 years ago- New tests (testfest BerlinUG)
Felipe Pena [Sun, 17 May 2009 18:08:27 +0000 (18:08 +0000)]
- New tests (testfest BerlinUG)

15 years ago- New tests (testfet LondonUG)
Felipe Pena [Sun, 17 May 2009 15:46:37 +0000 (15:46 +0000)]
- New tests (testfet LondonUG)

15 years agoMFH: Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do not
Arnaud Le Blanc [Sun, 17 May 2009 14:59:24 +0000 (14:59 +0000)]
MFH: Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do not
update stream position of plain files)

15 years ago- New tests (testfest DutchUG)
Felipe Pena [Sat, 16 May 2009 23:56:23 +0000 (23:56 +0000)]
- New tests (testfest DutchUG)

15 years agoMFH: Fix warning when inner stream of a temp:// stream is closed before
Arnaud Le Blanc [Sat, 16 May 2009 20:28:02 +0000 (20:28 +0000)]
MFH: Fix warning when inner stream of a temp:// stream is closed before
the stream ifself

15 years agoMFH: Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $source
Arnaud Le Blanc [Sat, 16 May 2009 20:24:01 +0000 (20:24 +0000)]
MFH: Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $source
is a socket)

15 years ago- New tests (testfest Quebec)
Felipe Pena [Sat, 16 May 2009 18:27:19 +0000 (18:27 +0000)]
- New tests (testfest Quebec)

15 years ago- Added responder dir (synced)
Felipe Pena [Sat, 16 May 2009 17:08:10 +0000 (17:08 +0000)]
- Added responder dir (synced)

15 years ago- New tests (testfest ParisUG)
Felipe Pena [Sat, 16 May 2009 16:38:17 +0000 (16:38 +0000)]
- New tests (testfest ParisUG)

15 years ago- New tests (testfest DutchUG)
Felipe Pena [Sat, 16 May 2009 15:14:25 +0000 (15:14 +0000)]
- New tests (testfest DutchUG)

15 years ago- New tests (testfest CataloniaUG)
Felipe Pena [Sat, 16 May 2009 14:41:48 +0000 (14:41 +0000)]
- New tests (testfest CataloniaUG)

15 years ago- Reverted is such a strong word.. :)
Jani Taskinen [Fri, 15 May 2009 17:18:18 +0000 (17:18 +0000)]
- Reverted is such a strong word.. :)

15 years ago- Not a news actually.
Moriyoshi Koizumi [Fri, 15 May 2009 17:06:35 +0000 (17:06 +0000)]
- Not a news actually.

15 years ago- MFH: Roll it back.
Moriyoshi Koizumi [Fri, 15 May 2009 17:03:43 +0000 (17:03 +0000)]
- MFH: Roll it back.

15 years agoMFH: New array_multisort() test (Simon Westcott)
Christopher Jones [Fri, 15 May 2009 16:47:36 +0000 (16:47 +0000)]
MFH: New array_multisort() test (Simon Westcott)

15 years ago- Fix tests
Felipe Pena [Thu, 14 May 2009 23:29:27 +0000 (23:29 +0000)]
- Fix tests

15 years ago- Fix the harmless patch that caused harm :)
Jani Taskinen [Thu, 14 May 2009 21:23:03 +0000 (21:23 +0000)]
- Fix the harmless patch that caused harm :)

15 years agoMFH
Jani Taskinen [Thu, 14 May 2009 21:00:37 +0000 (21:00 +0000)]
MFH

15 years ago- MFH:Add a new test for the additional delimiter of the encoding conversion
Moriyoshi Koizumi [Thu, 14 May 2009 19:07:41 +0000 (19:07 +0000)]
- MFH:Add a new test for the additional delimiter of the encoding conversion
  filter

15 years ago- MFH: Update the test as newer libc gets the bogus input through rather than
Moriyoshi Koizumi [Thu, 14 May 2009 19:07:18 +0000 (19:07 +0000)]
- MFH: Update the test as newer libc gets the bogus input through rather than
    rejecting it.

15 years agomoved from 5.3
Arnaud Le Blanc [Thu, 14 May 2009 19:04:14 +0000 (19:04 +0000)]
moved from 5.3

15 years agoMFH: Fixed module loading order and made request shutdown functions also to
Jani Taskinen [Thu, 14 May 2009 18:34:27 +0000 (18:34 +0000)]
MFH: Fixed module loading order and made request shutdown functions also to
     be loaded in reverse like all other shutdowns are.

15 years ago- MFH: Improved fix for #42414
Felipe Pena [Thu, 14 May 2009 17:25:51 +0000 (17:25 +0000)]
- MFH: Improved fix for #42414

15 years agoMFB: Fixed bug #45622 (isset($arrayObject->p) misbehaves with
Arnaud Le Blanc [Thu, 14 May 2009 16:44:54 +0000 (16:44 +0000)]
MFB: Fixed bug #45622 (isset($arrayObject->p) misbehaves with
ArrayObject::ARRAY_AS_PROPS set)

15 years agoMFB: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st
Arnaud Le Blanc [Thu, 14 May 2009 16:43:38 +0000 (16:43 +0000)]
MFB: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st
private prop of wrapped object)

15 years agomoved from 5.3
Arnaud Le Blanc [Thu, 14 May 2009 16:24:12 +0000 (16:24 +0000)]
moved from 5.3

15 years agoMFB: Fixed #42663 (gzinflate() try to allocate all memory with truncated
Arnaud Le Blanc [Thu, 14 May 2009 16:17:47 +0000 (16:17 +0000)]
MFB: Fixed #42663 (gzinflate() try to allocate all memory with truncated
data)

15 years agoMFB: fix skipifs
Arnaud Le Blanc [Thu, 14 May 2009 16:17:10 +0000 (16:17 +0000)]
MFB: fix skipifs

15 years agoMFB: Fix test (use canonical name, fixes #45493)
Arnaud Le Blanc [Thu, 14 May 2009 16:16:33 +0000 (16:16 +0000)]
MFB: Fix test (use canonical name, fixes #45493)

15 years agoMFB: Fixed #45540 (stream_context_create creates bad http request)
Arnaud Le Blanc [Thu, 14 May 2009 16:15:38 +0000 (16:15 +0000)]
MFB: Fixed #45540 (stream_context_create creates bad http request)

15 years agoMFH: prevent freeing NULL
Jani Taskinen [Thu, 14 May 2009 13:49:50 +0000 (13:49 +0000)]
MFH: prevent freeing NULL

15 years agoMFH:- Fixed bug #48256 (Crash due to double-linking of history.o)
Jani Taskinen [Thu, 14 May 2009 13:43:52 +0000 (13:43 +0000)]
MFH:- Fixed bug #48256 (Crash due to double-linking of history.o)

15 years agoMFB: Fixed\ compiler\ warnings
Ilia Alshanetsky [Thu, 14 May 2009 12:36:19 +0000 (12:36 +0000)]
MFB: Fixed\ compiler\ warnings

15 years agoFixed wrong return value
Dmitry Stogov [Thu, 14 May 2009 08:21:38 +0000 (08:21 +0000)]
Fixed wrong return value

15 years agoBFN
Felipe Pena [Thu, 14 May 2009 01:31:50 +0000 (01:31 +0000)]
BFN