[PHP-CVS] cvs: php-src /win32/build mkdist.php

2009-04-01 Thread Kalle Sommer Nielsen
kalle Wed Apr 1 09:20:35 2009 UTC Modified files: /php-src/win32/buildmkdist.php Log: Fixed a few warnings from copy(): * If $item is empty then skip to next entry, this fixes the "The first argument cannot be a directory" warnings * If file does no

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

2009-04-01 Thread Kalle Sommer Nielsen
kalle Thu Apr 2 05:16:55 2009 UTC Modified files: /php-src/ext/standard scanf.c Log: We dont need to escape % here, it just generates a compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/standard/scanf.c?r1=1.47&r2=1.48&diff_format=u Index: php-

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

2009-04-01 Thread Kalle Sommer Nielsen
kalle Thu Apr 2 05:17:36 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard scanf.c Log: MFH: We dont need to escape % here, it just generates a compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/standard/scanf.c?r1=1.31.2.2.2.5.2

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sqlite/libsqlite/src date.c /win32/build config.w32.h.in

2009-04-06 Thread Kalle Sommer Nielsen
kalle Mon Apr 6 09:14:54 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite/libsqlite/src date.c /php-src/win32/buildconfig.w32.h.in Log: MFH: Fix redef warnings Kill warning about php_localtime_r not being defined http://cvs.php.n

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/sqlite/libsqlite/src date.c

2009-04-06 Thread Kalle Sommer Nielsen
kalle Mon Apr 6 09:17:47 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sqlite/libsqlite/src date.c Log: MFB53: Kill warning about php_localtime_r not being defined http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/libsqlite/src/date.c?r1=1.3.4.1.2.3

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2009-04-06 Thread Kalle Sommer Nielsen
kalle Mon Apr 6 09:12:16 2009 UTC Modified files: /php-src/win32/buildconfig.w32.h.in Log: Fix redef warnings http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.25&r2=1.26&diff_format=u Index: php-src/win32/build/config.w32.h.in di

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/sqlite/libsqlite/src date.c

2009-04-07 Thread Kalle Sommer Nielsen
kalle Tue Apr 7 11:45:50 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sqlite/libsqlite/src date.c Log: MFB53: Revert previous commit as it was causing alot more trouble than expected http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/libsqlite/src/

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

2009-04-07 Thread Kalle Sommer Nielsen
kalle Tue Apr 7 11:45:13 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite/libsqlite/src date.c Log: Revert previous commit as it was causing alot more trouble than expected http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/libsqlite/src/date.c?r

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

2009-04-20 Thread Kalle Sommer Nielsen
kalle Tue Apr 21 04:35:02 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcUPGRADING Log: Added missing note about gethostname() (Re: #47839) http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.3&r2=1.1.2.3.2.1.2.4&diff_format=u Index: php-sr

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

2009-04-24 Thread Kalle Sommer Nielsen
kalle Sat Apr 25 06:20:26 2009 UTC Modified files: /php-src/ext/gd/libgd gd.c Log: Use correct data types here, and gdImageSaveAlpha for the alpha flag http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.c?r1=1.121&r2=1.122&diff_format=u Index: php-src

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

2009-04-24 Thread Kalle Sommer Nielsen
kalle Sat Apr 25 06:22:14 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd/libgd gd.c Log: MFH: Use correct data types here, and gdImageSaveAlpha for the alpha flag http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.c?r1=1.90.2.1.2.21.2.8&r2=

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

2009-04-24 Thread Kalle Sommer Nielsen
kalle Sat Apr 25 06:25:55 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd/libgd gd.c Log: This shouldn't have been in for now http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.c?r1=1.90.2.1.2.21.2.9&r2=1.90.2.1.2.21.2.10&diff_format=u Index

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /tests/output ob_get_status.phpt

2009-04-25 Thread Kalle Sommer Nielsen
w.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > regrads -- Kalle Sommer Nielsen ka...@php.net -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl/tests spl_classes.phpt /ext/standard/tests/general_functions call_user_method.phpt /ext/standard/tests/versioning php_sapi_name_variation001.phpt

2009-04-26 Thread Kalle Sommer Nielsen
> [snip] > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > regrads -- Kalle Sommer Nielsen ka...@php.net -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-04-27 Thread Kalle Sommer Nielsen
kalle Mon Apr 27 14:21:57 2009 UTC Modified files: /php-src/ext/date php_date.c Log: Fixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime) http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.223&r2=1.224&diff_format=u Index: php-src/ext/date/ph

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

