]> granicus.if.org Git - php/log
php
11 years agoRefactor ext/gd (all tests passes)
Xinchen Hui [Mon, 12 May 2014 07:53:35 +0000 (15:53 +0800)]
Refactor ext/gd (all tests passes)

11 years agoFixed reference handling
Xinchen Hui [Mon, 12 May 2014 03:39:55 +0000 (11:39 +0800)]
Fixed reference handling

11 years agoFixed IS_INDRICT handling
Xinchen Hui [Mon, 12 May 2014 02:52:37 +0000 (10:52 +0800)]
Fixed IS_INDRICT handling

11 years agoFixed fields handling
Xinchen Hui [Mon, 12 May 2014 02:46:19 +0000 (10:46 +0800)]
Fixed fields handling

11 years agoRefactoring wddx (incompleted, is there any one use it? )
Xinchen Hui [Sun, 11 May 2014 14:04:45 +0000 (22:04 +0800)]
Refactoring wddx (incompleted, is there any one use it? )

11 years agoFinish refactoring of MySQLi
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

11 years agoVarious bug fixes (now 17 tests fails, it is 11 in trunk)
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)

11 years agoVarious bug fixed
Xinchen Hui [Sun, 11 May 2014 08:05:14 +0000 (16:05 +0800)]
Various bug fixed

11 years agoRefactor MySQLi (incompleted, only compilable now)
Xinchen Hui [Sun, 11 May 2014 06:53:18 +0000 (14:53 +0800)]
Refactor MySQLi (incompleted, only compilable now)

11 years agoAdd support for pspell
Xinchen Hui [Sat, 10 May 2014 16:58:48 +0000 (00:58 +0800)]
Add support for pspell

11 years agoupdate for phpng
krakjoe [Sat, 10 May 2014 09:02:33 +0000 (10:02 +0100)]
update for phpng

