php-windows Digest 27 Jan 2002 11:40:05 -0000 Issue 971

Topics (messages 11652 through 11657):

HELP! with PHP extension <<
        11652 by: Andre Amaral
        11653 by: Alan McFarlane

Re: Need Advice
        11654 by: Alan McFarlane
        11657 by: LaserJetter

Re: New to PHP
        11655 by: Alan McFarlane

Re: Session
        11656 by: Alan McFarlane

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hi all,

Here is the situation.

I have Windows 2000 SP2, IIS5 running PHP 4.1.1 using CGI.

My PHP folder is C:\php
Extension Folder is: C:\php\extension
PHP.INI file: extention_dir = "C:\php\extension\"

First problem that I have is loading extensions. Every time I try to
uncomment an extension on PHP.INI I get the following message after restart
IIS.

[Unable to load dynamic library 'C:\php\extension\php_db.dll' - The
specified procedure could not be found]

I also want to mention that I tried the follwing in PHP.INI...

extention_dir = ".;C:\php\extension\"
extention_dir = ",;C:\php\extension\"
extention_dir = "C:/php/extension/"

Obs.: All DLL's the came with the original package are there.

Second problem is that every single script I execute in my server it gives
me the following error...

[PHP Warning: Undefined property: blabla in c:\blabla\blabla]

Obs.: The 'blablabla' is representing the propperty and the folder

Thank you guys. I hope I get some good help. I need it really bad. I've been
burning my brain on this for the past 2 weeks.








--- End Message ---
--- Begin Message ---
Make sure you've copied the contents of the c:\php\dlls folder to your
system directory (\windows\system, \winnt\system32, not sure 'bout 2K).

Your extension_dir setting in php.ini should be

extension_dir = c:/php/extensions/

And make sure you've copied your php.ini to your windows directory
(\windows, \winnt, again not sure 'bout 2K)

Andre Amaral <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all,
>
> Here is the situation.
>
> I have Windows 2000 SP2, IIS5 running PHP 4.1.1 using CGI.
>
> My PHP folder is C:\php
> Extension Folder is: C:\php\extension
> PHP.INI file: extention_dir = "C:\php\extension\"
>
> First problem that I have is loading extensions. Every time I try to
> uncomment an extension on PHP.INI I get the following message after
restart
> IIS.
>
> [Unable to load dynamic library 'C:\php\extension\php_db.dll' - The
> specified procedure could not be found]
>
> I also want to mention that I tried the follwing in PHP.INI...
>
> extention_dir = ".;C:\php\extension\"
> extention_dir = ",;C:\php\extension\"
> extention_dir = "C:/php/extension/"
>
> Obs.: All DLL's the came with the original package are there.
>
> Second problem is that every single script I execute in my server it gives
> me the following error...
>
> [PHP Warning: Undefined property: blabla in c:\blabla\blabla]
>
> Obs.: The 'blablabla' is representing the propperty and the folder
>
> Thank you guys. I hope I get some good help. I need it really bad. I've
been
> burning my brain on this for the past 2 weeks.
>
>
>
>
>
>
>
>


--- End Message ---
--- Begin Message ---
I read somewhere that a 56K modem would supply a maximum (uncompressed)
download of around 53K, but only manage around 33K upload. This was
something to do with the US's laws on preventing crosstalk. Don't know how
true it is but might be worth investigating.

I suppose you could try two modems, one upload and one download however.

Mike <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Ok, I have looked for the past 2 days searching for an answer to my
problem.
> It's not PHP related but quite similar to it.
>
> I run a web/FTP server from my house. My problem is that my download rates
> to my place is super fast yet my u/l rates really suck. I mean I can't
push
> anything faster then 15 kb/s and I am on a 1.5 MB connection with a 765KBs
> up stream. Whats going on? i have tried 2 nics and that don't seem to be
the
> problem. That and the other computers that are on same network that i'm on
> are lagged to crap. Its been happening for 4 months now and it is really
> making me mad.
> Any ideas?? here are the specs:
>
> AMD 1.4 GHz
> 512MB PC-133 RAM
> D-Link 530+TX 10/100
> SMC 10
>
> Is there something in the registry that i can change? Maybe its a registry
> setting for an up down ratio?
>
> --
> -Mike Taekema
> Microsoft Certified Professional
> www.fvforces.net
>
>
>


--- End Message ---
--- Begin Message ---
I would recommend you try asking your cable company if they know what the
problem is (I wouldnt tell then you're trying to run a server though, say
you were uploading files to your co-located server at LINX ;) ). They might
boost the upload bandwith at the expense of the download or give your street
more bandwidth altogether.


--- End Message ---
--- Begin Message ---
We could do with the entrie bug report, the OS, precise version numbers
(partial output from phpinfo() if possible), server type etc :)

J Messam <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> When I installed PHP 4,  I ran the test.php it appeared to have been
> installed correctly.  I tried to write some simple scripts, they ran at
> first but then every attempt to run a PHP script generates this error.
>     PHP has encountered an Access Violation at
>
> Your help would be appreciated.
>
>


--- End Message ---
--- Begin Message ---
Check your php.ini - I think by default it tries to create session files in
the /tmp/ folder which you may not have as my NT (NT4 Workstation SP5) only
creates a /temp/ folder.

Snowdrop <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I use php4.1.1 + IIS4 + NT4.
> I can't run this code
>
> <?
> session_start();
> ?>
>
> I get timeout error. Other php commands run veri good...
>
> Please help me????
>
> --
>
>
>


--- End Message ---

Reply via email to