2009-04-27 Thread Kalle Sommer Nielsen
kalle Mon Apr 27 14:22:15 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date php_date.c Log: MFH: Fixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime) http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.51.2.67&r2=1.43.2.45.

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/intl/grapheme grapheme_string.c

2009-04-27 Thread Kalle Sommer Nielsen
ETURN_STRINGL(((char *)pstr), nsize, 1); >        } > >        /* convert the strings to UTF-16. */ > Shouldn't this be in HEAD aswell? > > -- Kalle Sommer Nielsen ka...@php.net -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard basic_functions.c /ext/standard/tests/network ip2long_variation1.phpt

2009-04-29 Thread Kalle Sommer Nielsen
;255.255.255.255") - 1)) { > +                * not -1 or ~0 because of 32/64bit issues. */ > +               if (addr_len == sizeof("255.255.255.255") - 1 && > +                       !memcmp(addr, "255.255.255.255", > sizeof("255.255.255.255") - 1) > +               ) { >                        RETURN_LONG(0x); >                } > - >                RETURN_FALSE; >        } > - >        RETURN_LONG(ntohl(ip)); > +#endif >  } >  /* }}} */ > > + -- Kalle Sommer Nielsen ka...@php.net -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-05-01 Thread Kalle Sommer Nielsen
kalle Sat May 2 01:36:45 2009 UTC Modified files: /php-src/ext/pdopdo_dbh.c Log: Fix proto http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_dbh.c?r1=1.168&r2=1.169&diff_format=u Index: php-src/ext/pdo/pdo_dbh.c diff -u php-src/ext/pdo/pdo_dbh.c:1.168 php

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

2009-05-01 Thread Kalle Sommer Nielsen
kalle Sat May 2 01:37:34 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdopdo_dbh.c Log: MFH: Fix proto http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_dbh.c?r1=1.82.2.31.2.17.2.24&r2=1.82.2.31.2.17.2.25&diff_format=u Index: php-src/ext/pdo/pdo

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo pdo.c pdo_dbh.c

2009-05-01 Thread Kalle Sommer Nielsen
kalle Sat May 2 01:38:36 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdopdo.c pdo_dbh.c Log: MFH: Fix proto + use zend_parse_parameters_none() http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo.c?r1=1.57.2.17.2.11&r2=1.57.2.17.2.12&diff_format=u

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

2009-05-01 Thread Kalle Sommer Nielsen
kalle Sat May 2 06:27:08 2009 UTC Modified files: /php-src/ext/splphp_spl.c Log: Fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.155&r2=1.156&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.155 php-

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo pdo.c pdo_dbh.c

2009-05-02 Thread Kalle Sommer Nielsen
) TSRMLS_CC, "") But ofcourse either way will do :) > > Ilia Alshanetsky > > > > -- Kalle Sommer Nielsen ka...@php.net -- 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) / NEWS /ext/filter/tests bug39763.phpt bug42718-2.phpt /ext/pcre/tests bug33200.phpt /ext/session/tests 001.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008-php

2009-05-04 Thread Kalle Sommer Nielsen
kalle Mon May 4 21:18:22 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/filter/tests bug39763.phpt bug42718-2.phpt /php-src/ext/pcre/tests bug33200.phpt /php-src/ext/session/tests 001.phpt 003.phpt 004.phpt 005.phpt

Re: [PHP-CVS] cvs: php-src /ext/imap config.m4 php_imap.c php_imap.h

