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

2010-04-29 Thread David Soria Parra
dsp Fri, 30 Apr 2010 00:07:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=298789 Log: Make sure we search the source dir for the dtrace files Changed paths: U php/php-src/trunk/acinclude.m4 Modified: php/php-src/trunk/acinclude.m4

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

2010-04-29 Thread Etienne Kneuss
colder Thu, 29 Apr 2010 17:14:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=298782 Log: Fix misplaced code Changed paths: U php/php-src/trunk/ext/spl/spl_observer.c Modified: php/php-src/trunk/ext/spl/spl_observer.c =

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_priv.h trunk/ext/mysqlnd/mysqlnd.c trunk/ext/mysqlnd/mysqlnd_priv.h

2010-04-29 Thread Andrey Hristov
andrey Thu, 29 Apr 2010 15:49:51 + Revision: http://svn.php.net/viewvc?view=revision&revision=298781 Log: Handle OOM cases, in case of persistent connections this is real and the Zend MM won't help. Changed paths: U php/php-src/branches/PHP_5_3/ext/mys

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/spl/spl_observer.c ext/spl/tests/SplObjectStorage_getHash.phpt

2010-04-29 Thread Etienne Kneuss
colder Thu, 29 Apr 2010 15:47:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=298780 Log: Implement SplObjectStorage::getHash() Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ext/spl/spl_observer.c A php/php-src

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

2010-04-29 Thread Andrey Hristov
andrey Thu, 29 Apr 2010 15:17:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=298779 Log: Fix valgrind warning, usage of nirvana memory Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c U php/php-src/trunk/ext/my

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_options.phpt trunk/ext/mysqli/tests/mysqli_options.phpt

2010-04-29 Thread Andrey Hristov
andrey Thu, 29 Apr 2010 13:19:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=298772 Log: Add a test case for the recently fixed memleak Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_options.phpt U php/php-

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

2010-04-29 Thread Andrey Hristov
andrey Thu, 29 Apr 2010 13:13:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=298771 Log: Fix possible crashes in case of OOM, as well as a leak. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c U php/php-src/tr

[PHP-CVS] svn: /php/php-src/trunk/ Zend/tests/unset_cv07.phpt ext/standard/tests/general_functions/import_request.phpt ext/standard/tests/general_functions/import_request1.phpt ext/standard/tests/gene

2010-04-29 Thread Antony Dovgal
tony2001 Thu, 29 Apr 2010 12:48:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=298770 Log: fix tests Changed paths: U php/php-src/trunk/Zend/tests/unset_cv07.phpt U php/php-src/trunk/ext/standard/tests/general_functions/import_req

[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/ unset_cv07.phpt

2010-04-29 Thread Antony Dovgal
tony2001 Thu, 29 Apr 2010 12:43:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=298769 Log: fix skipif section Changed paths: U php/php-src/trunk/Zend/tests/unset_cv07.phpt Modified: php/php-src/trunk/Zend/tests/unset_cv07.phpt =

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt trunk/ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt

2010-04-29 Thread Andrey Hristov
andrey Thu, 29 Apr 2010 12:07:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=298768 Log: Try blob columns instead of int, and insert a lot of data at once Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_bind

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

2010-04-29 Thread Andrey Hristov
andrey Thu, 29 Apr 2010 11:49:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=298767 Log: Fix crash if OOM and USE_ZEND_ALLOC=0 Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c U php/php-src/trunk/e

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettext.

2010-04-29 Thread Derick Rethans
On Thu, 29 Apr 2010, Rob Richards wrote: > The discussion was a while ago (Steph was working on a way to autogenerate > them at the time). Unfortunately it failed miserably (buildconf error'd out) > when I tried to use it (tried it after the dsps had been removed). Until that > is working (or some

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettext.

2010-04-29 Thread Rob Richards
Right. My point is only that we keep them around until we can get the automatic generation squared away. Rob Dmitry Stogov wrote: Hi Rob, The problem is not to have them. The problem is to keep them in consistency in case someone adds/removes a file. I like the idea of automatic generation

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettex

2010-04-29 Thread Pierre Joye
On Thu, Apr 29, 2010 at 11:28 AM, Dmitry Stogov wrote: > Hi Rob, > > The problem is not to have them. The problem is to keep them in consistency > in case someone adds/removes a file. I like the idea of automatic generation > much more. That's what cmake aims to. But having JS code to generate th

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettext.

2010-04-29 Thread Dmitry Stogov
Hi Rob, The problem is not to have them. The problem is to keep them in consistency in case someone adds/removes a file. I like the idea of automatic generation much more. Thanks. Dmitry. Rob Richards wrote: Hi Dmitry, The discussion was a while ago (Steph was working on a way to autogene

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

2010-04-29 Thread Pierre Joye
On Thu, Apr 29, 2010 at 10:45 AM, Hannes Magnusson wrote: > On Thu, Apr 29, 2010 at 10:13, Pierre Joye wrote: >> pajoye                                   Thu, 29 Apr 2010 08:13:15 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=298759 >> >> Log: >> - Adieu VC6/7/8, merci po

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

2010-04-29 Thread Hannes Magnusson
On Thu, Apr 29, 2010 at 10:13, Pierre Joye wrote: > pajoye                                   Thu, 29 Apr 2010 08:13:15 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=298759 > > Log: > - Adieu VC6/7/8, merci pour les bons et loyaux services In the offchance that some people a

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettext.

2010-04-29 Thread Rob Richards
Hi Dmitry, The discussion was a while ago (Steph was working on a way to autogenerate them at the time). Unfortunately it failed miserably (buildconf error'd out) when I tried to use it (tried it after the dsps had been removed). Until that is working (or some other mechanism is in place to g

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettex

2010-04-29 Thread Pierre Joye
On Thu, Apr 29, 2010 at 10:23 AM, Dmitry Stogov wrote: > Hi Rob, > > May be I missed the discussion... > > I'm not sure if it's a good idea to have all this scarp in SVN. > Personally, I won't support these DSP files just because I don't use Visual > Studio 6.0 to build php. This method was deprec

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettext.

2010-04-29 Thread Dmitry Stogov
Hi Rob, May be I missed the discussion... I'm not sure if it's a good idea to have all this scarp in SVN. Personally, I won't support these DSP files just because I don't use Visual Studio 6.0 to build php. This method was deprecated for ages. I'm also not sure if next php version is going to

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

2010-04-29 Thread Pierre Joye
pajoye Thu, 29 Apr 2010 08:13:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=298759 Log: - Adieu VC6/7/8, merci pour les bons et loyaux services Changed paths: U php/php-src/trunk/win32/build/config.w32 Modified: php/php-src/trunk/win