Re: [PHP-CVS] com php-src: Zend: fix overflow handling bug in non-x86 fast_add_function(): Zend/zend_operators.h

2013-12-11 Thread Ard Biesheuvel
. If that is undesirable, perhaps we should fix array_sum() instead? However, I think the compiler will be smart enough to factor out the op1+op2 operation, so i don't expect any significant slowdown. -- Ard. Thanks. Dmitry. On Tue, Dec 10, 2013 at 3:12 PM, Ard Biesheuvel ardbiesheu...@php.net wrote: Commit

Re: [PHP-CVS] com php-src: Zend: fix overflow handling bug in non-x86 fast_add_function(): Zend/zend_operators.h

2013-12-10 Thread Ard Biesheuvel
instructions are switched. Can you elaborate please? -- Ard. It's better to change array_sum() to break aliasing instead of overall slowdown. Could you take care about a better fix? Thanks. Dmitry. On Tue, Dec 10, 2013 at 3:28 PM, Ard Biesheuvel ard.biesheu...@linaro.org wrote

[PHP-CVS] com php-src: Zend: fix overflow handling bug in non-x86 fast_add_function(): Zend/zend_operators.h

2013-12-10 Thread Ard Biesheuvel
Commit:60d2e70c062e436a6c6cd3c8a17469a083a38b46 Author:Ard Biesheuvel ard.biesheu...@linaro.org Tue, 10 Dec 2013 12:07:46 +0100 Parents: 5a87b7ff39bbf427807c46d1e51e2654259ad394 Branches: PHP-5.6 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fix assembly of safe_address() for aarch64: Zend/zend_alloc.c

2013-07-04 Thread Ard Biesheuvel
Commit:47e21a2c407e7b11b3ffc76b308d7f5c58ceca7e Author:Ard Biesheuvel ard.biesheu...@linaro.org Thu, 4 Jul 2013 10:25:38 +0200 Parents: 40cbceaf71f3431b43c245704d82f06c8bb4c2de Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Fix non-specialized executor build: Zend/zend_vm_def.h

2013-06-21 Thread Ard Biesheuvel
On 20 June 2013 23:28, Christopher Jones christopher.jo...@oracle.com wrote: Your @internals mail said building the executor without specialization is broken so the patch seems like a standard bug fix that should be merged to 5.4 5.5. By 'building' I mean running 'zend_vm_gen.php

[PHP-CVS] com php-src: Fix non-specialized executor build: Zend/zend_vm_def.h

2013-06-21 Thread Ard Biesheuvel
Commit:8623562b02dd6759617ef78ddcb06bdfe7710329 Author:Ard Biesheuvel ard.biesheu...@linaro.org Fri, 21 Jun 2013 11:07:30 +0200 Parents: f5c7fe92020fd7b8e81c94658da4813a7e6dea17 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: Zend/zend_vm_def.h

2013-06-21 Thread Ard Biesheuvel
Commit:162726241ccfa567b3867a10f1f7ec6fa365533c Author:Ard Biesheuvel ard.biesheu...@linaro.org Fri, 21 Jun 2013 11:26:37 +0200 Parents: c65d663aefd27e39006b9c20a665893aa5265ed4 8623562b02dd6759617ef78ddcb06bdfe7710329 Branches: PHP-5.5 master Link: http://git.php.net

Re: [PHP-CVS] com php-src: Fix non-specialized executor build: Zend/zend_vm_def.h

2013-06-21 Thread Ard Biesheuvel
On 21 June 2013 11:01, Dmitry Stogov dmi...@zend.com wrote: I think it's better to apply the same patch to 5.4 and 5.5 as well. It's absolutely safe. OK done! -- Ard. Thanks. Dmitry. On Fri, Jun 21, 2013 at 12:51 PM, Ard Biesheuvel ard.biesheu...@linaro.org wrote: On 20 June 2013

[PHP-CVS] com php-src: Fix non-specialized executor build: Zend/zend_vm_def.h

2013-06-20 Thread Ard Biesheuvel
Commit:4cd2b7212fd15af5631b95685fa966dc101a84ff Author:Ard Biesheuvel ard.biesheu...@linaro.org Thu, 20 Jun 2013 17:26:05 +0200 Parents: 3e6b312b55ef8044ba1cea44f8986e2375dc6195 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Fix non-specialized executor build: Zend/zend_vm_def.h

2013-06-20 Thread Ard Biesheuvel
On 20 June 2013 23:00, Christopher Jones christopher.jo...@oracle.com wrote: On 06/20/2013 08:26 AM, Ard Biesheuvel wrote: Commit:4cd2b7212fd15af5631b95685fa966dc101a84ff Author:Ard Biesheuvel ard.biesheu...@linaro.org Thu, 20 Jun 2013 17:26:05 +0200 Parents

