]> granicus.if.org Git - php/log
php
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.

15 years agoNew array_multisort() test and code comment fix (Simon Westcott)
Christopher Jones [Fri, 15 May 2009 16:44:51 +0000 (16:44 +0000)]
New array_multisort() test and code comment fix (Simon Westcott)

15 years agoFix arginfo
Kalle Sommer Nielsen [Fri, 15 May 2009 09:10:01 +0000 (09:10 +0000)]
Fix arginfo

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

15 years ago- Fix test
Felipe Pena [Thu, 14 May 2009 22:59:02 +0000 (22:59 +0000)]
- Fix test

15 years agoThrow an error rather than silently changing to the default.
Scott MacVicar [Thu, 14 May 2009 22:00:38 +0000 (22:00 +0000)]
Throw an error rather than silently changing to the default.

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

15 years ago- Fix harmless extra for() loop iteration
Jani Taskinen [Thu, 14 May 2009 21:00:07 +0000 (21:00 +0000)]
- Fix harmless extra for() loop iteration

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

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

15 years agofix potential free of NULL
Greg Beaver [Thu, 14 May 2009 13:36:44 +0000 (13:36 +0000)]
fix potential free of NULL

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

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

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

15 years ago- New tests
Felipe Pena [Thu, 14 May 2009 01:28:23 +0000 (01:28 +0000)]
- New tests

15 years ago- Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC driver)
Felipe Pena [Thu, 14 May 2009 01:25:17 +0000 (01:25 +0000)]
- Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC driver)

15 years agoAllow the json_decode() depth to be any size, but keep the static one around for...
Scott MacVicar [Thu, 14 May 2009 00:13:57 +0000 (00:13 +0000)]
Allow the json_decode() depth to be any size, but keep the static one around for now. It might make sense to allow an unbound depth.

15 years agoMFB: fix Bug #48257: PharData throws exception with non-phar tar
Greg Beaver [Wed, 13 May 2009 20:26:18 +0000 (20:26 +0000)]
MFB: fix Bug #48257: PharData throws exception with non-phar tar

15 years agoFix compiler warnings, safe_emalloc expects size_t, not double as ceil returns
Kalle Sommer Nielsen [Wed, 13 May 2009 16:29:03 +0000 (16:29 +0000)]
Fix compiler warnings, safe_emalloc expects size_t, not double as ceil returns

15 years agoNuke compiler warning
Kalle Sommer Nielsen [Wed, 13 May 2009 15:54:48 +0000 (15:54 +0000)]
Nuke compiler warning

15 years agoMFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on
Ilia Alshanetsky [Wed, 13 May 2009 14:23:29 +0000 (14:23 +0000)]
MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on
iso8601.datetime)

15 years ago- Fixed bug #48240 (DBA Segmentation fault dba_nextkey)
Felipe Pena [Wed, 13 May 2009 02:14:18 +0000 (02:14 +0000)]
- Fixed bug #48240 (DBA Segmentation fault dba_nextkey)

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

15 years ago- Fixed bug #48247 (PHP crashes on errors during startup)
Jani Taskinen [Wed, 13 May 2009 00:45:57 +0000 (00:45 +0000)]
- Fixed bug #48247 (PHP crashes on errors during startup)
#
# This was sum of many little things:
# 1. Wrong assumption made in order_by_dep.awk on the ordering
#    (that script was done prior to adding runtime deps..?)
# 2. request shutdown calls weren't done in reverse order like all other
#    shutdown funcs are called.
# 3. config0.m4 rename is necessary for keeping things simple.
#

15 years ago- Moved test for bug #44861 to PDO commons and added support for pdo_oci
Matteo Beccati [Tue, 12 May 2009 23:39:57 +0000 (23:39 +0000)]
- Moved test for bug #44861 to PDO commons and added support for pdo_oci
# This allows scrollable cursors to be tested with all the drivers
# that currently support them (pgsql and oci), ensuring a consistent
# behaviour. The test is skipped when using other drivers.

15 years ago- Fixed bug #48248 (SIGSEGV when access to private property via &__get)
Felipe Pena [Tue, 12 May 2009 22:50:56 +0000 (22:50 +0000)]
- Fixed bug #48248 (SIGSEGV when access to private property via &__get)

15 years ago- Fixed bug #48188
Matteo Beccati [Tue, 12 May 2009 22:17:50 +0000 (22:17 +0000)]
- Fixed bug #48188

15 years ago- Fixed bug #48070
Matteo Beccati [Tue, 12 May 2009 21:52:54 +0000 (21:52 +0000)]
- Fixed bug #48070

15 years agoMFB
Matteo Beccati [Tue, 12 May 2009 21:35:21 +0000 (21:35 +0000)]
MFB
- Updated PDO_OCI to the latest version (from PHP_5_3 branch)
# This commit reverts some changes to the tests. Given the very high
# failure ratio of the current tests on HEAD I'm not going to fix them
# now. Keeping ext/pdo_oci in sync with 5.3 will be much more helpful when
# merging. The effort to fix the tests can start when 5.3 is out.

15 years agoMFB: Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns
Ilia Alshanetsky [Tue, 12 May 2009 12:37:52 +0000 (12:37 +0000)]
MFB: Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns
wrong result)

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

15 years ago- Fix code && new test
Felipe Pena [Mon, 11 May 2009 14:59:37 +0000 (14:59 +0000)]
- Fix code && new test

15 years ago- Added missing param checks
Felipe Pena [Mon, 11 May 2009 14:13:41 +0000 (14:13 +0000)]
- Added missing param checks

15 years agoMFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on
Ilia Alshanetsky [Mon, 11 May 2009 12:22:19 +0000 (12:22 +0000)]
MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on
invalid paths)

15 years ago- define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling)
Pierre Joye [Mon, 11 May 2009 10:43:44 +0000 (10:43 +0000)]
- define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling)

15 years ago- Removed unnecessary TSRMLS_FETCH() calls
Jani Taskinen [Mon, 11 May 2009 08:31:03 +0000 (08:31 +0000)]
- Removed unnecessary TSRMLS_FETCH() calls

15 years ago- Syncing with PHP_5_3 (merging some stuff that was not merged before for some reason)
Jani Taskinen [Mon, 11 May 2009 07:51:43 +0000 (07:51 +0000)]
- Syncing with PHP_5_3 (merging some stuff that was not merged before for some reason)

15 years agoFix conditional
Kalle Sommer Nielsen [Mon, 11 May 2009 06:42:06 +0000 (06:42 +0000)]
Fix conditional

15 years ago-fix path
Jani Taskinen [Mon, 11 May 2009 05:01:17 +0000 (05:01 +0000)]
-fix path

15 years ago- Starting tests for this extension
Felipe Pena [Mon, 11 May 2009 03:09:13 +0000 (03:09 +0000)]
- Starting tests for this extension

15 years ago- Fixed tests
Felipe Pena [Mon, 11 May 2009 01:53:01 +0000 (01:53 +0000)]
- Fixed tests

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

15 years ago- And more CS fixes
Jani Taskinen [Mon, 11 May 2009 00:45:09 +0000 (00:45 +0000)]
- And more CS fixes

15 years ago- Nuked more whitespace
Jani Taskinen [Mon, 11 May 2009 00:40:10 +0000 (00:40 +0000)]
- Nuked more whitespace

15 years agows
Jani Taskinen [Sun, 10 May 2009 22:37:30 +0000 (22:37 +0000)]
ws