]> granicus.if.org Git - php/log
php
12 years ago- Fix merge
Felipe Pena [Thu, 7 Jun 2012 17:21:10 +0000 (14:21 -0300)]
- Fix merge

12 years agoMerge commit '15213768e6cc098ab4e53cacc3b5eb86fa85284a' into PHP-5.3
Felipe Pena [Thu, 7 Jun 2012 17:18:34 +0000 (14:18 -0300)]
Merge commit '15213768e6cc098ab4e53cacc3b5eb86fa85284a' into PHP-5.3

12 years agoRegenerated files
Pierrick Charron [Thu, 7 Jun 2012 16:04:15 +0000 (18:04 +0200)]
Regenerated files

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Pierrick Charron [Thu, 7 Jun 2012 16:02:49 +0000 (18:02 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Regenerated files

12 years agoRegenerated files
Pierrick Charron [Thu, 7 Jun 2012 16:02:27 +0000 (18:02 +0200)]
Regenerated files

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Pierrick Charron [Thu, 7 Jun 2012 15:45:43 +0000 (17:45 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon)

12 years agoFixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes...
Pierrick Charron [Thu, 7 Jun 2012 15:44:20 +0000 (17:44 +0200)]
Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon)

Modify the scanner to check if the first char of the raw data is an opening " in which case we
need to find the closing one. Otherwise just search for the next end of value char [\r\n;\000]

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
David Soria Parra [Thu, 7 Jun 2012 07:44:59 +0000 (09:44 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

By Till Klampaeckel
* PHP-5.3:
  Don't depend on a fixed path for PHP shebang but use /usr/bin/env (cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6)

12 years agoDon't depend on a fixed path for PHP shebang but use /usr/bin/env
Till Klampaeckel [Wed, 6 Jun 2012 16:49:47 +0000 (19:49 +0300)]
Don't depend on a fixed path for PHP shebang but use /usr/bin/env
(cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 7 Jun 2012 06:32:47 +0000 (14:32 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

By Gustavo André dos Santos Lopes (4) and others
via Felipe Pena (1) and Xinchen Hui (1)
* PHP-5.3:
  Remove unused codes
  based on microsoft's description,the direct convert from FILETIME struct to __int64 is unsafe.
  Fix ext/intl build on ICU < 4.8
  Optimization in ext/intl/msgformat
  Fixed tests in ext/intl
  Changed XFAILed collator_get_sort_key.phpt

12 years agoRemove unused codes
Xinchen Hui [Thu, 7 Jun 2012 06:31:35 +0000 (14:31 +0800)]
Remove unused codes

12 years agobased on microsoft's description,the direct convert from FILETIME struct to __int64...
slayercat [Wed, 23 May 2012 12:30:16 +0000 (20:30 +0800)]
based on microsoft's description,the direct convert from FILETIME struct to __int64 is unsafe.

via http://technet.microsoft.com/en-us/library/ms724284(v=vs.85).aspx

"Do not cast a pointer to a FILETIME structure to either a
ULARGE_INTEGER* or __int64* value because it can cause alignment faults on 64-bit Windows."

12 years agomerge 5.3 entries
Stanislav Malyshev [Thu, 7 Jun 2012 06:20:14 +0000 (23:20 -0700)]
merge 5.3 entries

12 years agorestore NEWS
Stanislav Malyshev [Thu, 7 Jun 2012 06:00:33 +0000 (23:00 -0700)]
restore NEWS

12 years agoFix ext/intl build on ICU < 4.8
Gustavo André dos Santos Lopes [Wed, 6 Jun 2012 10:10:00 +0000 (12:10 +0200)]
Fix ext/intl build on ICU < 4.8

12 years agoOptimization in ext/intl/msgformat
Gustavo André dos Santos Lopes [Wed, 6 Jun 2012 09:36:00 +0000 (11:36 +0200)]
Optimization in ext/intl/msgformat

Don't transform the string to make it apostrophe friendly in ICU 4.8+
as that it is now the default.

12 years agoFixed tests in ext/intl
Gustavo André dos Santos Lopes [Tue, 5 Jun 2012 14:47:00 +0000 (16:47 +0200)]
Fixed tests in ext/intl

21 is not a valid value for UNUM_PADDING_POSITION. Changed the test to
use 2 instead.

Remove ICU 4.2- test. No one cares.

12 years ago- Fixed bug #62227 (Invalid phar stream path causes crash)
Felipe Pena [Mon, 4 Jun 2012 23:07:14 +0000 (20:07 -0300)]
- Fixed bug #62227 (Invalid phar stream path causes crash)

12 years agoChanged XFAILed collator_get_sort_key.phpt
Gustavo André dos Santos Lopes [Mon, 4 Jun 2012 08:18:24 +0000 (10:18 +0200)]
Changed XFAILed collator_get_sort_key.phpt

Ressurected and limited to ICU 4.8 in the hope that the sort keys
will remain stable in more recent ICU versions. I have only tested
with ICU 4.8 so far.

12 years agoMerge commit 'e59b6dc0ae803d49c3f620818285f98dfb61fd57' into PHP-5.4
Felipe Pena [Sun, 3 Jun 2012 22:01:50 +0000 (19:01 -0300)]
Merge commit 'e59b6dc0ae803d49c3f620818285f98dfb61fd57' into PHP-5.4

12 years agoMerge commit 'e59b6dc0ae803d49c3f620818285f98dfb61fd57' into PHP-5.3
Felipe Pena [Sun, 3 Jun 2012 22:00:49 +0000 (19:00 -0300)]
Merge commit 'e59b6dc0ae803d49c3f620818285f98dfb61fd57' into PHP-5.3

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Felipe Pena [Sun, 3 Jun 2012 21:20:26 +0000 (18:20 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Optimize comparison between same HashTable pointer
  - Fixed bug #62205 (php-fpm segfaults (null passed to strstr))
  - fix missing include for unix sockets
  - Comment unused function to avoid warnings

12 years ago- Optimize comparison between same HashTable pointer
Felipe Pena [Sun, 3 Jun 2012 21:16:57 +0000 (18:16 -0300)]
- Optimize comparison between same HashTable pointer

12 years ago- Fixed information leak in ext exif (discovered by Martin Noga, Matthew "j00ru"...
Felipe Pena [Sun, 3 Jun 2012 18:23:07 +0000 (15:23 -0300)]
- Fixed information leak in ext exif (discovered by Martin Noga, Matthew "j00ru" Jurczyk, Gynvael Coldwind)

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Jerome Loyet [Fri, 1 Jun 2012 09:30:49 +0000 (11:30 +0200)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

* 'PHP-5.4' of git.php.net:php-src: (27 commits)
  Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)
  sort NEWS
  fix bug #55042 - erealloc without updating pointer
  Fix bug #62186 readline fails to compile
  fix unchecked emalloc (cherry picked from commit 158d8a6b088662ce9d31e0c777c6ebe90efdc854)
  fix test
  fix test
  Typofix in comment in proc_open.c
  fix CVE-2012-2143
  updated the libmagic patch after Felipes regex fix
  Fix bug #62150 Test Bug - ext/fileinfo/tests/finfo_open_error.phpt
  Bug #62177 deactivate the linux test version on win
  Fix bug #62177 Test Bug - finfo_file_regex.phpt
  Fixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phpt
  fix unchecked emalloc
  add CVE
  add bug 62146
  add bug #62082
  sync with HEAD
  sync with HEAD
  ...

12 years ago- Fixed bug #62205 (php-fpm segfaults (null passed to strstr))
Jerome Loyet [Fri, 1 Jun 2012 09:23:01 +0000 (11:23 +0200)]
- Fixed bug #62205 (php-fpm segfaults (null passed to strstr))

12 years ago- fix missing include for unix sockets
Jerome Loyet [Fri, 1 Jun 2012 09:22:18 +0000 (11:22 +0200)]
- fix missing include for unix sockets

12 years ago- Comment unused function to avoid warnings
Jerome Loyet [Fri, 1 Jun 2012 09:22:02 +0000 (11:22 +0200)]
- Comment unused function to avoid warnings

12 years ago- Fixed bug #62205 (php-fpm segfaults (null passed to strstr))
Jerome Loyet [Fri, 1 Jun 2012 09:18:48 +0000 (11:18 +0200)]
- Fixed bug #62205 (php-fpm segfaults (null passed to strstr))

12 years ago- fix missing include for unix sockets
Jerome Loyet [Fri, 1 Jun 2012 09:16:53 +0000 (11:16 +0200)]
- fix missing include for unix sockets

12 years ago- Comment unused function to avoid warnings
Jerome Loyet [Fri, 1 Jun 2012 09:16:00 +0000 (11:16 +0200)]
- Comment unused function to avoid warnings

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 1 Jun 2012 07:00:02 +0000 (15:00 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)

12 years agoFixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)
Xinchen Hui [Fri, 1 Jun 2012 06:55:14 +0000 (14:55 +0800)]
Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)

12 years agosort NEWS
Stanislav Malyshev [Thu, 31 May 2012 05:34:29 +0000 (22:34 -0700)]
sort NEWS

12 years agofix bug #55042 - erealloc without updating pointer
Stanislav Malyshev [Thu, 31 May 2012 05:26:26 +0000 (22:26 -0700)]
fix bug #55042 - erealloc without updating pointer

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Wed, 30 May 2012 23:16:42 +0000 (01:16 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fix unchecked emalloc (cherry picked from commit 158d8a6b088662ce9d31e0c777c6ebe90efdc854)

12 years agoFix bug #62186 readline fails to compile
Johannes Schlüter [Wed, 30 May 2012 23:15:22 +0000 (01:15 +0200)]
Fix bug #62186 readline fails to compile

12 years agofix unchecked emalloc
Stanislav Malyshev [Tue, 29 May 2012 01:54:15 +0000 (18:54 -0700)]
fix unchecked emalloc
(cherry picked from commit 158d8a6b088662ce9d31e0c777c6ebe90efdc854)

12 years agofix test php-5.4.4RC2
Stanislav Malyshev [Wed, 30 May 2012 06:52:07 +0000 (23:52 -0700)]
fix test

12 years agofix test
Stanislav Malyshev [Wed, 30 May 2012 06:42:37 +0000 (23:42 -0700)]
fix test

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 30 May 2012 06:43:55 +0000 (14:43 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Typofix in comment in proc_open.c

12 years agoTypofix in comment in proc_open.c
Jille Timmermans [Tue, 29 May 2012 13:44:04 +0000 (15:44 +0200)]
Typofix in comment in proc_open.c

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Stanislav Malyshev [Wed, 30 May 2012 06:07:27 +0000 (23:07 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fix CVE-2012-2143

12 years agofix CVE-2012-2143
Stanislav Malyshev [Thu, 24 May 2012 18:54:51 +0000 (13:54 -0500)]
fix CVE-2012-2143

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 29 May 2012 15:41:57 +0000 (17:41 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  updated the libmagic patch after Felipes regex fix

12 years agoupdated the libmagic patch after Felipes regex fix
Anatoliy Belsky [Tue, 29 May 2012 15:38:30 +0000 (17:38 +0200)]
updated the libmagic patch after Felipes regex fix

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 29 May 2012 14:43:20 +0000 (16:43 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #62150 Test Bug - ext/fileinfo/tests/finfo_open_error.phpt
  Bug #62177 deactivate the linux test version on win
  Fix bug #62177 Test Bug - finfo_file_regex.phpt

12 years agoFix bug #62150 Test Bug - ext/fileinfo/tests/finfo_open_error.phpt
Matt Ficken [Tue, 29 May 2012 14:38:57 +0000 (16:38 +0200)]
Fix bug #62150 Test Bug - ext/fileinfo/tests/finfo_open_error.phpt

12 years agoBug #62177 deactivate the linux test version on win
Matt Ficken [Tue, 29 May 2012 14:37:19 +0000 (16:37 +0200)]
Bug #62177 deactivate the linux test version on win

12 years agoFix bug #62177 Test Bug - finfo_file_regex.phpt
Matt Ficken [Tue, 29 May 2012 14:31:47 +0000 (16:31 +0200)]
Fix bug #62177 Test Bug - finfo_file_regex.phpt

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 29 May 2012 10:19:20 +0000 (12:19 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phpt
  sync with HEAD
  Fixed bug #61218 (the previous patch was not enough restritive on fcgi name string checks)
  Fixed bug #61218 (FPM drops connection while receiving some binary valuesin FastCGI requests)
  - Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error occured)
  - Fixed bug #62160 (Add process.priority to set nice(2) priorities)
  - add missing headers to avoid warnings
  - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
  - Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)

Conflicts:
NEWS
sapi/fpm/fpm/fpm_main.c

12 years agoFixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phpt
Matt Ficken [Tue, 29 May 2012 09:41:44 +0000 (11:41 +0200)]
Fixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phpt

12 years agofix unchecked emalloc
Stanislav Malyshev [Tue, 29 May 2012 01:54:15 +0000 (18:54 -0700)]
fix unchecked emalloc

12 years agoadd CVE
Stanislav Malyshev [Tue, 29 May 2012 01:54:02 +0000 (18:54 -0700)]
add CVE

12 years agoadd bug 62146
Stanislav Malyshev [Tue, 29 May 2012 00:43:36 +0000 (17:43 -0700)]
add bug 62146

12 years agoadd bug #62082
Stanislav Malyshev [Thu, 24 May 2012 18:38:36 +0000 (13:38 -0500)]
add bug #62082

12 years agosync with HEAD
Nuno Lopes [Mon, 28 May 2012 00:14:31 +0000 (20:14 -0400)]
sync with HEAD

12 years agosync with HEAD
Nuno Lopes [Mon, 28 May 2012 00:13:09 +0000 (20:13 -0400)]
sync with HEAD

12 years agoFixed bug #61218 (the previous patch was not enough restritive on fcgi name string...
Jerome Loyet [Sat, 26 May 2012 17:37:09 +0000 (19:37 +0200)]
Fixed bug #61218 (the previous patch was not enough restritive on fcgi name string checks)

12 years agoFixed bug #61218 (the previous patch was not enough restritive on fcgi name string...
Jerome Loyet [Sat, 26 May 2012 17:36:01 +0000 (19:36 +0200)]
Fixed bug #61218 (the previous patch was not enough restritive on fcgi name string checks)

12 years agoFixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI...
Jerome Loyet [Sat, 26 May 2012 17:27:45 +0000 (19:27 +0200)]
Fixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI requests)

12 years agoFixed bug #61218 (FPM drops connection while receiving some binary valuesin FastCGI...
Jerome Loyet [Sat, 26 May 2012 17:27:02 +0000 (19:27 +0200)]
Fixed bug #61218 (FPM drops connection while receiving some binary valuesin FastCGI requests)

12 years agoFixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error...
Jerome Loyet [Sat, 26 May 2012 16:48:40 +0000 (18:48 +0200)]
Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error occured)

12 years ago- Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an...
Jerome Loyet [Sat, 26 May 2012 16:44:35 +0000 (18:44 +0200)]
- Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error occured)

12 years ago- Fixed bug #62160 (Add process.priority to set nice(2) priorities)
Jerome Loyet [Sat, 26 May 2012 16:24:08 +0000 (18:24 +0200)]
- Fixed bug #62160 (Add process.priority to set nice(2) priorities)

12 years ago- Fixed bug #62160 (Add process.priority to set nice(2) priorities)
Jerome Loyet [Sat, 26 May 2012 16:22:12 +0000 (18:22 +0200)]
- Fixed bug #62160 (Add process.priority to set nice(2) priorities)

12 years ago- add missing headers to avoid warnings
Jerome Loyet [Sat, 26 May 2012 15:38:08 +0000 (17:38 +0200)]
- add missing headers to avoid warnings

12 years ago- add missing headers to avoid warnings
Jerome Loyet [Sat, 26 May 2012 15:37:33 +0000 (17:37 +0200)]
- add missing headers to avoid warnings

12 years ago- Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched...
Jerome Loyet [Fri, 25 May 2012 19:22:54 +0000 (21:22 +0200)]
- Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)

12 years ago- Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched...
Jerome Loyet [Fri, 25 May 2012 19:21:44 +0000 (21:21 +0200)]
- Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)

12 years ago- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)
Jerome Loyet [Fri, 25 May 2012 19:13:57 +0000 (21:13 +0200)]
- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)

12 years ago- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)
Jerome Loyet [Fri, 25 May 2012 19:10:17 +0000 (21:10 +0200)]
- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 25 May 2012 14:33:17 +0000 (22:33 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #62128 superfluous ";"

12 years agoFixed bug #62128 superfluous ";"
Xinchen Hui [Fri, 25 May 2012 14:31:26 +0000 (22:31 +0800)]
Fixed bug #62128 superfluous ";"

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Fri, 25 May 2012 08:52:38 +0000 (10:52 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #62149 Test Bug - ext/curl/tests/bug61948
  Fixed bug #62148 mail_skipif doesn't skip imap tests on Release Build

12 years agoFixed bug #62149 Test Bug - ext/curl/tests/bug61948
Matt Ficken [Fri, 25 May 2012 08:44:59 +0000 (10:44 +0200)]
Fixed bug #62149 Test Bug - ext/curl/tests/bug61948

12 years agoFixed bug #62148 mail_skipif doesn't skip imap tests on Release Build
Matt Ficken [Fri, 25 May 2012 08:34:33 +0000 (10:34 +0200)]
Fixed bug #62148 mail_skipif doesn't skip imap tests on Release Build

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Fri, 25 May 2012 07:55:53 +0000 (09:55 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #62147 test bug - popen_pclose_basic-win32

12 years agoFixed bug #62147 test bug - popen_pclose_basic-win32
Matt Ficken [Fri, 25 May 2012 07:53:51 +0000 (09:53 +0200)]
Fixed bug #62147 test bug - popen_pclose_basic-win32

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Thu, 24 May 2012 22:23:51 +0000 (00:23 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #62146  com_dotnet cannot be built shared, tested by Anatoliy
  Those changes are in 5.3.15
  - BFN

12 years agoFix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy
Johannes Schlüter [Thu, 24 May 2012 22:22:25 +0000 (00:22 +0200)]
Fix bug #62146  com_dotnet cannot be built shared, tested by Anatoliy

12 years agoThose changes are in 5.3.15
Johannes Schlüter [Thu, 24 May 2012 22:20:29 +0000 (00:20 +0200)]
Those changes are in 5.3.15

12 years agoMerge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
Felipe Pena [Thu, 24 May 2012 16:45:36 +0000 (13:45 -0300)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3

12 years ago- BFN
Felipe Pena [Thu, 24 May 2012 16:45:03 +0000 (13:45 -0300)]
- BFN

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Felipe Pena [Thu, 24 May 2012 16:43:35 +0000 (13:43 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Fixed magic file regex support

12 years ago- Fixed magic file regex support
Felipe Pena [Thu, 24 May 2012 16:42:47 +0000 (13:42 -0300)]
- Fixed magic file regex support

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 24 May 2012 15:34:14 +0000 (23:34 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #62073 (Different ways of iterating over an SplMaxHeap result in different keys)

12 years agoFixed bug #62073
Xinchen Hui [Thu, 24 May 2012 15:20:21 +0000 (23:20 +0800)]
Fixed bug #62073

(Different ways of iterating over an SplMaxHeap result in in different keys)

12 years agoMerge branch '5.3' into 5.4
Gustavo André dos Santos Lopes [Thu, 24 May 2012 12:33:24 +0000 (14:33 +0200)]
Merge branch '5.3' into 5.4

12 years agoFixed bug #55610: ResourceBundle and Traversable
Gustavo André dos Santos Lopes [Thu, 24 May 2012 12:31:07 +0000 (14:31 +0200)]
Fixed bug #55610: ResourceBundle and Traversable

12 years agoFixed last commit on 5.4
Gustavo André dos Santos Lopes [Thu, 24 May 2012 12:04:19 +0000 (14:04 +0200)]
Fixed last commit on 5.4

There's no change from the intended behavior. If INTL_G(default_locale)
is NULL, the default ICU locale, as given by locale_get_default() in
master, will still be used by ures_open().

12 years agoFixed bug #62140 ext\standard\tests\file\tempnam_variation7-win32.phpt fails
Anatoliy Belsky [Thu, 24 May 2012 11:58:42 +0000 (13:58 +0200)]
Fixed bug #62140 ext\standard\tests\file\tempnam_variation7-win32.phpt fails

12 years agoChanged ResourceBundle constructor behavior
Gustavo André dos Santos Lopes [Thu, 24 May 2012 11:35:28 +0000 (13:35 +0200)]
Changed ResourceBundle constructor behavior

null is now accepted for two first (mandatory arguments).

Passing null as the package name causes NULL to be passed to ICU  and
the default ICU data to be loaded.

Passing null as the locale name causes the default locale to be used.

12 years agoFix bug #62139 ext\standard\tests\file\rename_variation13-win32.phpt fails
Anatoliy Belsky [Thu, 24 May 2012 11:26:32 +0000 (13:26 +0200)]
Fix bug #62139 ext\standard\tests\file\rename_variation13-win32.phpt fails

12 years agoFixed bug #62138 ext\standard\tests\dir\dir_variation8-win32.phpt fails
Anatoliy Belsky [Thu, 24 May 2012 10:39:00 +0000 (12:39 +0200)]
Fixed bug #62138 ext\standard\tests\dir\dir_variation8-win32.phpt fails

12 years agoFix bug #62137 ext\phar\tests\fatal_error_webphar.phpt fails
Anatoliy Belsky [Thu, 24 May 2012 10:04:38 +0000 (12:04 +0200)]
Fix bug #62137 ext\phar\tests\fatal_error_webphar.phpt fails

12 years agoUpdate NEWS
Gustavo André dos Santos Lopes [Thu, 24 May 2012 09:14:36 +0000 (11:14 +0200)]
Update NEWS

12 years agoMerge branch '5.3' into 5.4
Gustavo André dos Santos Lopes [Thu, 24 May 2012 09:08:55 +0000 (11:08 +0200)]
Merge branch '5.3' into 5.4

12 years agoFixed bug #60785
Gustavo André dos Santos Lopes [Thu, 24 May 2012 08:44:44 +0000 (10:44 +0200)]
Fixed bug #60785

Memory leak in IntlDateFormatter constructor.

udat_setCalendar() clones the calendar before it adopts it,
so we were leaking the original calendar.

Also we now validate the calendar type.

12 years agoFix broken apache_request_headers test
Rasmus Lerdorf [Thu, 24 May 2012 00:37:13 +0000 (17:37 -0700)]
Fix broken apache_request_headers test

This test depends on the default_charset setting, so set it to
UTF-8 for consistent output