[PHP-CVS] com php-src: Fix #64780 (PHP 5.5 builds are broken with GCC 3): Zend/zend_operators.h

2013-05-07 Thread Ard Biesheuvel
Commit:5b121eb04d358f83e974b6c5fe069c38cf1f960b Author:Ard Biesheuvel ard.biesheu...@linaro.org Tue, 7 May 2013 20:37:04 +0200 Parents: de7415ea559444fe0a0cb4d4b4b7b93c8e19435a Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang): Zend/zend_ini.h

2013-02-13 Thread Ard Biesheuvel
Commit:050aae2860e1c202e2e9db715beaa97d0a4c9c33 Author:Ard Biesheuvel ard.biesheu...@linaro.org Wed, 13 Feb 2013 12:22:50 +0100 Parents: e67a2b9e471a7bc0b774b9056bb38745b7187969 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Low-level ARM optimizations: Zend/zend_alloc.c Zend/zend_multiply.h

2013-02-11 Thread Ard Biesheuvel
Commit:e2453276e95165bf3b765d27781405c816821c15 Author:Ard Biesheuvel ard.biesheu...@linaro.org Mon, 11 Feb 2013 14:36:58 +0100 Parents: aa12cdc361b29b4050676763858b3cfa637be6cb Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Improve x86 inline assembler: Zend/zend_alloc.c Zend/zend_operators.h

2013-02-11 Thread Ard Biesheuvel
Commit:aa12cdc361b29b4050676763858b3cfa637be6cb Author:Ard Biesheuvel ard.biesheu...@linaro.org Mon, 11 Feb 2013 13:53:27 +0100 Parents: 5bfdf4f069975514a358473f7e7fee3710e50597 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] branch php-src: 5.5 deleted

2013-02-11 Thread Ard Biesheuvel
Deleted branch: 5.5 User: Ard Biesheuvel ardbiesheu...@php.net Mon, 11 Feb 2013 13:53:41 + -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] com php-src: NEWS update: NEWS

2013-02-11 Thread Ard Biesheuvel
Commit:dbad4fb3ad918307dd7a641e6b8ed2351a93f3c7 Author:Ard Biesheuvel ard.biesheu...@linaro.org Mon, 11 Feb 2013 15:54:59 +0100 Parents: e2453276e95165bf3b765d27781405c816821c15 Branches: 5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] branch php-src: 5.4 deleted

2013-02-11 Thread Ard Biesheuvel
Deleted branch: 5.4 User: Ard Biesheuvel ardbiesheu...@php.net Mon, 11 Feb 2013 15:01:45 + -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] branch php-src: 5.5 deleted

2013-02-11 Thread Ard Biesheuvel
Deleted branch: 5.5 User: Ard Biesheuvel ardbiesheu...@php.net Mon, 11 Feb 2013 15:02:01 + -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] com php-src: NEWS update: NEWS

2013-02-11 Thread Ard Biesheuvel
Commit:dbad4fb3ad918307dd7a641e6b8ed2351a93f3c7 Author:Ard Biesheuvel ard.biesheu...@linaro.org Mon, 11 Feb 2013 15:54:59 +0100 Parents: e2453276e95165bf3b765d27781405c816821c15 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Update config.guess to latest GPLv2 upstream version: config.guess

2013-02-05 Thread Ard Biesheuvel
Commit:72a728872b0827b83c48e16812d746585b72303a Author:Ard Biesheuvel ard.biesheu...@linaro.org Tue, 5 Feb 2013 10:23:35 +0100 Parents: c2a2f5e3ff77bbb851c02c5497e3e76f94b429ba Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Add ARM optimized versions of safe_address(): Zend/zend_alloc.c

2013-02-05 Thread Ard Biesheuvel
Commit:d0e0a51c4c6f7fd318e97a200a990fbb54cf3852 Author:Ard Biesheuvel ard.biesheu...@linaro.org Tue, 5 Feb 2013 12:14:55 +0100 Parents: 72a728872b0827b83c48e16812d746585b72303a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Update config.sub to latest GPLv2 upstream version: config.sub

2013-01-18 Thread Ard Biesheuvel
Commit:35154c7ebcd34ec01843b9486051c2523dbe2770 Author:Ard Biesheuvel ard.biesheu...@linaro.org Fri, 18 Jan 2013 10:13:10 +0100 Parents: a499a655eed332889ce522ccebbc4c2deb00b24e Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Added test cases for ZEND_SIGNED_MULTIPLY_LONG(): Zend/tests/zend_signed_multiply-32bit.phpt Zend/tests/zend_signed_multiply-64bit.phpt

