]> granicus.if.org Git - php/log
php
12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Jerome Loyet [Wed, 23 May 2012 09:41:29 +0000 (11:41 +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:
  Fix bug #62112: number_format() is not binary safe

12 years ago- Fixed bug #61839 (Unable to cross-compile PHP with --enable-fpm)
Jerome Loyet [Wed, 23 May 2012 09:40:22 +0000 (11:40 +0200)]
- Fixed bug #61839 (Unable to cross-compile PHP with --enable-fpm)

12 years agoFix bug #62112: number_format() is not binary safe
Gustavo André dos Santos Lopes [Wed, 23 May 2012 08:56:57 +0000 (10:56 +0200)]
Fix bug #62112: number_format() is not binary safe

The bug report actually urges PHP 5.3's behavior to be
reinstated -- that is, make "\0", when used as a separator,
be the same as no separator at all. I believe that is not a
proper course of action and that "\0" being interpreted as
no seperator was a bug in PHP 5.3.

Using "" for no separator, in both 5.3 and 5.4, before and
after this change, causes no separator to be used, so
there is no functionality loss.

12 years ago- Fixed bug #61295 (php-fpm should not fail with commented 'user' for non-root start)
Jerome Loyet [Wed, 23 May 2012 09:31:33 +0000 (11:31 +0200)]
- Fixed bug #61295 (php-fpm should not fail with commented 'user' for non-root start)

12 years ago- fix help message for '-R'
Jerome Loyet [Wed, 23 May 2012 08:35:37 +0000 (10:35 +0200)]
- fix help message for '-R'

12 years ago- Fixed bug #61835 (php-fpm is not allowed to run as root)
Jerome Loyet [Wed, 23 May 2012 08:32:42 +0000 (10:32 +0200)]
- Fixed bug #61835 (php-fpm is not allowed to run as root)

12 years agoMerge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 23 May 2012 05:52:36 +0000 (13:52 +0800)]
Merge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4

12 years agoRevert NEWS
Xinchen Hui [Wed, 23 May 2012 05:52:18 +0000 (13:52 +0800)]
Revert NEWS

12 years agoRevert "Implemented FR #61602 Allow access to name of constant used as default value"
Xinchen Hui [Wed, 23 May 2012 05:50:12 +0000 (13:50 +0800)]
Revert "Implemented FR #61602 Allow access to name of constant used as default value"

This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74.

See: http://news.php.net/php.cvs/69137 and the author confirmed.
Will commit later after the author fixed this then make a new PR.

Conflicts:

ext/reflection/php_reflection.c

12 years agoFix typo while resolving conflicts
Xinchen Hui [Wed, 23 May 2012 05:43:49 +0000 (13:43 +0800)]
Fix typo while resolving conflicts

12 years agoRevert "Implemented FR #61602 Allow access to name of constant used as default value"
Xinchen Hui [Wed, 23 May 2012 05:39:00 +0000 (13:39 +0800)]
Revert "Implemented FR #61602 Allow access to name of constant used as default value"

This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74.

See: http://news.php.net/php.cvs/69137 and the author confirmed.
Will commit later after the author fixed this then make a new PR.

Conflicts:

ext/reflection/php_reflection.c

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

* PHP-5.3:
  Fix bug #62109 tests\basic\bug46313-win.phpt fails
  - Fixed bug #61045 (fpm don't send error log to fastcgi clients)

12 years agoFix bug #62109 tests\basic\bug46313-win.phpt fails
Anatoliy Belsky [Tue, 22 May 2012 16:41:03 +0000 (18:41 +0200)]
Fix bug #62109 tests\basic\bug46313-win.phpt fails

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Jerome Loyet [Tue, 22 May 2012 06:47:40 +0000 (08:47 +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:
  add news for new pg_ functions

12 years ago- Fixed bug #61045 (fpm don't send error log to fastcgi clients)
Jerome Loyet [Tue, 22 May 2012 06:40:37 +0000 (08:40 +0200)]
- Fixed bug #61045 (fpm don't send error log to fastcgi clients)

12 years ago- fix NEWS for bug #61812
Jerome Loyet [Tue, 22 May 2012 06:38:09 +0000 (08:38 +0200)]
- fix NEWS for bug #61812

12 years ago- Fixed bug #61045 (fpm don't send error log to fastcgi clients)
Jerome Loyet [Tue, 22 May 2012 06:34:27 +0000 (08:34 +0200)]
- Fixed bug #61045 (fpm don't send error log to fastcgi clients)

12 years agoadd news for new pg_ functions
Stanislav Malyshev [Mon, 21 May 2012 23:12:38 +0000 (16:12 -0700)]
add news for new pg_ functions

12 years ago- Fix the fix (typo s/AIX/_AIX/g)
Felipe Pena [Mon, 21 May 2012 11:54:59 +0000 (08:54 -0300)]
- Fix the fix (typo s/AIX/_AIX/g)

12 years agoUse free instead of efree
Xinchen Hui [Mon, 21 May 2012 11:02:45 +0000 (19:02 +0800)]
Use free instead of efree

12 years agoUse emalloc instead of malloc
Xinchen Hui [Mon, 21 May 2012 10:58:19 +0000 (18:58 +0800)]
Use emalloc instead of malloc

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

* PHP-5.3:
  Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt

12 years agoFix bug #62066 Test Bug - ext/tidy/tests/004.phpt
Matt Ficken [Mon, 21 May 2012 10:51:24 +0000 (12:51 +0200)]
Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Mon, 21 May 2012 10:37:59 +0000 (12:37 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #62068 Test bug - gmp_nextprime and 022
  Fix: 62067 Moved comments to FILE section
  - BFN

Conflicts:
NEWS

12 years agoFixed bug #62068 Test bug - gmp_nextprime and 022
Matt Ficken [Mon, 21 May 2012 10:31:16 +0000 (12:31 +0200)]
Fixed bug #62068 Test bug - gmp_nextprime and 022

12 years agoFixed bug #61998 (Using traits with method aliases appears to result in crash during...
Dmitry Stogov [Mon, 21 May 2012 09:57:41 +0000 (13:57 +0400)]
Fixed bug #61998 (Using traits with method aliases appears to result in crash during execution)

12 years agoFixed bug #61998 (Using traits with method aliases appears to result in crash during...
Dmitry Stogov [Mon, 21 May 2012 09:46:07 +0000 (13:46 +0400)]
Fixed bug #61998 (Using traits with method aliases appears to result in crash during execution)

12 years ago- BFN
Felipe Pena [Sun, 20 May 2012 22:41:15 +0000 (19:41 -0300)]
- BFN

12 years ago- Fixed bug #62025 (__ss_family was changed on AIX 5.3)
Felipe Pena [Sun, 20 May 2012 22:37:20 +0000 (19:37 -0300)]
- Fixed bug #62025 (__ss_family was changed on AIX 5.3)

12 years agoFix: 62067 Moved comments to FILE section
zoe slattery [Sat, 19 May 2012 15:13:25 +0000 (16:13 +0100)]
Fix: 62067 Moved comments to FILE section

12 years agoFix: 62067 Moved comments to FILE section
zoe slattery [Sat, 19 May 2012 15:13:25 +0000 (16:13 +0100)]
Fix: 62067 Moved comments to FILE section

12 years ago- BFN
Felipe Pena [Sat, 19 May 2012 00:26:24 +0000 (21:26 -0300)]
- BFN

12 years ago- BFN
Felipe Pena [Fri, 18 May 2012 22:38:02 +0000 (19:38 -0300)]
- BFN

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Felipe Pena [Fri, 18 May 2012 22:23:42 +0000 (19:23 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Fixed bug #62064 (memory leak in the XML Writer module)

12 years ago- Fixed bug #62064 (memory leak in the XML Writer module)
Felipe Pena [Fri, 18 May 2012 22:23:29 +0000 (19:23 -0300)]
- Fixed bug #62064 (memory leak in the XML Writer module)

12 years agoDummy (whitespace) change so Dan Brown can verify snap generation from git
Christopher Jones [Wed, 16 May 2012 17:13:34 +0000 (10:13 -0700)]
Dummy (whitespace) change so Dan Brown can verify snap generation from git

PHP snapshots were still pulling from SVN and were out of date. This
is a dummy PHP 5.4-only commit so Dan can verify what he's updated for
git in the backend.

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

* PHP-5.3:
  PHP 5.3.15-dev

Conflicts:
configure.in
main/php_version.h

12 years agoPHP 5.3.15-dev
Johannes Schlüter [Wed, 16 May 2012 14:49:35 +0000 (16:49 +0200)]
PHP 5.3.15-dev

12 years agoMerge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3
Johannes Schlüter [Wed, 16 May 2012 14:46:08 +0000 (16:46 +0200)]
Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3

* 'PHP-5.3' of git.php.net:/php-src:
  Fix for bug#62046

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

* PHP-5.3:
  fd fix
  fix bug #61065 (cherry picked from commit a10e778bfb7ce9caa1f91666ddf2705db7982d68)

12 years agofd fix
Stanislav Malyshev [Wed, 16 May 2012 05:35:43 +0000 (22:35 -0700)]
fd fix

12 years agofix bug #61065
Stanislav Malyshev [Wed, 16 May 2012 05:34:34 +0000 (22:34 -0700)]
fix bug #61065
(cherry picked from commit a10e778bfb7ce9caa1f91666ddf2705db7982d68)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
andrey [Wed, 16 May 2012 13:59:39 +0000 (15:59 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

Conflicts:
ext/mysqlnd/mysqlnd_ps.c

merge fix for bug#62046

12 years agoFix for bug#62046
andrey [Wed, 16 May 2012 12:28:55 +0000 (14:28 +0200)]
Fix for bug#62046

Bug#62046 mysqli@mysqlnd can't iterate over stored sets after call to
mysqli_stmt_reset().

Stmt's state was changed to STMT_PREPARED and leads the driver to think
that the stmt was just prepared. Because result set exist also for only
prepared but not executed sets, the check for stmt->result isn't any good.
There is a result set, because as response for COM_PREPARE the server sends
metadata and metadata is part of a result set. After COM_EXECUTE the server
sends metadata again, which could be different and in this case more correct.

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Felipe Pena [Wed, 16 May 2012 11:40:45 +0000 (08:40 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Fixed bug #55299 (multiple null pointer in win32/registry.c)

12 years ago- Fixed bug #55299 (multiple null pointer in win32/registry.c)
Felipe Pena [Wed, 16 May 2012 11:40:12 +0000 (08:40 -0300)]
- Fixed bug #55299 (multiple null pointer in win32/registry.c)

12 years agoRevert "Update test to fix breakage caused by the previous commit."
Stanislav Malyshev [Wed, 16 May 2012 06:25:06 +0000 (23:25 -0700)]
Revert "Update test to fix breakage caused by the previous commit."

This reverts commit 05c8d4766c272e101b5279f0ec432e1b16e74637.
Connected to revert 7bbd5521d28ee77c5a8df80174f52dad0112e872.

12 years agofix test
Stanislav Malyshev [Wed, 16 May 2012 06:09:46 +0000 (23:09 -0700)]
fix test

12 years agoto 5.4.5-dev
Stanislav Malyshev [Wed, 16 May 2012 05:46:49 +0000 (22:46 -0700)]
to 5.4.5-dev

12 years agofd fix
Stanislav Malyshev [Wed, 16 May 2012 05:35:43 +0000 (22:35 -0700)]
fd fix

12 years agofix bug #61065
Stanislav Malyshev [Wed, 16 May 2012 05:34:34 +0000 (22:34 -0700)]
fix bug #61065

12 years agoChanges to remaining two tests, #62022
zoe slattery [Tue, 15 May 2012 13:39:51 +0000 (14:39 +0100)]
Changes to remaining two tests, #62022

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
zoe slattery [Tue, 15 May 2012 10:43:28 +0000 (11:43 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Small fixes to tests, see #62022

12 years agoSmall fixes to tests, see #62022
zoe slattery [Tue, 15 May 2012 10:42:14 +0000 (11:42 +0100)]
Small fixes to tests, see #62022

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
zoe slattery [Tue, 15 May 2012 10:06:14 +0000 (11:06 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Change impl of GZIP_POST, DEFLATE_POST. See #62021

12 years agoChange impl of GZIP_POST, DEFLATE_POST. See #62021
zoe slattery [Tue, 15 May 2012 10:05:20 +0000 (11:05 +0100)]
Change impl of GZIP_POST, DEFLATE_POST. See #62021

12 years agoBFN
Michael Wallner [Tue, 15 May 2012 09:26:13 +0000 (11:26 +0200)]
BFN

12 years agoFix NEWS entry for #61602.
Sebastian Bergmann [Tue, 15 May 2012 09:14:36 +0000 (11:14 +0200)]
Fix NEWS entry for #61602.

12 years agoMerge branch 'add-const-name' of git://github.com/reeze/php-src into PHP-5.4
Sebastian Bergmann [Tue, 15 May 2012 09:08:08 +0000 (11:08 +0200)]
Merge branch 'add-const-name' of git://github.com/reeze/php-src into PHP-5.4

12 years agofix bug #60761 zlib.output_compression fails on refresh
Michael Wallner [Tue, 15 May 2012 07:33:07 +0000 (09:33 +0200)]
fix bug #60761 zlib.output_compression fails on refresh

12 years agoBump to 5.4.4-dev
Christopher Jones [Mon, 14 May 2012 19:43:36 +0000 (12:43 -0700)]
Bump to 5.4.4-dev

12 years agoupdate NEWS/UPGRADING
Stanislav Malyshev [Sun, 13 May 2012 21:48:22 +0000 (14:48 -0700)]
update NEWS/UPGRADING

12 years agofix bug #61782 - __clone/__destruct do not match other methods when checking access...
Stanislav Malyshev [Sun, 13 May 2012 05:12:48 +0000 (22:12 -0700)]
fix bug #61782 - __clone/__destruct do not match other methods when checking access controls

12 years agofix bug #54547
Stanislav Malyshev [Fri, 11 May 2012 06:58:10 +0000 (23:58 -0700)]
fix bug #54547

12 years agoupdate NEWS
Stanislav Malyshev [Wed, 9 May 2012 20:37:49 +0000 (13:37 -0700)]
update NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sat, 12 May 2012 05:19:27 +0000 (13:19 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object)
  fix stack overflow in php_intlog10abs()

Conflicts:
Zend/zend_execute.c

12 years agoFixed Bug #62005 (unexpected behavior when incrementally assigning to a member of...
Xinchen Hui [Sat, 12 May 2012 05:13:44 +0000 (13:13 +0800)]
Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object)

12 years agofix stack overflow in php_intlog10abs()
Nuno Lopes [Fri, 11 May 2012 16:50:29 +0000 (12:50 -0400)]
fix stack overflow in php_intlog10abs()

bug uncovered by LLVM/clang's new -fbounds-checking switch
this patch fixes a crash in ext/standard/tests/math/round_large_exp.phpt

12 years agofix stack overflow in php_intlog10abs()
Nuno Lopes [Fri, 11 May 2012 16:50:29 +0000 (12:50 -0400)]
fix stack overflow in php_intlog10abs()

bug uncovered by LLVM/clang's new -fbounds-checking switch
this patch fixes a crash in ext/standard/tests/math/round_large_exp.phpt

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Fri, 11 May 2012 12:38:43 +0000 (14:38 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt fails

12 years agoFix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt fails
Anatoliy Belsky [Fri, 11 May 2012 12:24:12 +0000 (14:24 +0200)]
Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt fails

This fixes a general issue. In this ticket and not for the first time
is being seen, that people are trying to use data from "examples"
in the tests. When extracting a test pack only "tests" and its siblings
was taken into account. Now "examples" are copied as well.

12 years agoMerge branch 'remove-useless-func-decleare' of https://github.com/reeze/php-src into...
Xinchen Hui [Fri, 11 May 2012 12:07:27 +0000 (20:07 +0800)]
Merge branch 'remove-useless-func-decleare' of https://github.com/reeze/php-src into PHP-5.4

12 years agoCleanup useless function declaration for traits
Reeze Xia [Fri, 11 May 2012 08:52:12 +0000 (16:52 +0800)]
Cleanup useless function declaration for traits

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Thu, 10 May 2012 15:32:21 +0000 (17:32 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #61992 ext\standard\tests\general_functions\bug44295.phpt fails

12 years agoFix bug #61992 ext\standard\tests\general_functions\bug44295.phpt fails
Anatoliy Belsky [Thu, 10 May 2012 15:07:38 +0000 (17:07 +0200)]
Fix bug #61992 ext\standard\tests\general_functions\bug44295.phpt fails

Exception text differ on windows

12 years agoupdated NEWS
Anatoliy Belsky [Thu, 10 May 2012 13:56:50 +0000 (15:56 +0200)]
updated NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Thu, 10 May 2012 13:52:37 +0000 (15:52 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  updated NEWS

12 years agoupdated NEWS
Anatoliy Belsky [Thu, 10 May 2012 13:48:56 +0000 (15:48 +0200)]
updated NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Thu, 10 May 2012 13:36:47 +0000 (15:36 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug ext\standard\tests\file\realpath_cache_win32.phpt fails

12 years agoFix bug ext\standard\tests\file\realpath_cache_win32.phpt fails
Anatoliy Belsky [Thu, 10 May 2012 13:27:44 +0000 (15:27 +0200)]
Fix bug ext\standard\tests\file\realpath_cache_win32.phpt fails

What happens here is trivial long overflow. Despite the bug attracted
attention on windows, the same story is on linux. Just wait for a big
anough bucket->key . The linux test had %i to check the key value
which should be %d all the way.

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Wed, 9 May 2012 11:04:32 +0000 (13:04 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug 61901 ext\phar\tests\phar_buildfromdirectory2.phpt fails

12 years agoFix bug 61901 ext\phar\tests\phar_buildfromdirectory2.phpt fails
Anatoliy Belsky [Wed, 9 May 2012 11:02:33 +0000 (13:02 +0200)]
Fix bug 61901 ext\phar\tests\phar_buildfromdirectory2.phpt fails

Another error message is produced by win specific code

12 years agoCorrect test title
Xinchen Hui [Wed, 9 May 2012 03:28:57 +0000 (11:28 +0800)]
Correct test title

12 years agoImplemented FR #61977 (Need CLI web-server support for files with .htm & svg extensions)
Xinchen Hui [Wed, 9 May 2012 03:27:39 +0000 (11:27 +0800)]
Implemented FR #61977 (Need CLI web-server support for files with .htm & svg extensions)

12 years agoFix test failed, the fsockopen will be refused immediately if the server is not...
Xinchen Hui [Wed, 9 May 2012 03:21:24 +0000 (11:21 +0800)]
Fix test failed,  the fsockopen will be refused immediately if the server is not set up.

12 years ago- BFN
Felipe Pena [Wed, 9 May 2012 00:07:29 +0000 (21:07 -0300)]
- BFN

12 years ago- Fixed bug #61978 (Object recursion not detected for classes that implement JsonSeri...
Felipe Pena [Wed, 9 May 2012 00:05:51 +0000 (21:05 -0300)]
- Fixed bug #61978 (Object recursion not detected for classes that implement JsonSerializable)

12 years agoTypo
David Soria Parra [Tue, 8 May 2012 20:08:54 +0000 (22:08 +0200)]
Typo

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 8 May 2012 17:35:13 +0000 (19:35 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug 61746 Failing tests in ext/standard/tests/file/windows_links/*

12 years agoFix bug 61746 Failing tests in ext/standard/tests/file/windows_links/*
Matt Ficken [Tue, 8 May 2012 17:31:41 +0000 (19:31 +0200)]
Fix bug 61746 Failing tests in ext/standard/tests/file/windows_links/*

Fixed that again for systems having their %SYSTEMROOT% not in
c:\windows

12 years agoc++ comments
Stanislav Malyshev [Tue, 8 May 2012 17:18:06 +0000 (10:18 -0700)]
c++ comments

12 years agorestore BC
Stanislav Malyshev [Tue, 8 May 2012 05:22:56 +0000 (22:22 -0700)]
restore BC

12 years agows + restore BC to apache_request_headers
Stanislav Malyshev [Tue, 8 May 2012 04:54:19 +0000 (21:54 -0700)]
ws + restore BC to apache_request_headers

12 years agofix bug #61807 - Buffer Overflow in apache_request_headers
Stanislav Malyshev [Mon, 7 May 2012 19:24:22 +0000 (12:24 -0700)]
fix bug #61807 - Buffer Overflow in apache_request_headers

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 8 May 2012 16:52:48 +0000 (18:52 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  updated NEWS

12 years agoupdated NEWS
Anatoliy Belsky [Tue, 8 May 2012 16:51:49 +0000 (18:51 +0200)]
updated NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 8 May 2012 16:34:32 +0000 (18:34 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug 61713 check also that mbstring's found any internal_encoding

12 years agoFix bug 61713 check also that mbstring's found any internal_encoding
Anatoliy Belsky [Tue, 8 May 2012 16:31:11 +0000 (18:31 +0200)]
Fix bug 61713 check also that mbstring's found any internal_encoding

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

* PHP-5.3:
  Fix bug #61713 ext\standard\tests\strings\htmlentities10.phpt fails

12 years agoFix bug #61713 ext\standard\tests\strings\htmlentities10.phpt fails
Anatoliy Belsky [Tue, 8 May 2012 15:42:01 +0000 (17:42 +0200)]
Fix bug #61713 ext\standard\tests\strings\htmlentities10.phpt fails

There is a logic error in charset detection part for htmlentities.
When mbstring is compiled shared and mbstring.internal_encoding
is set to pass, it prevents default_charset from being checked
resulting iso-8859-1 being choosed.