]> granicus.if.org Git - php/log
php
12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 24 Jul 2012 06:46:25 +0000 (14:46 +0800)]
Merge branch 'PHP-5.4'

12 years agobinary compatibility
Xinchen Hui [Tue, 24 Jul 2012 06:45:13 +0000 (14:45 +0800)]
binary compatibility

12 years agoRe-fix bug #55544
Xinchen Hui [Tue, 24 Jul 2012 06:43:53 +0000 (14:43 +0800)]
Re-fix bug #55544

12 years agocorrect the author name introduced in bb685512
Xinchen Hui [Tue, 24 Jul 2012 05:39:46 +0000 (13:39 +0800)]
correct the author name  introduced in bb685512

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 24 Jul 2012 05:39:02 +0000 (13:39 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Xinchen Hui [Tue, 24 Jul 2012 05:38:11 +0000 (13:38 +0800)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

12 years agofolders
Xinchen Hui [Tue, 24 Jul 2012 05:37:44 +0000 (13:37 +0800)]
folders

12 years agoLeak caused by wrong and unreachable cleanup
Gustavo Lopes [Mon, 23 Jul 2012 15:00:52 +0000 (17:00 +0200)]
Leak caused by wrong and unreachable cleanup

12 years agoFixed leak in RuleBasedBreakIterator constructor
Gustavo Lopes [Mon, 23 Jul 2012 14:51:28 +0000 (16:51 +0200)]
Fixed leak in RuleBasedBreakIterator constructor

The leak occurred in case of error.

12 years agoFixed function name
Gustavo Lopes [Mon, 23 Jul 2012 14:46:28 +0000 (16:46 +0200)]
Fixed function name

12 years agoDo not fetch default locale once on minit or rinit
Gustavo Lopes [Mon, 23 Jul 2012 14:38:27 +0000 (16:38 +0200)]
Do not fetch default locale once on minit or rinit

The default locale is now requested to ICU when it's needed by using
intl_get_default_locale().

12 years agoAdd ini setting intl.explicit_cleanup
Gustavo Lopes [Mon, 23 Jul 2012 14:36:24 +0000 (16:36 +0200)]
Add ini setting intl.explicit_cleanup

This is to help with looking for leaks. If set to true, this ini
setting forces a call to u_cleanup() on module shutdown.

12 years agoDuplicate test for ICU 49
Gustavo André dos Santos Lopes [Mon, 25 Jun 2012 09:13:23 +0000 (11:13 +0200)]
Duplicate test for ICU 49

The output in ICU < 49 actually seems wrong here; ICU 49 seems to
fix the data.

12 years agoMerge branch 'PHP-5.4'
Johannes Schlüter [Sun, 22 Jul 2012 21:30:06 +0000 (23:30 +0200)]
Merge branch 'PHP-5.4'

12 years agoFix Bug #62612 readline extension compilation fails
Johannes Schlüter [Sun, 22 Jul 2012 21:28:32 +0000 (23:28 +0200)]
Fix Bug #62612 readline extension compilation fails

12 years agoMerge branch 'PHP-5.4'
Johannes Schlüter [Sun, 22 Jul 2012 20:46:21 +0000 (22:46 +0200)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Sun, 22 Jul 2012 20:46:09 +0000 (22:46 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agomerge 5.3.15 NEWS
Johannes Schlüter [Sun, 22 Jul 2012 20:45:39 +0000 (22:45 +0200)]
merge 5.3.15 NEWS

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sun, 22 Jul 2012 11:25:54 +0000 (19:25 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Improve error message for ssl request

12 years agoImprove error message for ssl request
Xinchen Hui [Sun, 22 Jul 2012 11:20:23 +0000 (19:20 +0800)]
Improve error message for ssl request

12 years agoReflect changes made in merge 99e48d3
Gustavo André dos Santos Lopes [Sun, 22 Jul 2012 02:26:49 +0000 (04:26 +0200)]
Reflect changes made in merge 99e48d3

12 years agoMerge branch 'datefmt_tz_cal_interop'
Gustavo André dos Santos Lopes [Sun, 22 Jul 2012 02:22:48 +0000 (04:22 +0200)]
Merge branch 'datefmt_tz_cal_interop'

* datefmt_tz_cal_interop:
  Readded accidentally removed line
  Added IntlDateFormatter::formatObject(). Refactor
  Refactored internal_get_timestamp()
  Unified zval -> UDate conversions

12 years agoReadded accidentally removed line
Gustavo André dos Santos Lopes [Sun, 22 Jul 2012 02:13:17 +0000 (04:13 +0200)]
Readded accidentally removed line

12 years agoAdded IntlDateFormatter::formatObject(). Refactor
Gustavo André dos Santos Lopes [Sun, 22 Jul 2012 01:54:03 +0000 (03:54 +0200)]
Added IntlDateFormatter::formatObject(). Refactor

To better support IntlCalendar, added this function:

string IntlDateFormatter::formatObject(IntlCalendar|DateTime $obj [,
array|int|string $format = null [, string $locale = null).

$format is either of the constants IntlDateFormatter::FULL, etc., in
which case this format applies to both the date and the time, an array
in the form array($dateFormat, $timeFormat), or a string with the
SimpleDateFormat pattern.

This uses both the Calendar type and the timezone of the passed object
to configure the formatter (a GregorianCalendar is forced for
DateTime).

Some stuff was moved around and slighlt modified to allow for more code
reuse.

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sat, 21 Jul 2012 15:34:13 +0000 (23:34 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  missed the test script

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sat, 21 Jul 2012 15:33:24 +0000 (23:33 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  missed the test script

12 years agomissed the test script
Xinchen Hui [Sat, 21 Jul 2012 15:30:32 +0000 (23:30 +0800)]
missed the test script

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sat, 21 Jul 2012 15:29:51 +0000 (23:29 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fix test failed
  Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sat, 21 Jul 2012 15:27:52 +0000 (23:27 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix test failed
  Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)

12 years agoFix test failed
Xinchen Hui [Sat, 21 Jul 2012 15:27:09 +0000 (23:27 +0800)]
Fix test failed

12 years agoFixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segment...
Xinchen Hui [Sat, 21 Jul 2012 15:26:18 +0000 (23:26 +0800)]
Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sat, 21 Jul 2012 14:46:14 +0000 (22:46 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)

12 years agoFixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segment...
Xinchen Hui [Sat, 21 Jul 2012 14:45:16 +0000 (22:45 +0800)]
Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Fri, 20 Jul 2012 18:58:16 +0000 (02:58 +0800)]
Merge branch 'PHP-5.4'

12 years agoFixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression)
Xinchen Hui [Fri, 20 Jul 2012 18:56:28 +0000 (02:56 +0800)]
Fixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression)

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Fri, 20 Jul 2012 16:48:34 +0000 (00:48 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 20 Jul 2012 16:47:54 +0000 (00:47 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agomerge 9eb5cb6571698ca1c623ad3e02c8727c4b0c9a09 to 5.3
Xinchen Hui [Fri, 20 Jul 2012 16:46:32 +0000 (00:46 +0800)]
merge 9eb5cb6571698ca1c623ad3e02c8727c4b0c9a09 to 5.3

12 years agoRevert "fix test"
Xinchen Hui [Wed, 18 Jul 2012 14:35:03 +0000 (22:35 +0800)]
Revert "fix test"

This reverts commit cea3f0f3635179c052ba2d13d889a82b5a327ddb.

seems the behavior is different between certain versions

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 18 Jul 2012 13:49:46 +0000 (21:49 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  this initialization is unnecessary anymore after commit 2d9d2cadadf0fdf12a01b4a689d0554e1450904f

12 years agothis initialization is unnecessary anymore after commit 2d9d2cadadf0fdf12a01b4a689d05...
Xinchen Hui [Wed, 18 Jul 2012 13:45:37 +0000 (21:45 +0800)]
this initialization is unnecessary anymore after commit 2d9d2cadadf0fdf12a01b4a689d0554e1450904f

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 18 Jul 2012 12:17:42 +0000 (20:17 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #62597 (segfault in php_stream_wrapper_log_error with ZTS build)

12 years agoFixed bug #62597 (segfault in php_stream_wrapper_log_error with ZTS build)
Xinchen Hui [Wed, 18 Jul 2012 12:16:27 +0000 (20:16 +0800)]
Fixed bug #62597 (segfault in php_stream_wrapper_log_error with ZTS build)

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 18 Jul 2012 11:50:59 +0000 (19:50 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fix test (no charset outputed)

12 years agoFix test (no charset outputed)
Xinchen Hui [Wed, 18 Jul 2012 11:50:30 +0000 (19:50 +0800)]
Fix test (no charset outputed)

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 18 Jul 2012 11:48:27 +0000 (19:48 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  skip for ZTS

12 years agoskip for ZTS
Xinchen Hui [Wed, 18 Jul 2012 11:47:54 +0000 (19:47 +0800)]
skip for ZTS

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 18 Jul 2012 11:25:56 +0000 (19:25 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  fix test (dos2unix, typo)

12 years agofix test (dos2unix, typo)
Xinchen Hui [Wed, 18 Jul 2012 11:25:22 +0000 (19:25 +0800)]
fix test (dos2unix, typo)

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 18 Jul 2012 11:22:13 +0000 (19:22 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  fix test, the key may be a float value

12 years agofix test, the key may be a float value
Xinchen Hui [Wed, 18 Jul 2012 11:21:25 +0000 (19:21 +0800)]
fix test, the key may be a float value

12 years agotest script for bug #61697
Xinchen Hui [Wed, 18 Jul 2012 11:19:31 +0000 (19:19 +0800)]
test script for bug #61697

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 18 Jul 2012 11:06:58 +0000 (19:06 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode)

12 years agoFixed bug #62594 (segfault in mysqlnd_res_meta::set_mode)
Xinchen Hui [Wed, 18 Jul 2012 11:06:27 +0000 (19:06 +0800)]
Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode)

12 years agofix test
Xinchen Hui [Wed, 18 Jul 2012 10:50:42 +0000 (18:50 +0800)]
fix test

All input characters that are not a-z, A-Z or 0-9 will be converted to their "URL escaped" version

see http://curl.haxx.se/libcurl/c/curl_escape.html

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 18 Jul 2012 10:00:58 +0000 (18:00 +0800)]
Merge branch 'PHP-5.4'

12 years agoBug doesn't exists in any release
Xinchen Hui [Wed, 18 Jul 2012 10:00:09 +0000 (18:00 +0800)]
Bug doesn't exists in any release

12 years agoMerge branch '5.4'
Gustavo André dos Santos Lopes [Tue, 17 Jul 2012 21:13:43 +0000 (23:13 +0200)]
Merge branch '5.4'

* 5.4:
  NEWS for b47d6b32
  Fix test fails: ext/standard/tests/general_functions/bug27678.phpt

12 years agoNEWS for b47d6b32
Gustavo André dos Santos Lopes [Tue, 17 Jul 2012 21:12:25 +0000 (23:12 +0200)]
NEWS for b47d6b32

12 years agoFix test fails: ext/standard/tests/general_functions/bug27678.phpt
Reeze Xia [Tue, 17 Jul 2012 15:01:20 +0000 (23:01 +0800)]
Fix test fails: ext/standard/tests/general_functions/bug27678.phpt

After commit 3e62aae1, number_format() returns string with length,
but _php_math_number_format_ex_len() didn't set string length
on nan and inf. This cause segfault when destruct the return value.

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Tue, 17 Jul 2012 15:53:02 +0000 (17:53 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fix for bug #62379 was missing in 5.3

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 17 Jul 2012 15:52:25 +0000 (17:52 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix for bug #62379 was missing in 5.3

12 years agoFix for bug #62379 was missing in 5.3
Anatoliy Belsky [Tue, 17 Jul 2012 15:50:05 +0000 (17:50 +0200)]
Fix for bug #62379 was missing in 5.3

12 years agoMerge branch 'PHP-5.4'
Hannes Magnusson [Tue, 17 Jul 2012 09:06:02 +0000 (10:06 +0100)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Do not unload shared extensions when checking for leaks

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Hannes Magnusson [Tue, 17 Jul 2012 09:05:42 +0000 (10:05 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Do not unload shared extensions when checking for leaks

12 years agoDo not unload shared extensions when checking for leaks
Hannes Magnusson [Tue, 17 Jul 2012 09:04:56 +0000 (10:04 +0100)]
Do not unload shared extensions when checking for leaks

12 years agotypo
Stanislav Malyshev [Sun, 15 Jul 2012 22:35:16 +0000 (15:35 -0700)]
typo

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sun, 15 Jul 2012 10:27:29 +0000 (18:27 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Update libmagic.patch

12 years agoUpdate libmagic.patch
Xinchen Hui [Sun, 15 Jul 2012 10:25:58 +0000 (18:25 +0800)]
Update libmagic.patch

12 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Sun, 15 Jul 2012 06:10:00 +0000 (23:10 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Implemented FR #61602 Allow access to name of constant used as default value

12 years agoMerge branch 'pull-request/96' into PHP-5.4
Stanislav Malyshev [Sun, 15 Jul 2012 06:07:11 +0000 (23:07 -0700)]
Merge branch 'pull-request/96' into PHP-5.4

* pull-request/96:
  Implemented FR #61602 Allow access to name of constant used as default value

12 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Sun, 15 Jul 2012 05:41:18 +0000 (22:41 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  update NEWS

12 years agoupdate NEWS
Stanislav Malyshev [Sun, 15 Jul 2012 05:41:08 +0000 (22:41 -0700)]
update NEWS

12 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Sun, 15 Jul 2012 05:35:47 +0000 (22:35 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #61527 (Recursive/ArrayIterator gives misleading notice when array empty or moved to the end)

12 years agoFixed bug #61527 (Recursive/ArrayIterator gives misleading notice when array empty...
Stanislav Malyshev [Sun, 15 Jul 2012 05:34:28 +0000 (22:34 -0700)]
Fixed bug #61527 (Recursive/ArrayIterator gives misleading notice when array empty or moved to the end)

12 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Sun, 15 Jul 2012 05:08:27 +0000 (22:08 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Typofix in test-description

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Stanislav Malyshev [Sun, 15 Jul 2012 05:08:19 +0000 (22:08 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Typofix in test-description

12 years agoTypofix in test-description
Jille Timmermans [Thu, 12 Jul 2012 14:41:07 +0000 (16:41 +0200)]
Typofix in test-description

12 years agoimprove code in zend_operators
Stanislav Malyshev [Sun, 15 Jul 2012 04:06:40 +0000 (21:06 -0700)]
improve code in zend_operators

12 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Sun, 15 Jul 2012 02:25:16 +0000 (19:25 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  removed unneccesary arrat and ini settings
  addition SplFileObject tests
  new tests from PHP TestFest June 2012

12 years agoremoved unneccesary arrat and ini settings
donnut [Thu, 28 Jun 2012 11:13:47 +0000 (11:13 +0000)]
removed unneccesary arrat and ini settings

12 years agoaddition SplFileObject tests
donnut [Sun, 24 Jun 2012 10:41:29 +0000 (10:41 +0000)]
addition SplFileObject tests

12 years agonew tests from PHP TestFest June 2012
donnut [Sun, 24 Jun 2012 06:30:24 +0000 (06:30 +0000)]
new tests from PHP TestFest June 2012

12 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Sun, 15 Jul 2012 02:00:35 +0000 (19:00 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixing up closing tag
  Testing variation on input parameters of http_build_query() function

12 years agoFixing up closing tag
Adam Gegotek [Sat, 23 Jun 2012 13:10:16 +0000 (15:10 +0200)]
Fixing up closing tag

12 years agoTesting variation on input parameters of http_build_query() function
Adam Gegotek [Sat, 23 Jun 2012 12:58:58 +0000 (14:58 +0200)]
Testing variation on input parameters of http_build_query() function

12 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Sun, 15 Jul 2012 01:53:30 +0000 (18:53 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #61964 (finfo_open with directory cause invalid free)

12 years agoMerge branch 'pull-request/91' into PHP-5.4
Stanislav Malyshev [Sun, 15 Jul 2012 01:28:41 +0000 (18:28 -0700)]
Merge branch 'pull-request/91' into PHP-5.4

* pull-request/91:
  Fixed bug #61964 (finfo_open with directory cause invalid free)

12 years agoadd NEWS/UPGRADING
Stanislav Malyshev [Sat, 14 Jul 2012 22:03:51 +0000 (15:03 -0700)]
add NEWS/UPGRADING

12 years agofix comment
Stanislav Malyshev [Wed, 11 Jul 2012 05:31:24 +0000 (22:31 -0700)]
fix comment

12 years agoadd test
Stanislav Malyshev [Wed, 11 Jul 2012 04:47:56 +0000 (21:47 -0700)]
add test

12 years agofix for bug#18556 - use simple tolower() function for internal things
Stanislav Malyshev [Wed, 11 Jul 2012 01:12:13 +0000 (18:12 -0700)]
fix for bug#18556 - use simple tolower() function for internal things

12 years agoMerge branch 'PHP-5.4'
Felipe Pena [Sat, 14 Jul 2012 18:15:42 +0000 (15:15 -0300)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  - Fixed bug #62525 (sigabrt while converting floating point to string)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Felipe Pena [Sat, 14 Jul 2012 18:15:24 +0000 (15:15 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Fixed bug #62525 (sigabrt while converting floating point to string)

12 years ago- Fixed bug #62525 (sigabrt while converting floating point to string)
Felipe Pena [Sat, 14 Jul 2012 18:15:11 +0000 (15:15 -0300)]
- Fixed bug #62525 (sigabrt while converting floating point to string)

12 years agoMerge branch 'PHP-5.4'
Felipe Pena [Sat, 14 Jul 2012 16:17:09 +0000 (13:17 -0300)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  - Fixed memory leak when extending DOMXPath
  - BFN

12 years ago- Fixed conflict
Felipe Pena [Sat, 14 Jul 2012 16:16:35 +0000 (13:16 -0300)]
- Fixed conflict

12 years ago- Fixed memory leak when extending DOMXPath
Felipe Pena [Sat, 14 Jul 2012 16:13:31 +0000 (13:13 -0300)]
- Fixed memory leak when extending DOMXPath

12 years ago- BFN
Felipe Pena [Sat, 14 Jul 2012 15:27:44 +0000 (12:27 -0300)]
- BFN

12 years ago- Fix conflict
Felipe Pena [Sat, 14 Jul 2012 15:23:24 +0000 (12:23 -0300)]
- Fix conflict