2013-01-17 Thread Ard Biesheuvel
Commit:abb12f5d7b82c40bc11eb374130e1607fad76d31 Author:Ard Biesheuvel ard.biesheu...@linaro.org Thu, 17 Jan 2013 17:41:58 +0100 Parents: 979ca537347d8ae064abe7cf385771788cb684bd Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Added ARM accelerated implementations for ZEND_SIGNED_MULTIPLY_LONG(): Zend/zend_multiply.h

2013-01-17 Thread Ard Biesheuvel
Commit:0b8ec19629083de65310f0a136320e8e79a1c8ef Author:Ard Biesheuvel ard.biesheu...@linaro.org Thu, 17 Jan 2013 17:51:12 +0100 Parents: abb12f5d7b82c40bc11eb374130e1607fad76d31 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/interbase interbase.c

2005-02-25 Thread Ard Biesheuvel
abies Fri Feb 25 08:44:26 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/interbase interbase.c Log: MFH: bug #31597 http://cvs.php.net/diff.php/php-src/ext/interbase/interbase.c?r1=1.223r2=1.223.2.1ty=u Index: php-src/ext/interbase/interbase.c

[PHP-CVS] cvs: php-src /ext/pdo_firebird config.m4

2005-02-23 Thread Ard Biesheuvel
abies Wed Feb 23 12:44:23 2005 EDT Modified files: /php-src/ext/pdo_firebird config.m4 Log: Added search for libfbclient http://cvs.php.net/diff.php/php-src/ext/pdo_firebird/config.m4?r1=1.4r2=1.5ty=u Index: php-src/ext/pdo_firebird/config.m4 diff -u

[PHP-CVS] cvs: php-src /ext/interbase interbase.c

2005-02-23 Thread Ard Biesheuvel
abies Wed Feb 23 15:20:27 2005 EDT Modified files: /php-src/ext/interbase interbase.c Log: Fixed bug #31597: ibase_connect() - incorrect warning http://cvs.php.net/diff.php/php-src/ext/interbase/interbase.c?r1=1.223r2=1.224ty=u Index:

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/interbase interbase.c

2005-01-13 Thread Ard Biesheuvel
abies Thu Jan 13 16:22:14 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/interbase interbase.c Log: Fixed unregistered bug: corrupted 32-bit LONGs on 64-bit systems

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/interbase ibase_query.c

2004-11-11 Thread Ard Biesheuvel
abies Thu Nov 11 07:29:39 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/interbase ibase_query.c Log: MFH: fix return value of ibase_execute() http://cvs.php.net/diff.php/php-src/ext/interbase/ibase_query.c?r1=1.21r2=1.21.2.1ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c

2004-11-10 Thread Ard Biesheuvel
abies Wed Nov 10 06:21:53 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c Log: Fixed return value of ibase_execute() http://cvs.php.net/diff.php/php-src/ext/interbase/ibase_query.c?r1=1.21r2=1.22ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c interbase.c php_ibase_includes.h

2004-07-06 Thread Ard Biesheuvel
abies Tue Jul 6 09:46:19 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c interbase.c php_ibase_includes.h Log: Don't copy ini items to module globals (fixed unregistered bug with mangled default_db setting)

[PHP-CVS] cvs: php-src /ext/interbase interbase.c

2004-06-30 Thread Ard Biesheuvel
abies Wed Jun 30 06:55:03 2004 EDT Modified files: /php-src/ext/interbase interbase.c Log: Fixed Ilia's alloca() issue/exploit Removed pointless RINIT() Use macros for consistent resource type names

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/interbase interbase.c

2004-06-28 Thread Ard Biesheuvel
abies Mon Jun 28 07:24:56 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/interbase interbase.c Log: Fixed bug #28897 (-1 returned as -0.000 for 64-bit scaled int)

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c

2004-06-28 Thread Ard Biesheuvel
abies Mon Jun 28 07:27:06 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c Log: MFB Fixed bug #28897 (-1 returned as -0.000 for 64-bit scaled int) http://cvs.php.net/diff.php/php-src/ext/interbase/ibase_query.c?r1=1.18r2=1.19ty=u Index:

[PHP-CVS] cvs: php-src / NEWS

2004-06-28 Thread Ard Biesheuvel
abies Mon Jun 28 07:28:12 2004 EDT Modified files: /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1748r2=1.1749ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1748 php-src/NEWS:1.1749 --- php-src/NEWS:1.1748 Sat Jun 26 18:08:19

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2004-06-28 Thread Ard Biesheuvel
abies Mon Jun 28 07:30:04 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.690r2=1.1247.2.691ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.690 php-src/NEWS:1.1247.2.691 ---

[PHP-CVS] cvs: php-src / NEWS

2004-06-28 Thread Ard Biesheuvel
abies Mon Jun 28 07:41:09 2004 EDT Modified files: /php-srcNEWS Log: Revert at Derick's request http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1749r2=1.1750ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1749 php-src/NEWS:1.1750 --- php-src/NEWS:1.1749

