[PHP-CVS] hello

2007-01-14 Thread lars
Here is it! -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] com php-src: Bug 62462: Prevent multibyte characters from being split between the lines: ext/standard/quot_print.c ext/standard/tests/strings/bug62462.phpt

2012-08-20 Thread Lars Strojny
Commit:c54d73d54c8e2166f680b3db03238d5263a451c1 Author:Lars Strojny Mon, 20 Aug 2012 23:42:31 +0200 Parents: cc5631eca3e9aac195493a0edb7a730f3bc82a65 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c54d73d54c8e2166f680b3db03238d5263a451c1 Log

[PHP-CVS] com php-src: Bug 62462: Prevent multibyte characters from being split between the lines: ext/standard/quot_print.c ext/standard/tests/strings/bug62462.phpt

2012-08-20 Thread Lars Strojny
Commit:18bb426587d62f93c54c40bf8535eb8416603629 Author:Lars Strojny Mon, 20 Aug 2012 23:42:31 +0200 Parents: ab4f3d93e812b96bf933a1fa7e0ad43671b38c77 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=18bb426587d62f93c54c40bf8535eb8416603629 Log

Re: [PHP-CVS] com php-src: Bug 62462: Prevent multibyte characters from being split between the lines: ext/standard/quot_print.c ext/standard/tests/strings/bug62462.phpt

2012-08-21 Thread Lars Strojny
Hi Laruence, will take care of it. Looks like this test needs to be adjusted. Thanks! Lars Am 21.08.2012 um 05:14 schrieb Laruence : > Hi: > this test failed in my box, please look at it; > > ext/standard/tests/strings/quoted_printable_encode_002.phpt > > the

[PHP-CVS] com php-src: Bug 62462: adjusting test: ext/standard/tests/strings/quoted_printable_encode_002.phpt

2012-08-21 Thread Lars Strojny
Commit:aaa2eee4c03ac362ebe9c6f1594776434814b083 Author:Lars Strojny Tue, 21 Aug 2012 10:08:46 +0200 Parents: c54d73d54c8e2166f680b3db03238d5263a451c1 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=aaa2eee4c03ac362ebe9c6f1594776434814b083 Log

[PHP-CVS] com php-src: Bug 62462: adjusting test: ext/standard/tests/strings/quoted_printable_encode_002.phpt

2012-08-21 Thread Lars Strojny
Commit:a45e81d093e830c25aed13480091049c901c38ec Author:Lars Strojny Tue, 21 Aug 2012 10:08:46 +0200 Parents: 18bb426587d62f93c54c40bf8535eb8416603629 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=a45e81d093e830c25aed13480091049c901c38ec Log

[PHP-CVS] com php-src: Merging PR 121 to add support for slow request counting on the PHP-FPM status page: sapi/fpm/fpm/fpm_php_trace.c sapi/fpm/fpm/fpm_process_ctl.c sapi/fpm/fpm/fpm_request.c sapi/f

2012-08-26 Thread Lars Strojny
Commit:e7a714b35ecaf5760b1af7bd97eb2f0c613aa9f3 Author:Lars Strojny Sun, 26 Aug 2012 17:02:39 +0200 Parents: 101fd2d3fde0d963f9658b2fc11ac0e7e27258d9 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e7a714b35ecaf5760b1af7bd97eb2f0c613aa9f3 Log

[PHP-CVS] com php-src: Merging PR 121 to add support for slow request counting on the PHP-FPM status page: NEWS sapi/fpm/fpm/fpm_php_trace.c sapi/fpm/fpm/fpm_process_ctl.c sapi/fpm/fpm/fpm_request.c s

2012-08-26 Thread Lars Strojny
Commit:8e7081f3ac10f5b215358f7e245c9da21ea47278 Author:Lars Strojny Sun, 26 Aug 2012 17:02:39 +0200 Parents: e24194d15755fc574a39df1bc3a572394627f847 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=8e7081f3ac10f5b215358f7e245c9da21ea47278 Log

[PHP-CVS] com php-src: Strong types for the result codes SUCCESS & FAILURE. These are common symbol names and using #defines can cause conflicts.: Zend/zend.h

2012-08-26 Thread Lars Strojny
Commit:e3ef84c59bf669a7dfc717af26ed1872bab397c9 Author:Stuart Langley Tue, 7 Aug 2012 13:06:13 +1000 Committer: Lars Strojny Sun, 26 Aug 2012 17:15:27 +0200 Parents: e7a714b35ecaf5760b1af7bd97eb2f0c613aa9f3 Branches: master Link: http://git.php.net/?p=php-src.git

Re: [PHP-CVS] com php-src: Strong types for the result codes SUCCESS & FAILURE. These are common symbol names and using #defines can cause conflicts.: Zend/zend.h

2012-08-26 Thread Lars Strojny
Good idea! Am 26.08.2012 um 19:47 schrieb Stas Malyshev : > Hi! > >> +typedef enum { >> + SUCCESS = 0, >> + FAILURE = -1, /* this MUST stay a negative number, or it may >> affect functions! */ >> +} RESULT_CODE; > > If you use a type here, I'd suggest using zend_ prefix since ot

[PHP-CVS] com php-src: Prefix RESULT_CODE enum with ZEND_: Zend/zend.h

2012-08-26 Thread Lars Strojny
Commit:8788cddfb36480cd4f0cb5c3aeec69134764ecfc Author:Lars Strojny Sun, 26 Aug 2012 20:06:47 +0200 Parents: 3d0857938d86b279e932de0558c3f4877e49bcec Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=8788cddfb36480cd4f0cb5c3aeec69134764ecfc Log

[PHP-CVS] com php-src: Bug #62956: fixing private method signature validation: Zend/tests/bug61761.phpt Zend/tests/bug62956.phpt Zend/zend_compile.c