2009-05-04 Thread Kalle Sommer Nielsen
Windows, in future please remember such things, as it was the reason for socket_create_pair() not being available on Windows from 4.3 to 5.3 by such a change by you. > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Kalle

Re: [PHP-CVS] cvs: php-src /ext/imap config.m4 php_imap.c php_imap.h

2009-05-04 Thread Kalle Sommer Nielsen
2009/5/5 Jani Taskinen : > Kalle Sommer Nielsen kirjoitti: >> >> 2009/5/5 Jani Taskinen : >>> >>> jani            Tue May  5 01:22:31 2009 UTC >>> >>>  Modified files: >>>   /php-src/ext/imap   config.m4 php_imap.c php_imap.h &

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

2009-05-06 Thread Kalle Sommer Nielsen
kalle Thu May 7 03:14:07 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcUPGRADING Log: * use is a reserved keyword * notes to Windows section http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.4&r2=1.1.2.3.2.1.2.5&diff_format=u Index: p

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

2009-05-06 Thread Kalle Sommer Nielsen
kalle Thu May 7 03:16:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcUPGRADING Log: Windows ME is not supported either as of 5.3 http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.5&r2=1.1.2.3.2.1.2.6&diff_format=u Index: php-src/UPGRA

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

2009-05-06 Thread Kalle Sommer Nielsen
kalle Thu May 7 06:58:57 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcUPGRADING Log: use have been a keyword in a forever, thanks Greg http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.6&r2=1.1.2.3.2.1.2.7&diff_format=u Index: php-src/

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

2009-05-07 Thread Kalle Sommer Nielsen
he documentation also said 5.3 ;) > > Greg > -- Kalle Sommer Nielsen ka...@php.net -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/phar config.w32

2009-05-10 Thread Kalle Sommer Nielsen
kalle Mon May 11 06:42:06 2009 UTC Modified files: /php-src/ext/phar config.w32 Log: Fix conditional http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.w32?r1=1.32&r2=1.33&diff_format=u Index: php-src/ext/phar/config.w32 diff -u php-src/ext/phar/config.w3

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

2009-05-10 Thread Kalle Sommer Nielsen
kalle Mon May 11 06:43:05 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar config.w32 Log: MFH: Fix conditional http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.w32?r1=1.27.2.9&r2=1.27.2.10&diff_format=u Index: php-src/ext/phar/config.w32 dif

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

2009-05-13 Thread Kalle Sommer Nielsen
kalle Wed May 13 15:54:49 2009 UTC Modified files: /php-src/ext/phar func_interceptors.c Log: Nuke compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/phar/func_interceptors.c?r1=1.30&r2=1.31&diff_format=u Index: php-src/ext/phar/func_interceptors.c d

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

2009-05-13 Thread Kalle Sommer Nielsen
kalle Wed May 13 15:55:12 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar func_interceptors.c Log: MFH: Nuke compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/phar/func_interceptors.c?r1=1.20.2.21&r2=1.20.2.22&diff_format=u Index: php-sr

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

2009-05-13 Thread Kalle Sommer Nielsen
kalle Wed May 13 16:29:03 2009 UTC Modified files: /php-src/ext/standard uuencode.c Log: Fix compiler warnings, safe_emalloc expects size_t, not double as ceil returns http://cvs.php.net/viewvc.cgi/php-src/ext/standard/uuencode.c?r1=1.15&r2=1.16&diff_for

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

2009-05-13 Thread Kalle Sommer Nielsen
kalle Wed May 13 16:29:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard uuencode.c Log: MFH: Fix compiler warnings, safe_emalloc expects size_t, not double as ceil returns http://cvs.php.net/viewvc.cgi/php-src/ext/standard/uuencode.c?r

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

2009-05-15 Thread Kalle Sommer Nielsen
kalle Fri May 15 09:10:01 2009 UTC Modified files: /php-src/ext/json json.c Log: Fix arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.52&r2=1.53&diff_format=u Index: php-src/ext/json/json.c diff -u php-src/ext/json/json.c:1.52 php-src/ext/j

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

