[PHP-CVS] com php-src: fix assembly of safe_address() for x86 and x86_64: Zend/zend_alloc.c

2013-07-03 Thread Nuno Lopes
Commit:97e9d01dc78b6cec8eb014484935c2d1ab8293fc Author:Nuno Lopes nlop...@php.net Wed, 3 Jul 2013 17:53:46 -0400 Parents: 675beb06a6ed8040303f21f55e4ce6d350f75a1a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fix assembly of safe_address() for x86 and x86_64: Zend/zend_alloc.c

2013-07-03 Thread Nuno Lopes
Commit:40cbceaf71f3431b43c245704d82f06c8bb4c2de Author:Nuno Lopes nlop...@php.net Wed, 3 Jul 2013 17:53:46 -0400 Parents: 332e46b3aa00c1d5a8cfb4e9a42f2d1dfbe3603d Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fix assembly of safe_address() for x86 and x86_64: Zend/zend_alloc.c

2013-07-03 Thread Nuno Lopes
Commit:c652cc93ec5ce8f1833d023159804ebd56e1a94e Author:Nuno Lopes nlop...@php.net Wed, 3 Jul 2013 17:53:46 -0400 Parents: 7549beb1022c6821a279df03e0dfcbf0df5eef97 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fix assembly of safe_address() for x86 and x86_64: Zend/zend_alloc.c

2013-07-03 Thread Nuno Lopes
Commit:e964817b244d091dc38f59f5d7f1735110b698af Author:Nuno Lopes nlop...@php.net Wed, 3 Jul 2013 18:02:28 -0400 Parents: 50ac53e1b109795e3abb92735a3a35cebcdd47a7 Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Fix conversion from unsigned char to char: sapi/cgi/cgi_main.c

2013-04-27 Thread Nuno Lopes
Are you sure about this change? Because this actually changes the semantics of the code. The following piece of code will now evaluate differently than before: *p = ' ' Nuno -Original Message- From: David Soria Parra Sent: Friday, April 26, 2013 9:55 AM To: php-cvs@lists.php.net

[PHP-CVS] com php-src: allow lcov 1.10: configure.in

2013-04-13 Thread Nuno Lopes
Commit:dacbf70f922f9cf831b6908841f6bce5a323bbeb Author:Nuno Lopes nlop...@php.net Sat, 13 Apr 2013 16:51:58 -0400 Parents: a0e3ca1c986681d0136ce4550359ecee2826a80c Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: allow lcov 1.10: configure.in

2013-04-13 Thread Nuno Lopes
Commit:adc17bff57e36312d707641428f32ef53070dc5b Author:Nuno Lopes nlop...@php.net Sat, 13 Apr 2013 16:51:58 -0400 Parents: a5cfe57e08f3d3e48276f535d12ce6e6758451bf Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: allow lcov 1.10: configure.in

2013-04-13 Thread Nuno Lopes
Commit:e694d409631d20ed9c8a8fb6f61ea1d9df1d7001 Author:Nuno Lopes nlop...@php.net Sat, 13 Apr 2013 16:56:30 -0400 Parents: ba292b037f58c6cb0ef090936811cc658eadd26f Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: allow lcov 1.10: configure.in

2013-04-13 Thread Nuno Lopes
Commit:a9271a8b0dd60c6e602e9f4e6fdfcd6fb0b66dc4 Author:Nuno Lopes nlop...@php.net Sat, 13 Apr 2013 16:56:30 -0400 Parents: 56b028e5905c87d4f91e3264561603485ee55e46 Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: leave a sane environment behind (even if empty) when exiting some OS atexit() handlers call getenv(): sapi/cli/ps_title.c

2013-04-07 Thread Nuno Lopes
Commit:1a71bf646e799851dacb2fbe1a439f21543ca590 Author:Nuno Lopes nlop...@php.net Sun, 7 Apr 2013 02:32:20 -0400 Parents: bd96813042c7aecde34e65d0e1f96ce7e8214da7 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: leave a sane environment behind (even if empty) when exiting some OS atexit() handlers call getenv(): sapi/cli/ps_title.c

2013-04-07 Thread Nuno Lopes
Commit:e769025791e1696dcb6bc09c9b066844df4ce763 Author:Nuno Lopes nlop...@php.net Sun, 7 Apr 2013 02:32:20 -0400 Parents: 5ac8084e5f339132e7aa94b83bddfcd16641e9be Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fix coverage data for the opcache optimizer: Makefile.gcov

2013-03-31 Thread Nuno Lopes
Commit:ed54776960414167f4b388597b20461539939a0d Author:Nuno Lopes nlop...@php.net Sun, 31 Mar 2013 15:43:08 -0400 Parents: 971676e859c8d36859cd1b4d7b87d5e32ff9c72a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fix coverage data for the opcache optimizer: Makefile.gcov