[PHP-CVS] cvs: php-src /ext/com_dotnet com_com.c com_dotnet.c com_persist.c com_variant.c php_com_dotnet_internal.h /ext/spl spl_directory.c /ext/sqlite sqlite.c /ext/standard dir.c file.c fsock.c proc_open.c streamsfuncs.c

2004-06-16 Thread Ard Biesheuvel
abies Wed Jun 16 19:57:26 2004 EDT Modified files: /php-src/ext/com_dotnet com_com.c com_dotnet.c com_persist.c com_variant.c php_com_dotnet_internal.h /php-src/ext/splspl_directory.c /php-src/ext/sqlite sqlite.c

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c php_interbase.h

2004-06-11 Thread Ard Biesheuvel
abies Fri Jun 11 22:49:47 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c php_interbase.h Log: Added export macros http://cvs.php.net/diff.php/php-src/ext/interbase/ibase_query.c?r1=1.16r2=1.17ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase interbase.dsp interbase.rc

2004-06-08 Thread Ard Biesheuvel
abies Tue Jun 8 06:04:09 2004 EDT Modified files: /php-src/ext/interbase interbase.dsp interbase.rc Log: ... back from the dead http://cvs.php.net/diff.php/php-src/ext/interbase/interbase.dsp?r1=1.11r2=1.12ty=u Index:

[PHP-CVS] cvs: php-src / NEWS

2004-06-08 Thread Ard Biesheuvel
abies Tue Jun 8 16:25:49 2004 EDT Modified files: /php-srcNEWS Log: Interbase news http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1729r2=1.1730ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1729 php-src/NEWS:1.1730 --- php-src/NEWS:1.1729 Mon Jun 7

[PHP-CVS] cvs: php-src /ext/interbase php_ibase_udf.c

2004-06-04 Thread Ard Biesheuvel
abies Fri Jun 4 09:33:57 2004 EDT Modified files: /php-src/ext/interbase php_ibase_udf.c Log: Added support for arbitrary input types Added support for NULL input/output values

[PHP-CVS] cvs: php-src /ext/interbase php_ibase_udf.c

2004-06-04 Thread Ard Biesheuvel
abies Fri Jun 4 10:26:33 2004 EDT Modified files: /php-src/ext/interbase php_ibase_udf.c Log: Added support for scaled integers http://cvs.php.net/diff.php/php-src/ext/interbase/php_ibase_udf.c?r1=1.5r2=1.6ty=u Index:

[PHP-CVS] cvs: php-src / NEWS

2004-06-03 Thread Ard Biesheuvel
abies Thu Jun 3 06:55:27 2004 EDT Modified files: /php-srcNEWS Log: news http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1723r2=1.1724ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1723 php-src/NEWS:1.1724 --- php-src/NEWS:1.1723 Thu Jun 3 04:17:15 2004

[PHP-CVS] cvs: php-src /ext/interbase php_ibase_udf.c

2004-06-03 Thread Ard Biesheuvel
abies Thu Jun 3 19:18:37 2004 EDT Modified files: /php-src/ext/interbase php_ibase_udf.c Log: Let DB handle type coercion instead of PHP http://cvs.php.net/diff.php/php-src/ext/interbase/php_ibase_udf.c?r1=1.3r2=1.4ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c interbase.c php_ibase_includes.h /ext/interbase/tests interbase.inc

2004-06-01 Thread Ard Biesheuvel
abies Tue Jun 1 04:38:33 2004 EDT Modified files: /php-src/ext/interbase interbase.c ibase_query.c php_ibase_includes.h /php-src/ext/interbase/testsinterbase.inc Log: Use constant IBASE_CREATE instead of just 0

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c

2004-06-01 Thread Ard Biesheuvel
abies Tue Jun 1 13:14:47 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c Log: Removed debugging code http://cvs.php.net/diff.php/php-src/ext/interbase/ibase_query.c?r1=1.14r2=1.15ty=u Index: php-src/ext/interbase/ibase_query.c diff -u

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c

2004-06-01 Thread Ard Biesheuvel
abies Tue Jun 1 19:31:44 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c Log: Don't be too strict if the number of binding arguments provided exceeds the expected number

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/informix ifx.ec

2004-05-31 Thread Ard Biesheuvel
abies Mon May 31 04:33:43 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/informix ifx.ec Log: Fix build http://cvs.php.net/diff.php/php-src/ext/informix/ifx.ec?r1=1.69.2.24r2=1.69.2.25ty=u Index: php-src/ext/informix/ifx.ec diff -u

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c php_ibase_includes.h /ext/interbase/tests interbase.inc

2004-05-31 Thread Ard Biesheuvel
abies Mon May 31 09:40:25 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c php_ibase_includes.h /php-src/ext/interbase/testsinterbase.inc Log: Improved handling of 'CREATE DATABASE ...' by ibase_query() Improved param handling of

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c