2009-05-15 Thread Kalle Sommer Nielsen
kalle Fri May 15 09:10:55 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/json json.c Log: MFH: Fix arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.9.2.19.2.20&r2=1.9.2.19.2.21&diff_format=u Index: php-src/ext/json/json.c diff -u ph

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

2009-05-15 Thread Kalle Sommer Nielsen
kalle Fri May 15 09:44:09 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcUPGRADING Log: Added some more comments about deprecated ini settings http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.7&r2=1.1.2.3.2.1.2.8&diff_format=u Index: php

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

2009-05-15 Thread Kalle Sommer Nielsen
2009/5/15 Jani Taskinen : > Kalle Sommer Nielsen kirjoitti: >> >> -- zend.ze1_compatibility_mode has been removed. >> +- zend.ze1_compatibility_mode has been removed. If this ini directive is >> set +  to on, then an E_ERROR is emitted at startup. > > Eh..why

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

2009-05-15 Thread Kalle Sommer Nielsen
kalle Fri May 15 17:27:56 2009 UTC Modified files: /php-src/ext/bz2bz2.c bz2_filter.c Log: Fix compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2.c?r1=1.42&r2=1.43&diff_format=u Index: php-src/ext/bz2/bz2.c diff -u php-src/ext/bz2/bz2.c:1.

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

2009-05-15 Thread Kalle Sommer Nielsen
kalle Fri May 15 17:28:08 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/bz2bz2.c Log: MFH: Fix compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2.c?r1=1.14.2.3.2.12.2.11&r2=1.14.2.3.2.12.2.12&diff_format=u Index: php-src/ext/bz2/b

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

2009-05-15 Thread Kalle Sommer Nielsen
kalle Fri May 15 18:01:05 2009 UTC Modified files: /php-src/ext/iconv iconv.c Log: Fix compiler warnings (only in HEAD), same style of silence as in 5.3 http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.174&r2=1.175&diff_format=u Index: php-src/ext

Re: [PHP-CVS] cvs: php-src /ext/dba config.m4 dba.c dba_tcadb.c php_tcadb.h

2009-05-19 Thread Kalle Sommer Nielsen
chael Maclean NEWS or [DOC] ? > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Kalle Sommer Nielsen ka...@php.net -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 09:14:29 2009 UTC Modified files: /php-srcNEWS Log: DBA entry http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2179&r2=1.2180&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2179 php-src/NEWS:1.2180 --- php-src/NEWS:1.2179 Wed Dec

Re: [PHP-CVS] cvs: php-src /main php_streams.h /main/streams streams.c

2009-05-19 Thread Kalle Sommer Nielsen
2036: 'void *' : unknown size NMAKE : fatal error U1077: '"E:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"' : return code '0x2' Stop. Doesn't build, plus it added a million new warnings > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Kalle Sommer Nielsen ka...@php.net -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 09:30:17 2009 UTC Modified files: /php-srcNEWS Log: Keep the style http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2180&r2=1.2181&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2180 php-src/NEWS:1.2181 --- php-src/NEWS:1.2180 Tue

[PHP-CVS] cvs: php-src /ext/pdo php_pdo_driver.h

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 10:11:46 2009 UTC Modified files: /php-src/ext/pdophp_pdo_driver.h Log: Fixed compiler warning (HEAD only) http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/php_pdo_driver.h?r1=1.93&r2=1.94&diff_format=u Index: php-src/ext/pdo/php_pdo_driver.h

Re: [PHP-CVS] cvs: php-src /main php_streams.h /main/streams streams.c

