]>
granicus.if.org Git - php/log
Pierre Joye [Wed, 14 May 2014 18:05:54 +0000 (20:05 +0200)]
ptr needed here
Pierre Joye [Tue, 13 May 2014 06:11:44 +0000 (08:11 +0200)]
hash keys now use actual string length without leading zero
Pierre Joye [Tue, 13 May 2014 06:08:25 +0000 (08:08 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng
# By Xinchen Hui
# Via Xinchen Hui
* 'phpng' of git.php.net:php-src:
Save one type checking if the type is already string
This should be removed too
Remove zval **
Xinchen Hui [Tue, 13 May 2014 06:05:28 +0000 (14:05 +0800)]
Save one type checking if the type is already string
Xinchen Hui [Tue, 13 May 2014 05:55:51 +0000 (13:55 +0800)]
This should be removed too
Xinchen Hui [Tue, 13 May 2014 05:45:24 +0000 (13:45 +0800)]
Remove zval **
Pierre Joye [Tue, 13 May 2014 05:06:27 +0000 (07:06 +0200)]
port dns_win32
Pierre Joye [Tue, 13 May 2014 04:51:45 +0000 (06:51 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng
# By Dmitry Stogov (5) and others
# Via Xinchen Hui (3) and Dmitry Stogov (1)
* 'phpng' of git.php.net:php-src:
restore unexpected commit
Convert to unpacked before deleting elements
- Fixed ZTS build
Fix memory error in spl_directory.c
Fix spl_directory cast_object, reenable error
Support for ext/phar (all tests passed)
ext/phar support (incomplete)
Fixed double free (xmlrpc is done, 1 test failed due to knew issue)
Fixed typo
Refactoring ext/xmlrpc (incompleted)
Removed error message that breaks phar
ext/phar support (incomplete)
Refactor ext/gd (all tests passes)
Fixed wrong buffer length (added place for terminating zero)
Pierre Joye [Tue, 13 May 2014 04:51:11 +0000 (06:51 +0200)]
port sendmail to windwos (untested yet)
Pierre Joye [Tue, 13 May 2014 04:50:20 +0000 (06:50 +0200)]
port proc_open to windows (untested yet)
Xinchen Hui [Tue, 13 May 2014 04:25:03 +0000 (12:25 +0800)]
restore unexpected commit
Xinchen Hui [Tue, 13 May 2014 04:23:58 +0000 (12:23 +0800)]
Merge branch 'phpng-hash-str-del-fix' of https://github.com/datibbaw/php-src into phpng
Tjerk Meesters [Tue, 13 May 2014 01:42:12 +0000 (09:42 +0800)]
Convert to unpacked before deleting elements
Return FAILURE immediately if a string index removal is attempted.
Moved condition higher up
Felipe Pena [Tue, 13 May 2014 03:34:10 +0000 (00:34 -0300)]
- Fixed ZTS build
Nikita Popov [Mon, 12 May 2014 19:35:39 +0000 (21:35 +0200)]
Fix memory error in spl_directory.c
Nikita Popov [Mon, 12 May 2014 18:44:30 +0000 (20:44 +0200)]
Fix spl_directory cast_object, reenable error
Dmitry Stogov [Mon, 12 May 2014 18:28:31 +0000 (22:28 +0400)]
Support for ext/phar (all tests passed)
Dmitry Stogov [Mon, 12 May 2014 12:43:41 +0000 (16:43 +0400)]
Merge branch 'phpng' of git.php.net:php-src into phpng
* 'phpng' of git.php.net:php-src:
Fixed double free (xmlrpc is done, 1 test failed due to knew issue)
Fixed typo
Refactoring ext/xmlrpc (incompleted)
Dmitry Stogov [Mon, 12 May 2014 12:43:18 +0000 (16:43 +0400)]
ext/phar support (incomplete)
Xinchen Hui [Mon, 12 May 2014 12:39:52 +0000 (20:39 +0800)]
Fixed double free (xmlrpc is done, 1 test failed due to knew issue)
Xinchen Hui [Mon, 12 May 2014 11:57:04 +0000 (19:57 +0800)]
Fixed typo
Xinchen Hui [Mon, 12 May 2014 11:28:06 +0000 (19:28 +0800)]
Refactoring ext/xmlrpc (incompleted)
Dmitry Stogov [Mon, 12 May 2014 10:03:10 +0000 (14:03 +0400)]
Removed error message that breaks phar
Dmitry Stogov [Mon, 12 May 2014 09:31:38 +0000 (13:31 +0400)]
ext/phar support (incomplete)
Xinchen Hui [Mon, 12 May 2014 07:55:48 +0000 (15:55 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Mon, 12 May 2014 07:53:35 +0000 (15:53 +0800)]
Refactor ext/gd (all tests passes)
Dmitry Stogov [Mon, 12 May 2014 07:17:12 +0000 (11:17 +0400)]
Fixed wrong buffer length (added place for terminating zero)
Pierre Joye [Mon, 12 May 2014 04:46:59 +0000 (06:46 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng
# By Xinchen Hui
# Via Xinchen Hui
* 'phpng' of git.php.net:php-src:
Fixed reference handling
Fixed IS_INDRICT handling
Fixed fields handling
Refactoring wddx (incompleted, is there any one use it? )
Finish refactoring of MySQLi
Various bug fixes (now 17 tests fails, it is 11 in trunk)
Various bug fixed
Xinchen Hui [Mon, 12 May 2014 03:39:55 +0000 (11:39 +0800)]
Fixed reference handling
Xinchen Hui [Mon, 12 May 2014 02:52:37 +0000 (10:52 +0800)]
Fixed IS_INDRICT handling
Xinchen Hui [Mon, 12 May 2014 02:46:19 +0000 (10:46 +0800)]
Fixed fields handling
Xinchen Hui [Sun, 11 May 2014 14:04:45 +0000 (22:04 +0800)]
Refactoring wddx (incompleted, is there any one use it? )
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
Pierre Joye [Sun, 11 May 2014 06:55:10 +0000 (08:55 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng
# By Xinchen Hui (27) and others
# Via Xinchen Hui (5) and others
* 'phpng' of git.php.net:php-src: (47 commits)
Refactor MySQLi (incompleted, only compilable now)
Add support for pspell
update for phpng
Test push (previous push didn't send mail?)
Added smart_string to avoid string duplicated
Use strpprintf
Added vstrpprintf strpprintf to avoid duplicate string
Refactor sysvsem, sysvshm, sysmsg
Fix identical comparison of arrays with references
Fix strtr() segfault
Code cleanup in proc_open
Finish ext/curl (7 tests fails as trunk)
Fixed post data (long type cast matters here :<)
Use zend_string for better performance
Fixed clone refcount
Fixed build with high version libcurl
Refactoring ext/curl (only compilable now)
Fix proc_open resource destruction
Support for ext/phar (incomplete)
Finish bz2 (all tests passed)
...
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
Pierre Joye [Wed, 7 May 2014 09:17:03 +0000 (11:17 +0200)]
typo in var name
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.