]>
granicus.if.org Git - php/log
Christopher Jones [Wed, 26 Sep 2012 23:31:14 +0000 (16:31 -0700)]
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
* 'PHP-5.3' of https://git.php.net/repository/php-src:
Correct the test summary
Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo)
Avoid calling select if maxfd returned by curl_multi_fdset is -1
Fixed bug #63111 (is_callable() lies for abstract static method)
updated lib versions
Xinchen Hui [Mon, 24 Sep 2012 11:46:40 +0000 (19:46 +0800)]
Correct the test summary
Xinchen Hui [Sun, 23 Sep 2012 14:59:31 +0000 (22:59 +0800)]
Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo)
Cherry pick to 5.3
Pierrick Charron [Sat, 22 Sep 2012 14:15:40 +0000 (10:15 -0400)]
Avoid calling select if maxfd returned by curl_multi_fdset is -1
As per libcurl documentation :
When libcurl returns -1 in max_fd, it is because libcurl currently
does something that isn't possible for your application to monitor
with a socket and unfortunately you can then not know exactly when
the current action is completed using select().
Dmitry Stogov [Fri, 21 Sep 2012 11:17:21 +0000 (15:17 +0400)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
* 'PHP-5.3' of git.php.net:php-src:
updated lib versions
Dmitry Stogov [Fri, 21 Sep 2012 09:07:14 +0000 (13:07 +0400)]
Fixed bug #63111 (is_callable() lies for abstract static method)
Anatoliy Belsky [Fri, 21 Sep 2012 07:57:22 +0000 (09:57 +0200)]
updated lib versions
Christopher Jones [Thu, 20 Sep 2012 00:09:21 +0000 (17:09 -0700)]
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
* 'PHP-5.3' of https://git.php.net/repository/php-src:
Fixed bug #61442 (exception threw in __autoload can not be catched)
Xinchen Hui [Wed, 19 Sep 2012 11:40:59 +0000 (19:40 +0800)]
Fixed bug #61442 (exception threw in __autoload can not be catched)
Christopher Jones [Wed, 19 Sep 2012 01:31:05 +0000 (18:31 -0700)]
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
* 'PHP-5.3' of https://git.php.net/repository/php-src:
updated libary versions
split tests for the new zlib version on win
Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken)
Anatoliy Belsky [Tue, 18 Sep 2012 08:18:26 +0000 (10:18 +0200)]
updated libary versions
Anatoliy Belsky [Tue, 18 Sep 2012 07:59:49 +0000 (09:59 +0200)]
split tests for the new zlib version on win
Xinchen Hui [Tue, 18 Sep 2012 02:46:58 +0000 (10:46 +0800)]
Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken)
Christopher Jones [Tue, 18 Sep 2012 00:10:53 +0000 (17:10 -0700)]
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
* 'PHP-5.3' of https://git.php.net/repository/php-src:
test should fail
Xinchen Hui [Mon, 17 Sep 2012 03:20:24 +0000 (11:20 +0800)]
test should fail
Christopher Jones [Mon, 17 Sep 2012 01:37:25 +0000 (18:37 -0700)]
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
* 'PHP-5.3' of https://git.php.net/repository/php-src:
Fixed bug #63093 (Segfault while load extension failed in zts-build).
Add XFAIL test for bug #62852
Revert "Fixed bug #62852 (Unserialize invalid DateTime causes crash)"
Xinchen Hui [Sat, 15 Sep 2012 03:50:16 +0000 (11:50 +0800)]
Fixed bug #63093 (Segfault while load extension failed in zts-build).
Xinchen Hui [Sat, 15 Sep 2012 03:29:47 +0000 (11:29 +0800)]
Add XFAIL test for bug #62852
Xinchen Hui [Sat, 15 Sep 2012 03:26:21 +0000 (11:26 +0800)]
Revert "Fixed bug #62852 (Unserialize invalid DateTime causes crash)"
see: http://news.php.net/php.bugs/173451
This reverts commit
46a3f257724df7b85cc8c3e6374c36ed9ee783b4 .
Christopher Jones [Fri, 14 Sep 2012 05:43:37 +0000 (22:43 -0700)]
Merge branch 'bug60901' into PHP-5.3
* bug60901:
Change package.xml fix description
Fixed bug #60901 (Improve "tail" syntax for AIX installation)
Christopher Jones [Fri, 14 Sep 2012 05:43:10 +0000 (22:43 -0700)]
Change package.xml fix description
Christopher Jones [Fri, 14 Sep 2012 05:40:55 +0000 (22:40 -0700)]
Fixed bug #60901 (Improve "tail" syntax for AIX installation)
Johannes Schlüter [Thu, 13 Sep 2012 21:08:30 +0000 (23:08 +0200)]
This will become 5.3.18
David Soria Parra [Thu, 13 Sep 2012 18:19:23 +0000 (20:19 +0200)]
Update RELEASE PROCESS
Some parts of the release process are outdated, not needed anymore
or still reference cvs.
Johannes Schlüter [Wed, 12 Sep 2012 21:35:05 +0000 (23:35 +0200)]
fix NEWS after releses
Adam Harvey [Mon, 10 Sep 2012 02:05:15 +0000 (10:05 +0800)]
Fix doc bug #63032 (Number of release in documentation).
Also add a bonus grammar fix.
Dmitry Stogov [Thu, 6 Sep 2012 07:26:40 +0000 (11:26 +0400)]
- Fixed bug #61767 (Shutdown functions not called in certain error situation)
- Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function)
Xinchen Hui [Wed, 5 Sep 2012 15:47:21 +0000 (23:47 +0800)]
year++
missed the .re files in 5.3
Xinchen Hui [Wed, 5 Sep 2012 15:41:42 +0000 (23:41 +0800)]
Correct PHP version
Xinchen Hui [Wed, 5 Sep 2012 15:08:05 +0000 (23:08 +0800)]
year++
Dmitry Stogov [Mon, 3 Sep 2012 07:49:58 +0000 (11:49 +0400)]
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
Dmitry Stogov [Mon, 3 Sep 2012 07:46:47 +0000 (11:46 +0400)]
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
Xinchen Hui [Sat, 1 Sep 2012 06:17:39 +0000 (14:17 +0800)]
Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables)
The get_zval_ptr_ptr of spl_array handler should act as same as the vm's
Xinchen Hui [Fri, 31 Aug 2012 03:22:43 +0000 (11:22 +0800)]
Fixed bug #62976 (Notice: could not be converted to int when comparing some builtin classes)
Felipe Pena [Thu, 30 Aug 2012 12:33:35 +0000 (09:33 -0300)]
- BFN
Felipe Pena [Thu, 30 Aug 2012 12:32:13 +0000 (09:32 -0300)]
- Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry)
Gustavo Lopes [Sun, 26 Aug 2012 21:37:09 +0000 (23:37 +0200)]
Fixed defective cloning in ext/intl classes
See also bug #62915
Cherry picked from
886a50a (I forgot about 5.3)
Conflicts:
ext/intl/spoofchecker/spoofchecker_class.c
ext/intl/transliterator/transliterator_class.c
Xinchen Hui [Sat, 25 Aug 2012 13:47:53 +0000 (21:47 +0800)]
Fixed bug (segfault while build with zts and GOTO vm-kind)
Xinchen Hui [Fri, 24 Aug 2012 10:21:49 +0000 (18:21 +0800)]
better fix
Xinchen Hui [Fri, 24 Aug 2012 10:18:38 +0000 (18:18 +0800)]
Fix test
Xinchen Hui [Thu, 23 Aug 2012 15:27:16 +0000 (23:27 +0800)]
Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)
Anatoliy Belsky [Thu, 23 Aug 2012 11:32:06 +0000 (13:32 +0200)]
ZTS fix introduced by Felipe must also go into 5.3
Philip Olson [Thu, 23 Aug 2012 06:33:29 +0000 (23:33 -0700)]
Updated INSTALL. Generated from the XML Docs.
Gustavo Lopes [Wed, 22 Aug 2012 21:04:46 +0000 (23:04 +0200)]
Update NEWS given
a5d0c1e2
Gustavo Lopes [Tue, 21 Aug 2012 21:21:59 +0000 (23:21 +0200)]
Fix handling of several uinitialized intl objects
Xinchen Hui [Wed, 22 Aug 2012 05:41:47 +0000 (13:41 +0800)]
Fixed bug #62885 (mysqli_poll - Segmentation fault)
Felipe Pena [Tue, 21 Aug 2012 23:15:34 +0000 (20:15 -0300)]
- Removed PHP 6 checks
Xinchen Hui [Tue, 21 Aug 2012 14:11:11 +0000 (22:11 +0800)]
skip test properly
Anatoliy Belsky [Tue, 21 Aug 2012 11:22:00 +0000 (13:22 +0200)]
Added test for bug #51353. It'll be skipped by default and must be
activated manually.
Reeze Xia [Tue, 21 Aug 2012 06:32:39 +0000 (14:32 +0800)]
Move test files to tests dir
There are 7 files duplicated, so those files was deleted
Popa Adrian Marius [Mon, 20 Aug 2012 13:56:37 +0000 (16:56 +0300)]
skip test for bug 43130 on firebird , not relevant
Felipe Pena [Sun, 19 Aug 2012 18:09:14 +0000 (15:09 -0300)]
- Value stored to var is never used
Felipe Pena [Sun, 19 Aug 2012 17:50:49 +0000 (14:50 -0300)]
- Value stored to var is never used
Felipe Pena [Sun, 19 Aug 2012 17:34:38 +0000 (14:34 -0300)]
- Value stored to var is never used
Felipe Pena [Sun, 19 Aug 2012 15:55:38 +0000 (12:55 -0300)]
- Value stored to var is never used
Felipe Pena [Sun, 19 Aug 2012 15:44:44 +0000 (12:44 -0300)]
- Value stored to var is never used
Felipe Pena [Sun, 19 Aug 2012 15:13:48 +0000 (12:13 -0300)]
- Value stored to var is never read
Xinchen Hui [Sun, 19 Aug 2012 10:33:06 +0000 (18:33 +0800)]
Update NEWS
Reeze Xia [Sun, 19 Aug 2012 09:57:45 +0000 (17:57 +0800)]
Fixed bug #62852 (Unserialize invalid DateTime causes crash)
Matt Ficken [Fri, 17 Aug 2012 18:29:08 +0000 (20:29 +0200)]
More intl tests extracted from symfony
Pierrick Charron [Thu, 16 Aug 2012 18:48:44 +0000 (14:48 -0400)]
Fixed bug #62839
curl_copy_handle segfault with CURLOPT_FILE. The refcount was incremented
before the assignement.
Antony Dovgal [Thu, 16 Aug 2012 10:32:55 +0000 (14:32 +0400)]
Fixed bug #62838
enchant_dict_quick_check() destroys zval, but fails to initialize it
Christopher Jones [Tue, 14 Aug 2012 21:12:27 +0000 (14:12 -0700)]
Merge branch 'skipif1' into PHP-5.3
* skipif1:
Fix skipifs
Christopher Jones [Tue, 14 Aug 2012 21:10:20 +0000 (14:10 -0700)]
Fix skipifs
Skipifs were referencing an unset variable
Christopher Jones [Tue, 14 Aug 2012 18:41:36 +0000 (11:41 -0700)]
Small test tidy up
Make some test changes so the tests can be run with the CLI webserver
Xinchen Hui [Tue, 14 Aug 2012 17:06:10 +0000 (01:06 +0800)]
Merge fix
e7535e06e63104ccc0c90c4425b6c2541aa3c939 to 5.3
thanks for reeze.xia@gmail.com notice this
Xinchen Hui [Tue, 14 Aug 2012 16:44:47 +0000 (00:44 +0800)]
Fixed bug (segfault due to retval is not initialized)
Nikita Popov [Tue, 14 Aug 2012 15:33:38 +0000 (17:33 +0200)]
Fix exif test failure
There are two slightly different error messages for invalid pointers, so
make the pattern slightly less strict to account for both.
Xinchen Hui [Tue, 14 Aug 2012 05:58:15 +0000 (13:58 +0800)]
Merge branch 'skip-memory-exhaust-tests' of https://github.com/reeze/php-src into PHP-5.3
Nikita Popov [Mon, 13 Aug 2012 19:46:15 +0000 (21:46 +0200)]
Ask for less random data in mcrypt_create_iv
Otherwise the RNG blocks and the test takes a lot of time to run (and
occasionally fails).
Nikita Popov [Mon, 13 Aug 2012 19:44:50 +0000 (21:44 +0200)]
Rename mcrypt_cbf -> mcrypt_cfb
Also fix ECB -> CFB in the initialization vector size call (not that it
makes a difference, they have the same size).
Xinchen Hui [Sun, 12 Aug 2012 12:58:09 +0000 (20:58 +0800)]
Fixed bug #62763 (register_shutdown_function and extending class)
Xinchen Hui [Sat, 11 Aug 2012 07:59:06 +0000 (15:59 +0800)]
Fixed bug #62795 (Zip extension version not defined)
Reeze Xia [Fri, 10 Aug 2012 16:34:37 +0000 (00:34 +0800)]
Skip tests reply on Zend MM turned on
Those two tests have expect memory exhausted fatal error
Xinchen Hui [Fri, 10 Aug 2012 16:22:52 +0000 (00:22 +0800)]
Fix test, from PR 158
Daniel Veillard [Thu, 9 Aug 2012 18:02:33 +0000 (14:02 -0400)]
Update to work with libxml 2.9.0
Matt Ficken [Mon, 6 Aug 2012 12:07:42 +0000 (14:07 +0200)]
Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too.
Stanislav Malyshev [Mon, 6 Aug 2012 03:31:08 +0000 (20:31 -0700)]
fix for #62460
Reeze Xia [Wed, 18 Jul 2012 16:27:34 +0000 (00:27 +0800)]
Fixed bug #62460 (php binaries installed as binary.dSYM)
See http://marc.info/?l=php-cvs&m=
125961714419896
Mac OS X 10.7&10.8 affected too.
Xinchen Hui [Sun, 5 Aug 2012 04:40:59 +0000 (12:40 +0800)]
Fix 126 tests failed of phar when --enable-zend-multibyte
Xinchen Hui [Sat, 4 Aug 2012 03:03:21 +0000 (11:03 +0800)]
This becomes useless, since we have set that in the INIT macro
Xinchen Hui [Sat, 4 Aug 2012 02:41:26 +0000 (10:41 +0800)]
Fixed bug #62744 (dangling pointers made by zend_disable_class)
the test will be added while commit the fix for #62737
Xinchen Hui [Thu, 2 Aug 2012 14:16:46 +0000 (22:16 +0800)]
Fixed bug that can not get default value of parameter if it's not `optional`
Xinchen Hui [Thu, 2 Aug 2012 11:31:34 +0000 (19:31 +0800)]
Fix test, wrong exepct rule used
Xinchen Hui [Thu, 2 Aug 2012 11:14:06 +0000 (19:14 +0800)]
fix test due to float value
Xinchen Hui [Thu, 2 Aug 2012 04:52:11 +0000 (12:52 +0800)]
Fixed bug #62685 (Wrong return datatype in PDO::inTransaction())
Xinchen Hui [Thu, 2 Aug 2012 04:30:07 +0000 (12:30 +0800)]
Fixed bug #62716 (munmap() is called with the incorrect length)
Xinchen Hui [Wed, 1 Aug 2012 12:23:30 +0000 (20:23 +0800)]
Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)
Xinchen Hui [Tue, 31 Jul 2012 02:49:13 +0000 (10:49 +0800)]
Test for bug #62680
Gustavo André dos Santos Lopes [Mon, 30 Jul 2012 08:27:41 +0000 (10:27 +0200)]
Limit test to ICU 49
Gustavo André dos Santos Lopes [Mon, 30 Jul 2012 08:25:17 +0000 (10:25 +0200)]
Remove executable bit from files
Xinchen Hui [Sun, 29 Jul 2012 06:30:01 +0000 (14:30 +0800)]
Sike test while there is no zend mm max_size guard
Xinchen Hui [Sun, 29 Jul 2012 05:25:31 +0000 (13:25 +0800)]
Skip test while zend mm is disabled
Xinchen Hui [Sun, 29 Jul 2012 04:18:07 +0000 (12:18 +0800)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
Xinchen Hui [Sun, 29 Jul 2012 04:17:43 +0000 (12:17 +0800)]
Skip test while zend_mm is disabled
Felipe Pena [Sat, 28 Jul 2012 22:05:13 +0000 (19:05 -0300)]
- Fixed bug #57933 (Wrong table type used in phpinfo output) patch by: selsky at columbia dot edu
Xinchen Hui [Sat, 28 Jul 2012 09:00:05 +0000 (17:00 +0800)]
Fixed bug #60194 for eavl
same reason here
Xinchen Hui [Fri, 27 Jul 2012 16:50:45 +0000 (00:50 +0800)]
Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK with run-test.php)
It's not a big deal, just because lexer will read the char after cursor before leaving
Rasmus Lerdorf [Tue, 24 Jul 2012 23:28:49 +0000 (16:28 -0700)]
Fix bug #62654
Johannes Schlüter [Sun, 22 Jul 2012 20:45:39 +0000 (22:45 +0200)]
merge 5.3.15 NEWS