]>
granicus.if.org Git - php/log
Felipe Pena [Sat, 23 Jun 2012 18:16:13 +0000 (15:16 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
- Improved fix for #62384
Felipe Pena [Sat, 23 Jun 2012 18:10:47 +0000 (15:10 -0300)]
- Improved fix for #62384
Johannes Schlüter [Fri, 22 Jun 2012 18:01:06 +0000 (20:01 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Remove unneeded and outdated ChangeLog file
Johannes Schlüter [Fri, 22 Jun 2012 18:00:20 +0000 (20:00 +0200)]
Remove unneeded and outdated ChangeLog file
Johannes Schlüter [Fri, 22 Jun 2012 15:33:22 +0000 (17:33 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Remove extra ;
Johannes Schlüter [Fri, 22 Jun 2012 15:32:46 +0000 (17:32 +0200)]
Remove extra ;
Felipe Pena [Fri, 22 Jun 2012 15:05:55 +0000 (12:05 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
- Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfaul)
Felipe Pena [Fri, 22 Jun 2012 15:05:29 +0000 (12:05 -0300)]
- Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfaul)
Johannes Schlüter [Fri, 22 Jun 2012 10:50:30 +0000 (12:50 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Improve check for :memory: pseudo-filename in SQlite
Conflicts:
ext/sqlite3/sqlite3.c
Johannes Schlüter [Fri, 22 Jun 2012 10:48:39 +0000 (12:48 +0200)]
Improve check for :memory: pseudo-filename in SQlite
Johannes Schlüter [Wed, 20 Jun 2012 17:47:44 +0000 (19:47 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Remove outdated and user-specific files
Johannes Schlüter [Wed, 20 Jun 2012 17:46:32 +0000 (19:46 +0200)]
Remove outdated and user-specific files
Nikita Popov [Tue, 19 Jun 2012 16:41:49 +0000 (18:41 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
I messed up the last merge somehow :/ Merge again.
* PHP-5.3:
Add NEWS for bug #62262
Fixed bug RecursiveArrayIterator does not implement Countable
Conflicts:
ext/spl/spl_array.c
Nikita Popov [Tue, 19 Jun 2012 16:40:46 +0000 (18:40 +0200)]
Add NEWS for bug #62262
Nikita Popov [Tue, 19 Jun 2012 15:45:04 +0000 (17:45 +0200)]
Fixed bug RecursiveArrayIterator does not implement Countable
ArrayIterator implemented Countable only after it was already inherited by
RecursiveArrayIterator. Thus the interface was missing in RAI.
Nikita Popov [Tue, 19 Jun 2012 16:08:22 +0000 (18:08 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug RecursiveArrayIterator does not implement Countable
Conflicts:
ext/spl/spl_array.c
Nikita Popov [Tue, 19 Jun 2012 15:45:04 +0000 (17:45 +0200)]
Fixed bug RecursiveArrayIterator does not implement Countable
ArrayIterator implemented Countable only after it was already inherited by
RecursiveArrayIterator. Thus the interface was missing in RAI.
Anatoliy Belsky [Tue, 19 Jun 2012 15:17:11 +0000 (17:17 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
sync zip ext version with pecl
Anatoliy Belsky [Tue, 19 Jun 2012 15:15:56 +0000 (17:15 +0200)]
sync zip ext version with pecl
Anatoliy Belsky [Tue, 19 Jun 2012 12:58:06 +0000 (14:58 +0200)]
one more correction for COM upgrading notes
Anatoliy Belsky [Tue, 19 Jun 2012 12:51:52 +0000 (14:51 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
one more correction for COM upgrading notes
Anatoliy Belsky [Tue, 19 Jun 2012 12:42:59 +0000 (14:42 +0200)]
one more correction for COM upgrading notes
Anatoliy Belsky [Tue, 19 Jun 2012 12:12:54 +0000 (14:12 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
split gzgetc_basic.phpt for zlib 1.2.7
Anatoliy Belsky [Tue, 19 Jun 2012 12:08:34 +0000 (14:08 +0200)]
split gzgetc_basic.phpt for zlib 1.2.7
Anatoliy Belsky [Mon, 18 Jun 2012 20:08:44 +0000 (22:08 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
com ext upgrading correction
Anatoliy Belsky [Mon, 18 Jun 2012 20:07:19 +0000 (22:07 +0200)]
com ext upgrading correction
Anatoliy Belsky [Mon, 18 Jun 2012 20:04:40 +0000 (22:04 +0200)]
com ext upgrading infos
Anatoliy Belsky [Mon, 18 Jun 2012 19:59:27 +0000 (21:59 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
com ext upgrading info
Anatoliy Belsky [Mon, 18 Jun 2012 19:56:17 +0000 (21:56 +0200)]
com ext upgrading info
Anatoliy Belsky [Sun, 17 Jun 2012 14:10:56 +0000 (16:10 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Reverted the BC fix regarding to #57905, test adopted
Anatoliy Belsky [Sun, 17 Jun 2012 14:04:36 +0000 (16:04 +0200)]
Reverted the BC fix regarding to #57905, test adopted
New 0.10.1 has a stronger archive integrity check. Restoring
the old behaviour of libzip < 0.10.1 makes no sense at this
place.
stealth35 [Fri, 15 Jun 2012 21:56:54 +0000 (00:56 +0300)]
Fix potential leak in cli server
Anatoliy Belsky [Thu, 14 Jun 2012 16:02:53 +0000 (18:02 +0200)]
Fixed bug #62312 ext\sockets\tests\socket_import_stream-4.phpt fails
Anatoliy Belsky [Thu, 14 Jun 2012 15:59:39 +0000 (17:59 +0200)]
Fix bug #62270 Test bug - ext/fileinfo/tests/finfo_open_error-win32
Johannes Schlüter [Wed, 13 Jun 2012 08:36:49 +0000 (10:36 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Merge PHP 5.3.14 NEWS
re-add 61755 to NEWS
Johannes Schlüter [Wed, 13 Jun 2012 08:35:58 +0000 (10:35 +0200)]
Merge PHP 5.3.14 NEWS
Stanislav Malyshev [Tue, 12 Jun 2012 18:53:24 +0000 (11:53 -0700)]
re-add 61755 to NEWS
Stanislav Malyshev [Tue, 12 Jun 2012 18:49:35 +0000 (11:49 -0700)]
re-add 61755 to NEWS
Stanislav Malyshev [Tue, 12 Jun 2012 18:22:49 +0000 (11:22 -0700)]
Revert "Add PBKDF2 support via openssl()"
This reverts commit
b5b8ea1050837fba5a6cee55e41b4574ed64158e .
Looks like we don't have agreement yet on this for 5.4. Let's keep it in 5.5 for now.
Stanislav Malyshev [Tue, 12 Jun 2012 18:21:54 +0000 (11:21 -0700)]
Revert "Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound like a spell."
This reverts commit
bccd1e672fabc3c788e93075221d47d9f077b167 .
Looks like we don't have agreement yet on this for 5.4. Let's keep it in 5.5 for now.
Stanislav Malyshev [Tue, 12 Jun 2012 18:18:43 +0000 (11:18 -0700)]
add CVE
Scott MacVicar [Mon, 11 Jun 2012 19:38:54 +0000 (12:38 -0700)]
Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound like a spell.
Summary:
Stas pointed out that this is named pretty poorly. Go for openssl_pbkdf2()
Scott MacVicar [Mon, 11 Jun 2012 07:16:30 +0000 (00:16 -0700)]
Add PBKDF2 support via openssl()
Summary:
No easy way to put these in the hash extension since we don't really support optional
parameters to certain algorithms. Implemented in openssl for now since it has it already
and is pretty stable.
Only SHA1 is confirmed to work as an algorithm but openssl has a parameter so it can be
changed in the future.
Will backport to 5.4 potentially with Stas' approval.
Test Plan:
Ran newly added tests which came from RFC 6070
Matt Ficken [Mon, 11 Jun 2012 15:00:36 +0000 (17:00 +0200)]
Fix bug #62271 test bug - ext/wddx/tests/bug48562.phpt
Stanislav Malyshev [Mon, 11 Jun 2012 03:38:22 +0000 (20:38 -0700)]
typo fix
David Soria Parra [Sun, 10 Jun 2012 14:17:49 +0000 (18:17 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Make travis silent
David Soria Parra [Sun, 10 Jun 2012 14:15:34 +0000 (18:15 +0400)]
Make travis silent
Travis will always build all branches. As we just have a .travis.yml
on master, travis will go ahead and checkout PHP-5.3. It fails and
then sends mails. We really don't want to get spammed, so we add
a .travis.yml that is just silent.
David Soria Parra [Sun, 10 Jun 2012 13:08:02 +0000 (17:08 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4
By Stanislav Malyshev (1) and michelangelo (1)
* PHP-5.3:
Adding a test for ext/posix/tests/posix_getegid_basic.phpt
typo
michelangelo [Sat, 9 Jun 2012 16:07:11 +0000 (16:07 +0000)]
Adding a test for ext/posix/tests/posix_getegid_basic.phpt
Gustavo André dos Santos Lopes [Sat, 9 Jun 2012 16:29:47 +0000 (17:29 +0100)]
Fix bug #62266
Custom extension segfaults during xmlParseFile with FPM SAPI
because the regular list is not prepared during the MINIT phase
and our custom external entity loader tries to open PHP streams.
Stanislav Malyshev [Fri, 8 Jun 2012 20:27:24 +0000 (13:27 -0700)]
rearrange news
Stanislav Malyshev [Fri, 8 Jun 2012 08:24:49 +0000 (01:24 -0700)]
typo
Pierrick Charron [Fri, 8 Jun 2012 16:02:49 +0000 (18:02 +0200)]
NEWS File
Stanislav Malyshev [Fri, 8 Jun 2012 08:24:49 +0000 (01:24 -0700)]
typo
Stanislav Malyshev [Fri, 8 Jun 2012 08:22:46 +0000 (01:22 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
improve overflow checks
fix potential overflow in _php_stream_scandir
Stanislav Malyshev [Fri, 8 Jun 2012 08:21:37 +0000 (01:21 -0700)]
improve overflow checks
Stanislav Malyshev [Fri, 8 Jun 2012 06:11:28 +0000 (23:11 -0700)]
add NEWS
Stanislav Malyshev [Fri, 8 Jun 2012 06:05:23 +0000 (23:05 -0700)]
fix potential overflow in _php_stream_scandir
Stanislav Malyshev [Fri, 8 Jun 2012 06:05:23 +0000 (23:05 -0700)]
fix potential overflow in _php_stream_scandir
Anatoliy Belsky [Thu, 7 Jun 2012 20:37:32 +0000 (22:37 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
set current versions for libzip and zip ext
Anatoliy Belsky [Thu, 7 Jun 2012 20:32:03 +0000 (22:32 +0200)]
set current versions for libzip and zip ext
Anatoliy Belsky [Thu, 7 Jun 2012 19:45:30 +0000 (21:45 +0200)]
updated NEWS
Anatoliy Belsky [Thu, 7 Jun 2012 19:44:08 +0000 (21:44 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
updated NEWS
Anatoliy Belsky [Thu, 7 Jun 2012 19:43:07 +0000 (21:43 +0200)]
updated NEWS
Anatoliy Belsky [Thu, 7 Jun 2012 19:06:31 +0000 (21:06 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
zip windows fixes
fixed bc break related to #57905
fixed a bit overlooked from the last libzip port
brought the fix for #47667 back
fixed zip entry freeing
rechecked the merged libzip, took also the indents from the original to avoid confusion next time
fixed a double freeing crash
fixed header include
initial libzip upgrade patch to 0.10.1
- BFN
Conflicts:
NEWS
Anatoliy Belsky [Thu, 7 Jun 2012 15:59:57 +0000 (17:59 +0200)]
zip windows fixes
Anatoliy Belsky [Thu, 7 Jun 2012 14:27:47 +0000 (16:27 +0200)]
fixed bc break related to #57905
Anatoliy Belsky [Tue, 5 Jun 2012 22:57:12 +0000 (00:57 +0200)]
fixed a bit overlooked from the last libzip port
Anatoliy Belsky [Tue, 5 Jun 2012 21:22:27 +0000 (23:22 +0200)]
brought the fix for #47667 back
Anatoliy Belsky [Tue, 5 Jun 2012 20:49:31 +0000 (22:49 +0200)]
fixed zip entry freeing
Anatoliy Belsky [Tue, 5 Jun 2012 20:11:07 +0000 (22:11 +0200)]
rechecked the merged libzip, took also the indents from the original to
avoid confusion next time
Anatoliy Belsky [Mon, 4 Jun 2012 20:51:31 +0000 (22:51 +0200)]
fixed a double freeing crash
Anatoliy Belsky [Mon, 4 Jun 2012 20:51:00 +0000 (22:51 +0200)]
fixed header include
Anatoliy Belsky [Mon, 4 Jun 2012 19:30:04 +0000 (21:30 +0200)]
initial libzip upgrade patch to 0.10.1
Felipe Pena [Thu, 7 Jun 2012 17:23:17 +0000 (14:23 -0300)]
- BFN
Felipe Pena [Thu, 7 Jun 2012 17:21:10 +0000 (14:21 -0300)]
- Fix merge
Felipe Pena [Thu, 7 Jun 2012 17:18:34 +0000 (14:18 -0300)]
Pierrick Charron [Thu, 7 Jun 2012 16:04:15 +0000 (18:04 +0200)]
Regenerated files
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
Pierrick Charron [Thu, 7 Jun 2012 16:02:27 +0000 (18:02 +0200)]
Regenerated files
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)
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]
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 )
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 )
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
Xinchen Hui [Thu, 7 Jun 2012 06:31:35 +0000 (14:31 +0800)]
Remove unused codes
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."
Stanislav Malyshev [Thu, 7 Jun 2012 06:20:14 +0000 (23:20 -0700)]
merge 5.3 entries
Stanislav Malyshev [Thu, 7 Jun 2012 06:00:33 +0000 (23:00 -0700)]
restore NEWS
Gustavo André dos Santos Lopes [Wed, 6 Jun 2012 10:10:00 +0000 (12:10 +0200)]
Fix ext/intl build on ICU < 4.8
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.
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.
Felipe Pena [Mon, 4 Jun 2012 23:07:14 +0000 (20:07 -0300)]
- Fixed bug #62227 (Invalid phar stream path causes crash)
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.
Felipe Pena [Sun, 3 Jun 2012 22:01:50 +0000 (19:01 -0300)]
Felipe Pena [Sun, 3 Jun 2012 22:00:49 +0000 (19:00 -0300)]
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
Felipe Pena [Sun, 3 Jun 2012 21:16:57 +0000 (18:16 -0300)]
- Optimize comparison between same HashTable pointer
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)
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
...