2013-03-31 Thread Nuno Lopes
Commit:586dc07a8a3ea0a1769dc83189a3d2d9a6b77b4a Author:Nuno Lopes nlop...@php.net Sun, 31 Mar 2013 15:43:08 -0400 Parents: ad7c0b19286a4dfa53d03a525ffee77c9ca92e04 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Merge fix of #62836 to ?.re, and regenerate ?.c: ext/standard/var_unserializer.c ext/standard/var_unserializer.re

2013-01-21 Thread Nuno Lopes
Test case? Quoting Xinchen Hui larue...@php.net: Commit:86c1a26169ce44c9ea48e424b62128ee62f31d59 Author:Xinchen Hui larue...@php.net Mon, 21 Jan 2013 11:35:22 +0800 Parents: 9e7c2e5906d1ec943afe7f6a0daf613a36ba2137 Branches: PHP-5.4 Link:

Re: [PHP-CVS] com php-src: Merge fix of #62836 to ?.re, and regenerate ?.c: ext/standard/var_unserializer.c ext/standard/var_unserializer.re

2013-01-21 Thread Nuno Lopes
at 5:11 PM, Nuno Lopes nlop...@php.net wrote: Test case? Quoting Xinchen Hui larue...@php.net: Commit:86c1a26169ce44c9ea48e424b62128ee62f31d59 Author:Xinchen Hui larue...@php.net Mon, 21 Jan 2013 11:35:22 +0800 Parents: 9e7c2e5906d1ec943afe7f6a0daf613a36ba2137 Branches: PHP

