[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2008-07-05 Thread changelog
changelog Sun Jul 6 01:32:11 2008 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3098r2=1.3099diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3098

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2008-07-05 Thread changelog
changelog Sun Jul 6 01:32:15 2008 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1329r2=1.1330diff_format=u Index: ZendEngine2/ChangeLog diff -u

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

2008-07-05 Thread Rui Hirokawa
hirokawaSat Jul 5 07:09:37 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring config.m4 Log: added CP1254 http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/config.m4?r1=1.58.2.4.2.11.2.1r2=1.58.2.4.2.11.2.2diff_format=u Index:

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

2008-07-05 Thread Rui Hirokawa
hirokawaSat Jul 5 07:10:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring config.m4 Log: revert commit. http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/config.m4?r1=1.58.2.4.2.11.2.2r2=1.58.2.4.2.11.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mbstring/libmbfl/filters mbfilter_cp1254.c unicode_table_cp1254.h

2008-07-05 Thread Rui Hirokawa
hirokawaSat Jul 5 07:30:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring/libmbfl/filters mbfilter_cp1254.c unicode_table_cp1254.h Log: removed wrong bytes.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mbstring/libmbfl/filters mbfilter_cp1254.c

2008-07-05 Thread Rui Hirokawa
hirokawaSat Jul 5 07:36:24 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring/libmbfl/filters mbfilter_cp1254.c Log: cosmetic change.

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

2008-07-05 Thread Pierre Joye
On Sat, Jul 5, 2008 at 1:21 AM, Scott MacVicar [EMAIL PROTECTED] wrote: This causes all the mhash tests to fail as it registers a 128 character constant since REGISTER_LONG_CONSTANT does sizeof(name) for the length. - char name[len+1]; + char

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

2008-07-05 Thread Pierre-Alain Joye
pajoye Sat Jul 5 13:12:56 2008 UTC Modified files: /php-src/ext/msql php_msql.c Log: - fix build (function was never implemented), even if noone uses it (or complained about broken build ;)

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

2008-07-05 Thread Pierre-Alain Joye
pajoye Sat Jul 5 13:13:27 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/msql php_msql.c Log: -MFH: fix build (function was never implemented), even if noone uses it (or complains about broken build ;)

[PHP-CVS] cvs: php-src /ext/xmlrpc/libxmlrpc xmlrpc_win32.h

2008-07-05 Thread Pierre-Alain Joye
pajoye Sat Jul 5 18:17:02 2008 UTC Modified files: /php-src/ext/xmlrpc/libxmlrpc xmlrpc_win32.h Log: - silent redefinition warning http://cvs.php.net/viewvc.cgi/php-src/ext/xmlrpc/libxmlrpc/xmlrpc_win32.h?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xmlrpc/libxmlrpc xmlrpc_win32.h

2008-07-05 Thread Pierre-Alain Joye
pajoye Sat Jul 5 18:17:37 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xmlrpc/libxmlrpc xmlrpc_win32.h Log: - MFH: silent redefinition warning

[PHP-CVS] cvs: php-src(PHP_5_3) /main win95nt.h

2008-07-05 Thread Pierre-Alain Joye
pajoye Sat Jul 5 18:36:34 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main win95nt.h Log: - MFH: _getpid is in process.h http://cvs.php.net/viewvc.cgi/php-src/main/win95nt.h?r1=1.20.2.2.2.2.2.1r2=1.20.2.2.2.2.2.2diff_format=u Index:

[PHP-CVS] cvs: php-src /main win95nt.h

2008-07-05 Thread Pierre-Alain Joye
pajoye Sat Jul 5 18:50:10 2008 UTC Modified files: /php-src/main win95nt.h Log: - don't redefine WINDOWS and pid_t http://cvs.php.net/viewvc.cgi/php-src/main/win95nt.h?r1=1.25r2=1.26diff_format=u Index: php-src/main/win95nt.h diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /main win95nt.h

2008-07-05 Thread Pierre-Alain Joye
pajoye Sat Jul 5 18:51:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main win95nt.h Log: - MFH: don't redefine WINDOWS and pid_t http://cvs.php.net/viewvc.cgi/php-src/main/win95nt.h?r1=1.20.2.2.2.2.2.2r2=1.20.2.2.2.2.2.3diff_format=u Index:

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

2008-07-05 Thread Marcus Boerger
Hello Antony, I thought all functions we use here are ext/standard and always available. Or are we referencing non windows functions as well, if so, could we figure that out somehow and not provide these functions at all? marcus Wednesday, July 2, 2008, 12:46:52 PM, you wrote: tony2001

[PHP-CVS] cvs: php-src /main win95nt.h

2008-07-05 Thread Pierre-Alain Joye
pajoye Sat Jul 5 18:36:13 2008 UTC Modified files: /php-src/main win95nt.h Log: - _getpid is in process.h http://cvs.php.net/viewvc.cgi/php-src/main/win95nt.h?r1=1.24r2=1.25diff_format=u Index: php-src/main/win95nt.h diff -u php-src/main/win95nt.h:1.24

[PHP-CVS] cvs: php-src /win32/build config.w32 confutils.js

2008-07-05 Thread Pierre-Alain Joye
pajoye Sat Jul 5 19:52:45 2008 UTC Modified files: /php-src/win32/buildconfig.w32 confutils.js Log: - improve detection of VC version and summary (2k2 and 2k3 are 1300 and resp. 1310) (Thx Marcus)

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-05 Thread Pierre-Alain Joye
pajoye Sat Jul 5 19:53:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfig.w32 confutils.js Log: -MFH: improve detection of VC version and summary (2k2 and 2k3 are 1300 and resp. 1310) (Thx Marcus)

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

2008-07-05 Thread Marcus Boerger
Hello Pierre-Alain, Wednesday, July 2, 2008, 10:50:18 PM, you wrote: pajoye Wed Jul 2 20:50:18 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: - add summary function and VC version info

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

2008-07-05 Thread Felipe Pena
felipe Sat Jul 5 20:10:41 2008 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: - MFB: zend_arg_defs.c is unnecessary now http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.175r2=1.176diff_format=u Index: php-src/ext/mssql/php_mssql.c

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

2008-07-05 Thread Felipe Pena
felipe Sat Jul 5 20:12:56 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite sqlite.c Log: - Added arginfo (methods) - Removed #include zend_arg_defs.c

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

2008-07-05 Thread Felipe Pena
felipe Sat Jul 5 20:16:34 2008 UTC Modified files: /php-src/ext/sqlite sqlite.c Log: MFB: - Added arginfo (methods) - Removed #include zend_arg_defs.c http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/sqlite.c?r1=1.209r2=1.210diff_format=u Index:

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

2008-07-05 Thread Felipe Pena
felipe Sat Jul 5 20:19:47 2008 UTC Modified files: /php-src/ext/xmlxml.c Log: - MFB: Removed unnecessary #include zend_arg_defs.c http://cvs.php.net/viewvc.cgi/php-src/ext/xml/xml.c?r1=1.177r2=1.178diff_format=u Index: php-src/ext/xml/xml.c diff -u

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

2008-07-05 Thread Felipe Pena
felipe Sat Jul 5 22:35:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/odbc php_odbc.c Log: - Added arginfo - Removed #include zend_arg_defs.c

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

2008-07-05 Thread Felipe Pena
felipe Sat Jul 5 22:36:55 2008 UTC Modified files: /php-src/ext/odbc php_odbc.c Log: MFB: - Added arginfo - Removed #include zend_arg_defs.c http://cvs.php.net/viewvc.cgi/php-src/ext/odbc/php_odbc.c?r1=1.207r2=1.208diff_format=u Index:

[PHP-CVS] Work at home. Start today. 3000 per week

2008-07-05 Thread abbott marcio
Positions available this week NEW!!! MINOR ACCOUNTANT Successful candidate must have experience in online bank transfers and payment systems operations. Positions available: 18 Region: United States Status: Temp/Part Time (1.5-3 hours per day) Earnings: Commission 7%

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

2008-07-05 Thread Felipe Pena
felipe Sun Jul 6 05:02:41 2008 UTC Modified files: /php-src/ext/pdopdo_stmt.c Log: MFB: Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.192r2=1.193diff_format=u Index: php-src/ext/pdo/pdo_stmt.c diff -u