2012-08-28 Thread Lars Strojny
Commit:6b1073a3a7030d70a684638f098dbf22affb5c63 Author:Lars Strojny Tue, 28 Aug 2012 14:06:18 +0200 Parents: dd9478e6c871418a7e130e5f6cacc7eaa8d92cf4 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6b1073a3a7030d70a684638f098dbf22affb5c63 Log

[PHP-CVS] com php-src: Bug #62956: fixing private method signature validation: Zend/tests/bug61761.phpt Zend/tests/bug62956.phpt Zend/zend_compile.c

2012-08-28 Thread Lars Strojny
Commit:f82dd2c77463e01cbcc9912be08f5e45cb1a384c Author:Lars Strojny Tue, 28 Aug 2012 14:06:18 +0200 Parents: c11106734d0fbd81ac8332e5a4132d0c6a06 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f82dd2c77463e01cbcc9912be08f5e45cb1a384c Log

[PHP-CVS] com php-src: assert() user message: NEWS ext/standard/assert.c ext/standard/tests/assert/assert04.phpt ext/standard/tests/assert/assert_error1.phpt

2012-08-31 Thread Lars Strojny
Commit:167108d73cf7f37efb75bc32cef38ea4602ea229 Author:Lars Strojny Fri, 31 Aug 2012 18:55:43 +0200 Parents: b5d2c3174fcd3785d827ee310669189e827ca7ec Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=167108d73cf7f37efb75bc32cef38ea4602ea229 Log

[PHP-CVS] com php-src: Tests for the previous assert() with user message: ext/standard/tests/assert/assert_basic6.phpt ext/standard/tests/assert/assert_error2.phpt ext/standard/tests/assert/assert_err

2012-08-31 Thread Lars Strojny
Commit:64c168efc5fad8e9761b23dd02a99f5e5a1b46c2 Author:Lars Strojny Fri, 31 Aug 2012 19:01:57 +0200 Parents: 167108d73cf7f37efb75bc32cef38ea4602ea229 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=64c168efc5fad8e9761b23dd02a99f5e5a1b46c2 Log

[PHP-CVS] com php-src: assert() user message: NEWS ext/standard/assert.c ext/standard/tests/assert/assert04.phpt ext/standard/tests/assert/assert_basic6.phpt ext/standard/tests/assert/assert_error1.ph

2012-08-31 Thread Lars Strojny
Commit:e658a91b3d826ea4104b17f3a6123c1e9f3aee86 Author:Lars Strojny Fri, 31 Aug 2012 19:04:53 +0200 Parents: 66fad45724214c21491daa21031ac6e5a59d5e3a Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e658a91b3d826ea4104b17f3a6123c1e9f3aee86 Log

[PHP-CVS] com php-src: Initializing optional argument description in assert(): ext/standard/assert.c

2012-09-01 Thread Lars Strojny
Commit:89948c7fbe487e5d75f7b02fe0c29238f556f341 Author:Lars Strojny Sun, 2 Sep 2012 08:01:18 +0200 Parents: f7d51df5c65e47a5ef8a6d81f2e13044dd926492 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=89948c7fbe487e5d75f7b02fe0c29238f556f341 Log

[PHP-CVS] com php-src: Initializing optional argument description in assert(): ext/standard/assert.c

2012-09-01 Thread Lars Strojny
Commit:e212de4a4492cd9dce8e45133604aa87083a0a92 Author:Lars Strojny Sun, 2 Sep 2012 08:01:18 +0200 Parents: 4e84f725544153d5b6fff99adc274d11f79b9079 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e212de4a4492cd9dce8e45133604aa87083a0a92 Log

[PHP-CVS] com php-src: Allow null as a default value for length in mb_substr() and mb_strcut(): NEWS ext/mbstring/mbstring.c ext/mbstring/tests/mb_str_functions_opt-parameter.phpt

2012-09-02 Thread Lars Strojny
Commit:133f610bb18831a6d64061cd6e4e7f7779bf1581 Author:Lars Strojny Sun, 2 Sep 2012 14:52:05 +0200 Parents: 89948c7fbe487e5d75f7b02fe0c29238f556f341 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=133f610bb18831a6d64061cd6e4e7f7779bf1581 Log

[PHP-CVS] com php-src: Allow null as a default value for length in mb_substr() and mb_strcut(): ext/mbstring/mbstring.c ext/mbstring/tests/mb_str_functions_opt-parameter.phpt

2012-09-02 Thread Lars Strojny
Commit:352a1956b60059f9792cac840d57b184c7305667 Author:Lars Strojny Sun, 2 Sep 2012 14:52:05 +0200 Parents: 32a97dfae6ad7cec85cf88feb45c3547e7a47176 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=352a1956b60059f9792cac840d57b184c7305667 Log

[PHP-CVS] com php-src: Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty string or false: NEWS ext/filter/filter_private.h ext/filter/logical_filters.c ext/filter/tests/bug49

2012-09-02 Thread Lars Strojny
Commit:a26390ef0c22be3637795d9b5ab1c445e1d3f847 Author:Lars Strojny Sun, 2 Sep 2012 22:10:23 +0200 Parents: d371a306a24d15646e37c74ee8a9ab81a91f5e25 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=a26390ef0c22be3637795d9b5ab1c445e1d3f847 Log

[PHP-CVS] com php-src: Merging PR #116: ext/spl/tests/RecursiveDirectoryIterator_getSubPath_basic.phpt ext/spl/tests/RecursiveDirectoryIterator_getSubPathname_basic.phpt ext/standard/tests/strings/htt

2012-09-18 Thread Lars Strojny
Commit:ee172ce3cc65b5cb8ec49020c9579d108aca9ea1 Author:Lars Strojny Tue, 18 Sep 2012 23:15:03 +0200 Parents: aa133ea2821787c0cf4ac8750ddd22341752f135 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ee172ce3cc65b5cb8ec49020c9579d108aca9ea1 Log