11 years agoTest push (previous push didn't send mail?)
Xinchen Hui [Sat, 10 May 2014 03:19:21 +0000 (11:19 +0800)]
Test push (previous push didn't send mail?)

11 years agoAdded smart_string to avoid string duplicated
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

11 years agoUse strpprintf
Xinchen Hui [Fri, 9 May 2014 16:43:02 +0000 (00:43 +0800)]
Use strpprintf

11 years agoAdded vstrpprintf strpprintf to avoid duplicate string
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)

11 years agoRefactor sysvsem, sysvshm, sysmsg
Xinchen Hui [Fri, 9 May 2014 15:28:21 +0000 (23:28 +0800)]
Refactor sysvsem, sysvshm, sysmsg

11 years agoFix identical comparison of arrays with references
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.

11 years agoFix strtr() segfault
Nikita Popov [Fri, 9 May 2014 13:14:27 +0000 (15:14 +0200)]
Fix strtr() segfault

11 years agoCode cleanup in proc_open
Nikita Popov [Fri, 9 May 2014 11:01:38 +0000 (13:01 +0200)]
Code cleanup in proc_open

11 years agoFinish ext/curl (7 tests fails as trunk)
Xinchen Hui [Fri, 9 May 2014 06:58:07 +0000 (14:58 +0800)]
Finish ext/curl (7 tests fails as trunk)

11 years agoFixed post data (long type cast matters here :<)
Xinchen Hui [Fri, 9 May 2014 06:48:39 +0000 (14:48 +0800)]
Fixed post data (long type cast matters here :<)

11 years agoUse zend_string for better performance
Xinchen Hui [Fri, 9 May 2014 06:14:09 +0000 (14:14 +0800)]
Use zend_string for better performance

11 years agoFixed clone refcount
Xinchen Hui [Fri, 9 May 2014 06:00:47 +0000 (14:00 +0800)]
Fixed clone refcount

11 years agoFixed build with high version libcurl
Xinchen Hui [Fri, 9 May 2014 05:54:42 +0000 (13:54 +0800)]
Fixed build with high version libcurl

11 years agoRefactoring ext/curl (only compilable now)
Xinchen Hui [Fri, 9 May 2014 04:17:09 +0000 (12:17 +0800)]
Refactoring ext/curl (only compilable now)

11 years agoFix proc_open resource destruction
Nikita Popov [Thu, 8 May 2014 22:24:01 +0000 (00:24 +0200)]
Fix proc_open resource destruction

11 years agoSupport for ext/phar (incomplete)
Dmitry Stogov [Thu, 8 May 2014 17:18:59 +0000 (21:18 +0400)]
Support for ext/phar (incomplete)

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Thu, 8 May 2014 15:02:53 +0000 (23:02 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agoFinish bz2 (all tests passed)
Xinchen Hui [Thu, 8 May 2014 14:59:17 +0000 (22:59 +0800)]
Finish bz2 (all tests passed)

11 years agoSupport for ext/phar (incomplete)
Dmitry Stogov [Thu, 8 May 2014 14:30:07 +0000 (18:30 +0400)]
Support for ext/phar (incomplete)

11 years agoThere is memleak
Xinchen Hui [Thu, 8 May 2014 14:01:50 +0000 (22:01 +0800)]
There is memleak

11 years agobz2 changes for phpng
krakjoe [Thu, 8 May 2014 12:14:19 +0000 (13:14 +0100)]
bz2 changes for phpng

11 years agoupdate skeleton
krakjoe [Thu, 8 May 2014 11:29:56 +0000 (12:29 +0100)]
update skeleton

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
krakjoe [Thu, 8 May 2014 10:58:28 +0000 (11:58 +0100)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agorecode update for phpng
krakjoe [Thu, 8 May 2014 10:57:35 +0000 (11:57 +0100)]
recode update for phpng

11 years agoext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt fails in trunk as well while...
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

11 years agoRevert "ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt fails in trunk as well...
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.

11 years agoext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt fails in trunk as well while...
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

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Thu, 8 May 2014 09:03:26 +0000 (17:03 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agoFixed REFERENCE handling
Xinchen Hui [Thu, 8 May 2014 08:11:50 +0000 (16:11 +0800)]
Fixed REFERENCE handling

11 years agodon't bother with travis for now, not ready yet
Stanislav Malyshev [Thu, 8 May 2014 08:05:17 +0000 (01:05 -0700)]
don't bother with travis for now, not ready yet

11 years agoThere should been memory leaks(and don't use pointer cast)
Xinchen Hui [Thu, 8 May 2014 07:20:13 +0000 (15:20 +0800)]
There should been memory leaks(and don't use pointer cast)

11 years agoFixed bugs in pdo_mysql
Xinchen Hui [Thu, 8 May 2014 07:19:43 +0000 (15:19 +0800)]
Fixed bugs in pdo_mysql

11 years agoRevert "Going to refactor mysqlnd"
Xinchen Hui [Thu, 8 May 2014 03:50:56 +0000 (11:50 +0800)]
Revert "Going to refactor mysqlnd"

This reverts commit 37d9f1e6e91856922726fb950bd3f3e88ed68efb.

11 years agoFixed resource destruction
Dmitry Stogov [Wed, 7 May 2014 22:48:31 +0000 (02:48 +0400)]
Fixed resource destruction

11 years agoWe shouldn't modify strings in-place (it may be interned strings stored in SHN)
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)

11 years agoInterned strings must not be modified in-place
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()

11 years agoGoing to refactor mysqlnd
Xinchen Hui [Wed, 7 May 2014 15:34:23 +0000 (23:34 +0800)]
Going to refactor mysqlnd

11 years agoFixed ext/fileinfo conversion mistakes
Dmitry Stogov [Wed, 7 May 2014 13:58:28 +0000 (17:58 +0400)]
Fixed ext/fileinfo conversion mistakes

11 years agoFixed bug introduced during conversion to "phpng"
Dmitry Stogov [Wed, 7 May 2014 12:15:29 +0000 (16:15 +0400)]
Fixed bug introduced during conversion to "phpng"

11 years agoInitialize "retval"
Dmitry Stogov [Wed, 7 May 2014 11:36:01 +0000 (15:36 +0400)]
Initialize "retval"

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
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

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
krakjoe [Wed, 7 May 2014 11:04:04 +0000 (12:04 +0100)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agoRe-applyed Bob's patch with minor fixes
Dmitry Stogov [Wed, 7 May 2014 11:03:56 +0000 (15:03 +0400)]
Re-applyed Bob's patch with minor fixes

11 years agofix exif, thnx laruence
krakjoe [Wed, 7 May 2014 11:03:00 +0000 (12:03 +0100)]
fix exif, thnx laruence

11 years agoPrefer the macro we defined
Xinchen Hui [Wed, 7 May 2014 09:06:27 +0000 (17:06 +0800)]
Prefer the macro we defined

11 years agoRerevert previous commit to phpt by accident
Xinchen Hui [Wed, 7 May 2014 09:01:59 +0000 (17:01 +0800)]
Rerevert previous commit to phpt by accident

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Wed, 7 May 2014 08:53:20 +0000 (16:53 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agoRefactored filter
Xinchen Hui [Wed, 7 May 2014 08:52:58 +0000 (16:52 +0800)]
Refactored filter

11 years agophpng updates for exif
krakjoe [Wed, 7 May 2014 06:59:45 +0000 (07:59 +0100)]
phpng updates for exif

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Wed, 7 May 2014 05:50:53 +0000 (13:50 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agoRefactor fileinfo
Xinchen Hui [Wed, 7 May 2014 05:50:29 +0000 (13:50 +0800)]
Refactor fileinfo

11 years ago-- missing length declaration, may have worked w/some gcc as length is not used in...
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

11 years agoFixed reference handling(param->parameter)
Xinchen Hui [Wed, 7 May 2014 04:01:07 +0000 (12:01 +0800)]
Fixed reference handling(param->parameter)

11 years agoRefactor pdo_mysql(incompleted, some tests failed due to no mysqlnd)
Xinchen Hui [Wed, 7 May 2014 03:00:36 +0000 (11:00 +0800)]
Refactor pdo_mysql(incompleted, some tests failed due to no mysqlnd)

11 years agoReverted Bob's patch (it breaks many tests when run with opcache and needs to be...
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).

11 years agoAdded support for ext/openssl
Dmitry Stogov [Tue, 6 May 2014 21:09:42 +0000 (01:09 +0400)]
Added support for ext/openssl

11 years agoAdd tests for previous commit
Nikita Popov [Tue, 6 May 2014 20:04:58 +0000 (22:04 +0200)]
Add tests for previous commit

11 years agoFix parse_method_params
Nikita Popov [Tue, 6 May 2014 19:56:01 +0000 (21:56 +0200)]
Fix parse_method_params

11 years agoFix error message in parse_method_params
Nikita Popov [Tue, 6 May 2014 18:32:49 +0000 (20:32 +0200)]
Fix error message in parse_method_params

11 years agoRemove dead code from ZEND_THROW
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.

11 years agoFix throw by reference
Nikita Popov [Tue, 6 May 2014 18:01:19 +0000 (20:01 +0200)]
Fix throw by reference

Reported by Timm Friebe

11 years agoSync zend_is_true with convert_to_boolean (fixes GMP test)
Nikita Popov [Tue, 6 May 2014 17:03:02 +0000 (19:03 +0200)]
Sync zend_is_true with convert_to_boolean (fixes GMP test)

11 years agoPort ext/gmp (one failure)
Nikita Popov [Tue, 6 May 2014 16:44:28 +0000 (18:44 +0200)]
Port ext/gmp (one failure)

11 years agoFix ZTS build
Nikita Popov [Tue, 6 May 2014 15:41:07 +0000 (17:41 +0200)]
Fix ZTS build

11 years agoRemoved now superfluous #define IS_CONSTANT_ARRAY_EX
Bob Weinand [Tue, 6 May 2014 16:16:12 +0000 (18:16 +0200)]
Removed now superfluous #define IS_CONSTANT_ARRAY_EX

11 years agoRe-added fix for bug #66015 and adapted for phpng branch
Bob Weinand [Tue, 6 May 2014 12:59:03 +0000 (14:59 +0200)]
Re-added fix for bug #66015 and adapted for phpng branch

11 years agoFixed incorrect boolean IS_FALSE/IS_TRUE handling
Dmitry Stogov [Tue, 6 May 2014 11:59:49 +0000 (15:59 +0400)]
Fixed incorrect boolean IS_FALSE/IS_TRUE handling

11 years agoFixed memory leaks
Dmitry Stogov [Tue, 6 May 2014 11:18:17 +0000 (15:18 +0400)]
Fixed memory leaks

11 years agoFixed support for references and proper string lengths
Dmitry Stogov [Tue, 6 May 2014 11:03:25 +0000 (15:03 +0400)]
Fixed support for references and proper string lengths

11 years agoadded support for ext/posix
Dmitry Stogov [Tue, 6 May 2014 10:50:54 +0000 (14:50 +0400)]
added support for ext/posix

11 years agoAdded support for ext/pcntl (incomplete; ext/posix required to run all tests)
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)

11 years ago...
krakjoe [Tue, 6 May 2014 10:22:15 +0000 (11:22 +0100)]
...

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
krakjoe [Tue, 6 May 2014 10:21:21 +0000 (11:21 +0100)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agofix leaks in here
krakjoe [Tue, 6 May 2014 10:20:54 +0000 (11:20 +0100)]
fix leaks in here

11 years agoAdded support for apache and apache2handler SAPIs (They seem slower than FastCGI)
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)

11 years agoMark all strings stored in SHM as IS_INTERNED to avoid refcounting
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

11 years agofix for phpng, failing RFC2144 test
krakjoe [Tue, 6 May 2014 08:08:02 +0000 (09:08 +0100)]
fix for phpng, failing RFC2144 test

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
krakjoe [Tue, 6 May 2014 07:01:26 +0000 (08:01 +0100)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agofix ftp for ng
krakjoe [Tue, 6 May 2014 06:54:54 +0000 (07:54 +0100)]
fix ftp for ng

11 years agoFix argument, cur_method_ref->class_name is a zend_string
Hannes Magnusson [Tue, 6 May 2014 04:45:33 +0000 (21:45 -0700)]
Fix argument, cur_method_ref->class_name is a zend_string

11 years agoAdded comment with problem description and two soltions
Dmitry Stogov [Tue, 6 May 2014 00:35:29 +0000 (04:35 +0400)]
Added comment with problem description and two soltions

11 years agoFixed memory leaks
Dmitry Stogov [Tue, 6 May 2014 00:06:58 +0000 (04:06 +0400)]
Fixed memory leaks

11 years agoRestored original EG(scope) behavior when call object methods
Dmitry Stogov [Mon, 5 May 2014 22:04:05 +0000 (02:04 +0400)]
Restored original EG(scope) behavior when call object methods

11 years agoPDO code assumes that different parts of the union alligned in special way
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

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
krakjoe [Mon, 5 May 2014 21:45:29 +0000 (22:45 +0100)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agoInitialize CG(one_time_string) in ZTS as well
Nikita Popov [Mon, 5 May 2014 19:16:49 +0000 (21:16 +0200)]
Initialize CG(one_time_string) in ZTS as well

11 years agoFix use after free for doc_comment persist
Nikita Popov [Mon, 5 May 2014 17:56:05 +0000 (19:56 +0200)]
Fix use after free for doc_comment persist

11 years agoFix memory error in ext/xml
Nikita Popov [Mon, 5 May 2014 15:43:13 +0000 (17:43 +0200)]
Fix memory error in ext/xml

11 years agoFix ZTS
Nikita Popov [Mon, 5 May 2014 15:28:22 +0000 (17:28 +0200)]
Fix ZTS