2009-05-19 Thread Kalle Sommer Nielsen
> Regards, > > Arnaud > > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Kalle Sommer Nielsen ka...@php.net -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/pdo_dblib config.w32 pdo_dblib.c php_pdo_dblib.h

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 10:22:10 2009 UTC Modified files: /php-src/ext/pdo_dblib config.w32 pdo_dblib.c php_pdo_dblib.h Log: Fix --with-pdo-mssql build and add some warnings if header/libs are not found http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_dblib/config.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_dblib config.w32 pdo_dblib.c php_pdo_dblib.h

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 10:22:25 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_dblib config.w32 pdo_dblib.c php_pdo_dblib.h Log: MFH: Fix --with-pdo-mssql build and add some warnings if header/libs are not found http://cvs.php.net/viewvc.cgi/php-sr

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_dblib config.w32 pdo_dblib.c php_pdo_dblib.h

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 10:22:31 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_dblib config.w32 pdo_dblib.c php_pdo_dblib.h Log: MFH: Fix --with-pdo-mssql build and add some warnings if header/libs are not found http://cvs.php.net/viewvc.cgi/php-sr

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 10:23:51 2009 UTC Modified files: /php-src/ext/exif exif.c Log: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.211&r2=1.212&diff_format=u Index: php-src/ext/exif/exif.c diff -u php-src/ext/exif/exif.c:1.211

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 10:25:38 2009 UTC Modified files: /php-src/ext/pdo_odbc odbc_stmt.c Log: Cast to SQLUSMALLINT http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_odbc/odbc_stmt.c?r1=1.28&r2=1.29&diff_format=u Index: php-src/ext/pdo_odbc/odbc_stmt.c diff -u ph

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 10:25:53 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_odbc odbc_stmt.c Log: MFH: Cast to SQLUSMALLINT http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_odbc/odbc_stmt.c?r1=1.26.2.2.2.3.2.4&r2=1.26.2.2.2.3.2.5&diff_format=u Inde

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c fastcgi.c

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 16:02:38 2009 UTC Modified files: /php-src/sapi/cgi cgi_main.c fastcgi.c Log: Fix compiler warnings, and some unicode stuff http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.377&r2=1.378&diff_format=u Index: php-src/sapi/cgi/cgi

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 16:02:56 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cgi cgi_main.c Log: MFH: Fix compiler warnings http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.50.2.37&r2=1.267.2.15.2.50.2.38&diff_format=u Index: ph

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 16:03:23 2009 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: Fix compiler warnings, and some unicode stuff http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.400&r2=1.401&diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u p

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 16:03:36 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql pgsql.c Log: MFH: Fix compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.13.2.24.2.27&r2=1.331.2.13.2.24.2.28&diff_format=u Index: php-src

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 16:06:01 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/json JSON_parser.c Log: Cast to unsigned char to prevent compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.1.2.12.2.10&r2=1.1.2.12.2.11&diff_for

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 16:06:17 2009 UTC Modified files: /php-src/ext/json JSON_parser.c Log: MFB: Cast to unsigned char to prevent compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.26&r2=1.27&diff_format=u Index: php-src/ext/json/

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 16:12:04 2009 UTC Modified files: /php-src/ext/zlib zlib_filter.c Log: Fix compiler warnings (only in HEAD) http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.26&r2=1.27&diff_format=u Index: php-src/ext/zlib/zlib_filter.c diff

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 16:23:36 2009 UTC Modified files: /php-src/ext/xmlxml.c Log: Fix unicode support in utf8_decode() http://cvs.php.net/viewvc.cgi/php-src/ext/xml/xml.c?r1=1.188&r2=1.189&diff_format=u Index: php-src/ext/xml/xml.c diff -u php-src/ext/xml/xml.