[PHP-CVS] com php-src: Bug #63000: MCAST_JOIN_GROUP on OSX is broken: NEWS ext/sockets/multicast.h ext/sockets/tests/bug63000.phpt

2012-09-19 Thread Lars Strojny
Commit:188c124a57a27e3d6baf786608a45d713d4595f6 Author:Lars Strojny Wed, 19 Sep 2012 22:17:35 +0200 Parents: ee172ce3cc65b5cb8ec49020c9579d108aca9ea1 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=188c124a57a27e3d6baf786608a45d713d4595f6 Log

[PHP-CVS] com php-src: Fixing NEWS file: NEWS

2012-09-21 Thread Lars Strojny
Commit:734bda7a2ddea53293eb8abdb9842a0079d54a53 Author:Lars Strojny Fri, 21 Sep 2012 13:22:53 +0200 Parents: b69068705ecfdad954cc072e00b8b630f39b7f15 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=734bda7a2ddea53293eb8abdb9842a0079d54a53 Log

[PHP-CVS] com php-src: make failed tests fail the test target: Makefile.global

2012-11-11 Thread Lars Strojny
Commit:180767373d03238431103c02a93de19df49c14dc Author:Bernhard K. Weisshuhn Sun, 11 Nov 2012 20:11:06 +0100 Parents: 4029475e82552a3ceddbdd343bdb5641eb269c50 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=180767373d03238431103c02a93de19df49c14d

[PHP-CVS] com php-src: Bug #49341: Add SO_REUSEPORT support for socket_set_option(): ext/sockets/sockets.c ext/sockets/tests/bug49341.phpt

2012-12-02 Thread Lars Strojny
Commit:ec2a132f9c345e6b40d04f7230d25b2fe5659672 Author:Igor Wiedler Sun, 2 Sep 2012 23:18:45 +0200 Parents: 7552a7eb191b477349fa278e50fa8b3858382535 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ec2a132f9c345e6b40d04f7230d25b2fe5659672 Log: Bu

[PHP-CVS] com php-src: News entry for bug #49341: NEWS

2012-12-02 Thread Lars Strojny
Commit:12de2e91d0f10f93e177378f84d1dcc1c03e1141 Author:Lars Strojny Sun, 2 Dec 2012 19:41:19 +0100 Parents: ec2a132f9c345e6b40d04f7230d25b2fe5659672 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=12de2e91d0f10f93e177378f84d1dcc1c03e1141 Log

[PHP-CVS] com php-src: Merge branch 'PHP-5.4': ext/sockets/sockets.c

2012-12-02 Thread Lars Strojny
Commit:d1b8c6df76bf5d029e389184c8d0202c9d812fd8 Author:Lars Strojny Sun, 2 Dec 2012 19:41:55 +0100 Parents: d77dab19eba8dc422fea1d28798b79d511c26afe 12de2e91d0f10f93e177378f84d1dcc1c03e1141 Branches: 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: ext/sockets/sockets.c

2012-12-02 Thread Lars Strojny
Commit:575b9837032104cc397ed76256f6536e13636fff Author:Lars Strojny Sun, 2 Dec 2012 19:42:25 +0100 Parents: 50fec2bae2996ec7c77cab68b34fe06a02db4816 12de2e91d0f10f93e177378f84d1dcc1c03e1141 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixing test according to @jpauli's suggestions: tests/classes/unset_public_properties.phpt

2012-12-02 Thread Lars Strojny
Commit:12f451c7710f1812418b8fdbabead2dc52796e29 Author:Marco Pivetta Wed, 7 Nov 2012 18:56:32 +0100 Committer: Lars Strojny Sun, 2 Dec 2012 19:47:13 +0100 Parents: 1377942b6963f53c77226b8a68832183b9916426 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git

[PHP-CVS] com php-src: Adding tests for private and protected properties: tests/classes/unset_properties.phpt tests/classes/unset_public_properties.phpt

2012-12-02 Thread Lars Strojny
Commit:627eb9e3d99c75a4d0309c1321e91a3a7ec4571c Author:Marco Pivetta Thu, 8 Nov 2012 05:51:01 +0100 Committer: Lars Strojny Sun, 2 Dec 2012 19:47:18 +0100 Parents: 12f451c7710f1812418b8fdbabead2dc52796e29 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git

[PHP-CVS] com php-src: Adding regression test for behavior of magic methods with unset public properties: tests/classes/unset_public_properties.phpt

2012-12-02 Thread Lars Strojny
Commit:1377942b6963f53c77226b8a68832183b9916426 Author:Marco Pivetta Fri, 26 Oct 2012 03:54:05 +0200 Committer: Lars Strojny Sun, 2 Dec 2012 19:47:09 +0100 Parents: 12de2e91d0f10f93e177378f84d1dcc1c03e1141 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git

[PHP-CVS] com php-src: update test for supported Mime Types checking: sapi/cli/tests/bug61977.phpt

2012-12-14 Thread Lars Strojny
Commit:d813af06187c42d89b68d49ba1acf0c207026e8f Author:pascalc Tue, 11 Dec 2012 16:05:12 +0100 Committer: Lars Strojny Fri, 14 Dec 2012 13:59:06 +0100 Parents: e5b1ebc082416330cd6f6b8f457d825aab2674eb Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a

[PHP-CVS] com php-src: News entry for updated mime types: NEWS

2012-12-14 Thread Lars Strojny
Commit:c3b480323f78cfd756ef59d6ec0c98252fd9b5b3 Author:Lars Strojny Fri, 14 Dec 2012 14:54:38 +0100 Parents: d813af06187c42d89b68d49ba1acf0c207026e8f Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c3b480323f78cfd756ef59d6ec0c98252fd9b5b3 Log

