[PHP-WIN] Re: Apache 1.3.29 crashes with PHP-extensions added

2004-02-14 Thread Cyruss
Hello, I'm using W2K and Apache 1.3.29. When I try to uncomment some extensions in the php.ini and try to reload Apache, then Apache crashes. I've set the right path to the extension_dir = "D:\php\php-5.0.0b4-Win32\ext". I am trying to do this with an snap of PHP5 and now with Beta4. It doesnt se

php-windows Digest 14 Feb 2004 12:19:36 -0000 Issue 2121

2004-02-14 Thread php-windows-digest-help
php-windows Digest 14 Feb 2004 12:19:36 - Issue 2121 Topics (messages 22802 through 22807): How to make linked drop down box 22802 by: Haidong \(Henry\) Chen 22803 by: Vail, Warren Regular Expression help? 22804 by: Jim MacDiarmid Apache 1.3.29 crashes with PHP-exte

[PHP-WIN] Re: Apache 1.3.29 crashes with PHP-extensions added

2004-02-14 Thread Cyruss
There is some message in the bug list. Now it should be ok with the last snaps. Thx to the team for the patch. Cyruss Cyruss a écrit : Hello, I'm using W2K and Apache 1.3.29. When I try to uncomment some extensions in the php.ini and try to reload Apache, then Apache crashes. I've set the right

[PHP-WIN] Re: Apache 1.3.29 crashes with PHP-extensions added

2004-02-14 Thread David
Same here. :-( "Cyruss" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > > I'm using W2K and Apache 1.3.29. When I try to uncomment some extensions > > in the php.ini and try to reload Apache, then Apache crashes. -- PHP Windows Mailing List (http://www.php.net/) To unsub

[PHP-WIN] problems with variables

2004-02-14 Thread Ciro
hi guys! I've the following problem: i have an html form which sends data to a php page. the problem is that in this php page i've the results in this way: Name (label) $first_name (instead of the value is printed the name of the variable) why?? could you help me?? regards ciro from italy -

RE: [PHP-WIN] problems with variables

2004-02-14 Thread George Pitcher
Ciro, Tyr reading your variable as $_POST['first_name'] and see if that works. That's the default way of passing form and url variables in PHP. If you would rather do it the 'old' way (not recommended), open your php.ini file and check the 'register globals' to 'on'. George Oxford/Edinburgh >

[PHP-WIN] Re: New directory structure in PHP5?

2004-02-14 Thread Dee Kay
Beta 4 already has the new structure. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] flock() issues

2004-02-14 Thread Dee Kay
Can anybody tell me why this code does not work on Windows? It creates zero-length file. On Linux all OK. If I delete flock() or call flock($f1, LOCK_UN) just after first flock(), all works correctly. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/