]> granicus.if.org Git - php/log
php
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

11 years agoMerge branch 'PHP-5.6'
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

11 years agotest for bug #67198
Ferenc Kovacs [Mon, 5 May 2014 14:25:15 +0000 (16:25 +0200)]
test for bug #67198

11 years agoFixed segfault in _xml_xmlchar_zval
Xinchen Hui [Mon, 5 May 2014 11:52:42 +0000 (19:52 +0800)]
Fixed segfault in _xml_xmlchar_zval

11 years agoFixed Reference handling in xml_parse_into_struct
Xinchen Hui [Mon, 5 May 2014 11:45:50 +0000 (19:45 +0800)]
Fixed Reference handling in xml_parse_into_struct

11 years agoclean up
Xinchen Hui [Mon, 5 May 2014 10:09:15 +0000 (18:09 +0800)]
clean up

11 years agoFinish Zip (all tests pass)
Xinchen Hui [Mon, 5 May 2014 09:48:49 +0000 (17:48 +0800)]
Finish Zip (all tests pass)

11 years agoRomove unnecessary proxy macro
Xinchen Hui [Mon, 5 May 2014 09:44:07 +0000 (17:44 +0800)]
Romove unnecessary proxy macro

11 years agoMerge branch 'master' into refactoring2
Dmitry Stogov [Mon, 5 May 2014 09:02:43 +0000 (13:02 +0400)]
Merge branch 'master' into refactoring2

Conflicts:
Zend/zend_hash.c
ext/date/php_date.c

11 years agoGC checks during argument release don't make sense
Dmitry Stogov [Mon, 5 May 2014 08:40:16 +0000 (12:40 +0400)]
GC checks during argument release don't make sense

11 years agoRefactor zlib (all tests pass)
Xinchen Hui [Mon, 5 May 2014 07:51:55 +0000 (15:51 +0800)]
Refactor zlib (all tests pass)

11 years agoRefactor gettext
Xinchen Hui [Mon, 5 May 2014 06:32:32 +0000 (14:32 +0800)]
Refactor gettext

11 years agoRefactor bcmath
Xinchen Hui [Mon, 5 May 2014 06:26:23 +0000 (14:26 +0800)]
Refactor bcmath

11 years agoFixed memory leak in prop_handlers registering
Xinchen Hui [Mon, 5 May 2014 06:04:52 +0000 (14:04 +0800)]
Fixed memory leak in prop_handlers registering

11 years agoPort iconv (all tests passes)
Xinchen Hui [Mon, 5 May 2014 05:58:23 +0000 (13:58 +0800)]
Port iconv (all tests passes)

11 years agoDon't use this (keyword)
Xinchen Hui [Mon, 5 May 2014 02:56:18 +0000 (10:56 +0800)]
Don't use this (keyword)

11 years agoRefactor Zip (1 test failed)
Xinchen Hui [Mon, 5 May 2014 02:49:27 +0000 (10:49 +0800)]
Refactor Zip (1 test failed)

11 years agoMerge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Xinchen Hui [Mon, 5 May 2014 02:34:04 +0000 (10:34 +0800)]
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2

