Dmitry Stogov
|
449ea00a48
|
Fixed ext/fileinfo conversion mistakes
|
2014-05-07 17:58:28 +04:00 |
|
Dmitry Stogov
|
e75f2d1f76
|
Fixed bug introduced during conversion to "phpng"
|
2014-05-07 16:15:29 +04:00 |
|
Dmitry Stogov
|
b54dcab377
|
Initialize "retval"
|
2014-05-07 15:36:01 +04:00 |
|
Dmitry Stogov
|
d5831bfa12
|
Merge branch 'phpng' of git.php.net:php-src into phpng
* 'phpng' of git.php.net:php-src:
fix exif, thnx laruence
|
2014-05-07 15:14:41 +04:00 |
|
krakjoe
|
1f9ecf42b6
|
Merge branch 'phpng' of git.php.net:php-src into phpng
|
2014-05-07 12:04:04 +01:00 |
|
Dmitry Stogov
|
0c6a6f0fba
|
Re-applyed Bob's patch with minor fixes
|
2014-05-07 15:03:56 +04:00 |
|
krakjoe
|
6cab75aaa4
|
fix exif, thnx laruence
|
2014-05-07 12:03:00 +01:00 |
|
Xinchen Hui
|
e3a0809655
|
Rerevert previous commit to phpt by accident
|
2014-05-07 17:01:59 +08:00 |
|
Xinchen Hui
|
ea26b820e1
|
Merge branch 'phpng' of git.php.net:php-src into phpng
|
2014-05-07 16:53:20 +08:00 |
|
Xinchen Hui
|
ed5b6af8af
|
Refactored filter
|
2014-05-07 16:52:58 +08:00 |
|
krakjoe
|
0a134d1a3a
|
phpng updates for exif
|
2014-05-07 07:59:45 +01:00 |
|
Xinchen Hui
|
9ef21b7606
|
Refactor fileinfo
|
2014-05-07 13:50:29 +08:00 |
|
Xinchen Hui
|
478a8b2ebb
|
Fixed reference handling(param->parameter)
|
2014-05-07 12:01:07 +08:00 |
|
Xinchen Hui
|
2d0c9690de
|
Refactor pdo_mysql(incompleted, some tests failed due to no mysqlnd)
|
2014-05-07 11:00:36 +08:00 |
|
Dmitry Stogov
|
4ecc527976
|
Reverted Bob's patch (it breaks many tests when run with opcache and needs to be fixed first).
|
2014-05-07 03:26:13 +04:00 |
|
Dmitry Stogov
|
424aebbf36
|
Added support for ext/openssl
|
2014-05-07 01:09:42 +04:00 |
|
Nikita Popov
|
a9ba7a6779
|
Add tests for previous commit
|
2014-05-06 22:04:58 +02:00 |
|
Nikita Popov
|
4c5b5d7201
|
Port ext/gmp (one failure)
|
2014-05-06 19:03:48 +02:00 |
|
Bob Weinand
|
f3c1881f1d
|
Re-added fix for bug #66015 and adapted for phpng branch
|
2014-05-06 14:59:03 +02:00 |
|
Dmitry Stogov
|
485a60414d
|
Fixed incorrect boolean IS_FALSE/IS_TRUE handling
|
2014-05-06 15:59:49 +04:00 |
|
Dmitry Stogov
|
ebe024fd78
|
Fixed memory leaks
|
2014-05-06 15:18:17 +04:00 |
|
Dmitry Stogov
|
70a5e0e429
|
Fixed support for references and proper string lengths
|
2014-05-06 15:03:25 +04:00 |
|
Dmitry Stogov
|
6f5a0df570
|
added support for ext/posix
|
2014-05-06 14:50:54 +04:00 |
|
Dmitry Stogov
|
53b5de1e64
|
Added support for ext/pcntl (incomplete; ext/posix required to run all tests)
|
2014-05-06 14:23:56 +04:00 |
|
krakjoe
|
b2fe1c1648
|
...
|
2014-05-06 11:22:15 +01:00 |
|
krakjoe
|
ff9597a238
|
Merge branch 'phpng' of git.php.net:php-src into phpng
|
2014-05-06 11:21:21 +01:00 |
|
krakjoe
|
7f32ffbf89
|
fix leaks in here
|
2014-05-06 11:20:54 +01:00 |
|
Dmitry Stogov
|
0ea615fd10
|
Mark all strings stored in SHM as IS_INTERNED to avoid refcounting
|
2014-05-06 12:41:27 +04:00 |
|
krakjoe
|
4187be99fe
|
fix for phpng, failing RFC2144 test
|
2014-05-06 09:08:02 +01:00 |
|
krakjoe
|
362e1db428
|
Merge branch 'phpng' of git.php.net:php-src into phpng
|
2014-05-06 08:01:26 +01:00 |
|
krakjoe
|
360962ea29
|
fix ftp for ng
|
2014-05-06 07:54:54 +01:00 |
|
Dmitry Stogov
|
8915ad69fb
|
Fixed memory leaks
|
2014-05-06 04:06:58 +04:00 |
|
Dmitry Stogov
|
1606a9a36a
|
PDO code assumes that different parts of the union alligned in special way
|
2014-05-06 02:02:00 +04:00 |
|
Nikita Popov
|
211d32c814
|
Initialize CG(one_time_string) in ZTS as well
|
2014-05-05 22:21:57 +02:00 |
|
Nikita Popov
|
b9438a1ec7
|
Fix use after free for doc_comment persist
|
2014-05-05 19:56:05 +02:00 |
|
Nikita Popov
|
592aa37f67
|
Fix memory error in ext/xml
|
2014-05-05 17:43:13 +02:00 |
|
Nikita Popov
|
4d22be992c
|
Fix ZTS
|
2014-05-05 17:28:22 +02:00 |
|
Xinchen Hui
|
a636c4c03f
|
Fixed segfault in _xml_xmlchar_zval
|
2014-05-05 19:52:42 +08:00 |
|
Xinchen Hui
|
fa6f6c8807
|
Fixed Reference handling in xml_parse_into_struct
|
2014-05-05 19:45:50 +08:00 |
|
Xinchen Hui
|
c73c6526ef
|
clean up
|
2014-05-05 18:09:15 +08:00 |
|
Xinchen Hui
|
39c521c056
|
Finish Zip (all tests pass)
|
2014-05-05 17:48:49 +08:00 |
|
Xinchen Hui
|
356824df4c
|
Romove unnecessary proxy macro
|
2014-05-05 17:44:07 +08:00 |
|
Dmitry Stogov
|
cd4b4dfc4d
|
Merge branch 'master' into refactoring2
Conflicts:
Zend/zend_hash.c
ext/date/php_date.c
|
2014-05-05 13:02:43 +04:00 |
|
Xinchen Hui
|
72f46a34b8
|
Refactor zlib (all tests pass)
|
2014-05-05 15:52:09 +08:00 |
|
Xinchen Hui
|
f7ee17d9f7
|
Refactor gettext
|
2014-05-05 14:32:32 +08:00 |
|
Xinchen Hui
|
fee9d4cafd
|
Refactor bcmath
|
2014-05-05 14:26:23 +08:00 |
|
Xinchen Hui
|
7e3989f301
|
Fixed memory leak in prop_handlers registering
|
2014-05-05 14:04:52 +08:00 |
|
Xinchen Hui
|
cd00ea9993
|
Port iconv (all tests passes)
|
2014-05-05 13:58:23 +08:00 |
|
Xinchen Hui
|
ea33fbd833
|
Don't use this (keyword)
|
2014-05-05 10:56:18 +08:00 |
|
Xinchen Hui
|
bea30846bb
|
Refactor Zip (1 test failed)
|
2014-05-05 10:49:27 +08:00 |
|