[PHP-CVS] cvs: php-src /ext/wddx wddx.c /ext/xmlrpc xmlrpc-epi-php.c

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 16:32:23 2009 UTC Modified files: /php-src/ext/wddx wddx.c /php-src/ext/xmlrpc xmlrpc-epi-php.c Log: Fix compiler warnings (only in HEAD) http://cvs.php.net/viewvc.cgi/php-src/ext/wddx/wddx.c?r1=1.162&r2=1.163&diff_format=u Index: php-s

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_iterator.c com_persist.c com_saproxy.c com_variant.c com_wrapper.c

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 17:38:09 2009 UTC Modified files: /php-src/ext/com_dotnet com_handlers.c com_iterator.c com_persist.c com_saproxy.c com_variant.c com_wrapper.c Log: Fix compiler warnings and refcount not being in sync with 5.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/com_dotnet com_handlers.c com_iterator.c com_persist.c com_saproxy.c

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 17:38:29 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/com_dotnet com_handlers.c com_iterator.c com_persist.c com_saproxy.c Log: MFH: Fix compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 17:46:56 2009 UTC Modified files: /php-src/ext/mcrypt mcrypt.c Log: Fix compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.121&r2=1.122&diff_format=u Index: php-src/ext/mcrypt/mcrypt.c diff -u php-src/ext/mcrypt/mc

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 17:47:06 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mcrypt mcrypt.c Log: MFH: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.91.2.3.2.11.2.16&r2=1.91.2.3.2.11.2.17&diff_format=u Index: php-src

[PHP-CVS] cvs: php-src /ext/curl interface.c streams.c

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 18:08:13 2009 UTC Modified files: /php-src/ext/curl interface.c streams.c Log: Fixed compiler warnings # Is it intended that curl_progress should cast to long rather than keeping the # double? Or doesn't it matter? http://cvs.php.ne

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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 18:08:58 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c streams.c Log: MFH: Fixed compiler warnings # (see previous commit message) http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27.2.

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:16:56 2009 UTC Modified files: /php-src/ext/standard dns.c Log: Fix Windows build, dns_get_record is defined in dns_win32.c, not here http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.107&r2=1.108&diff_format=u Index: php-

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:18:07 2009 UTC Modified files: /php-src/ext/date php_date.c Log: Nuke newly introduced warning http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.234&r2=1.235&diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ex

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:18:48 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: MFH: Fix Windows build, dns_get_record is defined in dns_win32.c, not here http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.21&

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:22:38 2009 UTC Modified files: /php-src/ext/imap php_imap.c Log: Nuke warnings (only in HEAD) http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.289&r2=1.290&diff_format=u Index: php-src/ext/imap/php_imap.c diff -u php-src/ext

[PHP-CVS] cvs: php-src /ext/mysql php_mysql.c /ext/mysqli mysqli_api.c mysqli_driver.c mysqli_prop.c /ext/pdo_mysql mysql_statement.c

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:29:23 2009 UTC Modified files: /php-src/ext/mysql php_mysql.c /php-src/ext/mysqli mysqli_api.c mysqli_driver.c mysqli_prop.c /php-src/ext/pdo_mysql mysql_statement.c Log: Fix compiler warnings in ext/mysql, ext/mysqli and ext/p

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql php_mysql.c /ext/mysqli mysqli_api.c mysqli_prop.c /ext/pdo_mysql mysql_statement.c

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:30:12 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysql php_mysql.c /php-src/ext/mysqli mysqli_api.c mysqli_prop.c /php-src/ext/pdo_mysql mysql_statement.c Log: MFH: Fix compiler warnings in ext/mysql, ext/mysqli and

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 10:18:41 2009 UTC Modified files: /php-src/ext/pdo_dblib pdo_dblib.c Log: Fixed shared build http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_dblib/pdo_dblib.c?r1=1.21&r2=1.22&diff_format=u Index: php-src/ext/pdo_dblib/pdo_dblib.c diff -u ph

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 10:18:51 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_dblib pdo_dblib.c Log: MFH: Fixed shared build http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_dblib/pdo_dblib.c?r1=1.9.2.6.2.3.2.4&r2=1.9.2.6.2.3.2.5&diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_dblib pdo_dblib.c

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 10:19:28 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_dblib pdo_dblib.c Log: MFH: Fixed shared build http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_dblib/pdo_dblib.c?r1=1.9.2.6.2.6&r2=1.9.2.6.2.7&diff_format=u Index: php-src/

Re: [PHP-CVS] cvs: php-src /ext/mysql php_mysql.c /ext/mysqli mysqli_api.c mysqli_driver.c mysqli_prop.c /ext/pdo_mysql mysql_statement.c