[PHP-CVS] com php-src: update list of common Mime Types in PHP development server to support Web audio/video formats (Webm ,and Ogg containers) + have jpeg mime types listed together: sapi/cli/php_cli

2012-12-14 Thread Lars Strojny
Commit:e5b1ebc082416330cd6f6b8f457d825aab2674eb Author:pascalc Tue, 11 Dec 2012 12:45:00 +0100 Committer: Lars Strojny Fri, 14 Dec 2012 13:59:01 +0100 Parents: 77c4b84ac893a6e4824a58d17475149f6a1c2322 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: sapi/cli/php_cli_server.c

2012-12-14 Thread Lars Strojny
Commit:aaa5e42177c2b8eac77ff25b7b4335a1c2b9f214 Author:Lars Strojny Fri, 14 Dec 2012 14:56:25 +0100 Parents: a73a6be76417571e7e4a467e8d9c7f82e8a45a9c c3b480323f78cfd756ef59d6ec0c98252fd9b5b3 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: News entry for updated mime types: NEWS

2012-12-15 Thread Lars Strojny
Sure. Am 15.12.2012 um 04:49 schrieb Christopher Jones : > On 12/14/2012 05:54 AM, Lars Strojny wrote: > > +- CLI server > > + . Update list of common mime types (Lars, pascalc at gmail dot com) > > Could you list the new types in the NEWS entry? This would help users &

[PHP-CVS] com php-src: Updating news entry to list new filetypes: NEWS

2012-12-15 Thread Lars Strojny
Commit:36a5eca89ca6bdf0f6351f40bbcb893251887116 Author:Lars Strojny Sat, 15 Dec 2012 12:00:42 +0100 Parents: c3b480323f78cfd756ef59d6ec0c98252fd9b5b3 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=36a5eca89ca6bdf0f6351f40bbcb893251887116 Log

[PHP-CVS] com php-src: Add more tests for the new +0/-0 behaviour.: ext/filter/tests/filter_data.phpt

2012-12-28 Thread Lars Strojny
Commit:dcd99c4b19a29f37859769216e56d9a3cf0d232d Author:Martin Jansen Wed, 26 Dec 2012 11:51:55 +0100 Committer: Lars Strojny Sat, 29 Dec 2012 03:31:22 +0100 Parents: 3990641e62b5648965883604e286b64e098b351e Branches: PHP-5.4 Link: http://git.php.net/?p=php

[PHP-CVS] com php-src: News entry for +0/-0 filter fix: NEWS

2012-12-28 Thread Lars Strojny
Commit:ee258fe87dd3dd61d0a806e22055d7a4bb574a0c Author:Lars Strojny Sat, 29 Dec 2012 03:34:23 +0100 Parents: dcd99c4b19a29f37859769216e56d9a3cf0d232d Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ee258fe87dd3dd61d0a806e22055d7a4bb574a0c Log

[PHP-CVS] com php-src: Treat "+0" and "-0" as valid integers just like var_dump() does.: ext/filter/logical_filters.c ext/filter/tests/filter_data.phpt

2012-12-28 Thread Lars Strojny
Commit:3990641e62b5648965883604e286b64e098b351e Author:Martin Jansen Mon, 24 Dec 2012 14:58:01 +0100 Committer: Lars Strojny Sat, 29 Dec 2012 03:31:13 +0100 Parents: ac3d227e28056bf5294a8a64e2f41ce2beebaa05 Branches: PHP-5.4 Link: http://git.php.net/?p=php

[PHP-CVS] com php-src: Bug #63699: performance improvements for varios ext/date functions: NEWS ext/date/php_date.c ext/date/php_date.h

2013-01-05 Thread Lars Strojny
Commit:67557fcfcea2c22e9b8d9f0ba86f461c02002cb7 Author:Lars Strojny Sun, 6 Jan 2013 03:06:09 +0100 Parents: 2feea39a3320d100bae8a1193aba9022726a24ea Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=67557fcfcea2c22e9b8d9f0ba86f461c02002cb7 Log

[PHP-CVS] com php-src: Bug #63699 performance improvements for ext/date by only validating timezone when timezone is set: ext/date/php_date.c ext/date/php_date.h

2013-01-05 Thread Lars Strojny
Commit:f3824ad16644c53645e7428d2e838278f5a0e1c4 Author:Lars Strojny Sun, 6 Jan 2013 02:10:16 +0100 Parents: f85e5950ab4552799c119cd1d23617535ed19e61 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f3824ad16644c53645e7428d2e838278f5a0e1c4 Log

[PHP-CVS] com php-src: Adding test from 5.5: ext/date/tests/date_default_timezone_get-4.phpt

2013-01-05 Thread Lars Strojny
Commit:8e5460ad86d304e9046bee6d41c1d5c260f39f2d Author:Lars Strojny Sun, 6 Jan 2013 03:15:08 +0100 Parents: 67557fcfcea2c22e9b8d9f0ba86f461c02002cb7 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=8e5460ad86d304e9046bee6d41c1d5c260f39f2d Log

[PHP-CVS] com php-src: Bug #23955: allow specifiy max age for setcookie(): NEWS ext/session/session.c ext/standard/head.c ext/standard/tests/network/setcookie.phpt

2013-01-05 Thread Lars Strojny
Commit:ec2fff80e768dfb04aa393c06a2b1a42a9e871ff Author:Lars Strojny Sun, 6 Jan 2013 03:22:44 +0100 Parents: f3824ad16644c53645e7428d2e838278f5a0e1c4 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ec2fff80e768dfb04aa393c06a2b1a42a9e871ff Log

[PHP-CVS] com php-src: Coding style, ANSI C compatibility: ext/date/php_date.c

