]>
granicus.if.org Git - php/log
Xinchen Hui [Thu, 22 Mar 2012 09:22:47 +0000 (17:22 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Ignore the tempoary files
Xinchen Hui [Thu, 22 Mar 2012 09:22:17 +0000 (17:22 +0800)]
Ignore the tempoary files
Xinchen Hui [Thu, 22 Mar 2012 09:17:42 +0000 (17:17 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix test, which was broken by the fix for #61173
Conflicts:
ext/fileinfo/tests/finfo_open_error.phpt
Xinchen Hui [Thu, 22 Mar 2012 09:10:03 +0000 (17:10 +0800)]
Fix test, which was broken by the fix for #61173
Gustavo André dos Santos Lopes [Wed, 21 Mar 2012 21:31:53 +0000 (21:31 +0000)]
Merge branch '5.3' into 5.4 (just to sync, no code changes)
Gustavo André dos Santos Lopes [Wed, 21 Mar 2012 21:13:35 +0000 (21:13 +0000)]
Merge branch 'PHP-5.3' of git.php.net:/php-src into 5.3
Gustavo André dos Santos Lopes [Wed, 21 Mar 2012 21:06:00 +0000 (21:06 +0000)]
Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831)
Merge commit 'refs/pull/12/head' of git://github.com/php/php-src into 5.3
Signed-off-by: Gustavo André dos Santos Lopes <cataphract@php.net>
David Soria Parra [Wed, 21 Mar 2012 17:12:16 +0000 (18:12 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Use the NEWS merge driver if available
David Soria Parra [Wed, 21 Mar 2012 17:07:30 +0000 (18:07 +0100)]
Use the NEWS merge driver if available
As described in https://wiki.php.net/vcs/gitworkflow#the_news_file it
is possible to setup a custom merge driver for NEWS so git doesnt try
to merge it. This commit sets the default merge driver for the NEWS
file to the merge driver called NEWS.
Gustavo André dos Santos Lopes [Wed, 21 Mar 2012 13:13:17 +0000 (13:13 +0000)]
Made some SplFileObject::fputcsv not pollute the working dir.
Dmitry Stogov [Wed, 21 Mar 2012 12:51:24 +0000 (16:51 +0400)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Gustavo André dos Santos Lopes [Wed, 21 Mar 2012 12:39:30 +0000 (12:39 +0000)]
Fixed bug #61453.
The "hash" function used strncpy on data that would have NUL bytes, ending the
copy prematurely and causing collisions between objects.
Dmitry Stogov [Wed, 21 Mar 2012 12:42:08 +0000 (16:42 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #49853 (Soap Client stream context header option ignored)
Conflicts:
NEWS
ext/soap/php_sdl.c
Dmitry Stogov [Wed, 21 Mar 2012 12:32:49 +0000 (16:32 +0400)]
Fixed bug #49853 (Soap Client stream context header option ignored)
David Soria Parra [Wed, 21 Mar 2012 11:41:40 +0000 (12:41 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Always keep the NEWS file from the branch when merging
David Soria Parra [Wed, 21 Mar 2012 11:38:43 +0000 (12:38 +0100)]
Always keep the NEWS file from the branch when merging
We usually don't want to touch the NEWS files when we merge and have the
news items not merged by git. Therefore we tell git to use the 'ours' strategy
for the NEWS file.
David Soria Parra [Wed, 21 Mar 2012 11:14:35 +0000 (12:14 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
- update NEWS
- add test for bug #55000 and #54374
- merge fix bug #54374, bug #55500 - filter file names better, no dangling [s, svn revision 321664
Conflicts:
NEWS
Ondřej Surý [Tue, 20 Mar 2012 09:21:07 +0000 (10:21 +0100)]
Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)
Pierre Joye [Wed, 21 Mar 2012 06:06:07 +0000 (07:06 +0100)]
- update NEWS
Pierre Joye [Wed, 21 Mar 2012 06:00:22 +0000 (07:00 +0100)]
- add test for bug #55000 and #54374
Pierre Joye [Wed, 21 Mar 2012 05:58:55 +0000 (06:58 +0100)]
- merge fix bug #54374, bug #55500 - filter file names better, no dangling [s, svn revision 321664
Ilia Alshanetsky [Wed, 21 Mar 2012 01:07:08 +0000 (21:07 -0400)]
Fixed bug #61461 (missing checks around malloc() calls).
Stanislav Malyshev [Tue, 20 Mar 2012 17:02:22 +0000 (10:02 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
adapt makedist to git
Stanislav Malyshev [Tue, 20 Mar 2012 05:28:16 +0000 (22:28 -0700)]
adapt makedist to git
David Soria Parra [Tue, 20 Mar 2012 16:58:58 +0000 (17:58 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Replace $Revision$ with $Id$ in keyword expansion enable files
Enable $Id$ expansion for files with the $Revision$ keyword
Conflicts:
ext/mysqlnd/mysqlnd.h
David Soria Parra [Tue, 20 Mar 2012 16:53:47 +0000 (17:53 +0100)]
Replace $Revision$ with $Id$ in keyword expansion enable files
David Soria Parra [Tue, 20 Mar 2012 16:49:42 +0000 (17:49 +0100)]
Enable $Id$ expansion for files with the $Revision$ keyword
Git supports a limited $Id$ keyword expansion. This $Id$ tag is similar to
$Revision$ in SVN. We enable the $Id$ expansion only for files that use
$Revision$.
David Soria Parra [Tue, 20 Mar 2012 16:29:20 +0000 (17:29 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Adding Braces in json.c to conform with coding standards
Matt Nowack [Mon, 19 Mar 2012 22:29:55 +0000 (15:29 -0700)]
Adding Braces in json.c to conform with coding standards
Xinchen Hui [Tue, 20 Mar 2012 09:21:35 +0000 (17:21 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Ignore the temporay files in sapi/*/tests/
Xinchen Hui [Tue, 20 Mar 2012 07:59:17 +0000 (15:59 +0800)]
Ignore the temporay files in sapi/*/tests/
Xinchen Hui [Tue, 20 Mar 2012 07:59:17 +0000 (15:59 +0800)]
Ignore the temporay files in sapi/*/tests/
Xinchen Hui [Tue, 20 Mar 2012 07:41:43 +0000 (15:41 +0800)]
Minor change, test using php mail address as account
Xinchen Hui [Tue, 20 Mar 2012 07:26:58 +0000 (15:26 +0800)]
Use newdoc instead of escape char
Stanislav Malyshev [Tue, 20 Mar 2012 05:28:16 +0000 (22:28 -0700)]
adapt makedist to git
Christopher Jones [Mon, 19 Mar 2012 22:18:06 +0000 (15:18 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Minor text changes (to try new git repo)
Christopher Jones [Mon, 19 Mar 2012 22:16:33 +0000 (15:16 -0700)]
Minor text changes (to try new git repo)
David Soria Parra [Mon, 19 Mar 2012 21:11:02 +0000 (22:11 +0100)]
Merge branch 'pull-request/5' into PHP-5.4
* pull-request/5:
Issue-60742: Added FilesystemIterator::OTHER_MODE_MASK
Joshua Thijssen [Mon, 19 Mar 2012 20:48:55 +0000 (21:48 +0100)]
Issue-60742: Added FilesystemIterator::OTHER_MODE_MASK
Ilia Alshanetsky [Mon, 19 Mar 2012 17:49:23 +0000 (13:49 -0400)]
Merge branch 'PHP-5.4' of http://git.php.net/repository/php-src into 54
* 'PHP-5.4' of http://git.php.net/repository/php-src:
fix tests failing due to corrected hash tiger
Michael Wallner [Mon, 19 Mar 2012 20:49:47 +0000 (21:49 +0100)]
fix tests failing due to corrected hash tiger
mhash_00{1,3}.phpt were failing because of the corrected hash tiger byte
output order
fixes bug #60922:
tests fail for mhash() and mhash_keygen_s2k() functions and MHASH_TIGER
Michael Wallner [Mon, 19 Mar 2012 19:15:54 +0000 (20:15 +0100)]
add note about corrected tiger hash output
Gustavo André dos Santos Lopes [Mon, 19 Mar 2012 17:50:13 +0000 (17:50 +0000)]
Merge branch 'PHP-5.4' of git.php.net:/php-src into 5.4
Sebastian Bergmann [Mon, 19 Mar 2012 17:25:49 +0000 (18:25 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
Sebastian Bergmann [Mon, 19 Mar 2012 17:25:37 +0000 (18:25 +0100)]
Add missing files.
Ilia Alshanetsky [Mon, 19 Mar 2012 17:10:53 +0000 (13:10 -0400)]
Merge branch '53' into 54
* 53:
Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).
Ilia Alshanetsky [Mon, 19 Mar 2012 17:10:23 +0000 (13:10 -0400)]
Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).
Gustavo André dos Santos Lopes [Sun, 5 Feb 2012 14:57:57 +0000 (14:57 +0000)]
MFH:
7dcada1 for 5.4
- Fixed possible unsigned int wrap around in html.c. Note that 5.3 has the same
(potential) problem; even though the code is substantially different, the
variable name and the fashion it was incremented was kept.
Gustavo André dos Santos Lopes [Mon, 19 Mar 2012 16:28:10 +0000 (16:28 +0000)]
MFH:
45a6f8d for 5.4.
- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
together with the last read).
- Fixed bug #60817 (stream_get_line() reads from stream even when there is
already sufficient data buffered). stream_get_line() now behaves more like
fgets(), as is documented.
David Soria Parra [Mon, 19 Mar 2012 14:59:45 +0000 (15:59 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Add .gitignore
David Soria Parra [Mon, 19 Mar 2012 14:58:34 +0000 (15:58 +0100)]
Add .gitignore
The gitignore file was created using git svn show-ignore and the overlapping
patterns were removed.
David Soria Parra [Mon, 19 Mar 2012 13:12:26 +0000 (06:12 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4
This merge is a "fake". It was done with the merge strategy
"ours" to ensure Git thinks both branches are in sync after
the migration from SVN.
David Soria Parra [Mon, 19 Mar 2012 13:11:40 +0000 (06:11 -0700)]
Merge branch 'PHP-5.2' into PHP-5.3
This merge is a "fake". It was done with the merge strategy
"ours" to ensure Git thinks both branches are in sync after
the migration from SVN.
Gustavo André dos Santos Lopes [Sun, 18 Mar 2012 18:23:27 +0000 (18:23 +0000)]
- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
when get_properties returns a hash table with (inaccessible) dynamic
numeric properties).
Gustavo André dos Santos Lopes [Sun, 18 Mar 2012 18:23:27 +0000 (18:23 +0000)]
- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
when get_properties returns a hash table with (inaccessible) dynamic
numeric properties).
Gustavo André dos Santos Lopes [Sun, 18 Mar 2012 15:07:20 +0000 (15:07 +0000)]
- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
FilesystemIterator's iterators are requested more than once without
having had its dtor callback called in between).
Gustavo André dos Santos Lopes [Sun, 18 Mar 2012 15:07:20 +0000 (15:07 +0000)]
- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
FilesystemIterator's iterators are requested more than once without
having had its dtor callback called in between).
Gustavo André dos Santos Lopes [Sat, 17 Mar 2012 19:37:30 +0000 (19:37 +0000)]
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition
for deleting the context was too broad) and so prevents segfaults in new
circumstances (where the inhibition was not broad enough).
Gustavo André dos Santos Lopes [Sat, 17 Mar 2012 19:37:30 +0000 (19:37 +0000)]
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition
for deleting the context was too broad) and so prevents segfaults in new
circumstances (where the inhibition was not broad enough).
Ilia Alshanetsky [Sat, 17 Mar 2012 17:51:51 +0000 (17:51 +0000)]
Fixed typo
Michael Wallner [Sat, 17 Mar 2012 09:35:25 +0000 (09:35 +0000)]
add --PUT-- section support based on POST_RAW
Michael Wallner [Sat, 17 Mar 2012 09:35:25 +0000 (09:35 +0000)]
add --PUT-- section support based on POST_RAW
Pierre Joye [Sat, 17 Mar 2012 08:52:27 +0000 (08:52 +0000)]
- Fix bug #61424, ext/sqlite is not bundled anymore, remove it from php.ini
Adam Harvey [Fri, 16 Mar 2012 02:07:46 +0000 (02:07 +0000)]
Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.
Ilia Alshanetsky [Thu, 15 Mar 2012 19:59:26 +0000 (19:59 +0000)]
Fixed bug #60947 (Segmentation fault while executing ibase_db_info)
Ilia Alshanetsky [Thu, 15 Mar 2012 19:59:26 +0000 (19:59 +0000)]
Fixed bug #60947 (Segmentation fault while executing ibase_db_info)
Ilia Alshanetsky [Wed, 14 Mar 2012 20:20:33 +0000 (20:20 +0000)]
Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).
Ilia Alshanetsky [Wed, 14 Mar 2012 20:20:33 +0000 (20:20 +0000)]
Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).
Ulf Wendel [Wed, 14 Mar 2012 14:55:09 +0000 (14:55 +0000)]
Test for MySQL version.Variable is deprecated in MySQL 5.6.
Ulf Wendel [Wed, 14 Mar 2012 14:55:09 +0000 (14:55 +0000)]
Test for MySQL version.Variable is deprecated in MySQL 5.6.
Gustavo André dos Santos Lopes [Tue, 13 Mar 2012 18:08:30 +0000 (18:08 +0000)]
- Fixed bug #61374: html_entity_decode tries to decode code points that don't
exist in ISO-8859-1.
Pierre Joye [Tue, 13 Mar 2012 12:55:33 +0000 (12:55 +0000)]
- add CVE
Christopher Jones [Mon, 12 Mar 2012 18:08:34 +0000 (18:08 +0000)]
Test portability and coverage changes
Christopher Jones [Mon, 12 Mar 2012 18:08:34 +0000 (18:08 +0000)]
Test portability and coverage changes
Ilia Alshanetsky [Mon, 12 Mar 2012 16:53:07 +0000 (16:53 +0000)]
Fixed bug #60222 (time_nanosleep() does validate input params).
Ilia Alshanetsky [Mon, 12 Mar 2012 16:53:07 +0000 (16:53 +0000)]
Fixed bug #60222 (time_nanosleep() does validate input params).
Rasmus Lerdorf [Mon, 12 Mar 2012 15:21:15 +0000 (15:21 +0000)]
Remove reference to "default_charset" here since the it isn't
really about the ini option at all. That only comes into play
when you force it by passing and empty encoding string to those
functions.
Xinchen Hui [Mon, 12 Mar 2012 14:52:02 +0000 (14:52 +0000)]
reduce memory usage
Xinchen Hui [Mon, 12 Mar 2012 14:52:02 +0000 (14:52 +0000)]
reduce memory usage
Rasmus Lerdorf [Mon, 12 Mar 2012 06:11:58 +0000 (06:11 +0000)]
This change was badly worded and filed in the wrong section.
This isn't an ini change at all.
Ilia Alshanetsky [Sun, 11 Mar 2012 18:15:13 +0000 (18:15 +0000)]
Fixed bug #60569 (Nullbyte truncates Exception $message).
Ilia Alshanetsky [Sun, 11 Mar 2012 18:15:13 +0000 (18:15 +0000)]
Fixed bug #60569 (Nullbyte truncates Exception $message).
Felipe Pena [Sun, 11 Mar 2012 15:42:57 +0000 (15:42 +0000)]
- Fixed memory leak when calling SplFileInfo's constructor twice
Felipe Pena [Sun, 11 Mar 2012 15:42:57 +0000 (15:42 +0000)]
- Fixed memory leak when calling SplFileInfo's constructor twice
Xinchen Hui [Sun, 11 Mar 2012 15:31:19 +0000 (15:31 +0000)]
Typo when merging from trunk
Xinchen Hui [Sun, 11 Mar 2012 15:28:31 +0000 (15:28 +0000)]
Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes)
Xinchen Hui [Sun, 11 Mar 2012 15:28:31 +0000 (15:28 +0000)]
Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes)
Xinchen Hui [Sun, 11 Mar 2012 15:12:28 +0000 (15:12 +0000)]
Fix wrong type in the marco of fetching thread globals
Xinchen Hui [Sun, 11 Mar 2012 15:12:28 +0000 (15:12 +0000)]
Fix wrong type in the marco of fetching thread globals
Xinchen Hui [Sun, 11 Mar 2012 09:19:38 +0000 (09:19 +0000)]
Fixed bug #61088 (Memory leak in readline_callback_handler_install).
Xinchen Hui [Sun, 11 Mar 2012 09:19:38 +0000 (09:19 +0000)]
Fixed bug #61088 (Memory leak in readline_callback_handler_install).
Xinchen Hui [Sun, 11 Mar 2012 09:07:02 +0000 (09:07 +0000)]
Same wrong order here
Xinchen Hui [Sun, 11 Mar 2012 09:06:12 +0000 (09:06 +0000)]
Sorry for wrong order again.
Xinchen Hui [Sun, 11 Mar 2012 09:02:00 +0000 (09:02 +0000)]
Re-order them according to README.SVN-RULES
Xinchen Hui [Sun, 11 Mar 2012 09:02:00 +0000 (09:02 +0000)]
Re-order them according to README.SVN-RULES
Xinchen Hui [Sun, 11 Mar 2012 08:56:14 +0000 (08:56 +0000)]
Implemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router)
Xinchen Hui [Sun, 11 Mar 2012 08:41:40 +0000 (08:41 +0000)]
Add Moriyoshi Koizumi and I to the cli SAPI credits
Xinchen Hui [Sun, 11 Mar 2012 08:34:06 +0000 (08:34 +0000)]
Oops, sorry for my poor english
Xinchen Hui [Sun, 11 Mar 2012 08:34:06 +0000 (08:34 +0000)]
Oops, sorry for my poor english
Xinchen Hui [Sun, 11 Mar 2012 08:30:30 +0000 (08:30 +0000)]
Fix test