Re: [PHP-WIN] php postgres module for windows 2000

2001-04-24 Thread Yasuo Ohgaki
"Patrick Dunford" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On 24 Apr 2001 02:00:33 -0700 AD in php.windows, Yasuo Ohgaki said: > > >I also would like to have php_pgsql.dll compiled with libpq 7.1, if anyone > >

Re: [PHP-WIN] php postgres module for windows 2000

2001-04-24 Thread Yasuo Ohgaki
pg_cmdtuples(). If you are using PostgreSQL 7.1, you'll get error message telling there is no error from pg_errormessage(). Regards, -- Yasuo Ohgaki ""Dado Feigenblatt"" <[EMAIL PROTECTED]> wrote in message 002701c0cc83$eff225e0$[EMAIL PROTECTED]">news:002701c0cc

Re: [PHP-WIN] Debugging in php4 ?

2001-04-19 Thread Yasuo Ohgaki
http://www.php.net/manual/en/debugger.php Unfortunately, PHP4 does not support it. -- Yasuo Ohgaki ""FX Liagre"" <[EMAIL PROTECTED]> wrote in message 9bmldr$d8e$[EMAIL PROTECTED]">news:9bmldr$d8e$[EMAIL PROTECTED]... > Hi all, > > I'm evalu

Re: [PHP-WIN] What does -> do?

2001-04-19 Thread Yasuo Ohgaki
This section would be what you are looking for http://www.php.net/manual/en/language.oop.php Other sections would be useful as well. Regards, -- Yasuo Ohgaki ""Marcus Taylor"" <[EMAIL PROTECTED]> wrote in message 9bmaej$hmq$[EMAIL PROTECTED]">news:9bmaej$hmq

Re: [PHP-WIN] eregi in an IF statement....

2001-04-18 Thread Yasuo Ohgaki
reporting = E_ALL (PHP4) or 15 (PHP3). You should see warnings. Regards, -- Yasuo Ohgaki ""Asendorf, John"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I stared at that for an hour and never saw it... > > Thanks B

Re: [PHP-WIN] php 4 crashes apache for windows

2001-04-12 Thread Yasuo Ohgaki
How about re-install them? PHP4.0.5RC(SAPI)/Apahce1.3.19/W2K works fine for me. I guess you skipped some step during installation. Regards, -- Yasuo Ohgaki ""Darren"" <[EMAIL PROTECTED]> wrote in message 9b2447$406$[EMAIL PROTECTED]">news:9b2447$406$[EMAI

Re: [PHP-WIN] pb with register_globals

