]> granicus.if.org Git - php/log
php
15 years ago- New tests (testfest BerlinUG)
Felipe Pena [Sat, 23 May 2009 14:44:37 +0000 (14:44 +0000)]
- New tests (testfest BerlinUG)

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

15 years agoNew test: DOMAttr read $name property.
Eric Stewart [Sat, 23 May 2009 01:41:27 +0000 (01:41 +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 agoChangeLog update
<changelog@php.net> [Sat, 23 May 2009 01:33:20 +0000 (01:33 +0000)]
ChangeLog update

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

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

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

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

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

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

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

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

15 years agoChangeLog update
<changelog@php.net> [Fri, 22 May 2009 01:32:47 +0000 (01:32 +0000)]
ChangeLog update

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

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

15 years agoBetter fix for #45622 (patch by robinf at php do net)
Arnaud Le Blanc [Thu, 21 May 2009 13:25:48 +0000 (13:25 +0000)]
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:52:59 +0000 (12:52 +0000)]
MFB: Fixed bug #48207 (CURLOPT_(FILE|WRITEHEADER options do not error out
when working with a non-writable stream)

15 years agows
Jani Taskinen [Thu, 21 May 2009 01:39:48 +0000 (01:39 +0000)]
ws

15 years agoChangeLog update
<changelog@php.net> [Thu, 21 May 2009 01:32:45 +0000 (01:32 +0000)]
ChangeLog update

15 years agoMFB: Re-introduce the Matteo's patch and combine default & text handling
Ilia Alshanetsky [Wed, 20 May 2009 15:06:20 +0000 (15:06 +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 ago- Fix non-windows builds too
Jani Taskinen [Wed, 20 May 2009 12:15:36 +0000 (12:15 +0000)]
- Fix non-windows builds too

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

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

15 years agofix segfault
Antony Dovgal [Wed, 20 May 2009 09:26:03 +0000 (09:26 +0000)]
fix segfault

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

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

15 years agoFix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql
Kalle Sommer Nielsen [Wed, 20 May 2009 08:29:23 +0000 (08:29 +0000)]
Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql

15 years agoNuke warnings (only in HEAD)
Kalle Sommer Nielsen [Wed, 20 May 2009 08:22:38 +0000 (08:22 +0000)]
Nuke warnings (only in HEAD)

15 years agoNuke newly introduced warning
Kalle Sommer Nielsen [Wed, 20 May 2009 08:18:07 +0000 (08:18 +0000)]
Nuke newly introduced warning

15 years agoFix Windows build, dns_get_record is defined in dns_win32.c, not here
Kalle Sommer Nielsen [Wed, 20 May 2009 08:16:56 +0000 (08:16 +0000)]
Fix Windows build, dns_get_record is defined in dns_win32.c, not here

15 years agoChangeLog update
<changelog@php.net> [Wed, 20 May 2009 01:32:45 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Getting rid of using the environment to guess timezone information from.
Derick Rethans [Tue, 19 May 2009 19:43:44 +0000 (19:43 +0000)]
- Getting rid of using the environment to guess timezone information from.
#- [DOC]

15 years ago- Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for introducing this)
Jani Taskinen [Tue, 19 May 2009 19:39:42 +0000 (19:39 +0000)]
- Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for introducing this)

15 years agoPartial fix for bug#48333 (DateInterval.format() expects a single,
Hannes Magnusson [Tue, 19 May 2009 19:23:12 +0000 (19:23 +0000)]
Partial fix for bug#48333 (DateInterval.format() expects a single,
undocumented parameter)

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

15 years agoMFB: libsqlite3 3.6.14.1 upgrade
Ilia Alshanetsky [Tue, 19 May 2009 18:44:00 +0000 (18:44 +0000)]
MFB: libsqlite3 3.6.14.1 upgrade

15 years agoFixed compiler warnings
Kalle Sommer Nielsen [Tue, 19 May 2009 18:08:13 +0000 (18:08 +0000)]
Fixed compiler warnings

# Is it intended that curl_progress should cast to long rather than keeping the
# double? Or doesn't it matter?

15 years agoFix compiler warning
Kalle Sommer Nielsen [Tue, 19 May 2009 17:46:56 +0000 (17:46 +0000)]
Fix compiler warning

15 years agoFix compiler warnings and refcount not being in sync with 5.3
Kalle Sommer Nielsen [Tue, 19 May 2009 17:38:08 +0000 (17:38 +0000)]
Fix compiler warnings and refcount not being in sync with 5.3

15 years agoFix compiler warnings (only in HEAD)
Kalle Sommer Nielsen [Tue, 19 May 2009 16:32:22 +0000 (16:32 +0000)]
Fix compiler warnings (only in HEAD)

15 years agoFix unicode support in utf8_decode()
Kalle Sommer Nielsen [Tue, 19 May 2009 16:23:36 +0000 (16:23 +0000)]
Fix unicode support in utf8_decode()

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

