[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_vm_def.h zend_vm_execute.h

2011-05-05 Thread Dmitry Stogov
dmitry Thu, 05 May 2011 16:02:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=310791 Log: Fixed direct threaded executor (php zend_vm_gen.php --with-vm-kind=GOTO) Changed paths: U php/php-src/trunk/Zend/zend_vm_def.h U php/php-src

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c

2011-05-04 Thread Andrey Hristov
andrey Wed, 04 May 2011 10:35:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=310757 Log: fix valgrind warning Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.c Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd.c =

[PHP-CVS] svn: /php/php-src/trunk/sapi/cli/tests/ 007.phpt 008.phpt 009.phpt 011.phpt 012.phpt 014.phpt

2011-05-04 Thread Antony Dovgal
tony2001 Wed, 04 May 2011 08:24:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=310754 Log: fix CLI tests failing because of new OB API Changed paths: U php/php-src/trunk/sapi/cli/tests/007.phpt U php/php-src/trunk/sapi/cli/tests/00

[PHP-CVS] svn: /php/php-src/trunk/ext/ sockets/tests/socket_strerror.phpt standard/tests/file/fscanf_variation39.phpt standard/tests/file/fscanf_variation55.phpt standard/tests/strings/printf_64bit.ph

2011-05-03 Thread Antony Dovgal
tony2001 Tue, 03 May 2011 11:15:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=310739 Log: fix tests Changed paths: U php/php-src/trunk/ext/sockets/tests/socket_strerror.phpt U php/php-src/trunk/ext/standard/tests/file/fscanf_varia

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ config.m4 multicast.c

2011-05-03 Thread Johannes Schlüter
Hi, On Sat, 2011-04-30 at 15:56 +, Gustavo André dos Santos Lopes wrote: > cataphract Sat, 30 Apr 2011 15:56:07 + > if_req.ifr_ifindex = if_index; > +#if defined(SIOCGIFNAME) > if (ioctl(php_sock->bsd_socket, SIOCGIFNAME, &if_req) == -1) { > +#el

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ browscap.c

2011-05-01 Thread Felipe Pena
felipe Sun, 01 May 2011 19:22:24 + Revision: http://svn.php.net/viewvc?view=revision&revision=310692 Log: - Fixed ZTS build Changed paths: U php/php-src/trunk/ext/standard/browscap.c Modified: php/php-src/trunk/ext/standard/browscap.c

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ config.m4 multicast.c

2011-04-30 Thread Gustavo André dos Santos Lopes
cataphract Sat, 30 Apr 2011 15:56:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=310670 Log: - Fixed build on Solaris. Changed paths: U php/php-src/trunk/ext/sockets/config.m4 U php/php-src/trunk/ext/sockets/multicast.c Modified: ph

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/tests/ socket_import_stream-5.phpt

2011-04-30 Thread Gustavo André dos Santos Lopes
cataphract Sat, 30 Apr 2011 15:54:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=310669 Log: - Fixed SKIPIF section missing a semicolon. Changed paths: U php/php-src/trunk/ext/sockets/tests/socket_import_stream-5.phpt Modified: php/php-sr

[PHP-CVS] svn: /php/php-src/trunk/ext/json/ json.c

2011-04-30 Thread Peter Cowburn
salathe Sat, 30 Apr 2011 12:57:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=310658 Log: fix method name in JsonSerializable exception message Changed paths: U php/php-src/trunk/ext/json/json.c Modified: php/php-src/trunk/ext/json/jso

[PHP-CVS] svn: /php/php-src/trunk/ext/dom/tests/ DOMDocument_validate_on_parse_variation.phpt

2011-04-27 Thread Rasmus Lerdorf
rasmus Wed, 27 Apr 2011 21:27:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=310603 Log: Fix test by pointing this at a smaller file that is less likely to break the test Changed paths: U php/php-src/trunk/ext/dom/tests/DOMDocument_v

[PHP-CVS] svn: /php/php-src/trunk/ext/openssl/ openssl.c xp_ssl.c

2011-04-25 Thread Martin Jansen
mj Mon, 25 Apr 2011 16:50:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=310476 Log: The project calls itself OpenSSL and not openSSL, so let's keep it that way in our code as well. Changed paths: U php/php-src/trunk/ext/openssl/op

[PHP-CVS] svn: /php/php-src/trunk/main/ main.c

2011-04-19 Thread Pierre Joye
pajoye Tue, 19 Apr 2011 21:57:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=310370 Log: - not desired yt Changed paths: U php/php-src/trunk/main/main.c Modified: php/php-src/trunk/main/main.c =

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_gc.c

2011-04-17 Thread Felipe Pena
felipe Sun, 17 Apr 2011 22:06:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=310295 Log: - Fixed ZTS build Changed paths: U php/php-src/trunk/Zend/zend_gc.c Modified: php/php-src/trunk/Zend/zend_gc.c ==

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_hash.c

2011-04-15 Thread Dmitry Stogov
dmitry Fri, 15 Apr 2011 09:59:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=310233 Log: Changed initialization order to workaround against crashes after memory overflow Changed paths: U php/php-src/trunk/Zend/zend_hash.c Modified: ph

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_gc.c

2011-04-15 Thread Dmitry Stogov
dmitry Fri, 15 Apr 2011 09:57:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=310232 Log: Improved GC to avaid reconstruction of HashTables for object properties Changed paths: U php/php-src/trunk/Zend/zend_gc.c Modified: php/php-src/t

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ config.m4

2011-04-12 Thread Boris Lytochkin
lytboris Tue, 12 Apr 2011 08:00:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=310157 Log: fix typo Changed paths: U php/php-src/trunk/ext/snmp/config.m4 Modified: php/php-src/trunk/ext/snmp/config.m4 ===

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/debug_backtrace_limit.phpt Zend/tests/debug_print_backtrace_limit.phpt Zend/zend_builtin_functions.c Zend/zend_builtin_functions.h Zend/zend_exceptio

2011-04-09 Thread Sebastian Bergmann
sebastianSat, 09 Apr 2011 09:52:24 + Revision: http://svn.php.net/viewvc?view=revision&revision=310080 Log: Add optional argument to debug_backtrace() and debug_print_backtrace() to limit the amount of stack frames returned. Changed paths: U php/php-src

[PHP-CVS] svn: /php/php-src/trunk/ext/spl/ spl_array.c tests/bug54323.phpt

2011-04-07 Thread Dmitry Stogov
dmitry Thu, 07 Apr 2011 14:52:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=310011 Log: Fixed bug #54323 (Accessing unset()'ed ArrayObject's property causes crash) Bug: http://bugs.php.net/54323 (error getting bug information) Change

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

2011-04-06 Thread Gustavo André dos Santos Lopes
cataphract Wed, 06 Apr 2011 10:17:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=309984 Log: - Updated UPGRADING now that multicast support was decided trunk only. Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ config.m4 snmp.c

2011-04-05 Thread Boris Lytochkin
lytboris Wed, 06 Apr 2011 06:58:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=309976 Log: * Net-SNMP version detection and proper processing * more UCD-SNMP-related code removal Changed paths: U php/php-src/trunk/ext/snmp/config.m4

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/snmp/CREDITS ext/snmp/config.m4 ext/snmp/config.w32 ext/snmp/php_snmp.h ext/snmp/snmp.c

2011-04-05 Thread Boris Lytochkin
lytboris Tue, 05 Apr 2011 12:20:35 + Revision: http://svn.php.net/viewvc?view=revision&revision=309971 Log: * added detection and walkaround for net-snmp library bug (net-snmp BUGid 2027834) * drop UCD-SNMP support, R.I.P. Changed paths: U php/php-src/t

[PHP-CVS] svn: /php/php-src/trunk/ext/curl/ interface.c

2011-04-01 Thread Pierre Joye
pajoye Fri, 01 Apr 2011 17:10:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=309880 Log: - [doc] add ini option to set the default cainfo file, in case none was set at compile time Changed paths: U php/php-src/trunk/ext/curl/interface

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_API.c

2011-03-31 Thread Pierre Joye
pajoye Thu, 31 Mar 2011 23:58:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=309861 Log: - fix bug #54423, fix build in trunk, introduce by previous related commit Bug: http://bugs.php.net/54423 (Closed) classes from dl()'ed extensions are n

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ sockets.c

2011-03-30 Thread Pierre Joye
pajoye Wed, 30 Mar 2011 09:46:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=309842 Log: - not used on win Changed paths: U php/php-src/trunk/ext/sockets/sockets.c Modified: php/php-src/trunk/ext/sockets/sockets.c

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ sockets.c

2011-03-30 Thread Pierre Joye
pajoye Wed, 30 Mar 2011 09:46:20 + Revision: http://svn.php.net/viewvc?view=revision&revision=309841 Log: - fix build, should fix that code too on non win (wondering if that part was working at all) Changed paths: U php/php-src/trunk/ext/sockets/socke

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ sockets.c

2011-03-30 Thread Pierre Joye
pajoye Wed, 30 Mar 2011 09:42:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=309840 Log: - attempt to fix build, 1st error Changed paths: U php/php-src/trunk/ext/sockets/sockets.c Modified: php/php-src/trunk/ext/sockets/sockets.c

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ config.w32

2011-03-30 Thread Pierre Joye
pajoye Wed, 30 Mar 2011 09:25:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=309839 Log: - fix build Changed paths: U php/php-src/trunk/ext/mysqlnd/config.w32 Modified: php/php-src/trunk/ext/mysqlnd/config.w32

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

2011-03-28 Thread Derick Rethans
On Mon, 28 Mar 2011, Nuno Lopes wrote: > nlopess Mon, 28 Mar 2011 09:11:28 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=309776 > > Log: > MFB (r309775): fix last commit It doesn't "fix" anything, it's just a MFB... and you changed the .c

[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=revision&revision=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

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/spl/php_spl.c ext/spl/spl_directory.c ext/spl/tests/bug54384.phpt

2011-03-27 Thread Gustavo André dos Santos Lopes
cataphract Sun, 27 Mar 2011 22:44:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=309751 Log: - Improved upon r309729. - Extented strategy to remaining the classes on spl_directory.c, even those that don't crash. - UPGRADING. - Better bug54384.ph

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

2011-03-27 Thread Arnaud Le Blanc
lbarnaud Sun, 27 Mar 2011 20:24:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=309750 Log: UPGRADING Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/CallbackFilterIteratorTest-002.phpt ext/spl/tests/CallbackFilterIteratorTest.phpt ext/spl/test

2011-03-27 Thread Pierre Joye
hi Arnaud, Please add a note in the UPGRADING guide. Thanks, On Sun, Mar 27, 2011 at 10:13 PM, Arnaud Le Blanc wrote: > lbarnaud                                 Sun, 27 Mar 2011 20:13:27 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=309749 > > Log: > Added CallbackFilter

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/CallbackFilterIteratorTest-002.phpt ext/spl/tests/CallbackFilterIteratorTest.phpt ext/spl/tests/Re

2011-03-27 Thread Arnaud Le Blanc
lbarnaud Sun, 27 Mar 2011 20:13:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=309749 Log: Added CallbackFilterIterator and RecursiveCallbackFilterIterator classes [DOC] This is a concrete FilterIterator which takes a callback as constructor p

[PHP-CVS] svn: /php/php-src/trunk/ext/intl/spoofchecker/ spoofchecker_main.c

2011-03-27 Thread Felipe Pena
felipe Sun, 27 Mar 2011 18:14:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=309748 Log: - Fixed compiler warnings Changed paths: U php/php-src/trunk/ext/intl/spoofchecker/spoofchecker_main.c Modified: php/php-src/trunk/ext/intl/spoof

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/spl/ php_spl.c php_spl.h spl_directory.c spl_iterators.c tests/bug41828.phpt tests/bug54281.phpt tests/bug54384.phpt tests/iterator_031.phpt

2011-03-27 Thread Pierre Joye
2011/3/27 Gustavo André dos Santos Lopes : > cataphract                               Sun, 27 Mar 2011 04:21:06 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=309729 > > Log: > - Fixed bug #54384: Several SPL classes crash when parent constructor is >  not called. > #Merge to

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

2011-03-27 Thread Boris Lytochkin
lytboris Sun, 27 Mar 2011 09:44:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=309740 Log: added info about changes in SNMP extension Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING ===

[PHP-CVS] svn: /php/php-src/trunk/ext/spl/ php_spl.c php_spl.h spl_directory.c spl_iterators.c tests/bug41828.phpt tests/bug54281.phpt tests/bug54384.phpt tests/iterator_031.phpt

2011-03-26 Thread Gustavo André dos Santos Lopes
cataphract Sun, 27 Mar 2011 04:21:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=309729 Log: - Fixed bug #54384: Several SPL classes crash when parent constructor is not called. #Merge to 5.3 pending (slight BC break on AppendIterator, as it's

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.h

2011-03-25 Thread Ulf Wendel
uw Fri, 25 Mar 2011 10:45:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=309688 Log: Update of mysqlnd version. This has been forgotten when introducing set_autocommit, tx_commit, tx_rollback calls (http://svn.php.net/viewvc?view=revisi

[PHP-CVS] svn: /php/php-src/trunk/tests/lang/ engine_assignExecutionOrder_008.phpt foreachLoop.016.phpt

2011-03-23 Thread Adam Harvey
aharvey Wed, 23 Mar 2011 08:48:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=309584 Log: Bah, these should have been in the last commit too. Update expected output for further tests that now generate warnings after r306931. Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/tests/lang/ bug7515.phpt

2011-03-23 Thread Adam Harvey
aharvey Wed, 23 Mar 2011 08:43:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=309583 Log: Update test that now generates a warning after r306931, which increased the error you get when silently casting an empty variable to an object to an E_WA

[PHP-CVS] svn: /php/php-src/trunk/ ext/sockets/php_sockets.h ext/sockets/sockets.c ext/sockets/tests/socket_import_stream-1.phpt ext/sockets/tests/socket_import_stream-2.phpt ext/sockets/tests/socket_

2011-03-21 Thread Gustavo André dos Santos Lopes
cataphract Tue, 22 Mar 2011 00:44:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=309516 Log: - Added socket_import_stream(). - Fixed socket_strerror.phpt - Made php_set_sock_blocking return FAILURE on fcntl error. - Made socket_set_block()/socket

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_ps.c mysqlnd_result.c mysqlnd_structs.h mysqlnd_wireprotocol.c mysqlnd_wireprotocol.h

2011-03-21 Thread Andrey Hristov
andrey Mon, 21 Mar 2011 13:58:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=309494 Log: throw out legacy code, that never was used for something useful. Was added for QC but QC is now a plugin, not part of the core. Changed paths: U p

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/standard/file.c ext/standard/tests/file/fclose_variation1.phpt main/streams/streams.c

2011-03-20 Thread Gustavo André dos Santos Lopes
cataphract Mon, 21 Mar 2011 02:58:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=309491 Log: - Make fclose() actually close stream, even when the resource refcount is > 1. This reverts the fix for bug #24557. - Make php_stream_free delete the s

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/file/ bug52820.phpt

2011-03-20 Thread Gustavo André dos Santos Lopes
cataphract Sun, 20 Mar 2011 22:15:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=309487 Log: - Fixed SKIPIF section of bug52820.phpt. Bug: http://bugs.php.net/52820 (Closed) curl doesn't write to php://temp or /memory Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ php_snmp.h snmp.c tests/generic_timeout_error.phpt tests/snmp-object-errno-errstr.phpt tests/snmp-object-error.phpt tests/snmp-object-properties.phpt tests/

2011-03-20 Thread Boris Lytochkin
lytboris Sun, 20 Mar 2011 20:07:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=309485 Log: follow CS: - method set_security should be named as setSecurity - SNMP_VERSION_2C constant Changed paths: U php/php-src/trunk/ext/snmp/php_snmp.

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html.c tests/strings/bug54322.phpt

2011-03-20 Thread Gustavo André dos Santos Lopes
cataphract Sun, 20 Mar 2011 15:15:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=309482 Log: - Fixed bug #54332 (trunk only, null pointer deref due to information loss on long to int conversion) - Fixed some int* pointers being passed as size_t*

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ multicast.c multicast.h

2011-03-19 Thread Gustavo André dos Santos Lopes
cataphract Sun, 20 Mar 2011 02:05:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=309458 Log: - Normalized line endings, added native eol-style. Changed paths: UU php/php-src/trunk/ext/sockets/multicast.c UU php/php-src/trunk/ext/socket

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ multicast.c multicast.h sockets.c

2011-03-19 Thread Gustavo André dos Santos Lopes
cataphract Sun, 20 Mar 2011 02:03:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=309457 Log: - Adding copyright headers to the new files, gotta do something about the windows line endings too, but I'm separating the commits. Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-03-19 Thread Boris Lytochkin
lytboris Sat, 19 Mar 2011 20:50:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=309453 Log: revert r309111 (name_len was not a typo) Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c =

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_alloc.c mysqlnd_alloc.h mysqlnd_debug.c mysqlnd_net.c mysqlnd_ps.c mysqlnd_ps_codec.c

2011-03-18 Thread Andrey Hristov
andrey Fri, 18 Mar 2011 14:56:20 + Revision: http://svn.php.net/viewvc?view=revision&revision=309388 Log: add a proxy for sppintf and vspprintf Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.c U php/php-src/trunk/ext/mysqlnd/mysqlnd_alloc

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_ps.c

2011-03-18 Thread Andrey Hristov
andrey Fri, 18 Mar 2011 13:55:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=309384 Log: WS Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd_ps.c Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd_ps.c =

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.h mysqlnd_ps.c mysqlnd_structs.h

2011-03-18 Thread Andrey Hristov
andrey Fri, 18 Mar 2011 13:35:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=309382 Log: new function/methods - mysqlnd_stmt_flush. Removing code duplication Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.h U php/php-src/

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_net.c mysqlnd_ps.c mysqlnd_result.c

2011-03-18 Thread Andrey Hristov
andrey Fri, 18 Mar 2011 12:33:17 + Revision: http://svn.php.net/viewvc?view=revision&revision=309381 Log: less trace info Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.c U php/php-src/trunk/ext/mysqlnd/mysqlnd_net.c U php/php-src/t

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ sockets.c

2011-03-17 Thread Gustavo André dos Santos Lopes
cataphract Thu, 17 Mar 2011 22:21:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=309360 Log: - Replaced calls to getprotobyname by constants to avoid unnecessarily hitting /etc/protocols on MINIT. Changed paths: U php/php-src/trunk/ext/s

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_loaddata.c

2011-03-16 Thread Andrey Hristov
andrey Wed, 16 Mar 2011 14:10:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=309307 Log: Remove unused macros Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd_loaddata.c Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd_loaddata.c

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_debug.c

2011-03-16 Thread Andrey Hristov
andrey Wed, 16 Mar 2011 12:42:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=309303 Log: allocate persistently Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd_debug.c Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd_debug.c

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_loaddata.c mysqlnd_ps.c mysqlnd_structs.h

2011-03-16 Thread Andrey Hristov
andrey Wed, 16 Mar 2011 11:51:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=309301 Log: compiler warnings fixed Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd_loaddata.c U php/php-src/trunk/ext/mysqlnd/mysqlnd_ps.c U

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_execute.c

2011-03-15 Thread Stanislav Malyshev
stas Wed, 16 Mar 2011 05:41:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=309266 Log: fix UMR when setting forward string offset Changed paths: U php/php-src/trunk/Zend/zend_execute.c Modified: php/php-src/trunk/Zend/zend_execute.c

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_vm_def.h zend_vm_execute.h zend_vm_opcodes.h

2011-03-15 Thread Stanislav Malyshev
stas Wed, 16 Mar 2011 05:25:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=309265 Log: fix UMR when variable name is an object and __toString is used # zend_call_function checks IS_REF on This Changed paths: U php/php-src/trunk/Zend/

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c

2011-03-15 Thread Pierre Joye
pajoye Tue, 15 Mar 2011 17:14:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=309262 Log: - windows only Changed paths: U php/php-src/trunk/main/SAPI.c Modified: php/php-src/trunk/main/SAPI.c ===

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c

2011-03-15 Thread Pierre Joye
pajoye Tue, 15 Mar 2011 17:13:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=309261 Log: - make setlocale thread only, drastically reduce TS related crashes in error mgt and other parts like pcre, and actually a good thing (tm) Changed path

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ sockets.c tests/bug51958.phpt

2011-03-14 Thread Gustavo André dos Santos Lopes
cataphract Mon, 14 Mar 2011 22:59:05 + Revision: http://svn.php.net/viewvc?view=revision&revision=309238 Log: - Fixed bug #51958: socket_accept() fails on IPv6 sockets. #On hold for 5.3 Bug: http://bugs.php.net/51958 (Assigned) socket_accept() fails on IPv6 serv

Re: [PHP-CVS] svn: /php/php-src/trunk/ Zend/zend_compile.c Zend/zend_language_scanner.c Zend/zend_language_scanner.l Zend/zend_language_scanner_defs.h Zend/zend_multibyte.c Zend/zend_multibyte.h ext/m

2011-03-14 Thread Dmitry Stogov
Hi Moriyoshi, Thank you for fixing it. You have fixed the most problems. I hope I've just fixed the rest, so all the broken tests work again. Thanks. Dmitry. On 03/06/2011 10:00 AM, Moriyoshi Koizumi wrote: moriyoshiSun, 06 Mar 2011 07:00:30 + Revision: ht

[PHP-CVS] svn: /php/php-src/trunk/ Zend/tests/multibyte/multibyte_encoding_002.phpt Zend/zend_language_scanner.l ext/exif/exif.c ext/mbstring/libmbfl/filters/mbfilter_ascii.c ext/mbstring/libmbfl/filt

2011-03-14 Thread Dmitry Stogov
dmitry Mon, 14 Mar 2011 16:00:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=309227 Log: Fixed multibyte related issues Changed paths: U php/php-src/trunk/Zend/tests/multibyte/multibyte_encoding_002.phpt U php/php-src/trunk/Zend/

[PHP-CVS] svn: /php/php-src/trunk/ext/dba/ dba_inifile.c

2011-03-13 Thread Felipe Pena
felipe Sun, 13 Mar 2011 14:57:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=309174 Log: - Fix infile return on duplicated key (related to bug #54242) Bug: http://bugs.php.net/54242 (Closed) dba_insert returns true if key already exists

[PHP-CVS] svn: /php/php-src/trunk/ext/dba/ dba_flatfile.c

2011-03-13 Thread Felipe Pena
felipe Sun, 13 Mar 2011 14:21:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=309172 Log: - Fixed bug #54242 (dba_insert returns true if key already exists) Bug: http://bugs.php.net/54242 (Open) dba_insert returns true if key already exists

[PHP-CVS] svn: /php/php-src/trunk/ext/pspell/ pspell.c

2011-03-13 Thread Felipe Pena
felipe Sun, 13 Mar 2011 14:19:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=309171 Log: - Fixed ZTS build Changed paths: U php/php-src/trunk/ext/pspell/pspell.c Modified: php/php-src/trunk/ext/pspell/pspell.c

[PHP-CVS] svn: /php/php-src/trunk/main/ rfc1867.c

2011-03-12 Thread Pierrick Charron
pierrick Sun, 13 Mar 2011 05:25:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=309165 Log: Remove unused variable Changed paths: U php/php-src/trunk/main/rfc1867.c Modified: php/php-src/trunk/main/rfc1867.c =

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-03-10 Thread Boris Lytochkin
lytboris Fri, 11 Mar 2011 07:21:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=309111 Log: fix typo in SNMP_SNPRINT_VALUE usage: use val_len, not name_length Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/fpm/ fpm_main.c

2011-03-09 Thread Jim Jagielski
jimjag Wed, 09 Mar 2011 18:53:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=309054 Log: Close [PHP-BUG] Req #54152... Apache 2.3.12 (and later) will now work correctly with PHP's fcgi impl with this patch. Bug: http://bugs.php.net/54152 (As

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

2011-03-08 Thread Antony Dovgal
tony2001 Tue, 08 Mar 2011 14:53:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=309022 Log: fix typppo Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS =

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

2011-03-08 Thread Ford, Mike
1 3HE,  United Kingdom Email: m.f...@leedsmet.ac.uk Tel: +44 113 812 4730 > -Original Message- > From: Sebastian Bergmann [mailto:sebast...@php.net] > Sent: 06 March 2011 21:48 > To: php-cvs@lists.php.net > Subject: [PHP-CVS] svn: /php/php-src/trunk/

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

2011-03-06 Thread Sebastian Bergmann
sebastianSun, 06 Mar 2011 21:47:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=308980 Log: Fix speling. Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS ===

[PHP-CVS] svn: /php/php-src/trunk/ ext/mbstring/mbstring.c main/rfc1867.c

2011-03-05 Thread Moriyoshi Koizumi
moriyoshiSun, 06 Mar 2011 07:06:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=308951 Log: Fix ZTS build. Changed paths: U php/php-src/trunk/ext/mbstring/mbstring.c U php/php-src/trunk/main/rfc1867.c Modified: php/php-src/trunk/ex

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c tests/snmp2_walk.phpt

2011-03-04 Thread Boris Lytochkin
lytboris Fri, 04 Mar 2011 19:23:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=308932 Log: * tune snmp2_walk.phpt * more net-snmp v5.3 compatibility (OPAQUE_SPECIAL_TYPES) Changed paths: U php/php-src/trunk/ext/snmp/snmp.c U php/ph

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ php_snmp.h snmp.c tests/snmp2_set.phpt tests/wrong_hostname.phpt

2011-03-04 Thread Boris Lytochkin
lytboris Fri, 04 Mar 2011 18:58:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=308931 Log: * fix warning about redefining REGISTER_PDO_CLASS_CONST_LONG (damn copy'n'paste) * tuned two unit test that failed at gcov.php.net/PHP_HEAD Changed path

[PHP-CVS] svn: /php/php-src/trunk/ README.RELEASE_PROCESS

2011-03-03 Thread Johannes Schlüter
johannes Thu, 03 Mar 2011 13:23:05 + Revision: http://svn.php.net/viewvc?view=revision&revision=308894 Log: - Be more consistent in these instructions Changed paths: U php/php-src/trunk/README.RELEASE_PROCESS Modified: php/php-src/trunk/README.RELEASE_P

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ php_snmp.h snmp.c tests/snmp-object-errno-errstr.phpt tests/snmp-object-error.phpt tests/snmp-object-properties.phpt tests/snmp-object-set_security_erro

2011-03-03 Thread Johannes Schlüter
On Thu, 2011-03-03 at 12:03 +0300, Lytochkin Boris wrote: > > As for UPGRADING: > SendingUPGRADING > Transmitting file data .svn: Commit failed (details follow): > svn: Commit blocked by pre-commit hook (exit code 1) with output: > *** > Access denied: Insufficient karma for lytboris t

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ php_snmp.h snmp.c tests/snmp-object-errno-errstr.phpt tests/snmp-object-error.phpt tests/snmp-object-properties.phpt tests/snmp-object-set_security_erro

2011-03-03 Thread Lytochkin Boris
Hi. On Thu, Mar 3, 2011 at 1:34 AM, Christopher Jones wrote: > Can you add these to NEWS and make sure UPGRADING has all the > contributions you've made? NEWS has all information needed (get_(errno|error) methods are parts of SNMP OO API that is under development now and thus "Added OO API. FR #

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ php_snmp.h snmp.c tests/snmp-object-errno-errstr.phpt tests/snmp-object-error.phpt tests/snmp-object-properties.phpt tests/snmp-object-set_security_erro

2011-03-02 Thread Christopher Jones
On 02/26/2011 12:27 AM, Boris Lytochkin wrote: lytboris Sat, 26 Feb 2011 08:27:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=308703 Log: * new methods get_errno, get_error to get errno and error string of last SNMP-related error * fo

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-03-02 Thread Boris Lytochkin
lytboris Wed, 02 Mar 2011 22:12:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=308875 Log: fix warnings mentioned in 'Parameter Parsing Report' Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile config.w32

2011-03-02 Thread Pierre Joye
Ah right, almost forgot I decided that, joy :) On 2 Mar 2011 22:37, "Johannes Schlüter" wrote: > On Thu, 2011-03-03 at 06:26 +0900, Moriyoshi Koizumi wrote: >> On Thu, Mar 3, 2011 at 3:42 AM, Pierre Joye wrote: >> > hi, >> > >> > On Wed, Mar 2, 2011 at 7:35 PM, Moriyoshi Koizumi wrote: >> >> Th

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile config.w32

2011-03-02 Thread Johannes Schlüter
On Thu, 2011-03-03 at 06:26 +0900, Moriyoshi Koizumi wrote: > On Thu, Mar 3, 2011 at 3:42 AM, Pierre Joye wrote: > > hi, > > > > On Wed, Mar 2, 2011 at 7:35 PM, Moriyoshi Koizumi wrote: > >> The library path needs to be quoted just once. It appears old compiler > >> frontends (VC6, 7?) used to ha

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile config.w32

2011-03-02 Thread Moriyoshi Koizumi
On Thu, Mar 3, 2011 at 3:42 AM, Pierre Joye wrote: > hi, > > On Wed, Mar 2, 2011 at 7:35 PM, Moriyoshi Koizumi wrote: >> The library path needs to be quoted just once. It appears old compiler >> frontends (VC6, 7?) used to have a bug with which arguments to the >> linker containing whitespaces we

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile config.w32

2011-03-02 Thread Pierre Joye
hi, On Wed, Mar 2, 2011 at 7:35 PM, Moriyoshi Koizumi wrote: >> Please merge to 5.3 > > Done. Thanks! >> On Wed, Mar 2, 2011 at 6:22 AM, Moriyoshi Koizumi wrote: >>> moriyoshi                                Wed, 02 Mar 2011 05:22:22 + >> >>> Modified: php/php-src/trunk/win32/build/config.

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile config.w32

2011-03-02 Thread Moriyoshi Koizumi
Hi, On Wed, Mar 2, 2011 at 5:58 PM, Pierre Joye wrote: > hi, > > Please merge to 5.3 Done. > > On Wed, Mar 2, 2011 at 6:22 AM, Moriyoshi Koizumi wrote: >> moriyoshi                                Wed, 02 Mar 2011 05:22:22 + > >> Modified: php/php-src/trunk/win32/build/config.w32 >> ===

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile config.w32

2011-03-02 Thread Pierre Joye
hi, Please merge to 5.3 On Wed, Mar 2, 2011 at 6:22 AM, Moriyoshi Koizumi wrote: > moriyoshi                                Wed, 02 Mar 2011 05:22:22 + > Modified: php/php-src/trunk/win32/build/config.w32 > === > --- php/php-sr

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile config.w32

2011-03-01 Thread Moriyoshi Koizumi
moriyoshiWed, 02 Mar 2011 05:22:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=308839 Log: - Enable windows build system to accept paths containing spaces. Changed paths: U php/php-src/trunk/win32/build/Makefile U php/php-src/trunk

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-26 Thread Lytochkin Boris
Sure, #54108 On Sat, Feb 26, 2011 at 11:33 PM, Pierre Joye wrote: > can you open a bug at bugs.php.net with the patch please? > > -- > Pierre > > @pierrejoye | http://blog.thepimp.net | http://www.libgd.org > -- Boris Lytochkin -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-26 Thread Pierre Joye
can you open a bug at bugs.php.net with the patch please? Thanks! On Sat, Feb 26, 2011 at 9:31 PM, Lytochkin Boris wrote: > It is a pain to run it on FreeBSD, there is a bug in run-tests.php: > === > --- run-tests.php       (revision 308673) > +++ run-tests.php       (working copy) >

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-26 Thread Antony Dovgal
- RETURN_FALSE; + RETVAL_FALSE; + return; What's the point? #define RETURN_FALSE{ RETVAL_FALSE; return; } On 02/26/2011 10:08 PM, Boris Lytochkin wrote: > lytboris Sat, 26 Feb 201

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-26 Thread Lytochkin Boris
It is a pain to run it on FreeBSD, there is a bug in run-tests.php: === --- run-tests.php (revision 308673) +++ run-tests.php (working copy) @@ -567,7 +567,7 @@ case 'm': $leak_check = true;

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-26 Thread Lytochkin Boris
Just to indicate that this is not php function return and some other processing (in caller function) follows. On Sat, Feb 26, 2011 at 11:30 PM, Antony Dovgal wrote: > -                       RETURN_FALSE; > +                       RETVAL_FALSE; > +                       return; > > What's the poi

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-26 Thread Pierre Joye
btw, you can use valgrind as well with the tests suite. That should help you to catch other possible leaks or bad memory access. On Sat, Feb 26, 2011 at 8:08 PM, Boris Lytochkin wrote: > lytboris                                 Sat, 26 Feb 2011 19:08:55 + > > Revision: http://svn.php.net/view

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-26 Thread Boris Lytochkin
lytboris Sat, 26 Feb 2011 19:08:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=308710 Log: remove compiler warnings fix various memory leaks seen with --enable-debug Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-s

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ php_snmp.h snmp.c tests/snmp-object-errno-errstr.phpt tests/snmp-object-error.phpt tests/snmp-object-properties.phpt tests/snmp-object-set_security_error.ph

2011-02-26 Thread Boris Lytochkin
lytboris Sat, 26 Feb 2011 08:27:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=308703 Log: * new methods get_errno, get_error to get errno and error string of last SNMP-related error * formatting markup * some fixes in max_oids logic: NULL

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-25 Thread Boris Lytochkin
lytboris Fri, 25 Feb 2011 19:22:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=308682 Log: fix parse errors for non_repeaters & max_repetitions: aligment errors Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/tr

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_plugin.c

2011-02-25 Thread Andrey Hristov
andrey Fri, 25 Feb 2011 16:55:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=308679 Log: even better fix Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd_plugin.c Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd_plugin.c

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_plugin.c

2011-02-25 Thread Andrey Hristov
andrey Fri, 25 Feb 2011 16:44:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=308678 Log: fix plugin counting, this is trunk only Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd_plugin.c Modified: php/php-src/trunk/ext/mysqlnd/m

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c

2011-02-25 Thread Pierre Joye
pajoye Fri, 25 Feb 2011 11:28:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=308665 Log: - fix regression (carsten_st...@gmx.de) Changed paths: U php/php-src/trunk/main/SAPI.c Modified: php/php-src/trunk/main/SAPI.c ==

<    1   2   3   4   5   6   7   8   9   10   >