unknown
|
dabe89c6f3
|
-enable VC11 (vc2012)
|
2012-09-08 18:46:33 +02:00 |
|
Xinchen Hui
|
60ad16e11f
|
skip test properly
|
2012-08-21 22:11:22 +08:00 |
|
Anatoliy Belsky
|
92153dcfe3
|
Added test for bug #51353. It'll be skipped by default and must be
activated manually.
|
2012-08-21 13:22:00 +02:00 |
|
Reeze Xia
|
0cdc1f5626
|
Move test files to tests dir
There are 7 files duplicated, so those files was deleted
|
2012-08-21 14:32:39 +08:00 |
|
Popa Adrian Marius
|
b9a050100c
|
skip test for bug 43130 on firebird , not relevant
|
2012-08-20 16:56:37 +03:00 |
|
Felipe Pena
|
f4054afe40
|
- Value stored to var is never used
|
2012-08-19 15:09:14 -03:00 |
|
Felipe Pena
|
3dd256a67b
|
- Value stored to var is never used
|
2012-08-19 14:50:49 -03:00 |
|
Felipe Pena
|
50ab6c63a7
|
- Value stored to var is never used
|
2012-08-19 14:34:38 -03:00 |
|
Felipe Pena
|
6cd0e446dd
|
- Value stored to var is never used
|
2012-08-19 12:55:38 -03:00 |
|
Felipe Pena
|
001966c754
|
- Value stored to var is never used
|
2012-08-19 12:44:44 -03:00 |
|
Felipe Pena
|
dc1138b102
|
- Value stored to var is never read
|
2012-08-19 12:13:48 -03:00 |
|
Xinchen Hui
|
8b87c6df84
|
Update NEWS
|
2012-08-19 18:33:06 +08:00 |
|
Reeze Xia
|
46a3f25772
|
Fixed bug #62852 (Unserialize invalid DateTime causes crash)
|
2012-08-19 17:57:45 +08:00 |
|
Matt Ficken
|
1a23d42909
|
More intl tests extracted from symfony
|
2012-08-17 20:29:08 +02:00 |
|
Pierrick Charron
|
9cf0139460
|
Fixed bug #62839
curl_copy_handle segfault with CURLOPT_FILE. The refcount was incremented
before the assignement.
|
2012-08-16 14:48:44 -04:00 |
|
Antony Dovgal
|
8649e4236b
|
Fixed bug #62838
enchant_dict_quick_check() destroys zval, but fails to initialize it
|
2012-08-16 14:32:55 +04:00 |
|
Christopher Jones
|
3e0b33ed62
|
Merge branch 'skipif1' into PHP-5.3
* skipif1:
Fix skipifs
|
2012-08-14 14:12:27 -07:00 |
|
Christopher Jones
|
6524a530df
|
Fix skipifs
Skipifs were referencing an unset variable
|
2012-08-14 14:10:20 -07:00 |
|
Christopher Jones
|
8c3bf96022
|
Small test tidy up
Make some test changes so the tests can be run with the CLI webserver
|
2012-08-14 11:41:36 -07:00 |
|
Xinchen Hui
|
8848778a59
|
Merge fix e7535e06e6 to 5.3
thanks for reeze.xia@gmail.com notice this
|
2012-08-15 01:06:10 +08:00 |
|
Xinchen Hui
|
a5a409ebff
|
Fixed bug (segfault due to retval is not initialized)
|
2012-08-15 00:44:47 +08:00 |
|
Nikita Popov
|
e1c610fb44
|
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.
|
2012-08-14 17:33:38 +02:00 |
|
Xinchen Hui
|
da14cdd6f3
|
Merge branch 'skip-memory-exhaust-tests' of https://github.com/reeze/php-src into PHP-5.3
|
2012-08-14 13:58:15 +08:00 |
|
Nikita Popov
|
7aed239050
|
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).
|
2012-08-13 22:01:19 +02:00 |
|
Nikita Popov
|
9bc1af1e58
|
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).
|
2012-08-13 22:01:03 +02:00 |
|
Xinchen Hui
|
4970926e45
|
Fixed bug #62763 (register_shutdown_function and extending class)
|
2012-08-12 20:58:09 +08:00 |
|
Xinchen Hui
|
e1180b4f1a
|
Fixed bug #62795 (Zip extension version not defined)
|
2012-08-11 15:59:06 +08:00 |
|
Reeze Xia
|
0239437903
|
Skip tests reply on Zend MM turned on
Those two tests have expect memory exhausted fatal error
|
2012-08-11 00:34:37 +08:00 |
|
Xinchen Hui
|
7130887719
|
Fix test, from PR 158
|
2012-08-11 00:22:52 +08:00 |
|
Daniel Veillard
|
c4b26cc1b0
|
Update to work with libxml 2.9.0
|
2012-08-09 14:02:33 -04:00 |
|
Matt Ficken
|
ed793b2a3f
|
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.
|
2012-08-06 14:07:42 +02:00 |
|
Stanislav Malyshev
|
a239658b9e
|
fix for #62460
|
2012-08-05 20:31:08 -07:00 |
|
Reeze Xia
|
07ee764e57
|
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.
|
2012-08-05 20:22:07 -07:00 |
|
Xinchen Hui
|
228c288686
|
Fix 126 tests failed of phar when --enable-zend-multibyte
|
2012-08-05 12:40:59 +08:00 |
|
Xinchen Hui
|
f4a315fce2
|
This becomes useless, since we have set that in the INIT macro
|
2012-08-04 11:03:21 +08:00 |
|
Xinchen Hui
|
03a1fcabf3
|
Fixed bug #62744 (dangling pointers made by zend_disable_class)
the test will be added while commit the fix for #62737
|
2012-08-04 10:41:26 +08:00 |
|
Xinchen Hui
|
49b202f2cf
|
Fixed bug that can not get default value of parameter if it's not optional
|
2012-08-02 22:16:46 +08:00 |
|
Xinchen Hui
|
2b6ac9e1a0
|
Fix test, wrong exepct rule used
|
2012-08-02 19:31:34 +08:00 |
|
Xinchen Hui
|
9a690859f6
|
fix test due to float value
|
2012-08-02 19:14:06 +08:00 |
|
Xinchen Hui
|
cd896d69d9
|
Fixed bug #62685 (Wrong return datatype in PDO::inTransaction())
|
2012-08-02 12:52:11 +08:00 |
|
Xinchen Hui
|
433089ccb4
|
Fixed bug #62716 (munmap() is called with the incorrect length)
|
2012-08-02 12:30:07 +08:00 |
|
Xinchen Hui
|
10642aa9e4
|
Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)
|
2012-08-01 20:23:30 +08:00 |
|
Xinchen Hui
|
645f84e41b
|
Test for bug #62680
|
2012-07-31 10:49:13 +08:00 |
|
Gustavo André dos Santos Lopes
|
7e3e1837c8
|
Limit test to ICU 49
|
2012-07-30 10:27:41 +02:00 |
|
Gustavo André dos Santos Lopes
|
9762609cec
|
Remove executable bit from files
|
2012-07-30 10:25:17 +02:00 |
|
Xinchen Hui
|
f419d614ba
|
Sike test while there is no zend mm max_size guard
|
2012-07-29 14:30:01 +08:00 |
|
Xinchen Hui
|
880a6cee00
|
Skip test while zend mm is disabled
|
2012-07-29 13:25:31 +08:00 |
|
Xinchen Hui
|
14cebefb05
|
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
|
2012-07-29 12:18:07 +08:00 |
|
Xinchen Hui
|
015ee3b2c8
|
Skip test while zend_mm is disabled
|
2012-07-29 12:17:43 +08:00 |
|
Felipe Pena
|
068fc008c6
|
- Fixed bug #57933 (Wrong table type used in phpinfo output) patch by: selsky at columbia dot edu
|
2012-07-28 19:05:13 -03:00 |
|