[slack-users] Mapple - Matemática - tem para Linux?

2004-02-20 Thread Alexander
Alguém sabe se existe o Mapple para Linux? Ou algum similar? []'s Alexander -- GUS-BR - Grupo de Usuários Slackware - BR http://www.slackwarebrasil.org/ http://www.linuxmag.com.br/mailman/listinfo/slack-users

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

2004-02-20 Thread changelog
changelog Fri Feb 20 20:32:45 2004 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1544r2=1.1545ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1544 php-src/ChangeLog:1.1545 ---

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

2004-02-20 Thread changelog
changelog Fri Feb 20 20:32:49 2004 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.410r2=1.411ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.410

[PHP-CVS] cvs: php-src /scripts/dev extern_c.php

2004-02-20 Thread Hartmut Holzgraefe
hholzgraFri Feb 20 03:01:59 2004 EDT Added files: /php-src/scripts/devextern_c.php Log: A script that searches for PHPAPI and ZEND_API prototypes not enclosed by BEGIN_EXTERN_C/END_EXTERN_C

[PHP-CVS] cvs: php-src /main php_memory_streams.h php_network.h php_open_temporary_file.h php_output.h php_reentrancy.h php_streams.h php_ticks.h safe_mode.h

2004-02-20 Thread Hartmut Holzgraefe
hholzgraFri Feb 20 03:04:31 2004 EDT Modified files: /php-src/main php_memory_streams.h php_network.h php_open_temporary_file.h php_output.h php_reentrancy.h php_streams.h php_ticks.h

[PHP-CVS] cvs: php-src /main/streams php_stream_context.h php_stream_filter_api.h php_stream_mmap.h php_stream_plain_wrapper.h php_stream_transport.h

2004-02-20 Thread Hartmut Holzgraefe
hholzgraFri Feb 20 03:22:16 2004 EDT Modified files: /php-src/main/streams php_stream_context.h php_stream_filter_api.h php_stream_mmap.h php_stream_plain_wrapper.h php_stream_transport.h

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_ibase_includes.h

2004-02-20 Thread Ard Biesheuvel
abies Fri Feb 20 05:59:24 2004 EDT Modified files: /php-src/ext/interbase interbase.c php_ibase_includes.h Log: Fix some issues with persistent links http://cvs.php.net/diff.php/php-src/ext/interbase/interbase.c?r1=1.202r2=1.203ty=u Index:

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

2004-02-20 Thread Antony Dovgal
tony2001Fri Feb 20 07:47:56 2004 EDT Modified files: /php-src/ext/oci8 oci8.c Log: this should really fix compile failure with gcc 2.96 http://cvs.php.net/diff.php/php-src/ext/oci8/oci8.c?r1=1.252r2=1.253ty=u Index: php-src/ext/oci8/oci8.c diff -u

[PHP-CVS] cvs: php-src /ext/mysqli config.m4 mysqli_api.c mysqli_repl.c

2004-02-20 Thread Georg Richter
georg Fri Feb 20 08:09:15 2004 EDT Added files: /php-src/ext/mysqli mysqli_repl.c Modified files: /php-src/ext/mysqli config.m4 mysqli_api.c Log: Moved functions for replication support in to file mysqli_repl.c - these functions are

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

2004-02-20 Thread Dmitry Stogov
dmitry Fri Feb 20 10:38:40 2004 EDT Modified files: /php-src/ext/soap php_http.c Log: BUGFIX: bug in HTTP chunked encoding was fixed http://cvs.php.net/diff.php/php-src/ext/soap/php_http.c?r1=1.44r2=1.45ty=u Index: php-src/ext/soap/php_http.c diff -u

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

2004-02-20 Thread Sara Golemon
pollita Fri Feb 20 15:38:16 2004 EDT Modified files: /php-src/ext/standard http.c Log: Bug Fix #27335: Numeric indexes crashing http_build_query() http://cvs.php.net/diff.php/php-src/ext/standard/http.c?r1=1.11r2=1.12ty=u Index:

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/ftp ftp.c

2004-02-20 Thread Sara Golemon
pollita Fri Feb 20 16:09:09 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ftpftp.c /php-srcNEWS Log: MFH: long is not always 32-bit http://cvs.php.net/diff.php/php-src/ext/ftp/ftp.c?r1=1.68.2.12r2=1.68.2.13ty=u Index: php-src/ext/ftp/ftp.c

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

2004-02-20 Thread Ard Biesheuvel
Sara Golemon wrote: pollita Fri Feb 20 16:05:37 2004 EDT Modified files: /php-src/ext/ftp ftp.c Log: s_addr is always unsigned 32bit, long is not. + /* Deal with differing integer sizes */ + memcpy((sin-sin_addr.s_addr), (ipbox.c[0]), 4); Hi Sara, What's wrong with

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

2004-02-20 Thread Andi Gutmans
At 23:16 20/02/2004 +0100, Ard Biesheuvel wrote: Sara Golemon wrote: pollita Fri Feb 20 16:05:37 2004 EDT Modified files: /php-src/ext/ftpftp.c Log: s_addr is always unsigned 32bit, long is not. + /* Deal with differing integer sizes */ +

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

2004-02-20 Thread Ard Biesheuvel
Andi Gutmans wrote: At 23:16 20/02/2004 +0100, Ard Biesheuvel wrote: Sara Golemon wrote: pollita Fri Feb 20 16:05:37 2004 EDT Modified files: /php-src/ext/ftpftp.c Log: s_addr is always unsigned 32bit, long is not. + /* Deal with differing integer sizes */ +

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

2004-02-20 Thread Sara Golemon
After taking a second look, I realised my suggestion is incorrect. Byte order is not an issue here, because sin-sin_addr.s_addr and the ipbox are both in network byte order. Couldn't you just replace the long member in the union by an integer ? (Just like the bug reporter suggested ?) Some

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

2004-02-20 Thread Georg Richter
georg Sat Feb 21 02:37:42 2004 EDT Modified files: /php-src/ext/mysqli mysqli_fe.c Log: fixed typo in method alias http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_fe.c?r1=1.28r2=1.29ty=u Index: php-src/ext/mysqli/mysqli_fe.c diff -u