11 years agoPort JSON
Nikita Popov [Wed, 23 Apr 2014 19:44:26 +0000 (21:44 +0200)]
Port JSON

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Sun, 4 May 2014 22:51:40 +0000 (00:51 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fixed ZEND_DEBUG usage

11 years agofixed ZEND_DEBUG usage
Anatol Belski [Sun, 4 May 2014 22:50:51 +0000 (00:50 +0200)]
fixed ZEND_DEBUG usage

11 years agoGet php-fpm to work
Nikita Popov [Sun, 4 May 2014 20:10:00 +0000 (22:10 +0200)]
Get php-fpm to work

At least phpinfo() works. Need to do more testing (how do you run
fpm with valgrind?)

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Sun, 4 May 2014 19:34:36 +0000 (21:34 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  updated libmagic.patch

11 years agoupdated libmagic.patch
Anatol Belski [Sun, 4 May 2014 19:34:17 +0000 (21:34 +0200)]
updated libmagic.patch

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Sun, 4 May 2014 19:27:37 +0000 (21:27 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  added missing stdint header, bug #66907

11 years agoadded missing stdint header, bug #66907
Anatol Belski [Sun, 4 May 2014 19:26:53 +0000 (21:26 +0200)]
added missing stdint header, bug #66907

11 years agoFixed SimpleXMl build with DOM
Xinchen Hui [Sun, 4 May 2014 03:46:17 +0000 (11:46 +0800)]
Fixed SimpleXMl build with DOM

11 years agoUse self instead of this(keyword)
Xinchen Hui [Sun, 4 May 2014 03:35:05 +0000 (11:35 +0800)]
Use self instead of this(keyword)

11 years agoPort XMLWriter
Xinchen Hui [Sun, 4 May 2014 03:33:17 +0000 (11:33 +0800)]
Port XMLWriter

11 years agoPort XMLReader
Xinchen Hui [Sun, 4 May 2014 03:12:55 +0000 (11:12 +0800)]
Port XMLReader

11 years agoMerge branch 'PHP-5.6'
Bob Weinand [Sat, 3 May 2014 09:41:33 +0000 (11:41 +0200)]
Merge branch 'PHP-5.6'

11 years agoMerge sapi/phpdbg into PHP-5.6
Bob Weinand [Sat, 3 May 2014 09:40:25 +0000 (11:40 +0200)]
Merge sapi/phpdbg into PHP-5.6

11 years ago/me blushes, really hard
krakjoe [Sat, 3 May 2014 09:37:11 +0000 (10:37 +0100)]
/me blushes, really hard

11 years agoFix SXE->string cast for __toString in inheriting class
Nikita Popov [Sat, 3 May 2014 08:49:10 +0000 (10:49 +0200)]
Fix SXE->string cast for __toString in inheriting class

This issue was originally hacked around in zend_make_printable_zval.
I've now moved the overridden __toString() handling into the SXE
cast_object handler, so everything invoking that handler
(zend_make_printable_zval, convert_to_string, zval_get_string,
and various other more obscure usages) see the same behavior.

11 years agoAdd STR_ALLOCA_* API, use in get_method and verify_arg
Nikita Popov [Fri, 2 May 2014 15:01:36 +0000 (17:01 +0200)]
Add STR_ALLOCA_* API, use in get_method and verify_arg

This avoid unnecessary allocations when using dynamic method
dispatch and class typehints.

Probably there are other places where this should be done as well,
those just stood out for my usage.

11 years agoMake they are in the same style of Z_ISREF
Xinchen Hui [Sat, 3 May 2014 08:06:27 +0000 (16:06 +0800)]
Make they are in the same style of Z_ISREF

11 years agoRefactor XML (incompleted)
Xinchen Hui [Sat, 3 May 2014 07:58:09 +0000 (15:58 +0800)]
Refactor XML (incompleted)

11 years agoMerge branch 'PHP-5.5'
Ferenc Kovacs [Sat, 3 May 2014 00:51:46 +0000 (02:51 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  only build and test nts non-debug and ts debug builds as discussed at https://github.com/php/php-src/pull/654

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Sat, 3 May 2014 00:51:02 +0000 (02:51 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  only build and test nts non-debug and ts debug builds as discussed at https://github.com/php/php-src/pull/654

11 years agoonly build and test nts non-debug and ts debug builds as discussed at https://github...
Ferenc Kovacs [Sat, 3 May 2014 00:50:37 +0000 (02:50 +0200)]
only build and test nts non-debug and ts debug builds as discussed at https://github.com/php/php-src/pull/654

11 years agoMerge branch 'PHP-5.6'
Adam Harvey [Fri, 2 May 2014 21:34:48 +0000 (14:34 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix mysqli build when building against libmysqlclient.

11 years agoFix mysqli build when building against libmysqlclient.
Adam Harvey [Fri, 2 May 2014 21:33:52 +0000 (14:33 -0700)]
Fix mysqli build when building against libmysqlclient.

11 years agoMerge branch 'PHP-5.6'
Adam Harvey [Fri, 2 May 2014 17:26:18 +0000 (10:26 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix author name on the #63228 patch.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Adam Harvey [Fri, 2 May 2014 17:25:42 +0000 (10:25 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix author name on the #63228 patch.

11 years agoFix author name on the #63228 patch.
Adam Harvey [Fri, 2 May 2014 17:23:09 +0000 (10:23 -0700)]
Fix author name on the #63228 patch.

11 years agoMerge branch 'PHP-5.6'
Nikita Popov [Fri, 2 May 2014 10:52:44 +0000 (12:52 +0200)]
Merge branch 'PHP-5.6'

11 years agoFixed bug #67169: []= after_array_splice incorrect
Nikita Popov [Fri, 2 May 2014 10:48:43 +0000 (12:48 +0200)]
Fixed bug #67169: []= after_array_splice incorrect

This fixes a regression I introduced in beta 1.

11 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Fri, 2 May 2014 07:50:40 +0000 (09:50 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Revert "show leaks in their own group" using valgrind would be a bit too much for travis I guess.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Fri, 2 May 2014 07:50:25 +0000 (09:50 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Revert "show leaks in their own group" using valgrind would be a bit too much for travis I guess.

11 years agoRevert "show leaks in their own group"
Ferenc Kovacs [Fri, 2 May 2014 07:49:10 +0000 (09:49 +0200)]
Revert "show leaks in their own group"
using valgrind would be a bit too much for travis I guess.

This reverts commit ea60d79e23556deb0f72cf4111deefa0d9a55262.

11 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Fri, 2 May 2014 07:33:31 +0000 (09:33 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  show leaks in their own group

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Fri, 2 May 2014 07:33:08 +0000 (09:33 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  show leaks in their own group

11 years agoshow leaks in their own group
Ferenc Kovacs [Fri, 2 May 2014 07:32:42 +0000 (09:32 +0200)]
show leaks in their own group

11 years agoMerge branch 'PHP-5.6'
Adam Harvey [Thu, 1 May 2014 18:23:48 +0000 (11:23 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Use the right path for the suggested PHP invocation in ext_skel.
  Changed to more understandable NEWS message
  one heading is enough

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Adam Harvey [Thu, 1 May 2014 18:23:14 +0000 (11:23 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Use the right path for the suggested PHP invocation in ext_skel.

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Adam Harvey [Thu, 1 May 2014 18:22:46 +0000 (11:22 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Use the right path for the suggested PHP invocation in ext_skel.