2004-05-31 Thread Ard Biesheuvel
abies Mon May 31 09:43:06 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c Log: Fix typo in error message http://cvs.php.net/diff.php/php-src/ext/interbase/ibase_query.c?r1=1.12r2=1.13ty=u Index: php-src/ext/interbase/ibase_query.c diff -u

[PHP-CVS] cvs: php-src /ext/informix ifx.ec

2004-05-31 Thread Ard Biesheuvel
abies Mon May 31 20:44:19 2004 EDT Modified files: /php-src/ext/informix ifx.ec Log: Fixed bug #28569 (connection id is not thread safe) http://cvs.php.net/diff.php/php-src/ext/informix/ifx.ec?r1=1.105r2=1.106ty=u Index: php-src/ext/informix/ifx.ec diff

[PHP-CVS] cvs: php-src /ext/informix ifx.ec

2004-05-31 Thread Ard Biesheuvel
abies Mon May 31 20:50:00 2004 EDT Modified files: /php-src/ext/informix ifx.ec Log: Woops, missed one http://cvs.php.net/diff.php/php-src/ext/informix/ifx.ec?r1=1.106r2=1.107ty=u Index: php-src/ext/informix/ifx.ec diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2004-05-31 Thread Ard Biesheuvel
abies Mon May 31 21:12:02 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: #28569 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.669r2=1.1247.2.670ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.669 php-src/NEWS:1.1247.2.670 ---

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_ibase_includes.h /ext/interbase/tests 003.phpt 006.phpt 007.phpt

2004-05-30 Thread Ard Biesheuvel
abies Sun May 30 12:20:25 2004 EDT Modified files: /php-src/ext/interbase interbase.c php_ibase_includes.h /php-src/ext/interbase/tests003.phpt 006.phpt 007.phpt Log: Removed ibase_timefmt() - use ini_set() instead Improved phpinfo()

[PHP-CVS] cvs: php-src /ext/interbase interbase.c

2004-05-30 Thread Ard Biesheuvel
abies Sun May 30 12:41:28 2004 EDT Modified files: /php-src/ext/interbase interbase.c Log: Fix HTML/table layout in info() entry http://cvs.php.net/diff.php/php-src/ext/interbase/interbase.c?r1=1.218r2=1.219ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase/tests interbase.inc

2004-05-30 Thread Ard Biesheuvel
abies Sun May 30 12:59:43 2004 EDT Modified files: /php-src/ext/interbase/testsinterbase.inc Log: Use default character set in generated test DB http://cvs.php.net/diff.php/php-src/ext/interbase/tests/interbase.inc?r1=1.7r2=1.8ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c

2004-05-30 Thread Ard Biesheuvel
abies Sun May 30 13:51:20 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c Log: Fix unregistered bug (segfault on uninitialised pointer) Return string(0 ) from ibase_query() if query succeeded but did not affect any rows

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c interbase.c

2004-05-30 Thread Ard Biesheuvel
abies Sun May 30 16:24:46 2004 EDT Modified files: /php-src/ext/interbase interbase.c ibase_query.c Log: Fix Win32 build Added missing 'break' http://cvs.php.net/diff.php/php-src/ext/interbase/interbase.c?r1=1.219r2=1.220ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c

2004-05-30 Thread Ard Biesheuvel
abies Sun May 30 16:40:36 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c Log: Restrict 'CREATE DATABASE' in sql safe mode http://cvs.php.net/diff.php/php-src/ext/interbase/ibase_query.c?r1=1.10r2=1.11ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase interbase.c

2004-05-28 Thread Ard Biesheuvel
abies Fri May 28 16:11:35 2004 EDT Modified files: /php-src/ext/interbase interbase.c Log: Fix commit/rollback of multi-link transactions Some CS http://cvs.php.net/diff.php/php-src/ext/interbase/interbase.c?r1=1.215r2=1.216ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_ibase_includes.h

2004-05-28 Thread Ard Biesheuvel
abies Fri May 28 19:39:33 2004 EDT Modified files: /php-src/ext/interbase interbase.c php_ibase_includes.h Log: Changed default date format to ISO Enable sync flag in connect()

[PHP-CVS] cvs: php-src /ext/interbase interbase.c

2004-05-22 Thread Ard Biesheuvel
abies Sat May 22 14:50:59 2004 EDT Modified files: /php-src/ext/interbase interbase.c Log: Use dummy status vector in ibase_connect() Added fbird_ aliases for all ibase_ functions # See comment in code for more info # Please let me know if there are

[PHP-CVS] cvs: php-src /ext/interbase php_ibase_includes.h

