RE: [PHP-WIN] Connect to MS SQL server on diff machine

2002-03-07 Thread David Redmond
Nicole, I've found on some instances that you need to specifically apply the user/group that IIS will be calling the PHP executable (and therefore php_mssql.dll) as, onto the 'PHP' directory. From what I've seen, the 'Everyone' group is not recognised by PHP. IE: If IIS is using anonymous acces

[PHP-WIN] What's this Error msg?

2002-03-07 Thread Martin Wright
Warning: Unknown persistent list entry type in module shutdown (11) in Unknown on line 0 Getting this on my apps under windows on my desktop. Doesn't happen on Linux server. What and why, someone? TIA -- Martin Wright -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit

php-windows Digest 7 Mar 2002 17:48:44 -0000 Issue 1034

2002-03-07 Thread php-windows-digest-help
php-windows Digest 7 Mar 2002 17:48:44 - Issue 1034 Topics (messages 12499 through 12513): Initialize module 12499 by: Olga Tonkonog 12503 by: Philippe Saladin Release date of PHP 4.1.2 for windows? 12500 by: Steve Griff Re: File corruption during HTTP Upload

Re: [PHP-WIN] Connect to MS SQL server on diff machine

2002-03-07 Thread David Elliott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Salutation nicole On 07 March 2002 at 11:33:42 -0500 (which was 16:33 where I live) Nicole Amashta thoughtfully wrote the following NA> OK, I have Apache and PHP 4.0.6 installed. I want to be able to access an MS NA> SQL Server, but I don't want to

[PHP-WIN] GD 2.0 for windows?

2002-03-07 Thread Steve Griff
Hi there, I want to use some of the features that are available in version 2.0 of the GD graphics editing library. What is the best way of getting a .dll for php with these functions? A nice little FAQ about it + a link to the dll would be most appreciated. Thanxs Steve Griff

RE: [PHP-WIN] Re: Connect to MS SQL server on diff machine

2002-03-07 Thread Hunter, Ray
Have you uncomment the dll in the php.ini file? Thank you, Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Nicole Amashta [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 10:08 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Connect to MS SQL server

[PHP-WIN] Re: Connect to MS SQL server on diff machine

2002-03-07 Thread Nicole Amashta
OK, this still isn't working. It's not seeing the php_mssql.dll, even though it's there and the path is set correctly to extensions in PHP. I've never had trouble with this before, so I'm baffled as of now. Any ideas? nicole www.aeontrek.com "Nicole Amashta" <[EMAIL PROTECTED]> wrote in messag

Re: [PHP-WIN] Connect to MS SQL server on diff machine

2002-03-07 Thread Nicole Amashta
Thanks. I think I may just have needed to install the Client Tools from the SQL Server CD (and exclude the database server). Hope this works, I'll let y'all know. nicole www.aeontrek.com "Ray Hunter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You have to

[PHP-WIN] Re: Connect to MS SQL server on diff machine

2002-03-07 Thread Nicole Amashta
Just install the client tools from the SQL Server CD (if you have this). Well, I just did this and now I will see if the rest works ... stay tuned nicole www.aeontrek.com "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > OK, I have Apache

RE: [PHP-WIN] Connect to MS SQL server on diff machine

2002-03-07 Thread Hunter, Ray
You have to make sure that php loads that module, if it does not then you cannot connect to the database... If you can get the dbx module to load you might be able to use the dbx mssql connection. However, I am not 100% sure if that will work, because it will probably use the php_mssql.dll to ac

[PHP-WIN] XSL Transformations

2002-03-07 Thread Christian Azambuja Pagot
Hi All! I am running PHP 4.1.1, on Win2k. I am using the XSL functions found in the php_xslt.dll (it is enabled in the php.ini file). The XML finctions that I am using are those native XML functions of PHP. I am not using php_xmldom.dll (it is commented in the php.ini file). Well, the pr

[PHP-WIN] Connect to MS SQL server on diff machine

2002-03-07 Thread Nicole Amashta
OK, I have Apache and PHP 4.0.6 installed. I want to be able to access an MS SQL Server, but I don't want to install SQL Server on the web server. What files are needed in order to do this? Normally, I have no problem with this because I typically have MS SQL Server installed on the web server.

RE: [PHP-WIN] Displaying a MS Access - Medium time field

2002-03-07 Thread Asendorf, John
I'm smarter than I thought... I figured it out. It seems the problem with MS Access is that it stores simple times with a date (probably a requirement of SQL). The date it stores times with is 1899-12-30. Unfortunately, from what I gather, Unix timestamps only go back to 1901... hence PHP has a

[PHP-WIN] Re: Initialize module

2002-03-07 Thread Philippe Saladin
it seems that you didn't use the same options to compile PHP an to compile your module : the first one is with safety thread, the second one isn't ? Ph. "Olga Tonkonog" <[EMAIL PROTECTED]> a écrit dans le message news: 005801c1c5ab$56d16ed0$[EMAIL PROTECTED] > Hello,all! > > I can now compile ext

[PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k

2002-03-07 Thread Geoffrey C. Speicher
Has anyone seen anything like this before? I have a client running PHP on Win2k on a whopper of a machine (dual Xeon, 1GB RAM, RAID5), and when two or more people request pages simultaneously, users will occasionally get a "parse error in file.php on line X" instead of the page they should have g

RE: [PHP-WIN] Re: File corruption during HTTP Upload

2002-03-07 Thread Stevens, Julian C
Thanks for the offer of checking my script. Although it relies on quite a few functions which are defined in include files, the actual upload form is fairly basic and I can't see that it would work for some file types/sizes and not others. (Incidentally, magic_quotes_runtime has always been set

[PHP-WIN] Release date of PHP 4.1.2 for windows?

2002-03-07 Thread Steve Griff
Just wonderin' I see the source code up there but no installer for windows. Can anyone give me a release date for the update? Thanxs Steve Griff

[PHP-WIN] Initialize module

2002-03-07 Thread Olga Tonkonog
Hello,all! I can now compile extern extending and get library, but if I try to run php-programm with (my).dll, I get error: PHP Warning: (null): Unable to initialize module Module compiled with debug=0, thread-safety=0 module API=17248272 PHP compiled with debug=0, thread-safety=1 module API