2013-01-06 Thread Lars Strojny
Commit:d7da1aa694a9a29ca7ec772e5d51d96b6dc8dda0 Author:Lars Strojny Sun, 6 Jan 2013 14:08:23 +0100 Parents: a426e0b05074621643c44b67ed2d0d8674721bf5 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d7da1aa694a9a29ca7ec772e5d51d96b6dc8dda0 Log

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

2013-01-06 Thread Lars Strojny
Commit:9934efff5fa174b3ae87f3e6295a2fe48f7ebd6f Author:Lars Strojny Sun, 6 Jan 2013 14:10:07 +0100 Parents: 742b0e5b921ce9f6fd9ca3991e08641b2f6cbb3a d7da1aa694a9a29ca7ec772e5d51d96b6dc8dda0 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Adding test for bug #63462: tests/classes/bug63462.phpt

2013-01-06 Thread Lars Strojny
Commit:bdc1e2302ce57f6763c50d03bf987261f34f1d2b Author:Lars Strojny Sun, 6 Jan 2013 14:46:49 +0100 Parents: d7da1aa694a9a29ca7ec772e5d51d96b6dc8dda0 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bdc1e2302ce57f6763c50d03bf987261f34f1d2b Log

[PHP-CVS] com php-src: Add unit test for mail.log ini setting.: ext/standard/tests/mail/mail_log.phpt

2013-01-06 Thread Lars Strojny
Commit:371372714dcac655f53a53ef4d45ad02916b4f4a Author:Martin Jansen Sun, 6 Jan 2013 08:59:10 +0100 Committer: Lars Strojny Sun, 6 Jan 2013 15:04:27 +0100 Parents: 4a3bf25e3ffa71d8d65df686c27903d7c9fafee6 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git

[PHP-CVS] com php-src: News entry for bug #52126: NEWS

2013-01-06 Thread Lars Strojny
Commit:a951693cfb17b8d84de4882f47ba6f7d6a776556 Author:Lars Strojny Sun, 6 Jan 2013 15:13:32 +0100 Parents: 371372714dcac655f53a53ef4d45ad02916b4f4a Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=a951693cfb17b8d84de4882f47ba6f7d6a776556 Log

[PHP-CVS] com php-src: Add a timestamp to the mail log.: ext/standard/mail.c

2013-01-06 Thread Lars Strojny
Commit:4a3bf25e3ffa71d8d65df686c27903d7c9fafee6 Author:Martin Jansen Mon, 24 Dec 2012 11:11:28 +0100 Committer: Lars Strojny Sun, 6 Jan 2013 15:04:19 +0100 Parents: 853ef3c9cba5458e403f627103d12351f88ec52f Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git

Re: [PHP-CVS] com php-src: fix windows build: ext/standard/mail.c

2013-01-06 Thread Lars Strojny
Thanks for fixing. Could you merge to 5.5 as well? If not, I could do as well. -- Sent from my iPhone Am 06.01.2013 um 18:37 schrieb Anatoliy Belsky : > Commit:8a481c711a1c899971494d88086701ca783c6795 > Author:Anatoliy Belsky Sun, 6 Jan 2013 18:37:26 > +0100 > Parents: 98331

[PHP-CVS] com php-src: Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API: NEWS ext/sqlite3/sqlite3.c ext/sqlite3/tests/bug63921-32bit.phpt ext/sqlite3/te

2013-01-14 Thread Lars Strojny
Commit:99d087e5d437023c55f96dcde4b5b784bd8b0ac8 Author:Lars Strojny Mon, 14 Jan 2013 17:35:07 +0100 Parents: 1a96fe0b3260b4b63627cf69d71a5b350ad3163f Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=99d087e5d437023c55f96dcde4b5b784bd8b0ac8 Log

[PHP-CVS] com php-src: Fix bug #63916: PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite: NEWS ext/pdo_sqlite/sqlite_statement.c ext/pdo_sqlite/tests/bug_63916-2.phpt ext

2013-01-14 Thread Lars Strojny
Commit:1e9a3ed234af443170d9ea8280a556d85299e301 Author:Lars Strojny Mon, 14 Jan 2013 17:59:11 +0100 Parents: 99d087e5d437023c55f96dcde4b5b784bd8b0ac8 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=1e9a3ed234af443170d9ea8280a556d85299e301 Log

[PHP-CVS] com php-src: Support BITMAPV5HEADER in getimagesize(): https://en.wikipedia.org/wiki/BMP_file_format#DIB_header_.28bitmap_information_header.29: NEWS ext/standard/image.c ext/standard/tests/

2013-01-14 Thread Lars Strojny
Commit:bf9ad4e661be4f3eebe3511887e10e521cce7f93 Author:Lars Strojny Mon, 14 Jan 2013 18:52:38 +0100 Parents: 1e9a3ed234af443170d9ea8280a556d85299e301 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bf9ad4e661be4f3eebe3511887e10e521cce7f93 Log

[PHP-CVS] com php-src: Bug #46408: Fix double formatting for PostgreSQL bound parameters: NEWS Zend/zend_operators.c Zend/zend_operators.h ext/pgsql/pgsql.c ext/pgsql/tests/bug46408.phpt

2013-01-14 Thread Lars Strojny
Commit:92965b033afa098945d18080203de1595084d1ac Author:Lars Strojny Mon, 14 Jan 2013 21:23:52 +0100 Parents: 785e66adb536d40a26e4813e6b4ad96b2fdbef43 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=92965b033afa098945d18080203de1595084d1ac Log

[PHP-CVS] com php-src: Bug #52958: Segfault in PDO_OCI on cleanup after running a long testsuite.: NEWS ext/pdo_oci/oci_driver.c

2013-01-14 Thread Lars Strojny
Commit:6a065876b9212404daaf8fee1708834da83dac56 Author:Lars Strojny Mon, 14 Jan 2013 21:35:48 +0100 Parents: bf9ad4e661be4f3eebe3511887e10e521cce7f93 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6a065876b9212404daaf8fee1708834da83dac56 Log