2004-05-21 Thread Ard Biesheuvel
abies Fri May 21 09:14:56 2004 EDT Modified files: /php-src/ext/interbase php_ibase_includes.h Log: Make sure METADATALENGTH is defined (used by IB 7) http://cvs.php.net/diff.php/php-src/ext/interbase/php_ibase_includes.h?r1=1.9r2=1.10ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c

2004-05-21 Thread Ard Biesheuvel
abies Fri May 21 09:46:04 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c Log: Added test for duplicate field names when returning rows as hashes or objects # This change should be in 5.0.0, as it might break BC

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c /ext/interbase/tests 003.phpt

2004-05-21 Thread Ard Biesheuvel
abies Fri May 21 10:24:34 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c /php-src/ext/interbase/tests003.phpt Log: Removed strcpy() call from most common case Added test for hash index generation

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2004-05-19 Thread Ard Biesheuvel
abies Wed May 19 12:46:29 2004 EDT Modified files: /php-src/ext/standard formatted_print.c Log: Fixed unregistered bug (memory leak in printf() friends) http://cvs.php.net/diff.php/php-src/ext/standard/formatted_print.c?r1=1.76r2=1.77ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase interbase.c

2004-05-12 Thread Ard Biesheuvel
abies Wed May 12 09:14:55 2004 EDT Modified files: /php-src/ext/interbase interbase.c Log: Made ibase_timefmt() check its args more thoroughly and nuked a pointless malloc()

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c

2004-05-12 Thread Ard Biesheuvel
abies Wed May 12 11:16:51 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c Log: Fixed a couple of inconsistencies in param binding # Previously, empty strings were either rejected (for scaled integers) # or silently converted to 0 (unscaled

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c

2004-05-07 Thread Ard Biesheuvel
abies Fri May 7 11:11:07 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c Log: Fix unregistered bug in zval pointer/array juggling # Thinko: element of a **zval[] is usually not a *zval[] # I can't believe this has gone undetected for 4+

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/interbase interbase.c

2004-05-07 Thread Ard Biesheuvel
abies Fri May 7 11:17:12 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/interbase interbase.c Log: MFH: fixed unregistered pointer juggling bug http://cvs.php.net/diff.php/php-src/ext/interbase/interbase.c?r1=1.91.2.31r2=1.91.2.32ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c

2004-05-05 Thread Ard Biesheuvel
abies Wed May 5 18:18:35 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c Log: Fixed unregistered bug: array count is incorrect when binding array ids Fixed unregistered bug: empty numeric/datetime param argument is coerced to a

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c

2004-05-04 Thread Ard Biesheuvel
abies Tue May 4 08:42:54 2004 EDT Modified files: /php-src/ext/interbase ibase_query.c Log: ibase_query(): Be careful not to return true on error conditions http://cvs.php.net/diff.php/php-src/ext/interbase/ibase_query.c?r1=1.1r2=1.2ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase ibase_service.c php_ibase_includes.h

2004-04-07 Thread Ard Biesheuvel
abies Wed Apr 7 06:36:00 2004 EDT Modified files: /php-src/ext/interbase php_ibase_includes.h ibase_service.c Log: Don't define ibase_service struct type unless its member types are defined

Re: [PHP-CVS] cvs: php-src /ext/interbase config.m4 config.w32

2004-04-05 Thread Ard Biesheuvel
Andi Gutmans wrote: What is it? Just a reorganization of the code or are there any changes? No code changes, just refactored the code a bit. -- Ard -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/interbase php_ibase_includes.h

2004-04-04 Thread Ard Biesheuvel
abies Sun Apr 4 09:51:56 2004 EDT Modified files: /php-src/ext/interbase php_ibase_includes.h Log: CS http://cvs.php.net/diff.php/php-src/ext/interbase/php_ibase_includes.h?r1=1.4r2=1.5ty=u Index: php-src/ext/interbase/php_ibase_includes.h diff -u

[PHP-CVS] cvs: php-src /ext/interbase/tests 008.phpt

2004-04-03 Thread Ard Biesheuvel
abies Sat Apr 3 10:29:10 2004 EDT Modified files: /php-src/ext/interbase/tests008.phpt Log: Skip on Windows http://cvs.php.net/diff.php/php-src/ext/interbase/tests/008.phpt?r1=1.1r2=1.2ty=u Index: php-src/ext/interbase/tests/008.phpt diff -u

[PHP-CVS] cvs: php-src /ext/standard config.m4

2004-04-03 Thread Ard Biesheuvel
abies Sat Apr 3 11:38:11 2004 EDT Modified files: /php-src/ext/standard config.m4 Log: That should do it http://cvs.php.net/diff.php/php-src/ext/standard/config.m4?r1=1.72r2=1.73ty=u Index: php-src/ext/standard/config.m4 diff -u

[PHP-CVS] cvs: php-src /ext/interbase/tests 006.phpt

