Re: [PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS Zend/zend_execute_API.c

2013-11-29 Thread Derick Rethans
On Fri, 29 Nov 2013, Dmitry Stogov wrote: > Commit:967abd61537a2c7d0beebac9039aa068d518e4eb > Author:Dmitry Stogov Fri, 29 Nov 2013 12:54:22 > +0400 > Parents: b0d24d3d2001ad3bfe6b9a2e66cb631ae49b4064 > 2d31eadbbf147a157cb4a0c89adaf30fee7371f0 > Branches: PHP-5.5 PHP-5.6 mast

[PHP-CVS] com php-src: Whitespace fix: Zend/zend_API.c

2013-11-29 Thread Bob Weinand
Commit:82cd3779f4644a903b6dbbc966e72ebc54c9d694 Author:Bob Weinand Fri, 1 Nov 2013 16:49:23 +0100 Parents: b45043a1b71c29a0c7b8de9e4929dde08bd61216 Branches: PHP-5.6 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=82cd3779f4644a903b6dbbc966e72ebc54c9d694 Log: Wh

[PHP-CVS] com php-src: Fixed mem leaks, added tests and ternary operator: Zend/tests/class_properties_dynamic.phpt Zend/tests/class_properties_static.phpt Zend/tests/constant_expressions.phpt Zend/tes

2013-11-29 Thread Bob Weinand
Commit:466c5dd1fe194ab3d1634695e2dc96240f951f50 Author:Bob Weinand Thu, 31 Oct 2013 18:21:37 +0100 Parents: 2361745806553db9099542d9237ade00dcee799b Branches: PHP-5.6 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=466c5dd1fe194ab3d1634695e2dc96240f951f50 Log: F

[PHP-CVS] com php-src: Clean up GMP arginfos: ext/gmp/gmp.c

2013-11-29 Thread Nikita Popov
Commit:f54f308f71edb6c0db679e1d6755af5e9cac2d56 Author:Nikita Popov Fri, 29 Nov 2013 00:00:41 +0100 Parents: 6d38090c8d1a47844c854a73b57518fb2a7c10a8 Branches: PHP-5.6 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f54f308f71edb6c0db679e1d6755af5e9cac2d56

[PHP-CVS] com php-src: Add gmp_root() and gmp_rootrem() functions: NEWS UPGRADING ext/gmp/gmp.c ext/gmp/php_gmp.h

2013-11-29 Thread Nikita Popov
Commit:6d38090c8d1a47844c854a73b57518fb2a7c10a8 Author:Nikita Popov Thu, 28 Nov 2013 23:42:23 +0100 Parents: 1c8cbe4b4e8e373b37c740b7d96e4beb96414ea0 Branches: PHP-5.6 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6d38090c8d1a47844c854a73b57518fb2a7c10a8

[PHP-CVS] com php-src: fixed ext/fileinfo: ext/fileinfo/fileinfo.c ext/fileinfo/libmagic/apprentice.c ext/fileinfo/libmagic/cdf.c ext/fileinfo/libmagic/compress.c ext/fileinfo/libmagic/elfclass.h ext/

2013-11-29 Thread Anatol Belski
Commit:57db68e03d46da1b1a2244e001550739c8eec468 Author:Anatol Belski Thu, 28 Nov 2013 23:44:24 +0100 Parents: ef54a95b7184899c63b4bd7be400c4621dd36360 Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=57db68e03d46da1b1a2244e001550739c8ee

[PHP-CVS] com php-src: Move add/sub to timelib.: ext/date/lib/interval.c ext/date/lib/timelib.h ext/date/php_date.c

2013-11-29 Thread Derick Rethans
Commit:5d0c526199add0e4f054a57db29d882c8ad89a23 Author:Derick Rethans Tue, 16 Apr 2013 16:31:10 +0100 Parents: 324e6a5f82d830cf46e0cf35f82c44253b8bd2cf Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=5d0c526199add0e4f054a57db29d882c8ad89a23 Log:

[PHP-CVS] com php-src: Remove duplicate / commented code in GMP: ext/gmp/gmp.c

2013-11-29 Thread Nikita Popov
Commit:8860758a74ce5b2237e3b00131cbb63abd4613bb Author:Nikita Popov Sat, 23 Nov 2013 12:54:20 +0100 Parents: 36bd7296c85ac498ec1c38e85e1ded46d98982a8 Branches: PHP-5.6 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=8860758a74ce5b2237e3b00131cbb63abd4613bb

[PHP-CVS] com php-src: Merge branch 'const_scalar_exprs' into PHP-5.6: Zend/zend.h Zend/zend_API.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_operators.h Zend/zend_vm_def.h Zend/zend_vm_execute

2013-11-29 Thread Bob Weinand
Commit:d36cf9029110268e8ae7f700f620823dcaab5d8e Author:Bob Weinand Thu, 28 Nov 2013 13:41:42 +0100 Parents: 9d060e8d48bd6b2cc8c2a30f3b0eeeb4d867d934 152898ff2872f2bdf2123a52c37f6e64c18ab88a Branches: PHP-5.6 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d36cf9

[PHP-CVS] com php-src: converted several switches to ifs and made more opcache friendly: Zend/zend.h Zend/zend_API.c Zend/zend_ast.c Zend/zend_builtin_functions.c Zend/zend_compile.c Zend/zend_execute

2013-11-29 Thread Bob Weinand
Commit:b45043a1b71c29a0c7b8de9e4929dde08bd61216 Author:Bob Weinand Fri, 1 Nov 2013 16:16:58 +0100 Parents: b56c1ca95e16ea1c2a3ce251b91297d0a81a9070 Branches: PHP-5.6 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=b45043a1b71c29a0c7b8de9e4929dde08bd61216 Log: co

[PHP-CVS] com php-src: fix after automerge: Zend/zend_language_parser.y

2013-11-29 Thread Anatol Belski
Commit:91e6fb75d5adfae3c6fc6fc122f631b6eabeb493 Author:Anatol Belski Thu, 28 Nov 2013 17:44:05 +0100 Parents: 5ced3db9714c02d2fd40370f632f23d047f51987 Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=91e6fb75d5adfae3c6fc6fc122f631b6eabe

[PHP-CVS] com php-src: Merge branch 'PHP-5.6': configure.in

2013-11-29 Thread Bob Weinand
Commit:be5b98ef0dded9e87a574bc564169136358a09e1 Author:Bob Weinand Thu, 28 Nov 2013 13:53:00 +0100 Parents: 98f3c410d9c93e64c4e109b8f55e6d2f5cdabaac 0652edfed3ac1a17f7677c78c663982b49a5f07b Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=be5b98e

[PHP-CVS] com php-src: Fixed a few DST changeover issues.: ext/date/lib/interval.c ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-ba.phpt ext/date/tests/rfc-datetime_and_daylight_saving_ti

2013-11-29 Thread Derick Rethans
Commit:582f6e529e843b412d582023bf0270e47b1aa468 Author:Derick Rethans Thu, 20 Jun 2013 09:28:23 +0100 Parents: 5d0c526199add0e4f054a57db29d882c8ad89a23 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=582f6e529e843b412d582023bf0270e47b1aa468 Log:

[PHP-CVS] com php-src: Added a few more operators: Zend/tests/constant_expressions.phpt Zend/zend_compile.h Zend/zend_language_parser.y Zend/zend_operators.c Zend/zend_operators.h

2013-11-29 Thread Bob Weinand
Commit:ad967e1329ce25e80f485f77be1478f3676b9a37 Author:Bob Weinand Sun, 3 Nov 2013 01:58:39 +0100 Parents: 82cd3779f4644a903b6dbbc966e72ebc54c9d694 Branches: PHP-5.6 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ad967e1329ce25e80f485f77be1478f3676b9a37 Log: Ad

[PHP-CVS] com php-src: basic fixes for ext/exif: ext/exif/exif.c

2013-11-29 Thread Anatol Belski
Commit:fd7d31973ac0a50c415fae9acf891c52f9e4779f Author:Anatol Belski Thu, 28 Nov 2013 14:36:20 +0100 Parents: 4e2ddbc397f74c33c6f3514aede4e8d76bc54f53 Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=fd7d31973ac0a50c415fae9acf891c52f9e4

[PHP-CVS] com php-src: Removed duplicated hash function implementation (100% source compatible): Zend/zend_hash.c Zend/zend_hash.h

2013-11-29 Thread Dmitry Stogov
Commit:aa427a10d4064e0873b3de8cf1b38f2dabc02913 Author:Dmitry Stogov Thu, 28 Nov 2013 17:01:10 +0400 Parents: 9d060e8d48bd6b2cc8c2a30f3b0eeeb4d867d934 Branches: PHP-5.6 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=aa427a10d4064e0873b3de8cf1b38f2dabc0291

[PHP-CVS] com php-src: fixed ext/curl: ext/curl/curl_file.c ext/curl/interface.c ext/curl/multi.c ext/curl/php_curl.h ext/curl/share.c

2013-11-29 Thread Anatol Belski
Commit:1e2cc1584594fd75ba742a7dd1b82a333e713890 Author:Anatol Belski Thu, 28 Nov 2013 13:45:09 +0100 Parents: 46448539b0482875473d66c20a8e319578e41a4d Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=1e2cc1584594fd75ba742a7dd1b82a333e71

[PHP-CVS] com php-src: Removed unused "pHashFunction" argument in _zend_hash_init() and family (must be 99% source compatible): Zend/zend_API.c Zend/zend_hash.c Zend/zend_hash.h Zend/zend_ts_hash.c Ze

2013-11-29 Thread Dmitry Stogov
Commit:5d2576264653c2faaca9cd7d64218d10ab612408 Author:Dmitry Stogov Thu, 28 Nov 2013 18:40:46 +0400 Parents: 5d6b20f66b2dd3800694c9562c4aafa013af1652 Branches: PHP-5.6 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=5d2576264653c2faaca9cd7d64218d10ab61240

[PHP-CVS] com php-src: Marking those two as XFAIL for now.: ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd2.phpt ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fs.phpt

2013-11-29 Thread Derick Rethans
Commit:aab0b2ce3b8641848e7e92b9e5c4db044004133d Author:Derick Rethans Thu, 28 Nov 2013 14:24:39 + Parents: 582f6e529e843b412d582023bf0270e47b1aa468 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=aab0b2ce3b8641848e7e92b9e5c4db044004133d Log:

[PHP-CVS] com php-src: fixed ext/filter: ext/filter/filter.c ext/filter/logical_filters.c ext/filter/php_filter.h ext/filter/sanitizing_filters.c

2013-11-29 Thread Anatol Belski
Commit:a7862de2db615f351fd746bd2fb87564b9631e73 Author:Anatol Belski Thu, 28 Nov 2013 17:16:25 +0100 Parents: fd7d31973ac0a50c415fae9acf891c52f9e4779f Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=a7862de2db615f351fd746bd2fb87564b963

[PHP-CVS] com php-src: fixed ext/xsl: ext/xsl/php_xsl.h ext/xsl/xsltprocessor.c

2013-11-29 Thread Anatol Belski
Commit:d9a036cc3065aeb45cd818ce810e316780a458b7 Author:Anatol Belski Thu, 28 Nov 2013 19:18:38 +0100 Parents: 9e5c10e487db678be9c37d729de4cda1f1888d12 Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d9a036cc3065aeb45cd818ce810e316780a4

[PHP-CVS] com php-src: Fixed "Forward Transition" construction of DateTime objects.: ext/date/php_date.c ext/date/tests/forward-transition-construction.phpt

2013-11-29 Thread Derick Rethans
Commit:44a9e6b4843de686eab2e2bfa66bdf17ed685d7e Author:Derick Rethans Sun, 31 Mar 2013 18:11:35 +0100 Parents: fb0c2cf2245838cba1bd9318925d67a127c7b085 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=44a9e6b4843de686eab2e2bfa66bdf17ed685d7e Log:

[PHP-CVS] com php-src: fixed ext/zip: ext/zip/php_zip.c ext/zip/php_zip.h ext/zip/zip_stream.c

2013-11-29 Thread Anatol Belski
Commit:9e5c10e487db678be9c37d729de4cda1f1888d12 Author:Anatol Belski Thu, 28 Nov 2013 19:02:34 +0100 Parents: d8fbc23002b4a6edf5b0684f4a1aa560925cf653 Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=9e5c10e487db678be9c37d729de4cda1f188

[PHP-CVS] com php-src: Renaming: Zend/zend_ast.c Zend/zend_ast.h Zend/zend_language_parser.y

2013-11-29 Thread Bob Weinand
Commit:e0135014c3b4edaf67312677c440a93133fe6a0c Author:Dmitry Stogov Thu, 7 Nov 2013 10:22:49 +0400 Parents: 9647c61dc101b9d460259fedb3731026f0390eeb Branches: PHP-5.6 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e0135014c3b4edaf67312677c440a93133fe6a0c Log:

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/date/lib/timelib.h ext/date/php_date.c

2013-11-29 Thread Derick Rethans
Commit:88067b6e60a1813aa6bb97e41c2e33c19019fbf5 Author:Derick Rethans Thu, 28 Nov 2013 14:30:08 + Parents: 4587ef569af91110728ed70c474af46cc88275e1 c1eb219aad2e23db5db27d887b93b06c1537fec9 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=8806

[PHP-CVS] com php-src: fixed ext/wddx: ext/wddx/php_wddx_api.h ext/wddx/wddx.c

2013-11-29 Thread Anatol Belski
Commit:ef54a95b7184899c63b4bd7be400c4621dd36360 Author:Anatol Belski Thu, 28 Nov 2013 20:00:27 +0100 Parents: 262fca3a39137a22c5fb237e453e68ef64dce126 Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ef54a95b7184899c63b4bd7be400c4621dd3

[PHP-CVS] com php-src: fixed ext/ctype: ext/ctype/ctype.c

2013-11-29 Thread Anatol Belski
Commit:46448539b0482875473d66c20a8e319578e41a4d Author:Anatol Belski Thu, 28 Nov 2013 09:53:00 +0100 Parents: 3f7522a652d2c90ca594cdb02b4083ce64213e46 Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=46448539b0482875473d66c20a8e319578e4

[PHP-CVS] com php-src: Merge branch 'master' into str_size_and_int64: Zend/Zend.dsp Zend/ZendTS.dsp Zend/zend.h Zend/zend_API.c Zend/zend_builtin_functions.c Zend/zend_compile.c Zend/zend_compile.h Ze

2013-11-29 Thread Anatol Belski
Commit:5ced3db9714c02d2fd40370f632f23d047f51987 Author:Anatol Belski Thu, 28 Nov 2013 17:27:59 +0100 Parents: a7862de2db615f351fd746bd2fb87564b9631e73 0d65cd50ddd409d37b208ae3fc5adbb7b22d1379 Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitd

Re: [PHP-CVS] com php-src: Don't check argument types for internal functions without type hinting: Zend/zend_API.c Zend/zend_compile.h Zend/zend_vm_def.h Zend/zend_vm_execute.h

2013-11-29 Thread Dmitry Stogov
Hi Nikita, I wouldn't object, but I ask you to wait a bit (at least till New Year). May be we would come back with proposal of some kind of scalar type hinting. Also, currently, zend_parse_parameters() takes significant time (about 4% on wordpress-3.6.1 home page) and may be it makes sense to use

[PHP-CVS] com php-src: Avoid interned hash key duplication and hash key length recaclulation: Zend/zend_builtin_functions.c Zend/zend_hash.c ext/pcre/php_pcre.c ext/soap/php_http.c

2013-11-29 Thread Dmitry Stogov
Commit:6c2a8068207a02b3d7ae7416a9967dad0a81e61f Author:Dmitry Stogov Fri, 29 Nov 2013 00:57:49 +0400 Parents: 5d2576264653c2faaca9cd7d64218d10ab612408 Branches: PHP-5.6 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6c2a8068207a02b3d7ae7416a9967dad0a81e61

[PHP-CVS] com php-src: Split up tests into their different categories.: ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-ba.phpt ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd

2013-11-29 Thread Derick Rethans
Commit:aa26ace21f1457bfcc5faf417d9d453b82944aba Author:Derick Rethans Sat, 13 Apr 2013 23:28:59 +0100 Parents: 7a0df7be34d35e91406b9654cb7be1de9b8720c1 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=aa26ace21f1457bfcc5faf417d9d453b82944aba Log:

[PHP-CVS] com php-src: Moved arrays again to "static_scalar:" & little cleanup: Zend/tests/static_variable.phpt Zend/zend_ast.c Zend/zend_ast.h Zend/zend_extensions.h Zend/zend_language_parser.y ext/o

2013-11-29 Thread Bob Weinand
Commit:152898ff2872f2bdf2123a52c37f6e64c18ab88a Author:Bob Weinand Thu, 7 Nov 2013 16:39:47 +0100 Parents: e0135014c3b4edaf67312677c440a93133fe6a0c Branches: PHP-5.6 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=152898ff2872f2bdf2123a52c37f6e64c18ab88a Log: Mo

[PHP-CVS] com php-src: Removed operations on constant arrays. They make no sense as constants are not allowed to be arrays. And as just properties are allowed to; no problem, we still don't need opera

2013-11-29 Thread Bob Weinand
Commit:18e2b1a9a930d5ae15544c5a2beed6b20d58cdee Author:Bob Weinand Sun, 3 Nov 2013 12:28:00 +0100 Parents: ad967e1329ce25e80f485f77be1478f3676b9a37 Branches: PHP-5.6 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=18e2b1a9a930d5ae15544c5a2beed6b20d58cdee Log: Re

[PHP-CVS] com php-src: Merge branch 'master' into str_size_and_int64: Zend/zend_API.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_execute.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/date/php

2013-11-29 Thread Anatol Belski
Commit:3f7522a652d2c90ca594cdb02b4083ce64213e46 Author:Anatol Belski Thu, 28 Nov 2013 09:29:12 +0100 Parents: de453dbef6cc7a0ead22d82871331eb8c15a2b08 98f3c410d9c93e64c4e109b8f55e6d2f5cdabaac Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitd

[PHP-CVS] com php-src: Merge branch 'const_scalar_exprs' of github.com:bwoebi/php-src into const_scalar_exprs: Zend/Makefile.am Zend/Zend.dsp Zend/zend.h Zend/zend_compile.c Zend/zend_vm_execute.h con

2013-11-29 Thread Bob Weinand
Commit:af600c240d2efe33291e8dd71ce228b9fbc849c1 Author:Dmitry Stogov Wed, 6 Nov 2013 15:41:33 +0400 Parents: d87388ba0f6cf29eb495f9af96ab6aa353ebcc4f 18e2b1a9a930d5ae15544c5a2beed6b20d58cdee Branches: PHP-5.6 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=af600

[PHP-CVS] com php-src: reverted a couple of things in ext/phar for now, but all tests pass now: ext/phar/phar_internal.h ext/phar/phar_object.c ext/phar/stream.c

2013-11-29 Thread Anatol Belski
Commit:de453dbef6cc7a0ead22d82871331eb8c15a2b08 Author:Anatol Belski Thu, 28 Nov 2013 09:23:02 +0100 Parents: d135198559cd14805b42a2ddbe48511674475c40 Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=de453dbef6cc7a0ead22d82871331eb8c15a

[PHP-CVS] com php-src: Fatal error about self referencing constants fixed: Zend/zend_execute_API.c

2013-11-29 Thread Bob Weinand
Commit:b56c1ca95e16ea1c2a3ce251b91297d0a81a9070 Author:Bob Weinand Thu, 31 Oct 2013 19:05:29 +0100 Parents: 466c5dd1fe194ab3d1634695e2dc96240f951f50 Branches: PHP-5.6 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=b56c1ca95e16ea1c2a3ce251b91297d0a81a9070 Log: F

[PHP-CVS] com php-src: further fixes for ext/gd: ext/gd/gd.c

2013-11-29 Thread Anatol Belski
Commit:3659dcd98c5a4dcfcad2129e59e0794f4dcac1ca Author:Anatol Belski Fri, 29 Nov 2013 09:18:13 +0100 Parents: 51d78c253318158371ce9d547d0637392b5428a5 Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=3659dcd98c5a4dcfcad2129e59e0794f4dca

[PHP-CVS] com php-src: fixed ext/xml: ext/xml/expat_compat.h ext/xml/php_xml.h ext/xml/xml.c

2013-11-29 Thread Anatol Belski
Commit:262fca3a39137a22c5fb237e453e68ef64dce126 Author:Anatol Belski Thu, 28 Nov 2013 19:46:08 +0100 Parents: d9a036cc3065aeb45cd818ce810e316780a458b7 Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=262fca3a39137a22c5fb237e453e68ef64dc

[PHP-CVS] com php-src: fixed ext/enchant: ext/enchant/enchant.c

2013-11-29 Thread Anatol Belski
Commit:4e2ddbc397f74c33c6f3514aede4e8d76bc54f53 Author:Anatol Belski Thu, 28 Nov 2013 13:59:55 +0100 Parents: 1e2cc1584594fd75ba742a7dd1b82a333e713890 Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=4e2ddbc397f74c33c6f3514aede4e8d76bc5

[PHP-CVS] com php-src: Use class handlers for GMP serialization: ext/gmp/gmp.c

2013-11-29 Thread Nikita Popov
Commit:1c8cbe4b4e8e373b37c740b7d96e4beb96414ea0 Author:Nikita Popov Sun, 24 Nov 2013 00:43:12 +0100 Parents: 8860758a74ce5b2237e3b00131cbb63abd4613bb Branches: PHP-5.6 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=1c8cbe4b4e8e373b37c740b7d96e4beb96414ea0

[PHP-CVS] com php-src: Always reset those parameters.: ext/date/lib/unixtime2tm.c

2013-11-29 Thread Derick Rethans
Commit:261c6b31ca748fd97a105314ec78a166b2639db9 Author:Derick Rethans Fri, 12 Apr 2013 11:23:49 +0100 Parents: 44a9e6b4843de686eab2e2bfa66bdf17ed685d7e Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=261c6b31ca748fd97a105314ec78a166b2639db9 Log:

[PHP-CVS] com php-src: Some rare deprecated cases replaced by ZEND_ASSERT() (some extensions might need to be fixed): Zend/zend_hash.c

2013-11-29 Thread Dmitry Stogov
Commit:b63b81815fa29e53cd1bd9e710efe568afbafdfb Author:Dmitry Stogov Thu, 28 Nov 2013 17:02:01 +0400 Parents: aa427a10d4064e0873b3de8cf1b38f2dabc02913 Branches: PHP-5.6 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=b63b81815fa29e53cd1bd9e710efe568afbafdf

[PHP-CVS] com php-src: basic fixes for ext/gd: ext/gd/gd.c ext/gd/gd_ctx.c

2013-11-29 Thread Anatol Belski
Commit:51d78c253318158371ce9d547d0637392b5428a5 Author:Anatol Belski Fri, 29 Nov 2013 08:53:32 +0100 Parents: 57db68e03d46da1b1a2244e001550739c8eec468 Branches: str_size_and_int64 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=51d78c253318158371ce9d547d0637392b54

[PHP-CVS] com php-src: Updated NEWS for Constant Scalar Exprs RFC: NEWS

2013-11-29 Thread Bob Weinand
Commit:0652edfed3ac1a17f7677c78c663982b49a5f07b Author:Bob Weinand Thu, 28 Nov 2013 13:46:51 +0100 Parents: d36cf9029110268e8ae7f700f620823dcaab5d8e Branches: PHP-5.6 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0652edfed3ac1a17f7677c78c663982b49a5f07b Log: U