[PHP-CVS] com php-src: Bug #62489: dba_insert not working as expected: NEWS ext/dba/dba_flatfile.c ext/dba/dba_gdbm.c ext/dba/dba_inifile.c ext/dba/dba_qdbm.c ext/dba/tests/dba_db1.phpt ext/dba/tests/

2013-01-15 Thread Lars Strojny
Commit:eb40f73ca0a2a7563fbc95cc22741412e0beb76e Author:Lars Strojny Tue, 15 Jan 2013 09:30:44 +0100 Parents: 6dc80f080ea97c09b36d8a05ec7ec5067f394c01 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=eb40f73ca0a2a7563fbc95cc22741412e0beb76e Log

[PHP-CVS] com php-src: Dereferencing process-handles no longer waits on those processes.: NEWS ext/standard/file.c ext/standard/file.h ext/standard/proc_open.c

2013-01-15 Thread Lars Strojny
Commit:dba22c08640b02e68bfea68440246fec1fb7459d Author:Jille Timmermans Tue, 15 Jan 2013 11:25:55 +0100 Committer: Lars Strojny Tue, 15 Jan 2013 21:50:35 +0100 Parents: 1bd193ed36d413f0d919856f65feb35a0b1580f3 Branches: PHP-5.5 Link: http://git.php.net/?p=php

[PHP-CVS] com php-src: Class Name Resolution As Scalar Via "class" Keyword: NEWS Zend/tests/class_name_as_scalar.phpt Zend/tests/class_name_as_scalar_error_001.phpt Zend/tests/class_name_as_scalar_err

2013-01-18 Thread Lars Strojny
Commit:8991ed016fa257c9f8ba42580c34568b3c2ce3e5 Author:Lars Strojny Sat, 19 Jan 2013 01:00:47 +0100 Parents: cd2b03d5ae835d333bec98e62592fd149fef544c Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=8991ed016fa257c9f8ba42580c34568b3c2ce3e5 Log

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

2013-01-18 Thread Lars Strojny
Commit:b1ddfcbee33b3793c1a0ad12992bbce21df42d45 Author:Lars Strojny Sat, 19 Jan 2013 01:01:39 +0100 Parents: f02373fc5a89a6819ea3e760756882c928b625e3 8991ed016fa257c9f8ba42580c34568b3c2ce3e5 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: - Fixed ZTS build: Zend/zend_compile.c

2013-01-18 Thread Lars Strojny
Thanks for fixing! Am 19.01.2013 um 01:15 schrieb Felipe Pena : > Commit:e23fca8910b96f1c3bb26c6582c17c92fd6f2f7a > Author:Felipe Pena Fri, 18 Jan 2013 > 22:15:08 -0200 > Parents: 087a1887022cbf7c3cc981c9ea8217f93736aa80 > Branches: PHP-5.5 master > > Link: > http://g

[PHP-CVS] com php-src: Fix build problem in C++11: Zend/zend_API.h

2013-01-30 Thread Lars Strojny
Commit:31468401b790e439734cb2ac8de928adaad74a85 Author:Jelle Zijlstra Wed, 30 Jan 2013 11:08:32 -0500 Committer: Lars Strojny Wed, 30 Jan 2013 19:07:52 +0100 Parents: 09b6e33b409c249531abb228b7a90e01cb94a0ae Branches: PHP-5.4 Link: http://git.php.net/?p=php

[PHP-CVS] com php-src: Fix build problem in C++11: Zend/zend_API.h

2013-01-30 Thread Lars Strojny
Commit:86b364380720005f4e460eb99317f4ddfef25c52 Author:Jelle Zijlstra Wed, 30 Jan 2013 11:08:32 -0500 Committer: Lars Strojny Wed, 30 Jan 2013 19:08:24 +0100 Parents: f0fe3d2dbecab94ebe279d549ed4fa54aea545c6 Branches: PHP-5.5 Link: http://git.php.net/?p=php

[PHP-CVS] com php-src: Fix build problem in C++11: Zend/zend_API.h

2013-01-30 Thread Lars Strojny
Commit:09e73fd80e7cf6e0daa47fd33cfcc7346b540f30 Author:Jelle Zijlstra Wed, 30 Jan 2013 11:08:32 -0500 Committer: Lars Strojny Wed, 30 Jan 2013 19:08:45 +0100 Parents: 57438e5f77eac1e00cc310efc686be85f9f97942 Branches: master Link: http://git.php.net/?p=php

[PHP-CVS] com php-src: NEWS entry new OpenSSL option [doc]: NEWS ext/openssl/xp_ssl.c

2013-01-30 Thread Lars Strojny
Commit:836a2b1131dd007edad24d921dbdf42a8ac10e32 Author:Lars Strojny Thu, 31 Jan 2013 00:32:44 +0100 Parents: 4a01ddfb5569da1b87dd4cac95c3f709fb607396 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=836a2b1131dd007edad24d921dbdf42a8ac10e32 Log

[PHP-CVS] com php-src: Added ssl context option, "disable_compression": ext/openssl/xp_ssl.c

2013-01-30 Thread Lars Strojny
Commit:4a01ddfb5569da1b87dd4cac95c3f709fb607396 Author:Daniel Lowrey Wed, 30 Jan 2013 14:45:31 -0500 Committer: Lars Strojny Thu, 31 Jan 2013 00:31:10 +0100 Parents: bb4d11b405ae1f37a8b0e4db630e80c5678f0746 Branches: PHP-5.4 Link: http://git.php.net/?p=php

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/openssl/xp_ssl.c

