]>
granicus.if.org Git - php/log
Anatoliy Belsky [Thu, 26 Apr 2012 13:39:45 +0000 (15:39 +0200)]
Fix bug 61786 Failing tests in ext\session\tests\*
Anatoliy Belsky [Thu, 26 Apr 2012 13:17:46 +0000 (15:17 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug #61791 ext\sqlite3\tests\sqlite3_15_open_error.phpt fails
Conflicts:
ext/sqlite3/tests/sqlite3_15_open_error.phpt
Anatoliy Belsky [Thu, 26 Apr 2012 13:14:26 +0000 (15:14 +0200)]
Fix bug #61791 ext\sqlite3\tests\sqlite3_15_open_error.phpt fails
Anatoliy Belsky [Thu, 26 Apr 2012 11:28:49 +0000 (13:28 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug #61800 ext\standard\tests\streams\bug61371.phpt fails
Anatoliy Belsky [Thu, 26 Apr 2012 11:27:01 +0000 (13:27 +0200)]
Fix bug #61800 ext\standard\tests\streams\bug61371.phpt fails
Anatoliy Belsky [Wed, 25 Apr 2012 16:46:22 +0000 (18:46 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Partial fix for bug 61743 to get correct icacls path
Anatoliy Belsky [Wed, 25 Apr 2012 16:38:27 +0000 (18:38 +0200)]
Partial fix for bug 61743 to get correct icacls path
Stanislav Malyshev [Tue, 24 Apr 2012 23:30:37 +0000 (16:30 -0700)]
sync version
Michael Wallner [Tue, 24 Apr 2012 19:22:19 +0000 (21:22 +0200)]
fix NEWS order
Michael Wallner [Tue, 24 Apr 2012 18:40:19 +0000 (20:40 +0200)]
BFN
Michael Wallner [Tue, 24 Apr 2012 18:35:49 +0000 (20:35 +0200)]
fix bug #61443
Since upgrade to PHP 5.4, we can't change zlib.output_compression on the
fly
the check for PHP_OUTPUT_WRITTEN was over-zealous
Michael Wallner [Tue, 24 Apr 2012 17:50:00 +0000 (19:50 +0200)]
fixed bug #61820
using ob_gzhandler will complain about headers already sent
when no compression
the Vary header should only be sent on the PHP_OUTPUT_HANDLER_START
event
Anatoliy Belsky [Tue, 24 Apr 2012 12:08:26 +0000 (14:08 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug #61413 ext\openssl\tests\openssl_encrypt_crash.phpt fails 5.3 only
Anatoliy Belsky [Tue, 24 Apr 2012 12:05:35 +0000 (14:05 +0200)]
Fix bug #61413 ext\openssl\tests\openssl_encrypt_crash.phpt fails 5.3 only
Anatoliy Belsky [Tue, 24 Apr 2012 11:36:43 +0000 (13:36 +0200)]
Bug 61610 adopted expected warnings for 5.4
Gustavo André dos Santos Lopes [Mon, 23 Apr 2012 21:10:23 +0000 (22:10 +0100)]
Merge branch '5.3' into 5.4
Gustavo André dos Santos Lopes [Mon, 23 Apr 2012 21:09:38 +0000 (22:09 +0100)]
Fixed bug #61764: 'I' unpacks n as signed if n > 2^31-1 on LP64
Also fixed possible invalid read on big endian LP64.
Felipe Pena [Mon, 23 Apr 2012 18:19:23 +0000 (15:19 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
- Fixed bug #61829 (Memory leak when calling MessageFormatter's constructor twice)
Felipe Pena [Mon, 23 Apr 2012 18:18:12 +0000 (15:18 -0300)]
- Fixed bug #61829 (Memory leak when calling MessageFormatter's constructor twice)
Anatoliy Belsky [Sun, 22 Apr 2012 17:29:52 +0000 (19:29 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug #61811 three of finfo tests failed, see also #61812.
Anatoliy Belsky [Sun, 22 Apr 2012 17:26:54 +0000 (19:26 +0200)]
Fix bug #61811 three of finfo tests failed, see also #61812.
The remaining two was assidentially merged back from 5.4
Xinchen Hui [Sun, 22 Apr 2012 11:59:46 +0000 (19:59 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed warning implicit declaration of function 'file_printedlen'
Xinchen Hui [Sun, 22 Apr 2012 11:52:07 +0000 (19:52 +0800)]
Fixed warning implicit declaration of function 'file_printedlen'
Xinchen Hui [Sun, 22 Apr 2012 11:39:50 +0000 (19:39 +0800)]
Update NEWS
Xinchen Hui [Sun, 22 Apr 2012 11:39:02 +0000 (19:39 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #61812 (Uninitialised value used in libmagic)
Xinchen Hui [Sun, 22 Apr 2012 11:38:14 +0000 (19:38 +0800)]
Fixed bug #61812 (Uninitialised value used in libmagic)
Johannes Schlüter [Sun, 22 Apr 2012 00:26:07 +0000 (02:26 +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 test
typo in test
Make css string constant
Fixed typo
Improved performance while sending error page
- BFN
- BFN
- Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to null) patch by ab@php.net
- Fixed expected test result (patch by ab@php.net in #61769)
- Fix test title
add pg_escape_identifier/pg_escape_literal
fix RCs
Update to 5.4.2-dev
Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer
Johannes Schlüter [Sun, 22 Apr 2012 00:25:02 +0000 (02:25 +0200)]
Fix folding
Xinchen Hui [Sat, 21 Apr 2012 08:03:18 +0000 (16:03 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix test
- BFN
Xinchen Hui [Sat, 21 Apr 2012 08:02:25 +0000 (16:02 +0800)]
Fix test
Reported by cjones
Xinchen Hui [Sat, 21 Apr 2012 02:15:35 +0000 (10:15 +0800)]
typo in test
Xinchen Hui [Sat, 21 Apr 2012 01:31:00 +0000 (09:31 +0800)]
Make css string constant
Xinchen Hui [Fri, 20 Apr 2012 16:11:06 +0000 (00:11 +0800)]
Fixed typo
report by reeze.xia@gmail.com
Xinchen Hui [Fri, 20 Apr 2012 16:01:10 +0000 (00:01 +0800)]
Improved performance while sending error page
this also fixed bug #61785 (Memory leak when access a non-exists file without router)
Felipe Pena [Fri, 20 Apr 2012 02:23:59 +0000 (23:23 -0300)]
- BFN
Felipe Pena [Fri, 20 Apr 2012 02:23:46 +0000 (23:23 -0300)]
- BFN
Felipe Pena [Fri, 20 Apr 2012 02:13:37 +0000 (23:13 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
- Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to null) patch by ab@php.net
Felipe Pena [Fri, 20 Apr 2012 02:12:47 +0000 (23:12 -0300)]
- Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to null) patch by ab@php.net
Felipe Pena [Thu, 19 Apr 2012 23:15:11 +0000 (20:15 -0300)]
- Fixed expected test result (patch by ab@php.net in #61769)
Felipe Pena [Thu, 19 Apr 2012 23:05:30 +0000 (20:05 -0300)]
- Fix test title
Yasuo Ohgaki [Fri, 25 Nov 2011 02:21:01 +0000 (02:21 +0000)]
add pg_escape_identifier/pg_escape_literal
Stanislav Malyshev [Thu, 19 Apr 2012 18:37:31 +0000 (11:37 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer
Stanislav Malyshev [Thu, 19 Apr 2012 18:05:17 +0000 (11:05 -0700)]
Merge branch 'pull-request/61' into PHP-5.3
* pull-request/61:
Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer
Stanislav Malyshev [Thu, 19 Apr 2012 07:25:44 +0000 (00:25 -0700)]
fix RCs
Christopher Jones [Mon, 16 Apr 2012 20:43:41 +0000 (13:43 -0700)]
Update to 5.4.2-dev
After PHP-5.4.1 was branched, the PHP-5.4 branch should have been 5.4.2-dev.
Johannes Schlüter [Thu, 19 Apr 2012 10:48:18 +0000 (12:48 +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:
Johannes Schlüter [Thu, 19 Apr 2012 10:47:47 +0000 (12:47 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Commit generated file
Fix bug #61755 parsing bug can lead to access violations
Fix bug 61671 ext\spl\tests\fileobject_003.phpt fails
Johannes Schlüter [Thu, 19 Apr 2012 10:47:09 +0000 (12:47 +0200)]
Commit generated file
Johannes Schlüter [Thu, 19 Apr 2012 10:46:02 +0000 (12:46 +0200)]
Fix bug #61755 parsing bug can lead to access violations
Anatoliy Belsky [Thu, 19 Apr 2012 09:36:50 +0000 (11:36 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug 61671 ext\spl\tests\fileobject_003.phpt fails
Anatoliy Belsky [Thu, 19 Apr 2012 09:20:16 +0000 (11:20 +0200)]
Fix bug 61671 ext\spl\tests\fileobject_003.phpt fails
The solution was already introduced in 5.4 by Etienne Kneuss and
Pierre but wasn't merged back into 5.3 . SplFileObject should
not be used with directories. So just putting together all the
necessary pieces from 5.4
Sherif Ramadan [Thu, 19 Apr 2012 08:44:43 +0000 (04:44 -0400)]
Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer
Johannes Schlüter [Wed, 18 Apr 2012 22:30:45 +0000 (00:30 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Drop old README
Johannes Schlüter [Wed, 18 Apr 2012 22:29:24 +0000 (00:29 +0200)]
Drop old README
Johannes Schlüter [Wed, 18 Apr 2012 22:08:36 +0000 (00:08 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix slight grammar glitch (thanks Dan Brown)
Johannes Schlüter [Wed, 18 Apr 2012 22:07:40 +0000 (00:07 +0200)]
Fix slight grammar glitch (thanks Dan Brown)
Johannes Schlüter [Wed, 18 Apr 2012 20:50:21 +0000 (22:50 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Update generated file.
Ensure the SQL parser is regenerated after changes.
Johannes Schlüter [Wed, 18 Apr 2012 20:47:14 +0000 (22:47 +0200)]
Update generated file.
Johannes Schlüter [Wed, 18 Apr 2012 20:45:59 +0000 (22:45 +0200)]
Ensure the SQL parser is regenerated after changes.
Xinchen Hui [Wed, 18 Apr 2012 10:43:46 +0000 (18:43 +0800)]
Fix NEWS, the previous wrong was introduced in commit
cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b
http://git.php.net/?p=php-src.git;a=commitdiff;h=
cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b
Xinchen Hui [Wed, 18 Apr 2012 10:42:39 +0000 (18:42 +0800)]
update NEWS
Johannes Schlüter [Wed, 18 Apr 2012 10:22:27 +0000 (12:22 +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:
Fixed bug #61761 ('Overriding' a private static method with a different signature causes crash)
Yasuo Ohgaki [Tue, 17 Apr 2012 07:34:47 +0000 (16:34 +0900)]
Add NEWS
Yasuo Ohgaki [Fri, 30 Mar 2012 00:45:33 +0000 (09:45 +0900)]
Implement Request #47570 libpq's PG_VERSION should be exported to userland
Xinchen Hui [Wed, 18 Apr 2012 10:13:27 +0000 (18:13 +0800)]
Fixed bug #61761 ('Overriding' a private static method with a different signature causes crash)
Anatoliy Belsky [Mon, 16 Apr 2012 15:07:33 +0000 (17:07 +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/*
Anatoliy Belsky [Mon, 16 Apr 2012 15:06:30 +0000 (17:06 +0200)]
Fix bug 61746 Failing tests in ext/standard/tests/file/windows_links/*
Anatoliy Belsky [Mon, 16 Apr 2012 13:46:02 +0000 (15:46 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug 61720 ext\libxml\tests\bug61367-read.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:45:03 +0000 (15:45 +0200)]
Fix bug 61720 ext\libxml\tests\bug61367-read.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:40:10 +0000 (15:40 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug 61719 ext\soap\tests\bugs\bug31422.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:38:46 +0000 (15:38 +0200)]
Fix bug 61719 ext\soap\tests\bugs\bug31422.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:26:50 +0000 (15:26 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug 61718 ext\ldap\tests\ldap_set_rebind_proc_error.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:25:20 +0000 (15:25 +0200)]
Fix bug 61718 ext\ldap\tests\ldap_set_rebind_proc_error.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:21:04 +0000 (15:21 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug 61717 ext\ldap\tests\ldap_sasl_bind_basic.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:20:03 +0000 (15:20 +0200)]
Fix bug 61717 ext\ldap\tests\ldap_sasl_bind_basic.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:16:06 +0000 (15:16 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug 61716 tests\basic\021.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:14:26 +0000 (15:14 +0200)]
Fix bug 61716 tests\basic\021.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 12:39:39 +0000 (14:39 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug 61683 tests\basic\bug20539.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 12:38:16 +0000 (14:38 +0200)]
Fix bug 61683 tests\basic\bug20539.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 12:05:32 +0000 (14:05 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 12:04:29 +0000 (14:04 +0200)]
Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 11:42:52 +0000 (13:42 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug 61676 ext\tidy\tests\bug54682.phpt fails
Conflicts:
ext/tidy/tests/bug54682.phpt
Anatoliy Belsky [Mon, 16 Apr 2012 11:38:13 +0000 (13:38 +0200)]
Fix bug 61676 ext\tidy\tests\bug54682.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 11:33:03 +0000 (13:33 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug 61743 tests in ext\standard\tests\file\windows_acls\* fail
Anatoliy Belsky [Mon, 16 Apr 2012 11:30:58 +0000 (13:30 +0200)]
Fix bug 61743 tests in ext\standard\tests\file\windows_acls\* fail
Xinchen Hui [Mon, 16 Apr 2012 11:23:12 +0000 (19:23 +0800)]
change the bug summary
Xinchen Hui [Sat, 14 Apr 2012 17:16:34 +0000 (01:16 +0800)]
Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx)
Johannes Schlüter [Fri, 13 Apr 2012 22:31:00 +0000 (00:31 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Rename README.SVN-RULES to README.GIT-RULES, here, too
Johannes Schlüter [Fri, 13 Apr 2012 22:29:55 +0000 (00:29 +0200)]
Rename README.SVN-RULES to README.GIT-RULES, here, too
David Soria Parra [Fri, 13 Apr 2012 14:33:25 +0000 (16:33 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
configure.in: Check for README.GIT-RULES instead of README.SVN-RULES
Conflicts:
configure.in
David Soria Parra [Fri, 13 Apr 2012 14:32:41 +0000 (16:32 +0200)]
configure.in: Check for README.GIT-RULES instead of README.SVN-RULES
We removed the README.SVN-RULES file. Configure checks for this file.
Let's check for the new README.GIT-RULES instead.
Johannes Schlüter [Fri, 13 Apr 2012 00:15:39 +0000 (02:15 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Move and update README.SVN-RULES to README.GIT-RULES
Johannes Schlüter [Fri, 13 Apr 2012 00:12:47 +0000 (02:12 +0200)]
Move and update README.SVN-RULES to README.GIT-RULES
Xinchen Hui [Thu, 12 Apr 2012 16:11:04 +0000 (00:11 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 12 Apr 2012 16:07:07 +0000 (00:07 +0800)]
Fixed test faild
the sun_path will not be that much long:
http://pubs.opengroup.org/onlinepubs/
009695399 /basedefs/sys/un.h.html
Johannes Schlüter [Thu, 12 Apr 2012 10:02:38 +0000 (12:02 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Remove cherry-picked items for 5.3.11
Fix bug #61537 (json_encode() incorrectly truncates/discards information) and remove a test case that's now mooted by this fix.
Conflicts:
ext/json/json.c
ext/json/php_json.h
Johannes Schlüter [Thu, 12 Apr 2012 09:21:41 +0000 (11:21 +0200)]
Remove cherry-picked items for 5.3.11
Johannes Schlüter [Thu, 5 Apr 2012 16:46:52 +0000 (18:46 +0200)]
Copy default properties of internal classes for different threads
Adam Harvey [Mon, 2 Apr 2012 02:30:02 +0000 (10:30 +0800)]
Update test to fix breakage caused by the previous commit.
Adam Harvey [Mon, 2 Apr 2012 01:46:18 +0000 (09:46 +0800)]
Fix bug #61537 (json_encode() incorrectly truncates/discards information) and
remove a test case that's now mooted by this fix.