2004-04-01 Thread Ard Biesheuvel
abies Thu Apr 1 11:42:25 2004 EDT Modified files: /php-src/ext/interbase/tests006.phpt Log: Test binding of numeric timestamps http://cvs.php.net/diff.php/php-src/ext/interbase/tests/006.phpt?r1=1.8r2=1.9ty=u Index:

[PHP-CVS] cvs: php-src /ext/interbase/tests 003.phpt interbase.inc

2004-04-01 Thread Ard Biesheuvel
abies Thu Apr 1 13:23:45 2004 EDT Modified files: /php-src/ext/interbase/tests003.phpt interbase.inc Log: CS/WS http://cvs.php.net/diff.php/php-src/ext/interbase/tests/003.phpt?r1=1.6r2=1.7ty=u Index: php-src/ext/interbase/tests/003.phpt diff -u

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c

2004-03-29 Thread Ard Biesheuvel
Andi Gutmans wrote: Not sure on what platforms you expect the last #else to be reached but it would raise a sigfloatingpoint on FreeBSD. Dividing by zero does not seem like a good idea. Actually, one of the platforms I tested this on is FreeBSD, and it was no problem at all. SIGFPE is raised by

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c

2004-03-29 Thread Ard Biesheuvel
Andi Gutmans wrote: FreeBSD doesn't reach that rule. I meant, I tested it on FreeBSD before even suggesting it as a solution to Marcus: [EMAIL PROTECTED]:~$ uname -a FreeBSD romeo.mindwarp 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Sep 11 14:29:33 CEST 2003 [EMAIL

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard math.c

2004-03-26 Thread Ard Biesheuvel
abies Fri Mar 26 15:01:54 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard math.c Log: MFH: Calculate pow(long,long) in a way that works on 64-bit platforms http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.97.2.8r2=1.97.2.9ty=u

[PHP-CVS] cvs: php-src(PHP_4_3) /tests/lang bug24054.phpt

2004-03-26 Thread Ard Biesheuvel
abies Fri Mar 26 15:07:34 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/tests/lang bug24054.phpt Log: MFH http://cvs.php.net/diff.php/php-src/tests/lang/bug24054.phpt?r1=1.1.2.1r2=1.1.2.2ty=u Index: php-src/tests/lang/bug24054.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard file.c

2004-03-26 Thread Ard Biesheuvel
abies Fri Mar 26 15:53:10 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard file.c Log: Alignment fix http://cvs.php.net/diff.php/php-src/ext/standard/file.c?r1=1.279.2.57r2=1.279.2.58ty=u Index: php-src/ext/standard/file.c diff -u

[PHP-CVS] cvs: php-src / acinclude.m4

2004-03-26 Thread Ard Biesheuvel
abies Fri Mar 26 21:03:44 2004 EDT Modified files: /php-srcacinclude.m4 Log: Put AC_DEFINE in correct place so caching will work properly http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.270r2=1.271ty=u Index: php-src/acinclude.m4 diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/interbase CREDITS

2004-03-18 Thread Ard Biesheuvel
/interbase/CREDITS:1.1 php-src/ext/interbase/CREDITS:1.1.16.1 --- php-src/ext/interbase/CREDITS:1.1 Mon Nov 20 05:31:25 2000 +++ php-src/ext/interbase/CREDITS Thu Mar 18 05:55:35 2004 @@ -1,2 +1,2 @@ InterBase -Jouni Ahto, Andrew Avdeev +Jouni Ahto, Andrew Avdeev, Ard Biesheuvel -- PHP CVS

[PHP-CVS] cvs: php-src /ext/standard math.c

2004-03-10 Thread Ard Biesheuvel
abies Wed Mar 10 10:57:51 2004 EDT Modified files: /php-src/ext/standard math.c Log: Don't use fp arithmetic for int results # FP arithmetic is not accurate enough on 64-bit archs # This patch relies on ZEND_SIGNED_MULTIPLY_LONG(), # so that should

[PHP-CVS] cvs: php-src /ext/standard math.c

2004-03-10 Thread Ard Biesheuvel
abies Wed Mar 10 10:59:50 2004 EDT Modified files: /php-src/ext/standard math.c Log: Nuke unused vars http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.111r2=1.112ty=u Index: php-src/ext/standard/math.c diff -u

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_ibase_includes.h

