[PHP-DEV] Re: [PHP-CVS] cvs: php4 / run-tests.php /ext/curl interface.c streams.c /ext/fbsql php_fbsql.c /ext/ftp ftp.c /ext/hyperwave hg_comm.c hw.c /ext/imapphp_imap.c /ext/ldap ldap.c /ext/mcal php_mcal.c /ext/mysql php_mysql.c /ext/odbc php_odbc.c /ext/rpc/com com_wrapper.c /ext/snmp snmp.c /ext/standarddns.c file.c fsock.c ftp_fopen_wrapper.c http_fopen_wrapper.c pack.c /ext/zlibzlib.c /main fopen_wrappers.c mergesort.c network.c php.h php_open_temporary_file.cstreams.c /win32 php4dllts.dsp sendmail.c time.h

2003-02-15 Thread Sebastian Bergmann
Wez Furlong wrote: > Log: > A add much more useful select(2) implementation than is provided by > windows sockets. This broke the build for me. I get 1500+ errors that look like this one: c:\programme\microsoft sdk\include\winsock2.h(2478): error C2375: 'WSAAsyncGetHostByName': Redef

Re: [PHP-DEV] [PATCH] (resend) fix for bug #21600 and #22231

2003-02-15 Thread Andi Gutmans
We'll review it. I think we'll use it almost as-is except that we won't do the old check variable_ptr_ptr != value_ptr_ptr If you don't see anything on this front in the next couple of days please remind me. Andi At 03:58 AM 2/16/2003 +0900, Moriyoshi Koizumi wrote: Hi, Could anyone who has ZE

[PHP-DEV] [PATCH] (resend) fix for bug #21600 and #22231

2003-02-15 Thread Moriyoshi Koizumi
Hi, Could anyone who has ZE karma review this patch again? Thanks, Moriyoshi Index: Zend/zend_execute.c === RCS file: /repository/Zend/zend_execute.c,v retrieving revision 1.316.2.3 diff -u -r1.316.2.3 zend_execute.c --- Zend/zend_

Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Marcus Börger
At 18:56 15.02.2003, Derick Rethans wrote: On Sat, 15 Feb 2003, Jani Taskinen wrote: > On Sun, 16 Feb 2003, Moriyoshi Koizumi wrote: > > >+1 from me if you are sure it doesn't break BC. > > +1 for MFH even if it doesn't break BC. :) +1 for this, but -1 for MFH, because Jani wants to break BC

Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Ilia A.
On February 15, 2003 12:16 pm, Marcus Börger wrote: > the patch below allows long option names such as "--version" and "--help" > what eases the use of php especially when used on the command line. > And it fixes the problem with duplicate error messages if arguments to > command line are erroneous

Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Derick Rethans
On Sat, 15 Feb 2003, Jani Taskinen wrote: > On Sun, 16 Feb 2003, Moriyoshi Koizumi wrote: > > >[EMAIL PROTECTED] (Marcus Börger) wrote: > > > >> Hi, > >> > >> the patch below allows long option names such as "--version" and "--help" > >> what eases the use of php especially when used on the comm

Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Jani Taskinen
On Sun, 16 Feb 2003, Moriyoshi Koizumi wrote: >[EMAIL PROTECTED] (Marcus Börger) wrote: > >> Hi, >> >> the patch below allows long option names such as "--version" and "--help" >> what eases the use of php especially when used on the command line. >> And it fixes the problem with duplicate error

Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Moriyoshi Koizumi
[EMAIL PROTECTED] (Marcus Börger) wrote: > Hi, > > the patch below allows long option names such as "--version" and "--help" > what eases the use of php especially when used on the command line. > And it fixes the problem with duplicate error messages if arguments to > command line are erroneous.

Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Marcus Börger
At 18:31 15.02.2003, Jani Taskinen wrote: Erm..that url doesn't look quite ok..? :) --Jani YES - It should have been: http://marcus-boerger.de/php/ext/cli-getopt.diff.txt -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Jani Taskinen
Erm..that url doesn't look quite ok..? :) --Jani On Sat, 15 Feb 2003, Marcus Börger wrote: >Hi, > >the patch below allows long option names such as "--version" and "--help" >what eases the use of php especially when used on the command line. >And it fixes the problem with dupli

[PHP-DEV] CLI & long options

2003-02-15 Thread Marcus Börger
Hi, the patch below allows long option names such as "--version" and "--help" what eases the use of php especially when used on the command line. And it fixes the problem with duplicate error messages if arguments to command line are erroneous. http://marcus-boerger/php/ext/cli-getopt.diff.txt

Re: [PHP-DEV] [patch] solaris getcwd() brokeness

2003-02-15 Thread Andi Gutmans
Hey, The fchdir() part of the patch looks fine but I didn't quite understand the rest. PHP only uses realpath() if it doesn't fail, so what is the exact problem? What does that other code do? Andi At 03:29 PM 2/12/2003 -0500, James E. Flemer wrote: Well all the fancy new streams code in 4.3.0

[PHP-DEV] PHP 4 Bug Summary Report

2003-02-15 Thread php-dev
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (1052 total including feature requests) ===[*Configuration Issues] 19282 Wont fix Place php4ts.dll into \sapi 20490 Analyzed enable versioning not supported on OSX 2068

[PHP-DEV] Current HEAD segfaults with "pear"

2003-02-15 Thread Sebastian Bergmann
sb@wopr-mobile:/usr/src/php5> gdb /usr/local/bin/php GNU gdb 5.3 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the co

Re: [PHP-DEV] call a website from within a php script

2003-02-15 Thread Derick Rethans
Hello, please forward user questions to the [EMAIL PROTECTED] mailinglist, this list is for development _OF_ PHP, not development _with_ PHP. Derick On Sat, 15 Feb 2003, christian tischler wrote: > > From: "christian tischler" <[EMAIL PROTECTED]> > Subject: call website from php script > Date

[PHP-DEV] call website from php script

2003-02-15 Thread christian tischler
Can anybody tell me how to call a website from within aphp script. not just new to php but news groups also... christian -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] iopy,

2003-02-15 Thread christian tischler
yu,pu -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] call a website from within a php script

2003-02-15 Thread christian tischler
From: "christian tischler" <[EMAIL PROTECTED]> Subject: call website from php script Date: 14 February 2003 21:59 Can anybody tell me how to call a website from within a php script. not just new to php but news groups also... christian -- PHP Development Mailing List