2001-04-12 Thread Yasuo Ohgaki
If you disable register_globals, use $HTTP_SESSION_VARS as normal variable. For example, $HTTP_SESSION_VARS['counter'] = 0; unset($HTTP_SESSION_VARS['counter']; isset($HTTP_SESSION_VARS['counter']; No register()/unregister()/is_registered, is required. Regard

Re: [PHP-WIN] Mail(), PHP and Apach

2001-04-10 Thread Yasuo Ohgaki
Do you have anything for sendmail_path? When I had both SMTP and sendmail_path are set, mail() always failed on Linux/Apache/PHP. It may be the same under windows. Make sure SMTP host is up also. (telnet your.mail.host 80) Regards, -- Yasuo Ohgaki ""Guillaume ARNAUD"&quo

Re: [PHP-WIN] readfile() syntax

2001-04-10 Thread Yasuo Ohgaki
Check your include_path in php.ini. If you want to open files like that, you should have "." in include_path. Regards, -- Yasuo Ohgaki "Antonio Minucci" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi. > i work

Re: [PHP-WIN] mail() Function and time

2001-04-05 Thread Yasuo Ohgaki
date('r') has bug. It will be fixed in 4.0.5. day light saving will also be fixed in 4.0.5. (Is it only in CVS? I thought it will be in 4.0.5) Just FYI. -- Yasuo Ohgaki ""Marck D. Pearlstone"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]"&g

Re: [PHP-WIN] something wrong w/ ereg() ?

2001-04-05 Thread Yasuo Ohgaki
ereg*() have more restrictions than preg*(). for example, ereg('(A){1,1000}',$str,$regs); I think it does work with current PHP. You might find something if you search BugDB. Regards, -- Yasuo Ohgaki ""~~~i LeoNid ~~"" <[EMAIL PROTECTED]> wrote in mess

Re: [PHP-WIN] getmxrr() problems

2001-04-05 Thread Yasuo Ohgaki
I guess it's not supported under windows. getmxrr(), getdnsrr() does not work for me neither. You can take a look at FUNCTION_LIST.txt in PHP source dist. but it seems outdated. If you find any better source that list functions supported under Windows, let me know to. Regards, -- Yasuo O

Re: [PHP-WIN] Apache no see PHP

2001-04-03 Thread Yasuo Ohgaki
Do you have DirectoryIndex index.html index.php in your httpd.conf? -- Yasuo Ohgaki "Marco Bleeker" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, I've just installed Apache and PHP, and adapted the Apache .co

Re: [PHP-WIN] Regular expression under PHP for Win? Missing?

2001-04-03 Thread Yasuo Ohgaki
SAPI) Sorry about that. -- Yasuo Ohgaki ""Tobias Talltorp"" <[EMAIL PROTECTED]> wrote in message 9a4s0i$fmp$[EMAIL PROTECTED]">news:9a4s0i$fmp$[EMAIL PROTECTED]... > They should both be there, but perhaps they have left it out from the new > PHP4.0.5RC1, s

Re: [PHP-WIN] Anyone has list of unsupported function in PHP for Windows?

2001-04-03 Thread Yasuo Ohgaki
Windows environments? Regards, -- Yasuo Ohgaki ""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message 9a3t5c$aul$[EMAIL PROTECTED]">news:9a3t5c$aul$[EMAIL PROTECTED]... > As far as I know, binary PHP4.0.5RC1/Apache SAPI/Windows at www.php4win.de doe

Re: [PHP-WIN] problem with loops

2001-03-30 Thread Yasuo Ohgaki
you can. -- Yasuo Ohgaki ""afan"" <[EMAIL PROTECTED]> wrote in message 004601c0b961$6cf7a870$0e1f49d1@07dzh2k322">news:004601c0b961$6cf7a870$0e1f49d1@07dzh2k322... Hi, Does anyone know how to in case I make by accident a never-ending-loop stop running program?

Re: [PHP-WIN] passing array

2001-03-30 Thread Yasuo Ohgaki
Use htmlspecialchars() instead of addslashes(). Different standard has different methods to escape special characters. Read relevant document for that. Regards, -- Yasuo Ohgaki ""afan"" <[EMAIL PROTECTED]> wrote in message 002a01c0b957$b21b97e0$0e1f49d1@07dzh2k322&q

[PHP-WIN] Anyone has list of unsupported function in PHP for Windows?

2001-03-30 Thread Yasuo Ohgaki
?) Thanks -- Yasuo Ohgaki -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] Problems with the Header function

2001-03-30 Thread Yasuo Ohgaki
According to RFC, Location header need to be absolute URI. (Most browsers accept relative URI, though.) Refer to RFC. -- Yasuo Ohgaki ""Hugo Alexandre Almeida Soares Dias"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... &g

[PHP-WIN] Regular expression under PHP for Win? Missing?

2001-03-29 Thread Yasuo Ohgaki
Hello all, I would like to know standard regular expression functions (ereg(), eregi(), etc) are missing in PHP for Windows? (I use PHP4.0.5RC1 from www.php4win.de) Thanks -- Yasuo Ohgaki -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-WIN] How do I know if my Apache is crushing or not?

2001-03-29 Thread Yasuo Ohgaki
Under UNIX, there will be core file and can use gdb what program creates core file. What about under Windows 2000? How do I know if my Apache is crushed or not? Thanks in advance. -- Yasuo Ohgaki -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-WIN] Does Apache for Win support DOCUMENT_ROOT & REQUEST_URI? Where is Apache for Win?

2001-03-21 Thread Yasuo Ohgaki
inary version of Apache for Win. Following link is dead link. http://www.apache.org/dist/binaries/win32/ Dose anyone know where to get it? Thanks. -- Yasuo Ohgaki -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: [PHP-WIN] Looking for Samples

2001-03-21 Thread Yasuo Ohgaki
and validation is requires lot of coding without it. You can easily find one if you look for PHP related sites. Regards, -- Yasuo Ohgaki ""samsom, debra"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I would like to wr

Re: [PHP-WIN] Win2k IIS5 PHP404 : trouble with extensions dir

2001-03-21 Thread Yasuo Ohgaki
I've posted relating notes for PHP Manual It might help. http://www.php.net/manual/en/install-windows.php -- Yasuo Ohgaki ""Yvan Arnaud"" <[EMAIL PROTECTED]> wrote in message 99a1c1$sr5$[EMAIL PROTECTED]">news:99a1c1$sr5$[EMAIL PROTECTED]... > Hi, >

[PHP-WIN] What is your choice?

2001-03-20 Thread Yasuo Ohgaki
27;ve never experienced with PHP and Linux) What is your recommendation? Thanks. -- Yasuo Ohgaki -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]