15 years agoFix compiler warnings (only in HEAD)
Kalle Sommer Nielsen [Tue, 19 May 2009 16:12:04 +0000 (16:12 +0000)]
Fix compiler warnings (only in HEAD)

15 years agoMFB: Cast to unsigned char to prevent compiler warning
Kalle Sommer Nielsen [Tue, 19 May 2009 16:06:17 +0000 (16:06 +0000)]
MFB: Cast to unsigned char to prevent compiler warning

15 years agoFix compiler warnings, and some unicode stuff
Kalle Sommer Nielsen [Tue, 19 May 2009 16:03:23 +0000 (16:03 +0000)]
Fix compiler warnings, and some unicode stuff

15 years agoFix bug #47859 parse_ini_file() does not like asterisk (*) in key in the beginning...
Brian Shire [Tue, 19 May 2009 15:59:25 +0000 (15:59 +0000)]
Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in the beginning, and allow [*_-] chars at start of ini labels

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

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

15 years agoFixed bug #48326 (constant MSG_DONTWAIT not defined)
Arnaud Le Blanc [Tue, 19 May 2009 11:57:52 +0000 (11:57 +0000)]
Fixed bug #48326 (constant MSG_DONTWAIT not defined)

15 years agoAdd GCC warnings in debug cflags for things likely to break VC builds
Arnaud Le Blanc [Tue, 19 May 2009 11:40:05 +0000 (11:40 +0000)]
Add GCC warnings in debug cflags for things likely to break VC builds
(-Wpointer-arith -Wdeclaration-after-statement)

15 years ago- Unify the macros
Jani Taskinen [Tue, 19 May 2009 11:12:01 +0000 (11:12 +0000)]
- Unify the macros

15 years agoCast to SQLUSMALLINT
Kalle Sommer Nielsen [Tue, 19 May 2009 10:25:38 +0000 (10:25 +0000)]
Cast to SQLUSMALLINT

15 years agoFixed compiler warning
Kalle Sommer Nielsen [Tue, 19 May 2009 10:23:51 +0000 (10:23 +0000)]
Fixed compiler warning

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

15 years agoFixed compiler warning (HEAD only)
Kalle Sommer Nielsen [Tue, 19 May 2009 10:11:46 +0000 (10:11 +0000)]
Fixed compiler warning (HEAD only)

15 years agoFix build
Arnaud Le Blanc [Tue, 19 May 2009 10:04:35 +0000 (10:04 +0000)]
Fix build

15 years agoFix build
Hannes Magnusson [Tue, 19 May 2009 10:00:44 +0000 (10:00 +0000)]
Fix build

15 years agofix news
Jani Taskinen [Tue, 19 May 2009 09:47:06 +0000 (09:47 +0000)]
fix news

15 years agoKeep the style
Kalle Sommer Nielsen [Tue, 19 May 2009 09:30:17 +0000 (09:30 +0000)]
Keep the style

15 years agoDBA entry
Kalle Sommer Nielsen [Tue, 19 May 2009 09:14:28 +0000 (09:14 +0000)]
DBA entry

15 years agofix build
Antony Dovgal [Tue, 19 May 2009 07:40:51 +0000 (07:40 +0000)]
fix build