2009-05-20 Thread Kalle Sommer Nielsen
w and commit fixes tonight or tomorrow, thanks for the notice. btw. mysqlnd is emitting many warnings too, if non of you mysql'ers wants to deal with it, I'll have a look at it aswell. > > Andrey > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http:

Re: [PHP-CVS] cvs: php-src /ext/mysql php_mysql.c /ext/mysqli mysqli_api.c mysqli_driver.c mysqli_prop.c /ext/pdo_mysql mysql_statement.c

2009-05-20 Thread Kalle Sommer Nielsen
ing C4244: '=' : conversion from 'int64_t' to 'long', possible loss of data ext\mysqlnd\mysqlnd_wireprotocol.c(1750) : warning C4244: '=' : conversion from 'uint64_t' to 'size_t', possible loss of data ext\mysqlnd\mysqlnd_wireprotoc

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

2009-05-21 Thread Kalle Sommer Nielsen
kalle Fri May 22 03:32:21 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcUPGRADING Log: getClosureThis() and $this handling in closures was removed http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.8&r2=1.1.2.3.2.1.2.9&diff_format=u Index

[PHP-CVS] cvs: php-src /ext/sqlite3/tests sqlite3_open_empty_string.phpt

2009-05-22 Thread Kalle Sommer Nielsen
kalle Fri May 22 18:22:20 2009 UTC Modified files: /php-src/ext/sqlite3/tests sqlite3_open_empty_string.phpt Log: Added missing SKIPIF http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/tests/sqlite3_open_empty_string.phpt?r1=1.1&r2=1.2&diff_format=u Index: ph

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sqlite3/tests sqlite3_open_empty_string.phpt

2009-05-22 Thread Kalle Sommer Nielsen
kalle Fri May 22 18:22:30 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3/tests sqlite3_open_empty_string.phpt Log: MFH: Added missing SKIPIF http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/tests/sqlite3_open_empty_string.phpt?r1=1.1.2.2&r2=1

[PHP-CVS] cvs: php-src /ext/sqlite3/tests sqlite3_21_security.phpt

2009-05-22 Thread Kalle Sommer Nielsen
kalle Fri May 22 18:27:27 2009 UTC Modified files: /php-src/ext/sqlite3/tests sqlite3_21_security.phpt Log: Fix test on Windows http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/tests/sqlite3_21_security.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/sql

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sqlite3/tests sqlite3_21_security.phpt

2009-05-22 Thread Kalle Sommer Nielsen
kalle Fri May 22 18:27:38 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3/tests sqlite3_21_security.phpt Log: MFH: Fix test on Windows http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/tests/sqlite3_21_security.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_f

[PHP-CVS] cvs: php-src /ext/sqlite3 config.w32

2009-05-22 Thread Kalle Sommer Nielsen
kalle Fri May 22 19:41:03 2009 UTC Modified files: /php-src/ext/sqlite3config.w32 Log: Don't build SQLite threadsafe on NTS builds http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/config.w32?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/sqlite3/confi

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

2009-05-22 Thread Kalle Sommer Nielsen
kalle Fri May 22 19:41:15 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3config.w32 Log: MFH: Don't build SQLite threadsafe on NTS builds http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/config.w32?r1=1.1.2.2&r2=1.1.2.3&diff_format=u In

[PHP-CVS] cvs: php-src /ext/sqlite3 config.w32

2009-05-22 Thread Kalle Sommer Nielsen
kalle Fri May 22 19:46:53 2009 UTC Modified files: /php-src/ext/sqlite3config.w32 Log: Previous commit was an old version of the patch, PHP_ZTS is not a boolean but the behaviour is still correct http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/confi

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

2009-05-22 Thread Kalle Sommer Nielsen
kalle Fri May 22 19:47:15 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3config.w32 Log: MFH: Previous commit was an old version of the patch, PHP_ZTS is not a boolean but the behaviour is still correct http://cvs.php.net/viewvc.cgi/php

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