2004-03-08 Thread Ard Biesheuvel
2004 @@ -14,11 +14,11 @@ +--+ | Authors: Jouni Ahto [EMAIL PROTECTED]| | Andrew Avdeev [EMAIL PROTECTED] | - | Ard Biesheuvel [EMAIL PROTECTED

[PHP-CVS] cvs: php-src /ext/interbase interbase.c

2004-03-08 Thread Ard Biesheuvel
abies Mon Mar 8 05:49:21 2004 EDT Modified files: /php-src/ext/interbase interbase.c Log: Merged some more odd fixes from my own branch http://cvs.php.net/diff.php/php-src/ext/interbase/interbase.c?r1=1.206r2=1.207ty=u Index:

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/xmlrpc/libxmlrpc encodings.c

2004-03-08 Thread Ard Biesheuvel
abies Mon Mar 8 13:52:41 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/xmlrpc/libxmlrpc encodings.c Log: Possible fix for #27408 (wordsize/alignment issue)

[PHP-CVS] cvs: php-src /ext/xmlrpc/libxmlrpc encodings.c

2004-03-08 Thread Ard Biesheuvel
abies Mon Mar 8 14:08:26 2004 EDT Modified files: /php-src/ext/xmlrpc/libxmlrpc encodings.c Log: MFB fix #27408 http://cvs.php.net/diff.php/php-src/ext/xmlrpc/libxmlrpc/encodings.c?r1=1.5r2=1.6ty=u Index: php-src/ext/xmlrpc/libxmlrpc/encodings.c

[PHP-CVS] cvs: php-src /ext/xmlrpc/libxmlrpc encodings.c

2004-03-08 Thread Ard Biesheuvel
abies Mon Mar 8 18:04:34 2004 EDT Modified files: /php-src/ext/xmlrpc/libxmlrpc encodings.c Log: Fix warning http://cvs.php.net/diff.php/php-src/ext/xmlrpc/libxmlrpc/encodings.c?r1=1.6r2=1.7ty=u Index: php-src/ext/xmlrpc/libxmlrpc/encodings.c diff

[PHP-CVS] cvs: php-src /ext/sqlite/libsqlite/src main.c table.c vdbeaux.c /ext/standard datetime.c var.c /main spprintf.c /main/streams userspace.c xp_socket.c

2004-03-08 Thread Ard Biesheuvel
abies Mon Mar 8 18:11:46 2004 EDT Modified files: /php-src/ext/standard var.c datetime.c /php-src/main spprintf.c /php-src/main/streams userspace.c xp_socket.c /php-src/ext/sqlite/libsqlite/src main.c table.c vdbeaux.c Log:

[PHP-CVS] cvs: php-src /ext/interbase interbase.c

2004-03-07 Thread Ard Biesheuvel
abies Sun Mar 7 09:25:09 2004 EDT Modified files: /php-src/ext/interbase interbase.c Log: Added missing support for binding timestamps # Returning timestamps was already supported

[PHP-CVS] cvs: php-src /ext/interbase interbase.c

2004-03-07 Thread Ard Biesheuvel
abies Sun Mar 7 13:01:14 2004 EDT Modified files: /php-src/ext/interbase interbase.c Log: Simplify / fix http://cvs.php.net/diff.php/php-src/ext/interbase/interbase.c?r1=1.204r2=1.205ty=u Index: php-src/ext/interbase/interbase.c diff -u

[PHP-CVS] cvs: php-src /ext/bcmath bcmath.c /ext/ftp php_ftp.c /ext/mysqli mysqli_nonapi.c mysqli_report.c /ext/oci8 oci8.c /ext/pgsql pgsql.c /ext/soap soap.c /ext/spl spl_iterators.c /ext/sqlite sqlite.c /ext/standard dir.c file.c streamsfuncs.c string.c sunfuncs.c var.c /ext/w32api w32api.c

2004-02-25 Thread Ard Biesheuvel
abies Wed Feb 25 15:16:29 2004 EDT Modified files: /php-src/ext/bcmath bcmath.c /php-src/ext/ftpphp_ftp.c /php-src/ext/mysqli mysqli_nonapi.c mysqli_report.c /php-src/ext/oci8 oci8.c /php-src/ext/soap soap.c /php-src/ext/spl

[PHP-CVS] cvs: php-src /ext/sqlite sqlite.c

2004-02-24 Thread Ard Biesheuvel
abies Tue Feb 24 10:47:39 2004 EDT Modified files: /php-src/ext/sqlite sqlite.c Log: More wordsize/alignment fixes http://cvs.php.net/diff.php/php-src/ext/sqlite/sqlite.c?r1=1.123r2=1.124ty=u Index: php-src/ext/sqlite/sqlite.c diff -u

[PHP-CVS] cvs: php-src /ext/sqlite sqlite.c /ext/standard streamsfuncs.c

2004-02-23 Thread Ard Biesheuvel
abies Mon Feb 23 11:26:35 2004 EDT Modified files: /php-src/ext/sqlite sqlite.c /php-src/ext/standard streamsfuncs.c Log: 64-bit fixes http://cvs.php.net/diff.php/php-src/ext/sqlite/sqlite.c?r1=1.122r2=1.123ty=u Index:

  1   2   3   >