2013-01-30 Thread Lars Strojny
Commit:6b48a86a179a741da9f468e3a54994f7ee4ea211 Author:Lars Strojny Thu, 31 Jan 2013 00:33:46 +0100 Parents: 8b972efe5f3e9d4e33d6e0193f3d56716a6cc59f 836a2b1131dd007edad24d921dbdf42a8ac10e32 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Added XOR support for expressions in INI parser: NEWS and zend_language_scanner.c: NEWS Zend/zend_ini_scanner.c

2013-03-27 Thread Lars Strojny
Commit:25b3c949440471ac39ec7126b9f15fc4cbc675ea Author:Lars Strojny Wed, 27 Mar 2013 21:30:56 +0100 Parents: 05016b7e960148b0d2d5bde279c22e05bc42d518 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=25b3c949440471ac39ec7126b9f15fc4cbc675ea Log

[PHP-CVS] com php-src: Added XOR support for expressions in INI parser: Zend/zend_ini_parser.y Zend/zend_ini_scanner.l tests/func/011.phpt tests/func/bug64523.phpt

2013-03-27 Thread Lars Strojny
Commit:05016b7e960148b0d2d5bde279c22e05bc42d518 Author:Dejan Marjanovic Tue, 26 Mar 2013 23:54:09 +0100 Committer: Lars Strojny Wed, 27 Mar 2013 21:28:53 +0100 Parents: 6e8aa096964e1d723a9cae3572b2f0affa4e53c0 Branches: PHP-5.5 Link: http://git.php.net/?p=php

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ ext/spl/tests/CallbackFilterIteratorTest-002.phpt tests/output/ob_start_error_001.phpt

2011-11-13 Thread Lars Strojny
lstrojny Mon, 14 Nov 2011 00:26:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=319136 Log: Adjusting error messages Changed paths: U php/php-src/branches/PHP_5_4/ext/spl/tests/CallbackFilterIteratorTest-002.phpt U php/php-src/bran

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ ext/spl/tests/CallbackFilterIteratorTest-002.phpt tests/output/ob_start_error_001.phpt

2011-11-17 Thread Lars Strojny
Hi Christopher, thanks for the hint. On my Mac OS X build it still works. Can somebody else try it? With regards, Lars Am 16.11.2011 um 21:12 schrieb Christopher Jones: > > > On 11/13/2011 04:26 PM, Lars Strojny wrote: >> lstrojny Mon, 14 No

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ ext/spl/tests/CallbackFilterIteratorTest-002.phpt tests/output/ob_start_error_001.phpt

2011-11-17 Thread Lars Strojny
Hi Ferenc, hi Christopher, that was it, I’m deeply sorry. Overlook that local change. Will undo the change now. With regards, Lars Am 17.11.2011 um 10:15 schrieb Ferenc Kovacs: > fails here. > and given the fact that we don't have 'functor' anywhere in the 5.4 branch, I

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/tests/output/ ob_start_error_001.phpt

2011-11-17 Thread Lars Strojny
lstrojny Thu, 17 Nov 2011 09:24:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=319392 Log: Reverting r319136 Changed paths: U php/php-src/branches/PHP_5_4/tests/output/ob_start_error_001.phpt Modified: php/php-src/branches/PHP_5_4/tests

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/mbstring/tests/ mb_str_functions_opt-parameter.phpt

2012-02-01 Thread Lars Strojny
lstrojny Wed, 01 Feb 2012 14:43:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=323000 Log: Test for null behavior with ext/mbstring functions Changed paths: A php/php-src/branches/PHP_5_4/ext/mbstring/tests/mb_str_functions_opt-paramete

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird php_pdo_firebird_int.h

2007-10-30 Thread Lars Westermann
lwe Tue Oct 30 16:26:26 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird php_pdo_firebird_int.h Log: - Added default timestamp format definitions (ISO 8601) (related to bug #36128, Interbase PDO) http://cvs.php.net/viewvc.cgi/php-src

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird pdo_firebird.c

2007-10-30 Thread Lars Westermann
lwe Tue Oct 30 16:28:47 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird pdo_firebird.c Log: [DOC] Added 3 firebird specific attributes that can be set via PDO::setAttribute() to control formatting of date/timestamp columns: PDO::FB_ATT

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird firebird_driver.c

2007-10-30 Thread Lars Westermann
lwe Tue Oct 30 16:30:40 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird firebird_driver.c Log: - Added 3 firebird specific attributes to firebird_handle_set_attribute() - function. They control formatting of date/timestamp columns. - p

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird firebird_statement.c

2007-10-30 Thread Lars Westermann
lwe Tue Oct 30 16:31:42 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird firebird_statement.c Log: # Removed dead code - Fixed bug #35386 (firebird: first row is null) - Fixed bug #36128 (Interbase PDO - timestamp columns return NULL)

[PHP-CVS] cvs: php-src /ext/pdo_firebird php_pdo_firebird_int.h

2007-10-30 Thread Lars Westermann
lwe Tue Oct 30 18:02:46 2007 UTC Modified files: /php-src/ext/pdo_firebird php_pdo_firebird_int.h Log: - Added default timestamp format definitions (ISO 8601) (related to bug #36128, Interbase PDO) http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_firebird

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

2007-10-30 Thread Lars Westermann
lwe Tue Oct 30 18:04:26 2007 UTC Modified files: /php-src/ext/pdo_firebird pdo_firebird.c Log: [DOC] Added 3 firebird specific attributes that can be set via PDO::setAttribute() to control formatting of date/timestamp columns: PDO::FB_ATTR_DATE_FORMAT, PD

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

2007-10-30 Thread Lars Westermann
lwe Tue Oct 30 18:05:17 2007 UTC Modified files: /php-src/ext/pdo_firebird firebird_statement.c Log: # Removed dead code - Fixed bug #35386 (firebird: first row is null) - Fixed bug #36128 (Interbase PDO - timestamp columns return NULL) - Fixed bug #397

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

2007-10-30 Thread Lars Westermann
lwe Tue Oct 30 18:06:02 2007 UTC Modified files: /php-src/ext/pdo_firebird firebird_driver.c Log: - Added 3 firebird specific attributes to firebird_handle_set_attribute() - function. They control formatting of date/timestamp columns. - pdo_firebird_handl

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

2007-11-03 Thread Lars Westermann
) allows using some non-alpha numeric characters). (Jani) +- Fixed bug #41522 (PDO firebird driver returns null if it fails to connect). + (Lars W) +- Fixed bug #39822 (new PDO() doesn't work with firebird). (Lars W) +- Fixed bug #39700 (NUMERIC error when result precision are 7,8 or 12-14

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