Re: [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-06 Thread Nuno Lopes
Nice! I have another suggestion to further improve the performance: make OnUpdate_date_timezone() update both 'timezone' and 'default_timezone'. The variable 'timezone_valid' can then be removed altogether. Thanks, Nuno P.S.: I know it was already there but while at it, can you please change

Re: [PHP-CVS] com php-src: These need to be volatile in order to prevent leaking after the longjmp in the error handler: ext/gd/libgd/gd_png.c

2012-11-06 Thread Nuno Lopes
While I won't oppose this patch since it has no performance impact, I believe this is a bug in the compiler and not in the code below. The compiler should know about setjmp(). glibc, for example, marks that function with __attribute__((returns_twice)). Nuno - Original Message - From:

Re: [PHP-CVS] com php-src: Really fix leaks, add test cases to prove it...: ext/standard/password.c ext/standard/tests/password/password_bcrypt_errors.phpt ext/standard/tests/password/password_hash_er

2012-10-16 Thread Nuno Lopes
Hi, + case IS_BOOL: + case IS_NULL: case IS_RESOURCE: case IS_ARRAY: default: it doesn't make sense to have those cases and the default. Please remove all those useless cases. Nuno -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] com php-src: Refactor to using a stack based zval instead of dynamic allocation: ext/standard/password.c

2012-10-16 Thread Nuno Lopes
Hi, I gave a quick review to the overal implementation of this feature. A few comments: - php_password_make_salt() shouldn't allocate memory + do memcpy, but it should fill in 'ret' directly instead. Both mallocs can go away. - in PHP_FUNCTION(password_get_info) you assume that sscanf always

[PHP-CVS] com php-src: make default_exception_ce and error_exception_ce static: Zend/zend_exceptions.c

2012-08-02 Thread Nuno Lopes
Commit:aa8eabddd662fe286c08af014384692e03c093a9 Author:Nuno Lopes nlop...@php.net Thu, 2 Aug 2012 11:44:15 +0100 Parents: 53c8612fe780a80fde64da118587e6096b16b595 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: make default_exception_ce and error_exception_ce static: Zend/zend_exceptions.c

2012-08-02 Thread Nuno Lopes
Commit:81369bcc2027f455d3ff8ead6d884159f2194cfd Author:Nuno Lopes nlop...@php.net Thu, 2 Aug 2012 11:44:15 +0100 Parents: 3ac50cfe3f6fb825298e3d81ec1a527d9e2a3e5d Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Fixed invalid read in CONST_STRING dereference, reported by Nikic: Zend/zend_language_parser.y

2012-07-25 Thread Nuno Lopes
test case? merge to other branches? Quoting Xinchen Hui larue...@php.net: Commit:ba568aaebb3f3c788a5551c016c0afafd7a5502e Author:Xinchen Hui larue...@php.net Thu, 26 Jul 2012 00:29:39 +0800 Parents: 0fbc8561e687689f796d95584cea1fa959eee83b Branches: master Link:

Re: [PHP-CVS] com php-src: Fixed invalid read in CONST_STRING dereference, reported by Nikic: Zend/zend_language_parser.y

2012-07-25 Thread Nuno Lopes
Quoting Nikita Popov nikita@gmail.com: On Wed, Jul 25, 2012 at 7:22 PM, Nuno Lopes nlop...@php.net wrote: test case? The test for this was already in the code base. It was just failing in some situations and was generating valgrind warnings when run with -m. merge to other branches

Re: [PHP-CVS] com php-src: Fixed invalid read in CONST_STRING dereference, reported by Nikic: Zend/zend_language_parser.y

2012-07-25 Thread Nuno Lopes
Quoting Nikita Popov nikita@gmail.com: On Wed, Jul 25, 2012 at 7:32 PM, Nuno Lopes nlop...@php.net wrote: Ok! But, did we have a report about this on http://gcov.php.net ? Yep, the valgrind report is also on gcov: http://gcov.php.net/viewer.php?version=PHP_HEADfunc=valgrindfile=Zend

Re: [PHP-CVS] com php-src: fix for bug#18556 - use simple tolower() function for internal things: Zend/zend_operators.c ext/standard/string.c

2012-07-14 Thread Nuno Lopes
Hi, Just a few minor nitpicks: +static unsigned char tolower_map[256] = { This should be const. +#define zend_tolower_ascii(c) (tolower_map[(c)]) I suggest casting to unsigned char to prevent overflows and negative chars problems (128-255): #define zend_tolower_ascii(c)

Re: [PHP-CVS] com php-src: Fixed bug #62477 LimitIterator int overflow: ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/bug62477_1.phpt ext/spl/tests/bug62477_2.phpt

2012-07-14 Thread Nuno Lopes
Truncating the number is the right way to do it (as far as PHP semantics goes). It's consistent across all PHP functions that take integers as input. Nuno -Original Message- From: Anatoliy Belsky Sent: Thursday, July 12, 2012 8:50 AM To: Nikita Popov ; Stas Malyshev Cc:

Re: [PHP-CVS] com php-src: improve code in zend_operators: Zend/zend_operators.c

2012-07-14 Thread Nuno Lopes
Thanks :) Nuno -Original Message- From: Stanislav Malyshev Sent: Sunday, July 15, 2012 5:06 AM To: php-cvs@lists.php.net Subject: [PHP-CVS] com php-src: improve code in zend_operators: Zend/zend_operators.c Commit:efdb7ce4b01c71f2de1a0de13ffe1a112c7449b0 Author:Stanislav

[PHP-CVS] com php-src: appease MSVC (doesnt like unary minus of unsigned ints): Zend/zend_hash.h

2012-07-08 Thread Nuno Lopes
Commit:e6d9cd983b3503d38389d0c67267c773a98af174 Author:Nuno Lopes nlop...@php.net Sun, 8 Jul 2012 15:19:41 -0400 Parents: a76878cd594e5b8160800abb9e21cc25cb264d7f Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: appease MSVC (doesnt like unary minus of unsigned ints): Zend/zend_hash.h

2012-07-08 Thread Nuno Lopes
Commit:5910d8d4f499bf84bcaa1161bd0b89c15a19a304 Author:Nuno Lopes nlop...@php.net Sun, 8 Jul 2012 15:19:41 -0400 Parents: 2019062cfc6e4b4832aaca3b73891d93adc115a8 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: appease MSVC (doesnt like unary minus of unsigned ints): Zend/zend_hash.h

2012-07-08 Thread Nuno Lopes
Commit:b2b018d5f7d0d7a0bc88e6a95fe804c39bd65b9a Author:Nuno Lopes nlop...@php.net Sun, 8 Jul 2012 15:19:41 -0400 Parents: 26b37f1792dfaf9b0b30f81e492c8f68b9ece571 Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: fix (signed) integer overflow (part of bug #52550: Zend/zend_hash.h

2012-07-08 Thread Nuno Lopes
Ok. I don 't have a MSVC setup handy. Can you please test if replacing that line with 'idx = 0 - idx;' fixes the warnings for you? Seems to do the trick. Is 0- same as - for unsigned on all compilers (I know common sense says it should be but when compilers are concerned it's better to be sure

Re: [PHP-CVS] com php-src: fix (signed) integer overflow (part of bug #52550: Zend/zend_hash.h

2012-07-04 Thread Nuno Lopes
Hi! Commit:91ce8041a3e85594e81466a528f8d55cdc164c1f Author:Nuno Lopes nlop...@php.net Mon, 2 Jul 2012 01:31:40 -0400 Parents: be4053cea0462c9de5396641f4e4fa2f56f5a675 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: fix (signed) integer overflow (part of bug #52550: Zend/zend_hash.h

2012-07-02 Thread Nuno Lopes
:Nuno Lopes nlop...@php.net Mon, 2 Jul 2012 01:31:40 -0400 Parents: be4053cea0462c9de5396641f4e4fa2f56f5a675 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=91ce8041a3e85594e81466a528f8d55cdc164c1f Log: fix (signed) integer overflow (part of bug #52550 Bugs

[PHP-CVS] com php-src: fix (signed) integer overflow (part of bug #52550: Zend/zend_hash.h

2012-07-01 Thread Nuno Lopes
Commit:f2bf98a589b63ea6e604036eb6ab02aba5fce5ef Author:Nuno Lopes nlop...@php.net Mon, 2 Jul 2012 01:31:40 -0400 Parents: 8d81a03e434e5476c4c7832b8bcafcaa31fb474e Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fix (signed) integer overflow (part of bug #52550: Zend/zend_hash.h

2012-07-01 Thread Nuno Lopes
Commit:d80ff391899f7aead3b9b9c6c084adba8a8203ba Author:Nuno Lopes nlop...@php.net Mon, 2 Jul 2012 01:31:40 -0400 Parents: 250393f92523fffe643df06a1de2101fd50a327e Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fix (signed) integer overflow (part of bug #52550: Zend/zend_hash.h

2012-07-01 Thread Nuno Lopes
Commit:91ce8041a3e85594e81466a528f8d55cdc164c1f Author:Nuno Lopes nlop...@php.net Mon, 2 Jul 2012 01:31:40 -0400 Parents: be4053cea0462c9de5396641f4e4fa2f56f5a675 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: remove remaining traces of unicode.* ini settings: ext/soap/tests/bugs/bug47273.phpt ext/standard/tests/array/compact.phpt ext/standard/tests/array/locale_sort.phpt run-tests.ph

2012-05-27 Thread Nuno Lopes
Commit:af2d6a63bf6a187a68164a3cc3384539357ac7b8 Author:Nuno Lopes nlop...@php.net Sun, 27 May 2012 19:57:34 -0400 Parents: 61a13773bcbf761ecc03faa99877d3cac90529a0 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: 128 MB is enough for everyone (TM): run-tests.php

2012-05-27 Thread Nuno Lopes
Commit:77b086f3f0a2207386289b8acf5717d42037ee0d Author:Nuno Lopes nlop...@php.net Sun, 27 May 2012 20:03:58 -0400 Parents: c5d054d3a5fc5cb3ec59fe9205e5dcb3ed8ff0ab Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: sync with HEAD: run-tests.php

2012-05-27 Thread Nuno Lopes
Commit:72911237b55d9eaaa48a046cbd7cbc4c195c1ee3 Author:Nuno Lopes nlop...@php.net Sun, 27 May 2012 20:13:09 -0400 Parents: 2f7bd57f930bcfdc97b7472fbe6a502cafdc5a59 Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: sync with HEAD: run-tests.php

2012-05-27 Thread Nuno Lopes
Commit:339508d6ace868b022cd59f20630e3218e52732a Author:Nuno Lopes nlop...@php.net Sun, 27 May 2012 20:14:31 -0400 Parents: 773e85a788de7dc557201d4af2cb10250c049052 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: add support for the alloc_size __attribute__ (through ZEND_ATTRIBUTE_ALLOC_SIZE and ZEND_ATTRIBUTE_ALLOC_SIZE2: Zend/zend.h Zend/zend_alloc.c Zend/zend_alloc.h

2012-05-23 Thread Nuno Lopes
Commit:58d2203317865bfaebec801d41e57988a3e46683 Author:Nuno Lopes nlop...@php.net Wed, 23 May 2012 22:18:01 -0400 Parents: 8208462fc1ffcc575aa631ffb4cda22e2247521a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] Re: com php-src: Implemented FR #61602 Allow access to name of constant used as

2012-05-22 Thread Nuno Lopes
Commit:054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74 Author:reeze reeze@gmail.com Tue, 3 Apr 2012 13:47:16 +0800 Parents: 3bf53aa911e1e2128a11aee45c126000635de006 Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: fix stack overflow in php_intlog10abs(): ext/standard/math.c

2012-05-11 Thread Nuno Lopes
Commit:5c87ca2d2770e18c385d4b770123b9b21eeaa053 Author:Nuno Lopes nlop...@php.net Fri, 11 May 2012 12:50:29 -0400 Parents: d0d7340d50f178691c8e436391168cf6cc1fea3e Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fix stack overflow in php_intlog10abs(): ext/standard/math.c

2012-05-11 Thread Nuno Lopes
Commit:8b4b70df56e14be0f7172b5cc5f8da44b3272ac3 Author:Nuno Lopes nlop...@php.net Fri, 11 May 2012 12:50:29 -0400 Parents: 4458f3bcf65e5826f4cfb8ffd00cd3b8161f37bd Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fix stack overflow in php_intlog10abs(): ext/standard/math.c

2012-05-11 Thread Nuno Lopes
Commit:950d5ee590214742799836d3d939ee59f641bdf4 Author:Nuno Lopes nlop...@php.net Fri, 11 May 2012 12:50:29 -0400 Parents: 81ba6b14c7b1b934f4d3e2896f861a42b07aa838 Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Make css string constant: sapi/cli/php_cli_server.c

2012-04-21 Thread Nuno Lopes
Thanks! Nuno - Original Message - From: Xinchen Hui larue...@php.net To: php-cvs@lists.php.net Sent: Saturday, April 21, 2012 2:31 AM Subject: [PHP-CVS] com php-src: Make css string constant: sapi/cli/php_cli_server.c Commit:b999e91f5bd0f366d67f18badc02c910729e8a08 Author:

Re: [PHP-CVS] com php-src: Improved performance while sending error page: NEWS sapi/cli/php_cli_server.c

2012-04-20 Thread Nuno Lopes
+/* {{{ static char php_cli_server_css[] + * copied from ext/standard/info.c + */ +static char php_cli_server_css[] = style type=\text/css\\n \ const, please! Nuno -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Makefile.gcov branches/PHP_5_4/Makefile.gcov trunk/Makefile.gcov

2012-02-20 Thread Nuno Lopes
nlopess Mon, 20 Feb 2012 16:01:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323386 Log: fix race condition in find (it was finding the copied files over and over again, and recursing forever) Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS ext/standard/html.c ext/standard/tests/strings/bug60965.phpt

2012-02-05 Thread Nuno Lopes
I didn't carefully review this patch, but doesn't this code suffer from potential math overflow? i.e. with strlen($input_str) INT_MAX/2 (or UINT_MAX/2) Nuno - Original Message - From: Gustavo André dos Santos Lopes cataphr...@php.net To: php-cvs@lists.php.net Sent: Sunday, February

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS ext/standard/html.c ext/standard/tests/strings/bug60965.phpt

2012-02-05 Thread Nuno Lopes
On Sun, 05 Feb 2012 15:00:11 +0100, Gustavo Lopes wrote: On Sun, 5 Feb 2012 14:37:27 +0100, Pierre Joye wrote: 2012/2/5 Gustavo Lopes glo...@nebm.ist.utl.pt: All the length and position variables are of type size_t, so I'd say we'd be out of memory long before that could be a problem (unless

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/tidy/ tidy.c

2012-01-23 Thread Nuno Lopes
nlopess Mon, 23 Jan 2012 09:22:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322614 Log: minor tweak to warning to fix the bug54682.phpt test Bug: https://bugs.php.net/54682 (Re-Opened) tidy NullPD Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/tidy/tests/004.phpt branches/PHP_5_3/ext/tidy/tidy.c branches/PHP_5_4/ext/tidy/tests/004.phpt branches/PHP_5_4/ext/tidy/tidy.c trunk/ext/tidy/tests/00

2012-01-21 Thread Nuno Lopes
nlopess Sat, 21 Jan 2012 11:32:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322536 Log: revert r319254 (fix bug #54682) since it is not correct add test that was broken with that patch. this bug is probably in libtidy itself and not in PHP.

Re: [PHP-CVS] svn: /SVNROOT/ global_avail

2012-01-20 Thread Nuno Lopes
Hi, I'm having some trouble with git (first time using this thing..). I just tried to commit to gcov.git: $ git clone https://git.php.net/repository/web/gcov.git $ cd gcov (...) $ git config remote.origin.pushurl https://nlop...@git.php.net/push/web/gcov.git $ git push error: The requested

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/general_functions/bug39322.phpt branches/PHP_5_4/ext/standard/tests/general_functions/bug39322.phpt trunk/ext/standard/tests/general_fu

2012-01-08 Thread Nuno Lopes
nlopess Sun, 08 Jan 2012 18:03:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321933 Log: do kill 9 to fix a race condition in this test. (should fix the debian 32-bit buildbot) Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/tests/lang/ 019.phpt

2012-01-04 Thread Nuno Lopes
I cannot reproduce that on my 32-bits machine either. Can I get access to that VM? Nuno - Original Message - Could you please also look at this failing test:

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/tests/lang/ 019.phpt

2012-01-03 Thread Nuno Lopes
Gah, thank you! Nuno - Original Message - sheinMon, 02 Jan 2012 20:02:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321694 Log: Fixed broken test (different error message wording in 5.3 branch) Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/acinclude.m4 trunk/acinclude.m4

2011-12-27 Thread Nuno Lopes
Uhm, I don't think this change makes much sense (nor does the previous behaviour on Mac).. Extensions that use C++ should pull in the required libraries themselves. We shouldn't be linking PHP everytime with libstdc++ if that is not needed. Nuno - Original Message - bjori

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/acinclude.m4 trunk/acinclude.m4

2011-12-27 Thread Nuno Lopes
On Tue, Dec 27, 2011 at 18:02, Nuno Lopes nlop...@php.net wrote: Uhm, I don't think this change makes much sense (nor does the previous behaviour on Mac).. Extensions that use C++ should pull in the required libraries themselves. We shouldn't be linking PHP everytime with libstdc

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/run-tests.php branches/PHP_5_4/run-tests.php trunk/run-tests.php

2011-08-09 Thread Nuno Lopes
nlopess Tue, 09 Aug 2011 21:53:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=314690 Log: terminate timeouting processes with SIGKILL (9) Changed paths: U php/php-src/branches/PHP_5_3/run-tests.php U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/date/lib/ parse_date.c

2011-06-23 Thread Nuno Lopes
nlopess Thu, 23 Jun 2011 14:58:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312405 Log: properly regen file to fix coverage data Changed paths: U php/php-src/branches/PHP_5_4/ext/date/lib/parse_date.c diffs exceeded maximum size --

[PHP-CVS] svn: /php/php-src/trunk/ext/date/lib/ parse_date.c

2011-06-23 Thread Nuno Lopes
nlopess Thu, 23 Jun 2011 15:00:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312406 Log: MFB: properly regen file to fix coverage data Changed paths: U php/php-src/trunk/ext/date/lib/parse_date.c diffs exceeded maximum size -- PHP

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/lib/ parse_date.c parse_date.re

2011-03-28 Thread Nuno Lopes
nlopess Mon, 28 Mar 2011 09:10:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309775 Log: fix last commit: - fix code coverage build - spread static love Changed paths: U php/php-src/branches/PHP_5_3/ext/date/lib/parse_date.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/date/lib/ parse_date.c parse_date.re

2011-03-28 Thread Nuno Lopes
nlopess Mon, 28 Mar 2011 09:11:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309776 Log: MFB (r309775): fix last commit Changed paths: U php/php-src/trunk/ext/date/lib/parse_date.c U php/php-src/trunk/ext/date/lib/parse_date.re

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/lib/ parse_date.c parse_date.re

2011-03-28 Thread Nuno Lopes
On Mon, 28 Mar 2011, Nuno Lopes wrote: nlopess Mon, 28 Mar 2011 09:10:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309775 Log: fix last commit: - fix code coverage build - spread static love Changed paths: U php/php-src/branches

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/phar/ Makefile.frag phar_internal.h phar_object.c phar_path_check.c phar_path_check.re

2011-02-25 Thread Nuno Lopes
nlopess Fri, 25 Feb 2011 09:32:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308657 Log: fix lcov build Changed paths: UU php/php-src/branches/PHP_5_3/ext/phar/Makefile.frag _U php/php-src/branches/PHP_5_3/ext/phar/phar_internal.h

[PHP-CVS] svn: /php/php-src/trunk/ext/phar/ Makefile.frag phar_internal.h phar_object.c phar_path_check.c phar_path_check.re

2011-02-25 Thread Nuno Lopes
nlopess Fri, 25 Feb 2011 09:37:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308658 Log: MFB: fix lcov build (r308657) Changed paths: UU php/php-src/trunk/ext/phar/Makefile.frag _U php/php-src/trunk/ext/phar/phar_internal.h _U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ Makefile.gcov

2010-01-25 Thread Nuno Lopes
nlopess Mon, 25 Jan 2010 22:44:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294022 Log: Daniel Convissor wants to test ext/date/lib, so enable code coverage data for him Changed paths: U php/php-src/branches/PHP_5_3/Makefile.gcov

[PHP-CVS] svn: /php/php-src/trunk/ Makefile.gcov

2010-01-25 Thread Nuno Lopes
nlopess Mon, 25 Jan 2010 22:51:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294023 Log: merge r294022. 5.2 branch doesnt need it Changed paths: U php/php-src/trunk/Makefile.gcov Modified: php/php-src/trunk/Makefile.gcov

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/

2009-10-16 Thread Nuno Lopes
nlopess Fri, 16 Oct 2009 10:51:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289695 Log: ignore php_mysqlnd_config.h file Changed paths: _U php/php-src/branches/PHP_5_3/ext/mysqlnd/ Property changes on:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/

2009-09-22 Thread Nuno Lopes
nlopess Tue, 22 Sep 2009 12:12:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288565 Log: spread some svn:ignore love Changed paths: _U php/php-src/branches/PHP_5_3/ext/bcmath/libbcmath/src/ _U php/php-src/branches/PHP_5_3/ext/snmp/

[PHP-CVS] svn: /php/php-src/trunk/

2009-09-22 Thread Nuno Lopes
nlopess Tue, 22 Sep 2009 12:14:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288566 Log: spread more svn:ignore love Changed paths: _U php/php-src/trunk/ext/standard/tests/file/windows_acls/ _U

Re: [PHP-CVS] svn: SVNROOT/ global_avail

2009-07-20 Thread Nuno Lopes
Thank you! Nuno - Original Message - gwynne Sun, 19 Jul 2009 23:59:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=284402 Changed paths: U SVNROOT/global_avail Log: fix Nuno's username Modified: SVNROOT/global_avail

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_ope

2009-07-20 Thread Nuno Lopes
feature can go into PHP_5_3? I thought it was supposed to go HEAD only.. --Jani On 07/19/2009 05:52 PM, Nuno Lopes wrote: nlopess Sun, 19 Jul 2009 14:52:27 + URL: http://svn.php.net/viewvc?view=revisionrevision=284353 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_ope

2009-07-20 Thread Nuno Lopes
On Mon, Jul 20, 2009 at 12:19 PM, Jani Taskinenj...@php.net wrote: Excuse me but where/when was it agreed that this new feature can go into PHP_5_3? I thought it was supposed to go HEAD only.. It should not go in 5.3, Nuno please revert. Why not? Should we wait 2 years to implement these

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_o

2009-07-20 Thread Nuno Lopes
Excuse me but where/when was it agreed that this new feature can go into PHP_5_3? I thought it was supposed to go HEAD only.. It should not go in 5.3, Nuno please revert. And for the record, this was supposed to be my patch and I had full karma to commit it. I never asked Nuno to do so,

[PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_open03.

2009-07-19 Thread Nuno Lopes
nlopess Sun, 19 Jul 2009 14:52:27 + URL: http://svn.php.net/viewvc?view=revisionrevision=284353 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/ext/standard/proc_open.c U

[PHP-CVS] svn: php/php-src/branches/PHP_5_3/

2009-07-19 Thread Nuno Lopes
nlopess Sun, 19 Jul 2009 14:57:28 + URL: http://svn.php.net/viewvc?view=revisionrevision=284355 Changed paths: _U php/php-src/branches/PHP_5_3/ _U php/php-src/branches/PHP_5_3/pear/ _U php/php-src/branches/PHP_5_3/sapi/cli/ _U

Re: [PHP-CVS] svn: php/php-src/branches/PHP_5_2/win32/

2009-07-11 Thread Nuno Lopes
Just FYI, this file (and php-src/INSTALL) used to be generated automatically from phpdoc sources. I used to do this myself, but I haven't done it for quite some time now, so I don't know what's the status. Does anyone knows? Nuno - Original Message - rasmus Sat, 11 Jul 2009 04:14:29

Re: [PHP-CVS] svn: php/php-src/branches/PHP_5_2/win32/

2009-07-11 Thread Nuno Lopes
On Sat, Jul 11, 2009 at 13:14, Nuno Lopesnlop...@php.net wrote: Just FYI, this file (and php-src/INSTALL) used to be generated automatically from phpdoc sources. I used to do this myself, but I haven't done it for quite some time now, so I don't know what's the status. Does anyone knows?

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/misc time_nanosleep_error4.phpt

2009-07-01 Thread Nuno Lopes
kalle Wed Jul 1 20:26:37 2009 UTC Modified files: /php-src/ext/standard/tests/misc time_nanosleep_error4.phpt Log: Fix test on Windows http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/misc/time_nanosleep_error4.phpt?r1=1.2r2=1.3diff_format=u Index:

Re: [PHP-CVS] cvs: phpruntests /documentation ParallelExecutionStrategy.odp

2009-06-30 Thread Nuno Lopes
Hi, The file was added in ASCII. Please remove it and readd it as binary. You can do that with: cvs -kb file.odp Nuno zoe Tue Jun 30 09:41:23 2009 UTC Added files: /phpruntests/documentation ParallelExecutionStrategy.odp Log: parallel execution diagram -- PHP CVS Mailing List

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

2009-05-24 Thread Nuno Lopes
This changes the default directory of the lib, so I don't think it's suitable for a bugfix-only branch. Anyway, noone complained about this problem (except myself), although it has been around forever. Nuno - Original Message - And PHP_5_2 ..? Nuno Lopes kirjoitti: nlopess Sat May

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

2009-05-23 Thread Nuno Lopes
nlopess Sat May 23 13:52:01 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird config.m4 Log: fix compilation of pdo_firebird and intl extension with ld --as-needed

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

2009-05-23 Thread Nuno Lopes
nlopess Sat May 23 13:52:53 2009 UTC Modified files: /php-src/ext/pdo_firebird config.m4 Log: MFB: fix compilation of pdo_firebird and intl extension with ld --as-needed

Re: [PHP-CVS] cvs: php-src /win32 php_stdint.h

2009-05-04 Thread Nuno Lopes
pajoye Mon May 4 20:32:33 2009 UTC Modified files: /php-src/win32 php_stdint.h Log: - a macro will just do it too http://cvs.php.net/viewvc.cgi/php-src/win32/php_stdint.h?r1=1.5r2=1.6diff_format=u Index: php-src/win32/php_stdint.h diff -u php-src/win32/php_stdint.h:1.5

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

2009-04-25 Thread Nuno Lopes
nlopess Sat Apr 25 16:33:41 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date/lib parse_tz.c Log: fix strict aliasing problems. this should fix the crash that Sebastian was having with gcc 4.4. Please confirm this is the case

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2009-04-25 Thread Nuno Lopes
nlopess Sat Apr 25 16:42:24 2009 UTC Modified files: /php-src/ext/date/lib parse_tz.c Log: MFB: fix strict aliasing issues http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.40r2=1.41diff_format=u Index: php-src/ext/date/lib/parse_tz.c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre php_pcre.c /ext/pcre/tests bug47662.phpt

2009-04-14 Thread Nuno Lopes
nlopess Tue Apr 14 20:31:32 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests bug47662.phpt Modified files: /php-src/ext/pcre php_pcre.c Log: MFH: fix bug #47662: support more than 127 named subpatterns

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/pcre/pcrelib AUTHORS ChangeLog LICENCE NEWS NON-UNIX-USE README config.h dftables.c pcre.h pcre_compile.c pcre_config.c pcre_exec.c pcre_fullinfo.c pcr

2009-04-14 Thread Nuno Lopes
Ok, done. Nuno We should upgrade the lib for 5.2 as well. Ilia Alshanetsky On 11-Apr-09, at 2:57 PM, Nuno Lopes wrote: nlopess Sat Apr 11 18:57:29 2009 UTC7 Log: upgrade PCRE to version 7.9 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre php_pcre.c /ext/pcre/tests bug47662.phpt

2009-04-10 Thread Nuno Lopes
nlopess Fri Apr 10 15:47:15 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcre/tests bug47662.phpt Modified files: /php-src/ext/pcre php_pcre.c Log: fix bug #47662: support more than 127 named subpatterns

[PHP-CVS] cvs: php-src /ext/pcre php_pcre.c /ext/pcre/tests bug47662.phpt

2009-04-10 Thread Nuno Lopes
nlopess Fri Apr 10 15:48:22 2009 UTC Modified files: /php-src/ext/pcre php_pcre.c /php-src/ext/pcre/tests bug47662.phpt Log: MFB: fix #47662 http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.250r2=1.251diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/strings highlight_file.phpt ZendEngine2 zend_language_scanner.c zend_language_scanner.l zend_language_scanner_defs.h zend_stream.h

2009-03-12 Thread Nuno Lopes
shire Wed Mar 11 22:11:54 2009 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2 zend_language_scanner.c zend_language_scanner.l zend_language_scanner_defs.h zend_stream.h /php-src/ext/standard/tests/strings highlight_file.phpt Log: MFH: Add proper EOF

Re: [PHP-CVS] cvs: CVSROOT / avail loginfo

2009-02-28 Thread Nuno Lopes
Thanks Philip! Nuno - Original Message - From: Philip Olson phi...@php.net To: php-cvs@lists.php.net Sent: Wednesday, February 25, 2009 7:23 AM Subject: [PHP-CVS] cvs: CVSROOT / avail loginfo philip Wed Feb 25 07:23:06 2009 UTC Modified files: /CVSROOT avail loginfo Log:

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug46347.phpt ZendEngine2 zend_ini_scanner.l

2009-02-02 Thread Nuno Lopes
nlopess Mon Feb 2 19:25:30 2009 UTC Modified files: /ZendEngine2zend_ini_scanner.l /php-src/ext/standard/tests/filebug46347.phpt Log: MFB: fix #46347 http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_ini_scanner.l?r1=1.60r2=1.61diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard/tests/file bug46347.phpt ZendEngine2 zend_ini_scanner.l

2009-02-02 Thread Nuno Lopes
nlopess Mon Feb 2 19:23:13 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filebug46347.phpt Modified files: /php-srcNEWS /ZendEngine2zend_ini_scanner.l Log: fix bug #46347: allow * in ini keys

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre php_pcre.c /ext/pcre/tests bug47229.phpt preg_quote_basic.phpt

2009-01-28 Thread Nuno Lopes
nlopess Wed Jan 28 22:39:33 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcre/tests bug47229.phpt Modified files: /php-src/ext/pcre php_pcre.c /php-src/ext/pcre/tests preg_quote_basic.phpt Log: fix bug #47229:

[PHP-CVS] cvs: php-src /ext/pcre php_pcre.c /ext/pcre/tests bug47229.phpt preg_quote_basic.phpt

2009-01-28 Thread Nuno Lopes
nlopess Wed Jan 28 22:40:37 2009 UTC Modified files: /php-src/ext/pcre php_pcre.c /php-src/ext/pcre/tests bug47229.phpt preg_quote_basic.phpt Log: MFB: fix bug #47229: preg_quote should escape '-'

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

2009-01-28 Thread Nuno Lopes
nlopess Wed Jan 28 22:43:52 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.479r2=1.2027.2.547.2.965.2.480diff_format=u Index: php-src/NEWS diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo/tests bug_44159.phpt

2009-01-05 Thread Nuno Lopes
Well,.. at least it breaks BC. I think I prefer not breaking BC in this case, as it doesn't hurt much.. Nuno - Original Message - The fact that any line starting with # was ignored is actually a bug, the original intent (even in 5.2 where the bug also exists in CLI) was to handle

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/ftp/tests ftp_get_basic.phpt server.inc

2008-12-17 Thread Nuno Lopes
Added files: (Branch: PHP_5_2) /php-src/ext/ftp/tests ftp_get_basic.phpt Modified files: /php-src/ext/ftp/tests server.inc Log: New FTP test from Nathaniel McHugh +++ php-src/ext/ftp/tests/ftp_get_basic.phpt --TEST-- FTP ftp_get file for both binary

  1   2   3   4   5   6   7   >