]>
granicus.if.org Git - php/log
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().
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
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.
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
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
Anatoliy Belsky [Thu, 24 May 2012 10:04:38 +0000 (12:04 +0200)]
Fix bug #62137 ext\phar\tests\fatal_error_webphar.phpt fails
Gustavo André dos Santos Lopes [Thu, 24 May 2012 09:08:55 +0000 (11:08 +0200)]
Merge branch '5.3' into 5.4
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.
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
Gustavo André dos Santos Lopes [Tue, 22 May 2012 10:36:28 +0000 (12:36 +0200)]
Fixed bug #62097
This fixes the fix for bug #54547 in 32-bit machines by accepting
float comparisons in 32-bit machines as long as the integer is
not larger than the mantissa.
Gustavo André dos Santos Lopes [Wed, 23 May 2012 13:52:32 +0000 (15:52 +0200)]
Merge branch '5.3' into 5.4
Gustavo André dos Santos Lopes [Wed, 23 May 2012 13:48:50 +0000 (15:48 +0200)]
Fixed bug #62017
IntlDateFormatter constructor would release some resources
under certain error conditions.
Gustavo André dos Santos Lopes [Wed, 23 May 2012 11:42:24 +0000 (13:42 +0200)]
Fixed bug number in NEWS
Gustavo André dos Santos Lopes [Wed, 23 May 2012 11:35:11 +0000 (13:35 +0200)]
Updated NEWS w.r.t to ext/intl changes
Gustavo André dos Santos Lopes [Wed, 23 May 2012 11:27:21 +0000 (13:27 +0200)]
Merge branch '5.3' into 5.4
Conflicts:
sapi/fpm/fpm/fpm_main.c
Gustavo André dos Santos Lopes [Wed, 23 May 2012 10:09:27 +0000 (12:09 +0200)]
Fixed bug #6208: memory leak in grapheme_extract()
Gustavo André dos Santos Lopes [Wed, 23 May 2012 10:44:44 +0000 (12:44 +0200)]
Fixed bug #62082
This was a buffer overflow in internal function
get_icu_disp_value_src_php().
Gustavo André dos Santos Lopes [Wed, 23 May 2012 11:03:55 +0000 (13:03 +0200)]
Fixed bug #62081
Constructor of IntlDateFormatter would leak if called twice.
Made calling it more than once error out before starting
using resources.
Gustavo André dos Santos Lopes [Wed, 23 May 2012 11:22:06 +0000 (13:22 +0200)]
Fixed bug #62070
Collator::getSortKey() was returning an unterminated string
due the length given to RETURN_STRINGL being off by one.
Jerome Loyet [Wed, 23 May 2012 09:53:04 +0000 (11:53 +0200)]
- Fixed bug #61026 (FPM pools can listen on the same address)
Jerome Loyet [Wed, 23 May 2012 09:52:04 +0000 (11:52 +0200)]
- Fixed bug #61026 (FPM pools can listen on the same address)
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
Jerome Loyet [Wed, 23 May 2012 09:40:22 +0000 (11:40 +0200)]
- Fixed bug #61839 (Unable to cross-compile PHP with --enable-fpm)
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.
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)
Jerome Loyet [Wed, 23 May 2012 09:30:27 +0000 (11:30 +0200)]
- Fixed bug #61295 (php-fpm should not fail with commented 'user' for non-root start)
Jerome Loyet [Wed, 23 May 2012 08:36:45 +0000 (10:36 +0200)]
- Fix help message for '-R'
Jerome Loyet [Wed, 23 May 2012 08:35:37 +0000 (10:35 +0200)]
- fix help message for '-R'
Jerome Loyet [Wed, 23 May 2012 08:34:16 +0000 (10:34 +0200)]
- add missing help message for '-R'
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)
Jerome Loyet [Wed, 23 May 2012 07:49:13 +0000 (09:49 +0200)]
- Fixed bug #61835 (php-fpm is not allowed to run as root)
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
Xinchen Hui [Wed, 23 May 2012 05:52:18 +0000 (13:52 +0800)]
Revert NEWS
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
Xinchen Hui [Wed, 23 May 2012 05:43:49 +0000 (13:43 +0800)]
Fix typo while resolving conflicts
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
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)
Anatoliy Belsky [Tue, 22 May 2012 16:41:03 +0000 (18:41 +0200)]
Fix bug #62109 tests\basic\bug46313-win.phpt fails
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
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)
Jerome Loyet [Tue, 22 May 2012 06:38:09 +0000 (08:38 +0200)]
- fix NEWS for bug #61812
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)
Stanislav Malyshev [Mon, 21 May 2012 23:12:38 +0000 (16:12 -0700)]
add news for new pg_ functions
Felipe Pena [Mon, 21 May 2012 11:54:59 +0000 (08:54 -0300)]
- Fix the fix (typo s/AIX/_AIX/g)
Xinchen Hui [Mon, 21 May 2012 11:02:45 +0000 (19:02 +0800)]
Use free instead of efree
Xinchen Hui [Mon, 21 May 2012 10:58:19 +0000 (18:58 +0800)]
Use emalloc instead of malloc
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
Matt Ficken [Mon, 21 May 2012 10:51:24 +0000 (12:51 +0200)]
Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt
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
Matt Ficken [Mon, 21 May 2012 10:31:16 +0000 (12:31 +0200)]
Fixed bug #62068 Test bug - gmp_nextprime and 022
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)
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)
Felipe Pena [Sun, 20 May 2012 22:41:15 +0000 (19:41 -0300)]
- BFN
Felipe Pena [Sun, 20 May 2012 22:37:20 +0000 (19:37 -0300)]
- Fixed bug #62025 (__ss_family was changed on AIX 5.3)
zoe slattery [Sat, 19 May 2012 15:13:25 +0000 (16:13 +0100)]
Fix: 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
Felipe Pena [Sat, 19 May 2012 00:26:24 +0000 (21:26 -0300)]
- BFN
Felipe Pena [Fri, 18 May 2012 22:38:02 +0000 (19:38 -0300)]
- BFN
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)
Felipe Pena [Fri, 18 May 2012 22:23:29 +0000 (19:23 -0300)]
- Fixed bug #62064 (memory leak in the XML Writer module)
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.
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
Johannes Schlüter [Wed, 16 May 2012 14:49:35 +0000 (16:49 +0200)]
PHP 5.3.15-dev
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
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 )
Stanislav Malyshev [Wed, 16 May 2012 05:35:43 +0000 (22:35 -0700)]
fd fix
Stanislav Malyshev [Wed, 16 May 2012 05:34:34 +0000 (22:34 -0700)]
fix bug #61065
(cherry picked from commit
a10e778bfb7ce9caa1f91666ddf2705db7982d68 )
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
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.
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)
Felipe Pena [Wed, 16 May 2012 11:40:12 +0000 (08:40 -0300)]
- Fixed bug #55299 (multiple null pointer in win32/registry.c)
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 .
Stanislav Malyshev [Wed, 16 May 2012 06:09:46 +0000 (23:09 -0700)]
fix test
Stanislav Malyshev [Wed, 16 May 2012 05:46:49 +0000 (22:46 -0700)]
to 5.4.5-dev
Stanislav Malyshev [Wed, 16 May 2012 05:35:43 +0000 (22:35 -0700)]
fd fix
Stanislav Malyshev [Wed, 16 May 2012 05:34:34 +0000 (22:34 -0700)]
fix bug #61065
zoe slattery [Tue, 15 May 2012 13:39:51 +0000 (14:39 +0100)]
Changes to remaining two tests, #62022
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
zoe slattery [Tue, 15 May 2012 10:42:14 +0000 (11:42 +0100)]
Small fixes to tests, see #62022
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
zoe slattery [Tue, 15 May 2012 10:05:20 +0000 (11:05 +0100)]
Change impl of GZIP_POST, DEFLATE_POST. See #62021
Michael Wallner [Tue, 15 May 2012 09:26:13 +0000 (11:26 +0200)]
BFN
Sebastian Bergmann [Tue, 15 May 2012 09:14:36 +0000 (11:14 +0200)]
Fix NEWS entry for #61602.
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
Michael Wallner [Tue, 15 May 2012 07:33:07 +0000 (09:33 +0200)]
fix bug #60761 zlib.output_compression fails on refresh
Christopher Jones [Mon, 14 May 2012 19:43:36 +0000 (12:43 -0700)]
Bump to 5.4.4-dev
Stanislav Malyshev [Sun, 13 May 2012 21:48:22 +0000 (14:48 -0700)]
update NEWS/UPGRADING
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
Stanislav Malyshev [Fri, 11 May 2012 06:58:10 +0000 (23:58 -0700)]
fix bug #54547
Stanislav Malyshev [Wed, 9 May 2012 20:37:49 +0000 (13:37 -0700)]
update NEWS
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
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)
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
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
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
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.
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
Reeze Xia [Fri, 11 May 2012 08:52:12 +0000 (16:52 +0800)]
Cleanup useless function declaration for traits
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
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