2007-11-08 Thread Lars Westermann
ll Moran) - Fixed bug #42509 (gmp leaks memory when gmp_init() not used). (Stas) +- Fixed bug #42284 (duplicate of #39700). (Lars W) - Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric characters). (Jani) - Fixed bug #41522 (PDO firebird driver returns null if it fails to

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

2007-11-08 Thread Lars Westermann
lwe Thu Nov 8 19:41:57 2007 UTC Modified files: /php-src/ext/interbase ibase_query.c Log: MFB - Fixed bug #30690: (Resource handle from ibase_execute becomes invalid after return) - Fixed bug #30907: (ibase_query() crashes (in fact the same bug as #3

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

2007-11-08 Thread Lars Westermann
lwe Thu Nov 8 19:16:27 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/interbase ibase_query.c Log: [DOC] PHP5: Prototype for ibase_query should be: ibase_query([resource link_identifier, [ resource link_identifier, ]] string query [, mixe

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird firebird_statement.c php_pdo_firebird_int.h

2007-11-14 Thread Lars Westermann
lwe Wed Nov 14 22:09:21 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird firebird_statement.c php_pdo_firebird_int.h Log: - Fixed bug #43271 (pdo_firebird: closeCursor not implemented) # Actually firebird_

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird firebird_statement.c

2007-11-14 Thread Lars Westermann
lwe Wed Nov 14 22:15:22 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird firebird_statement.c Log: - Clearing cursor-name when closing it. http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_firebird/firebird_statement.c?r1=1.18.2.1.2.5.2.2&r2

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird firebird_statement.c

2007-11-14 Thread Lars Westermann
lwe Wed Nov 14 23:19:30 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird firebird_statement.c Log: # Also nulling cursor_open when closing a named cursor http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_firebird/firebird_statement.c?r1=1.18

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird firebird_driver.c firebird_statement.c php_pdo_firebird_int.h

2007-11-14 Thread Lars Westermann
lwe Thu Nov 15 00:10:38 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird firebird_driver.c firebird_statement.c php_pdo_firebird_int.h Log: - Fixed bug #43296 (Feature req: pdo_firebird: ATTR_FETCH_TABLE_NAM

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird firebird_statement.c

2007-11-14 Thread Lars Westermann
lwe Thu Nov 15 00:25:38 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird firebird_statement.c Log: - Fixed bug #43244 (firebird: closeCursor w/o returned data kills process) http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_firebird/firebird

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird firebird_statement.c

2007-11-16 Thread Lars Westermann
lwe Fri Nov 16 12:27:49 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird firebird_statement.c Log: - Fixed bug (again) #43271 (pdo_firebird: closeCursor not implemented) http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_firebird/firebird_sta

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird firebird_statement.c

2007-11-19 Thread Lars Westermann
lwe Mon Nov 19 21:55:30 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird firebird_statement.c Log: - Fixed bug #43246 (firebird: INSERT ... RETURNING ... throws exception) #Reworked cursor_open/cursor_close #Only using isc_dsl_execute()

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

2007-11-20 Thread Lars Westermann
lwe Tue Nov 20 19:58:40 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/interbase ibase_query.c Log: Win32 fails to build http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/ibase_query.c?r1=1.23.2.1.2.10.2.1&r2=1.23.2.1.2.10.2.2&diff_format=u In

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

2007-11-20 Thread Lars Westermann
lwe Tue Nov 20 21:36:20 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/interbase ibase_query.c Log: Win32 still fails to build ... http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/ibase_query.c?r1=1.23.2.1.2.10.2.2&r2=1.23.2.1.2.10.2.3&diff_f

[PHP-CVS] cvs: php-src(PHP_5_3) / run-tests.php

2008-03-05 Thread Lars Strojny
lstrojnyWed Mar 5 20:10:12 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: Using new magic constant __DIR__ in run-tests.php http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.17&r2=1.226.2.37.2.35.2.18&

[PHP-CVS] cvs: php-src / run-tests.php

2008-03-05 Thread Lars Strojny
lstrojnyWed Mar 5 20:11:36 2008 UTC Modified files: /php-srcrun-tests.php Log: Using new magic constant __DIR__ in run-tests.php http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.343&r2=1.344&diff_format=u Index: php-src/run-tests.php diff

[PHP-CVS] cvs: php-src /sapi/apache2filter config.m4 /sapi/apache2handler config.m4

2008-03-08 Thread Lars Strojny
lstrojnySun Mar 9 01:10:13 2008 UTC Modified files: /php-src/sapi/apache2filter config.m4 /php-src/sapi/apache2handlerconfig.m4 Log: Adding itk and and peruser MPM to the list of threaded Apache MPMs http://cvs.php.net/viewvc.cgi/php-src

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/apache2filter config.m4 /sapi/apache2handler config.m4

2008-03-08 Thread Lars Strojny
lstrojnySun Mar 9 01:10:25 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/apache2filter config.m4 /php-src/sapi/apache2handlerconfig.m4 Log: Adding itk and and peruser MPM to the list of threaded Apache MPMs http://cvs.php.net/v

  1   2   >