2009-05-22 Thread Kalle Sommer Nielsen
kalle Sat May 23 02:58:16 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli mysqli_api.c Log: Fixed compiler warning again, uint8_t is only available with mysqlnd. This is not affecting HEAD http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_

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

2009-05-23 Thread Kalle Sommer Nielsen
Hi Pierre 2009/5/23 Pierre Joye : > On Sat, May 23, 2009 at 4:58 AM, Kalle Sommer Nielsen wrote: >> kalle           Sat May 23 02:58:16 2009 UTC >> >>  Modified files:              (Branch: PHP_5_3) >>    /php-src/ext/mysqli mysqli_api.c >>  Log: >>  Fixed

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

2009-05-25 Thread Kalle Sommer Nielsen
kalle Mon May 25 19:40:49 2009 UTC Modified files: /php-src/ext/pdo_pgsql pgsql_statement.c Log: Typo http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_pgsql/pgsql_statement.c?r1=1.55&r2=1.56&diff_format=u Index: php-src/ext/pdo_pgsql/pgsql_statement.c diff -

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

2009-05-25 Thread Kalle Sommer Nielsen
kalle Mon May 25 19:41:13 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_pgsql pgsql_statement.c Log: MFH: Typo http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_pgsql/pgsql_statement.c?r1=1.31.2.12.2.7.2.12&r2=1.31.2.12.2.7.2.13&diff_format=u Ind

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_pgsql pgsql_statement.c

2009-05-25 Thread Kalle Sommer Nielsen
kalle Mon May 25 19:41:41 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_pgsql pgsql_statement.c Log: MFH: Typo http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_pgsql/pgsql_statement.c?r1=1.31.2.12.2.14&r2=1.31.2.12.2.15&diff_format=u Index: php-

[PHP-CVS] cvs: php-src /win32 registry.c

2009-05-26 Thread Kalle Sommer Nielsen
kalle Wed May 27 01:36:46 2009 UTC Modified files: /php-src/win32 registry.c Log: Nuke warnings http://cvs.php.net/viewvc.cgi/php-src/win32/registry.c?r1=1.22&r2=1.23&diff_format=u Index: php-src/win32/registry.c diff -u php-src/win32/registry.c:1.22 php-

[PHP-CVS] cvs: php-src /win32/build registersyslog.php

2009-05-26 Thread Kalle Sommer Nielsen
kalle Wed May 27 01:37:51 2009 UTC Modified files: /php-src/win32/buildregistersyslog.php Log: Silent dl() if it fails http://cvs.php.net/viewvc.cgi/php-src/win32/build/registersyslog.php?r1=1.3&r2=1.4&diff_format=u Index: php-src/win32/build/registers

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build registersyslog.php

2009-05-26 Thread Kalle Sommer Nielsen
kalle Wed May 27 01:38:13 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildregistersyslog.php Log: MFH: Silent dl() if it fails http://cvs.php.net/viewvc.cgi/php-src/win32/build/registersyslog.php?r1=1.2.6.1&r2=1.2.6.2&diff_format=u Index:

[PHP-CVS] cvs: php-src / .cvsignore

2009-05-26 Thread Kalle Sommer Nielsen
kalle Wed May 27 01:44:48 2009 UTC Modified files: /php-src.cvsignore Log: Added configure.bat to cvsignore http://cvs.php.net/viewvc.cgi/php-src/.cvsignore?r1=1.54&r2=1.55&diff_format=u Index: php-src/.cvsignore diff -u php-src/.cvsignore:1.54 php-src/.cv

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

2009-05-26 Thread Kalle Sommer Nielsen
kalle Wed May 27 01:45:13 2009 UTC Modified files: (Branch: PHP_5_3) /php-src.cvsignore Log: MFH: Added configure.bat to cvsignore http://cvs.php.net/viewvc.cgi/php-src/.cvsignore?r1=1.51.4.2.2.2&r2=1.51.4.2.2.3&diff_format=u Index: php-src/.cvsignore diff

<    1   2   3   4   5   >