]>
granicus.if.org Git - php/log
Xinchen Hui [Sun, 11 May 2014 11:37:48 +0000 (19:37 +0800)]
Finish refactoring of MySQLi
a few tests failed due to knew issue, I will disscuss with dmitry later
Xinchen Hui [Sun, 11 May 2014 09:02:08 +0000 (17:02 +0800)]
Various bug fixes (now 17 tests fails, it is 11 in trunk)
Xinchen Hui [Sun, 11 May 2014 08:05:14 +0000 (16:05 +0800)]
Various bug fixed
Xinchen Hui [Sun, 11 May 2014 06:53:18 +0000 (14:53 +0800)]
Refactor MySQLi (incompleted, only compilable now)
Xinchen Hui [Sat, 10 May 2014 16:58:48 +0000 (00:58 +0800)]
Add support for pspell
krakjoe [Sat, 10 May 2014 09:02:33 +0000 (10:02 +0100)]
update for phpng
Xinchen Hui [Sat, 10 May 2014 03:19:21 +0000 (11:19 +0800)]
Test push (previous push didn't send mail?)
Xinchen Hui [Sat, 10 May 2014 03:09:17 +0000 (11:09 +0800)]
Added smart_string to avoid string duplicated
for now, if we want result a char * use smart_string, if zend_string
use smart_str
Xinchen Hui [Fri, 9 May 2014 16:43:02 +0000 (00:43 +0800)]
Use strpprintf
Xinchen Hui [Fri, 9 May 2014 16:21:49 +0000 (00:21 +0800)]
Added vstrpprintf strpprintf to avoid duplicate string
(the function name maybe improvement)
Xinchen Hui [Fri, 9 May 2014 15:28:21 +0000 (23:28 +0800)]
Refactor sysvsem, sysvshm, sysmsg
Nikita Popov [Fri, 9 May 2014 13:46:43 +0000 (15:46 +0200)]
Fix identical comparison of arrays with references
Also commit a test I forgot.
Nikita Popov [Fri, 9 May 2014 13:14:27 +0000 (15:14 +0200)]
Fix strtr() segfault
Nikita Popov [Fri, 9 May 2014 11:01:38 +0000 (13:01 +0200)]
Code cleanup in proc_open
Xinchen Hui [Fri, 9 May 2014 06:58:07 +0000 (14:58 +0800)]
Finish ext/curl (7 tests fails as trunk)
Xinchen Hui [Fri, 9 May 2014 06:48:39 +0000 (14:48 +0800)]
Fixed post data (long type cast matters here :<)
Xinchen Hui [Fri, 9 May 2014 06:14:09 +0000 (14:14 +0800)]
Use zend_string for better performance
Xinchen Hui [Fri, 9 May 2014 06:00:47 +0000 (14:00 +0800)]
Fixed clone refcount
Xinchen Hui [Fri, 9 May 2014 05:54:42 +0000 (13:54 +0800)]
Fixed build with high version libcurl
Xinchen Hui [Fri, 9 May 2014 04:17:09 +0000 (12:17 +0800)]
Refactoring ext/curl (only compilable now)
Nikita Popov [Thu, 8 May 2014 22:24:01 +0000 (00:24 +0200)]
Fix proc_open resource destruction
Dmitry Stogov [Thu, 8 May 2014 17:18:59 +0000 (21:18 +0400)]
Support for ext/phar (incomplete)
Xinchen Hui [Thu, 8 May 2014 15:02:53 +0000 (23:02 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Thu, 8 May 2014 14:59:17 +0000 (22:59 +0800)]
Finish bz2 (all tests passed)
Dmitry Stogov [Thu, 8 May 2014 14:30:07 +0000 (18:30 +0400)]
Support for ext/phar (incomplete)
Xinchen Hui [Thu, 8 May 2014 14:01:50 +0000 (22:01 +0800)]
There is memleak
krakjoe [Thu, 8 May 2014 12:14:19 +0000 (13:14 +0100)]
bz2 changes for phpng
krakjoe [Thu, 8 May 2014 11:29:56 +0000 (12:29 +0100)]
update skeleton
krakjoe [Thu, 8 May 2014 10:58:28 +0000 (11:58 +0100)]
Merge branch 'phpng' of git.php.net:php-src into phpng
krakjoe [Thu, 8 May 2014 10:57:35 +0000 (11:57 +0100)]
recode update for phpng
Xinchen Hui [Thu, 8 May 2014 10:34:56 +0000 (18:34 +0800)]
ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt fails in trunk as well while building with libmysql
Xinchen Hui [Thu, 8 May 2014 10:34:40 +0000 (18:34 +0800)]
Revert "ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt fails in trunk as well while building with libmysql"
This reverts commit
29b35292923596413a0fbf49890a2cbb16cbf8b4 .
Xinchen Hui [Thu, 8 May 2014 10:30:21 +0000 (18:30 +0800)]
ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt fails in trunk as well while building with libmysql
Xinchen Hui [Thu, 8 May 2014 09:03:26 +0000 (17:03 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Thu, 8 May 2014 08:11:50 +0000 (16:11 +0800)]
Fixed REFERENCE handling
Stanislav Malyshev [Thu, 8 May 2014 08:05:17 +0000 (01:05 -0700)]
don't bother with travis for now, not ready yet
Xinchen Hui [Thu, 8 May 2014 07:20:13 +0000 (15:20 +0800)]
There should been memory leaks(and don't use pointer cast)
Xinchen Hui [Thu, 8 May 2014 07:19:43 +0000 (15:19 +0800)]
Fixed bugs in pdo_mysql
Xinchen Hui [Thu, 8 May 2014 03:50:56 +0000 (11:50 +0800)]
Revert "Going to refactor mysqlnd"
This reverts commit
37d9f1e6e91856922726fb950bd3f3e88ed68efb .
Dmitry Stogov [Wed, 7 May 2014 22:48:31 +0000 (02:48 +0400)]
Fixed resource destruction
Dmitry Stogov [Wed, 7 May 2014 19:19:28 +0000 (23:19 +0400)]
We shouldn't modify strings in-place (it may be interned strings stored in SHN)
Dmitry Stogov [Wed, 7 May 2014 18:08:25 +0000 (22:08 +0400)]
Interned strings must not be modified in-place
MAKE_COPY_ZVAL() should be changed into ZVAL_DUP()
Xinchen Hui [Wed, 7 May 2014 15:34:23 +0000 (23:34 +0800)]
Going to refactor mysqlnd
Dmitry Stogov [Wed, 7 May 2014 13:58:28 +0000 (17:58 +0400)]
Fixed ext/fileinfo conversion mistakes
Dmitry Stogov [Wed, 7 May 2014 12:15:29 +0000 (16:15 +0400)]
Fixed bug introduced during conversion to "phpng"
Dmitry Stogov [Wed, 7 May 2014 11:36:01 +0000 (15:36 +0400)]
Initialize "retval"
Dmitry Stogov [Wed, 7 May 2014 11:14:41 +0000 (15:14 +0400)]
Merge branch 'phpng' of git.php.net:php-src into phpng
* 'phpng' of git.php.net:php-src:
fix exif, thnx laruence
krakjoe [Wed, 7 May 2014 11:04:04 +0000 (12:04 +0100)]
Merge branch 'phpng' of git.php.net:php-src into phpng
Dmitry Stogov [Wed, 7 May 2014 11:03:56 +0000 (15:03 +0400)]
Re-applyed Bob's patch with minor fixes
krakjoe [Wed, 7 May 2014 11:03:00 +0000 (12:03 +0100)]
fix exif, thnx laruence
Xinchen Hui [Wed, 7 May 2014 09:06:27 +0000 (17:06 +0800)]
Prefer the macro we defined
Xinchen Hui [Wed, 7 May 2014 09:01:59 +0000 (17:01 +0800)]
Rerevert previous commit to phpt by accident
Xinchen Hui [Wed, 7 May 2014 08:53:20 +0000 (16:53 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Wed, 7 May 2014 08:52:58 +0000 (16:52 +0800)]
Refactored filter
krakjoe [Wed, 7 May 2014 06:59:45 +0000 (07:59 +0100)]
phpng updates for exif
Xinchen Hui [Wed, 7 May 2014 05:50:53 +0000 (13:50 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Wed, 7 May 2014 05:50:29 +0000 (13:50 +0800)]
Refactor fileinfo
Pierre Joye [Wed, 7 May 2014 05:31:21 +0000 (07:31 +0200)]
-- missing length declaration, may have worked w/some gcc as length is not used in the macro but still need it, ifdef just make code uncertain. will get opt out anyway if not used
Xinchen Hui [Wed, 7 May 2014 04:01:07 +0000 (12:01 +0800)]
Fixed reference handling(param->parameter)
Xinchen Hui [Wed, 7 May 2014 03:00:36 +0000 (11:00 +0800)]
Refactor pdo_mysql(incompleted, some tests failed due to no mysqlnd)
Dmitry Stogov [Tue, 6 May 2014 23:26:13 +0000 (03:26 +0400)]
Reverted Bob's patch (it breaks many tests when run with opcache and needs to be fixed first).
Dmitry Stogov [Tue, 6 May 2014 21:09:42 +0000 (01:09 +0400)]
Added support for ext/openssl
Nikita Popov [Tue, 6 May 2014 20:04:58 +0000 (22:04 +0200)]
Add tests for previous commit
Nikita Popov [Tue, 6 May 2014 19:56:01 +0000 (21:56 +0200)]
Fix parse_method_params
Nikita Popov [Tue, 6 May 2014 18:32:49 +0000 (20:32 +0200)]
Fix error message in parse_method_params
Nikita Popov [Tue, 6 May 2014 18:02:26 +0000 (20:02 +0200)]
Remove dead code from ZEND_THROW
The IS_CONST case always throws an E_ERROR two lines above that,
so no need to handle it further.
Nikita Popov [Tue, 6 May 2014 18:01:19 +0000 (20:01 +0200)]
Fix throw by reference
Reported by Timm Friebe
Nikita Popov [Tue, 6 May 2014 17:03:02 +0000 (19:03 +0200)]
Sync zend_is_true with convert_to_boolean (fixes GMP test)
Nikita Popov [Tue, 6 May 2014 16:44:28 +0000 (18:44 +0200)]
Port ext/gmp (one failure)
Nikita Popov [Tue, 6 May 2014 15:41:07 +0000 (17:41 +0200)]
Fix ZTS build
Bob Weinand [Tue, 6 May 2014 16:16:12 +0000 (18:16 +0200)]
Removed now superfluous #define IS_CONSTANT_ARRAY_EX
Bob Weinand [Tue, 6 May 2014 12:59:03 +0000 (14:59 +0200)]
Re-added fix for bug #66015 and adapted for phpng branch
Dmitry Stogov [Tue, 6 May 2014 11:59:49 +0000 (15:59 +0400)]
Fixed incorrect boolean IS_FALSE/IS_TRUE handling
Dmitry Stogov [Tue, 6 May 2014 11:18:17 +0000 (15:18 +0400)]
Fixed memory leaks
Dmitry Stogov [Tue, 6 May 2014 11:03:25 +0000 (15:03 +0400)]
Fixed support for references and proper string lengths
Dmitry Stogov [Tue, 6 May 2014 10:50:54 +0000 (14:50 +0400)]
added support for ext/posix
Dmitry Stogov [Tue, 6 May 2014 10:23:56 +0000 (14:23 +0400)]
Added support for ext/pcntl (incomplete; ext/posix required to run all tests)
krakjoe [Tue, 6 May 2014 10:22:15 +0000 (11:22 +0100)]
...
krakjoe [Tue, 6 May 2014 10:21:21 +0000 (11:21 +0100)]
Merge branch 'phpng' of git.php.net:php-src into phpng
krakjoe [Tue, 6 May 2014 10:20:54 +0000 (11:20 +0100)]
fix leaks in here
Dmitry Stogov [Tue, 6 May 2014 09:26:23 +0000 (13:26 +0400)]
Added support for apache and apache2handler SAPIs (They seem slower than FastCGI)
Dmitry Stogov [Tue, 6 May 2014 08:41:27 +0000 (12:41 +0400)]
Mark all strings stored in SHM as IS_INTERNED to avoid refcounting
krakjoe [Tue, 6 May 2014 08:08:02 +0000 (09:08 +0100)]
fix for phpng, failing RFC2144 test
krakjoe [Tue, 6 May 2014 07:01:26 +0000 (08:01 +0100)]
Merge branch 'phpng' of git.php.net:php-src into phpng
krakjoe [Tue, 6 May 2014 06:54:54 +0000 (07:54 +0100)]
fix ftp for ng
Hannes Magnusson [Tue, 6 May 2014 04:45:33 +0000 (21:45 -0700)]
Fix argument, cur_method_ref->class_name is a zend_string
Dmitry Stogov [Tue, 6 May 2014 00:35:29 +0000 (04:35 +0400)]
Added comment with problem description and two soltions
Dmitry Stogov [Tue, 6 May 2014 00:06:58 +0000 (04:06 +0400)]
Fixed memory leaks
Dmitry Stogov [Mon, 5 May 2014 22:04:05 +0000 (02:04 +0400)]
Restored original EG(scope) behavior when call object methods
Dmitry Stogov [Mon, 5 May 2014 22:02:00 +0000 (02:02 +0400)]
PDO code assumes that different parts of the union alligned in special way
krakjoe [Mon, 5 May 2014 21:45:29 +0000 (22:45 +0100)]
Merge branch 'phpng' of git.php.net:php-src into phpng
Nikita Popov [Mon, 5 May 2014 19:16:49 +0000 (21:16 +0200)]
Initialize CG(one_time_string) in ZTS as well
Nikita Popov [Mon, 5 May 2014 17:56:05 +0000 (19:56 +0200)]
Fix use after free for doc_comment persist
Nikita Popov [Mon, 5 May 2014 15:43:13 +0000 (17:43 +0200)]
Fix memory error in ext/xml
Nikita Popov [Mon, 5 May 2014 15:28:22 +0000 (17:28 +0200)]
Fix ZTS
Ferenc Kovacs [Mon, 5 May 2014 14:25:38 +0000 (16:25 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
test for bug #67198
Ferenc Kovacs [Mon, 5 May 2014 14:25:15 +0000 (16:25 +0200)]
test for bug #67198
Xinchen Hui [Mon, 5 May 2014 11:52:42 +0000 (19:52 +0800)]
Fixed segfault in _xml_xmlchar_zval
Xinchen Hui [Mon, 5 May 2014 11:45:50 +0000 (19:45 +0800)]
Fixed Reference handling in xml_parse_into_struct
Xinchen Hui [Mon, 5 May 2014 10:09:15 +0000 (18:09 +0800)]
clean up