15 years agoChangeLog update
<changelog@php.net> [Tue, 19 May 2009 01:32:43 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Get rid of the four different versions of zend_extension* and only use
Derick Rethans [Mon, 18 May 2009 21:28:42 +0000 (21:28 +0000)]
- Get rid of the four different versions of zend_extension* and only use
  zend_extension. Because of the API identifier change in PHP 5.3 you also get
  a proper warning message now.

15 years ago- MFB: close manually the impersonation token
Pierre Joye [Mon, 18 May 2009 20:57:24 +0000 (20:57 +0000)]
- MFB: close manually the impersonation token

15 years agoAdd support for tokyo cabinet, patch from Michael Maclean
Scott MacVicar [Mon, 18 May 2009 20:21:39 +0000 (20:21 +0000)]
Add support for tokyo cabinet, patch from Michael Maclean

15 years ago- WS + sync with PHP_5_3 (thanks Ilia & Co.)
Jani Taskinen [Mon, 18 May 2009 16:09:51 +0000 (16:09 +0000)]
- WS + sync with PHP_5_3 (thanks Ilia & Co.)

15 years agoPrint out the WARNed section (contains f.e. passing XFAIL tests)
Hannes Magnusson [Mon, 18 May 2009 14:07:59 +0000 (14:07 +0000)]
Print out the WARNed section (contains f.e. passing XFAIL tests)

15 years agoFix test
Hannes Magnusson [Mon, 18 May 2009 13:52:05 +0000 (13:52 +0000)]
Fix test

15 years ago- fix CS, merged one parameter parsing patch missing from HEAD
Jani Taskinen [Mon, 18 May 2009 12:50:44 +0000 (12:50 +0000)]
- fix CS, merged one parameter parsing patch missing from HEAD

15 years ago- Fix CS
Jani Taskinen [Mon, 18 May 2009 12:14:25 +0000 (12:14 +0000)]
- Fix CS

15 years ago- sync with 5.3
Pierre Joye [Mon, 18 May 2009 12:03:05 +0000 (12:03 +0000)]
- sync with 5.3

15 years ago- return NULL on invalid args
Pierre Joye [Mon, 18 May 2009 11:50:29 +0000 (11:50 +0000)]
- return NULL on invalid args

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

15 years ago- MFB: - disable file:// when open_basedir are enabled
Pierre Joye [Mon, 18 May 2009 11:40:25 +0000 (11:40 +0000)]
- MFB: - disable file:// when  open_basedir are enabled

15 years agoChangeLog update
<changelog@php.net> [Mon, 18 May 2009 01:32:44 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- MFB: #44859, fixed support for windows ACL, drop win9x code
Pierre Joye [Sun, 17 May 2009 19:51:13 +0000 (19:51 +0000)]
- MFB: #44859, fixed support for windows ACL, drop win9x code

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

15 years agoun-duplicated code (merged unicode/string variants of stream_copy_to_stream
Arnaud Le Blanc [Sun, 17 May 2009 16:52:35 +0000 (16:52 +0000)]
un-duplicated code (merged unicode/string variants of stream_copy_to_stream
and let the compiler optimize specializations)

15 years ago- New tests (testfest BelgiumUG)
Felipe Pena [Sun, 17 May 2009 16:51:22 +0000 (16:51 +0000)]
- New tests (testfest BelgiumUG)

15 years ago- Changed %s to %v on createAggregate() error message
Felipe Pena [Sun, 17 May 2009 16:39:30 +0000 (16:39 +0000)]
- Changed %s to %v on createAggregate() error message

15 years ago- New tests (testfest LondonUG)
Felipe Pena [Sun, 17 May 2009 15:21:45 +0000 (15:21 +0000)]
- New tests (testfest LondonUG)

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

15 years agoChangeLog update
<changelog@php.net> [Sun, 17 May 2009 01:33:09 +0000 (01:33 +0000)]
ChangeLog update

15 years ago- New tests (testfest Quebec)
Felipe Pena [Sun, 17 May 2009 01:16:02 +0000 (01:16 +0000)]
- New tests (testfest Quebec)

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

15 years agoTest for #38802
Arnaud Le Blanc [Sat, 16 May 2009 20:44:56 +0000 (20:44 +0000)]
Test for #38802

15 years agoMinimal HTTP server to test HTTP stream wrapper
Arnaud Le Blanc [Sat, 16 May 2009 20:43:54 +0000 (20:43 +0000)]
Minimal HTTP server to test HTTP stream wrapper

15 years agoFixed bug #38802 (max_redirects and ignore_errors)
Arnaud Le Blanc [Sat, 16 May 2009 20:34:08 +0000 (20:34 +0000)]
Fixed bug #38802 (max_redirects and ignore_errors)
(patch by datibbaw@php.net)

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

15 years agoFixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $source
Arnaud Le Blanc [Sat, 16 May 2009 20:22:29 +0000 (20:22 +0000)]
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:26:21 +0000 (18:26 +0000)]
- New tests (testfest Quebec)

15 years ago- Added changes from testfest ParisUG && Changed line endings
Felipe Pena [Sat, 16 May 2009 17:02:02 +0000 (17:02 +0000)]
- Added changes from testfest ParisUG && Changed line endings

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

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

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

15 years agoChangeLog update
<changelog@php.net> [Sat, 16 May 2009 01:32:45 +0000 (01:32 +0000)]
ChangeLog update

15 years agoFix compiler warnings (only in HEAD), same style of silence as in 5.3
Kalle Sommer Nielsen [Fri, 15 May 2009 18:01:05 +0000 (18:01 +0000)]
Fix compiler warnings (only in HEAD), same style of silence as in 5.3

15 years agoFix compiler warnings
Kalle Sommer Nielsen [Fri, 15 May 2009 17:27:56 +0000 (17:27 +0000)]
Fix compiler warnings

15 years ago- Missing zend_exceptions.h (Kalle)
Felipe Pena [Fri, 15 May 2009 17:04:30 +0000 (17:04 +0000)]
- Missing zend_exceptions.h (Kalle)

15 years ago* Roll it back then. I wonder if defaulting it to SORT_REGULAR would work well
Moriyoshi Koizumi [Fri, 15 May 2009 17:02:34 +0000 (17:02 +0000)]
* Roll it back then.  I wonder if defaulting it to SORT_REGULAR would work well
  and I think allowing user-supplied comparator should make more sense when it
  comes to objects.