Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /main main.c php.h php_globals.h

2002-08-09 Thread Adam Maccabee Trachtenberg
On Sat, 10 Aug 2002, Marcus Börger wrote: > +This can be done automaticall with the use of php_error_docref. Where the > +docref parameter is either NULL or a manual reference describing the > +error in detail. This must be an external url started by "http://"; or > +the name of a

[PHP-DEV] Re: ZendEngine2 / zend_static_allocator.c

2002-08-09 Thread Harald Radi
ups, that was definitely not meant to be commited :) but having an emalloc like list of memleaks at the end of script execution is really nice, didn't know that msvc has this functionality out of the box. "Andi Gutmans" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:cvsandi1028822829@cvsserve

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /main main.c php.h php_globals.h

2002-08-09 Thread Marcus Börger
At 01:04 10.08.2002, you wrote: >In-Reply-To: <[EMAIL PROTECTED]> >Message-ID: <[EMAIL PROTECTED]> >MIME-Version: 1.0 >Content-Type: TEXT/PLAIN; charset=iso-8859-1 >Content-Transfer-Encoding: 8BIT > >On Sat, 10 Aug 2002, Marcus Börger wrote: > > > +This can be done automaticall with the use of

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /main main.c php.h php_globals.h

2002-08-09 Thread Marcus Börger
Proposal for CODING_STANDARDS cvs -z3 -q diff CODING_STANDARDS main\main.c (in directory S:\php4\) Index: CODING_STANDARDS === RCS file: /repository/php4/CODING_STANDARDS,v retrieving revision 1.14 diff -u -r1.14 CODING_STANDARDS ---

[PHP-DEV] IPv6 support - status.

2002-08-09 Thread Adam Go³êbiowski
As far as I googled up, PHP currently supports IPv6 in ftp_*() functions, fopen() and gethostbyaddr(). Is that all? I'm curious about socket functions, as I would like to write a small application that uses IPv6. And I would like it to use socket_*() not fsockopen(). As I tested in php4.1.2, i

[PHP-DEV] CVS Account Request: slash

2002-08-09 Thread Neo Wee Teck
Mirror For php.net - Singapore -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread Sebastian Bergmann
James Cox wrote: > does php-cli.ini exist anywhere? Yes, right now I have c:\winnt\php.ini c:\winnt\php-cgi.ini c:\winnt\php-cli.ini PHP tries to open them from C:\home\php\php4\Release_TS_Inline\C:\WINNT\ not from C:\WINNT\ -- Sebastian Bergmann http://sebas

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended

2002-08-09 Thread Marcus Börger
Just to correct myself: it was a missconfigured ini. marcus At 09:58 09.08.2002, Marcus Börger wrote: >[and again to correct list] > >Oh your fast, i havent't finsished all tests and therefor not comitted it. > >The next step of the patch is available at: >http://marcus-boerger.de/php/ext/outpu

RE: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread James Cox
does php-cli.ini exist anywhere? -- james > -Original Message- > From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 09, 2002 5:52 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] [Win32] php.ini not found > > > Sebastian Bergmann wrote: > > Using strace I fo

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > Using strace I found out out that my build tries to open the php.ini > file in an invalid directory: > > 662 2012 436 NtCreateFile (0x80100080, {24, 0, 0x42, 0, 1243384, > "\??\C:\home\php\php4\Release_TS_Inline\C:\WINNT\php-cli.ini"}, > 1243404, 0, 128, 3, 1, 96,

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > This is odd: I just tried a snapshot binary, and this one works. What's > your build environment? I used MSVC++ 6 SP-5 with the MS Platform SDK > from May 2002. Using strace I found out out that my build tries to open the php.ini file in an invalid directory:

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread Sebastian Bergmann
Edin Kadribasic wrote: > I cannot reproduce this. This is odd: I just tried a snapshot binary, and this one works. What's your build environment? I used MSVC++ 6 SP-5 with the MS Platform SDK from May 2002. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://php

[PHP-DEV] CVS Account Request: steve3d

2002-08-09 Thread ÎÞѩƮƮ
i want to join the group to translate the documents of PHP to S-Chinese -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread Edin Kadribasic
> Current HEAD doesn't find c:\winnt\php.ini. php.ini is only found when > located in the same directory as php.exe. I cannot reproduce this. Using http://razor.bindview.com/tools/files/strace-0.1.zip I can see that it tries to open php-cli.ini firtst in the same dir where php.exe is, then in

[PHP-DEV] php4ts.dll docu/sample code required

2002-08-09 Thread Roland Bromann
I'm searching for a documentation or sample code to be able to use the php4ts.dll in Windows client software. The purpose is, to be able to execute php-script within a Windows program without using php.exe. -- PHP Development Mailing List To unsubscribe, visit: http://www

Re: [PHP-DEV] MySQL - LOAD DATA LOCAL INFILE

2002-08-09 Thread Martin Jansen
On Fri Aug 09, 2002 at 02:1206AM +0200, Georg Richter wrote: > With an external libmysql (and also with the integrated libmysql, which > doesn't support disable load data), we have a "little" security hole, > because in safe_mode it is possible to load (and view) all the data, which > is under acc

Re: [PHP-DEV] Re: #18824 [NEW]: PHP should produce an appropriate

2002-08-09 Thread Troels Arvin
On Fri, 09 Aug 2002 11:28:20 +0200, Rasmus Lerdorf wrote: > Buffering should be transparent and should not have a different http > status code from a non-buffered. There are already differences with regard to output buffering or not. Like the way cookie-setting should designed by the web develop

Re: [PHP-DEV] Re: #18824 [NEW]: PHP should produce an appropriatestatus code when an error is encountered

2002-08-09 Thread Rasmus Lerdorf
The fatal flaw with this argument is that it would only ever work for buffered pages. And then we end up with a situation where turning on page buffering actually alters the functionality. Buffering should be transparent and should not have a different http status code from a non-buffered. -Ras

[PHP-DEV] Re: #18824 [NEW]: PHP should produce an appropriate status code when an error is encountered

2002-08-09 Thread Troels Arvin
On Fri, 09 Aug 2002 08:09:34 +0200, Bugs Php Net wrote: > Please modify PHP to generate appropriate status codes. I totally agree. PHP should generate a 500 error in case of a fatal error which means that PHP can't parse or compile the page - i.e. at least in cases where using your own error han

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended

2002-08-09 Thread Marcus Börger
[and again to correct list] Oh your fast, i havent't finsished all tests and therefor not comitted it. The next step of the patch is available at: http://marcus-boerger.de/php/ext/output-buffer.patch Yesturday i had some weird behaviour on shared apache module but i wasn't able to test it beca

[PHP-DEV] Re: [PEAR-DEV] Binary extensions via PECL

2002-08-09 Thread Rasmus Lerdorf
> > - We need a volunteer for the PHP CA. > > Stig sounds like the man for this. If not Stig, I can probably do this too. I certainly have enough machines sitting around here to have a mostly disconnected machine that does this. -Rasmus -- PHP Development Mailing List