[PHP-WIN] Problems installing cURL using PHP5.2.14

2010-07-28 Thread Venkat Raman Don
Hi, I have filed bug at http://bugs.php.net/bug.php?id=52474. Has anyone else seen this? If this is a genuine bug we need to repackage the MSI and re-release it. Thoughts? Thanks, Don.

RE: [PHP-WIN] where is php-cgi.exe?

2010-07-22 Thread Venkat Raman Don
You can just use Microsoft Web Platform Installer and it will configure everything for you. Steps listed at http://blogs.iis.net/donraman/archive/2009/10/07/installing-php-on-windows.aspx. Thanks, Don. -Original Message- From: Steve Richter [mailto:stephenrich...@gmail.com] Sent: Thurs

RE: [PHP-WIN] Problem writing PHP extensions for Windows

2010-07-19 Thread Venkat Raman Don
then do configure.js [all options used to build NTS PHP] --enable- now say, nmake This should produce NTS version of extension as well as PHP. Thanks, Don. -Original Message- From: Bruce M. Axtens [mailto:bruce.axt...@gmail.com] Sent: Monday, July 19, 2010 9:10 AM To: Venkat Raman Don Cc

RE: [PHP-WIN] Problem writing PHP extensions for Windows

2010-07-19 Thread Venkat Raman Don
Hi Bruce, This means you have built a Thread safe version of the extension and trying to load it with Non Thread Safe version of PHP which is not valid. Please build non thread safe version of extension. I believe --disable-zts is the switch that will do the trick for building the non-thread sa

RE: [PHP-WIN] PHP Installation Problem

2010-06-07 Thread Venkat Raman Don
. Thanks, Don. -Original Message- From: Venkat Raman Don [mailto:don.ra...@microsoft.com] Sent: Monday, June 07, 2010 10:49 AM To: Alice Wei; harlequ...@gmx.de; php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP Installation Problem Please follow my blog at http://blogs.iis.net/donraman

RE: [PHP-WIN] PHP Installation Problem

2010-06-07 Thread Venkat Raman Don
Please follow my blog at http://blogs.iis.net/donraman/archive/2009/11/15/troubleshooting-php-installation-on-windows.aspx to troubleshoot the installation and if problem persists paste the output you are getting for each command mentioned in the blog. Also as a side note the best way to instal

RE: RE: [PHP-WIN] 2 questions on mssql and ldap

2010-05-12 Thread Venkat Raman Don
- From: Sascha Meyer [mailto:harlequ...@gmx.de] Sent: Wednesday, May 12, 2010 12:22 AM To: Venkat Raman Don; php-windows@lists.php.net; bruno.chalo...@laposte.net Subject: Re: RE: [PHP-WIN] 2 questions on mssql and ldap Hi Don, Don wrote: > While configuring PHP (configure command) one has

RE: [PHP-WIN] 2 questions on mssql and ldap

2010-05-11 Thread Venkat Raman Don
Hi, While configuring PHP (configure command) one has to use the switch --with-ldap-sasl, otherwise this function is undefined. Probably the LDAP library you are using is not configured with this switch. Try compiling with this switch yourself. Thanks, Don. -Original Message- From: Br

RE: [PHP-WIN] using php apc functions

2010-05-05 Thread Venkat Raman Don
Hi Alexander, Apart from what Pierre mentioned, I also doubt if APC works smoothly on Windows. The major problem is difference between shared memory implementation on windows and unix. I would suggest use Windows Cache Extension for PHP a.k.a. WINCACHE. It has got all the functionality that APC

RE: [PHP-WIN] Compiling PHP with MS SQL Server Driver for PHP support

2010-04-29 Thread Venkat Raman Don
Hi, My guess is that SQL team may be linking with VC9 required libraries statically and you are not. It works because you have VC9 runtime on your machine. Thanks, Don. -Original Message- From: Richard Quadling [mailto:rquadl...@googlemail.com] Sent: Thursday, April 29, 2010 8:16 AM To

RE: [PHP-WIN] Behavior of mail() function

2010-04-19 Thread Venkat Raman Don
You can use PHP exception to handle it and the script will not die. Details at http://php.net/manual/en/language.exceptions.php. Thanks, Don. -Original Message- From: Lewis Kapell [mailto:lkap...@setonhome.org] Sent: Monday, April 19, 2010 12:22 PM To: php-windows@lists.php.net Subject:

RE: [PHP-WIN] FastCGI error with IIS (was Windows binaries)

2010-04-08 Thread Venkat Raman Don
m [mailto:tommy...@gmail.com] Sent: Thursday, April 08, 2010 1:19 PM To: Venkat Raman Don; php-windows@lists.php.net Subject: RE: [PHP-WIN] FastCGI error with IIS (was Windows binaries) Hi Don, > -Original Message----- > From: Venkat Raman Don [mailto:don.ra...@microsoft.com] > Sent: Thu

RE: [PHP-WIN] FastCGI error with IIS (was Windows binaries)

2010-04-08 Thread Venkat Raman Don
Please disable IPV6 on your machine. Details at http://bugs.php.net/bug.php?id=50172. See if this helps. Details about timeout problem can be seen at http://blogs.iis.net/donraman/archive/2010/02/08/troubleshoot-my-php-script-is-timing-out.aspx. This blog explains all about different timeout wh

RE: [PHP-WIN] Windows binaries

2010-04-08 Thread Venkat Raman Don
Todd, just moving from ISAPI to IIS FastCGI cannot start generating PHP error messages. Reason being ISAPI/IIS FastCGI is just a way to hook to PHP interpreter. It is php interpreter which interprets php code. I heard this is a legitimate warning, so there is nothing to worry about. Vendor will

RE: [PHP-WIN] Windows binaries

2010-04-07 Thread Venkat Raman Don
Hi, I am part of IIS FAstCGI development team. Can you give me details about error messages. Write a 1:1 mail to me. Thanks, Don. -Original Message- From: Todd Oberly [mailto:taobe...@mindspring.com] Sent: Wednesday, April 07, 2010 9:35 PM To: Pierre Joye Cc: php-windows@lists.php.net

RE: [PHP-WIN] Windows binaries

2010-04-05 Thread Venkat Raman Don
http://downloads.php.net/pierre/. Thanks, Don. -Original Message- From: pan [mailto:p...@syix.com] Sent: Monday, April 05, 2010 10:44 AM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] Windows binaries Venkat Raman Don wrote: >> Hi, >> >> Okay I am not going to ar

RE: [PHP-WIN] Windows binaries

2010-04-04 Thread Venkat Raman Don
Hi, Okay I am not going to argue. The other way of hosting PHP is using the ISAPI DLL. Disadvantages are apart from the ones already mentioned: 1. ISAPI way of hosting PHP is deprecated in PHP5.3 and so you will not be able to leverage all the good features introduced in PHP 5.3. Details at htt

RE: [PHP-WIN] Windows binaries

2010-04-02 Thread Venkat Raman Don
Hi, If you are hosting PHP on IIS6 the best bet is to use IIS FastCGI with Non thread safe VC6 build of PHP. You can use the below resources to configure PHP on IIS6: 1. http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/ 2. http://www.php.net/manual/en/install.

RE: [PHP-WIN] Re: [PHP-DB] Cannot connect to MySQL

2010-03-07 Thread Venkat Raman Don
; php...@lists.php.net Subject: Re: [PHP-WIN] Re: [PHP-DB] Cannot connect to MySQL sry.. this kinda other person problem thx for your support and I kinda found this problem on other place.. Is posible.. the problem in the windows 7? On Sun, Mar 7, 2010 at 12:12 AM, Venkat Raman Don wrote: > Seems l

RE: [PHP-WIN] Re: [PHP-DB] Cannot connect to MySQL

2010-03-06 Thread Venkat Raman Don
Seems like IPV6 functionality of Windows and MySQL driver is not gelling well. Please see http://bugs.php.net/bug.php?id=50172. This is also discussed in MySQL forum at http://forums.mysql.com/read.php?52,294772,294772#msg-294772. Thanks, Don. -Original Message- From: Lester Caine [mai

RE: [PHP-WIN] Unable to load dynamic library php_ifx %1

2010-02-23 Thread Venkat Raman Don
Just for everyone's information, the problem was that the PHP Informix driver (php_ifx.dll) was dependent on Informix Client SDK (one particular dll named isqlt09a.dll) which was a 64 bit DLL as 64 bit client SDK for Informix was installed on the machine and that was getting picked up resulting

RE: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-23 Thread Venkat Raman Don
going through I am not able to understand. Thanks, Don. -Original Message- From: Richard Quadling [mailto:rquadl...@googlemail.com] Sent: Tuesday, February 23, 2010 1:28 AM To: Venkat Raman Don Cc: Keith Davis; Pierre Joye; Robert; php-windows@lists.php.net Subject: Re: [PHP-WIN] What abou

RE: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-23 Thread Venkat Raman Don
don't use something else like FPDF or something else which is generally supported? Thanks, Don. -Original Message- From: Keith Davis [mailto:keithda...@pridedallas.com] Sent: Tuesday, February 23, 2010 5:52 AM To: Venkat Raman Don; Pierre Joye; Robert Cc: php-windows@lists.php.net S

RE: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-22 Thread Venkat Raman Don
Hi, I did some test on Windows7 as well as Windows Server 2008. I used fastcgi.impersonate=1 in both the cases. On Windows 7 everything is fine. From Windows Server 2008 I am getting below error: Fatal error: Out of memory (allocated 524288) (tried to allocate 4294967295 bytes) in C:\inetpub\w

RE: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Venkat Raman Don
Hi, Please comment the below line in your PHP.INI file and try again. It seems you have everything setup correctly. extension=php_mssql.dll This is giving you msvcr71.dll not found error. It should work after commenting this line (or unloading the extension php_mssql.dll). Thanks, Don. -

RE: [PHP-WIN] 64-bit PHP binaries

2010-02-11 Thread Venkat Raman Don
Hi Morris, What hotfix you are talking about? There is none to my knowledge required to run PHP. 32-bit PHP runs pretty well on 64-bit OS. This is what user configure. Pierre has already provided you a link to install PHP on IIS7. That should help. A recommended way of running PHP is using IIS

RE: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-05 Thread Venkat Raman Don
ithda...@pridedallas.com] Sent: Friday, February 05, 2010 2:11 PM To: Venkat Raman Don; Pierre Joye Cc: Robert; php-windows@lists.php.net Subject: RE: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ? I understand that. What I meant, is that the user has permissions to both (it's

RE: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-05 Thread Venkat Raman Don
, Don. -Original Message- From: Keith Davis [mailto:keithda...@pridedallas.com] Sent: Friday, February 05, 2010 1:58 PM To: Venkat Raman Don; Pierre Joye Cc: Robert; php-windows@lists.php.net Subject: RE: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ? Out entire site req

RE: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-05 Thread Venkat Raman Don
IUSR_machine_name access too. Also, Ruslan sent some good links which explains this impersonation in detail. Look at that for further details. Thanks, Don. -Original Message- From: Keith Davis [mailto:keithda...@pridedallas.com] Sent: Friday, February 05, 2010 1:43 PM To: Venkat Raman Don

RE: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-05 Thread Venkat Raman Don
When you have fastcgi.impersonate set to 1, IIS tries to impersonate the security token of the calling client. This means, for example if an IIS site has 'Anonymous' authentication off and let's say Windows authentication on, 'Windows' authenticated user will be impersonated by PHP main thread a

RE: [PHP-WIN] A way available to test PHP CGI builds.

2010-02-02 Thread Venkat Raman Don
: Tuesday, February 02, 2010 8:29 AM To: Venkat Raman Don Cc: Pierre Joye; php-windows@lists.php.net Subject: Re: [PHP-WIN] A way available to test PHP CGI builds. On Tue, Feb 2, 2010 at 5:06 PM, Venkat Raman Don wrote: > Hi, > > Pierre, I understand that there are alternate ways. I was ju

RE: [PHP-WIN] A way available to test PHP CGI builds.

2010-02-02 Thread Venkat Raman Don
quality overall. Thanks, Don. -Original Message- From: Pierre Joye [mailto:pierre@gmail.com] Sent: Tuesday, February 02, 2010 1:21 AM To: Venkat Raman Don Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] A way available to test PHP CGI builds. hi, Let me start from scratch: To test

RE: [PHP-WIN] A way available to test PHP CGI builds.

2010-02-01 Thread Venkat Raman Don
x. Thanks, Don. -Original Message- From: Pierre Joye [mailto:pierre@gmail.com] Sent: Monday, February 01, 2010 1:04 PM To: Venkat Raman Don Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] A way available to test PHP CGI builds. On Mon, Feb 1, 2010 at 9:59 PM, Venkat Raman Don wrote: > H

RE: [PHP-WIN] A way available to test PHP CGI builds.

2010-02-01 Thread Venkat Raman Don
Joye [mailto:pierre@gmail.com] Sent: Monday, February 01, 2010 12:09 PM To: Venkat Raman Don Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] A way available to test PHP CGI builds. On Mon, Feb 1, 2010 at 8:59 PM, Venkat Raman Don wrote: > Hi Pierre, > > Thanks for the comments.

RE: [PHP-WIN] A way available to test PHP CGI builds.

2010-02-01 Thread Venkat Raman Don
we found this useful the hard dependency can be removed. Thanks, Don. -Original Message- From: Pierre Joye [mailto:pierre@gmail.com] Sent: Monday, February 01, 2010 10:42 AM To: Venkat Raman Don Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] A way available to test PHP CGI

[PHP-WIN] A way available to test PHP CGI builds.

2010-02-01 Thread Venkat Raman Don
Hi All, I would like to announce that with the commit http://svn.php.net/viewvc?view=revision&revision=294232, we can have a way to test PHP-CGI.exe on Windows. More details around this can be found at http://blogs.iis.net/donraman/archive/2010/02/01/wincache-test-code-committed-to-pecl-paves-a

RE: [PHP-WIN] exception throw from __autoload could not be catched on php 5.3.1

2010-01-28 Thread Venkat Raman Don
printed in the browser. Please let us know the output you are getting. Thanks, Don. -Original Message----- From: Venkat Raman Don [mailto:don.ra...@microsoft.com] Sent: Thursday, January 28, 2010 9:48 PM To: Eric Lee; php-windows@lists.php.net Subject: RE: [PHP-WIN] exception throw from __autolo

RE: [PHP-WIN] exception throw from __autoload could not be catched on php 5.3.1

2010-01-28 Thread Venkat Raman Don
Yes, I am also able to reproduce this in the browser using both 5.3.1 as well as 5.3.0 on Windows using IIS. Seems like a bug. You may like to file the bug at http://bugs.php.net. Thanks, Don. -Original Message- From: Eric Lee [mailto:pge...@gmail.com] Sent: Thursday, January 28, 2010

RE: [PHP-WIN] nmake snap message: WARNING: distro depends on (msvcr90d.dll && libpq.dll), but could not find it on your system

2010-01-20 Thread Venkat Raman Don
Justin did one small correction. It should be LIB path and not INCLUDE path as the missing files are DLL. He is going to try the suggestion and report back. Thanks, Don. -Original Message- From: Venkat Raman Don Sent: Wednesday, January 20, 2010 9:34 AM To: 'Justin Dearing&

RE: [PHP-WIN] nmake snap message: WARNING: distro depends on (msvcr90d.dll && libpq.dll), but could not find it on your system

2010-01-20 Thread Venkat Raman Don
Hi, The folder where the missing two DLL (msvcr90d.dll and libpq.dll) is present should be there as part of INCLUDE path so that VC compiler should be able to pick it up. Probably one way of doing this is to pass this folder path as an option to nmake by using parameter --with-extra-includes wh

RE: [PHP-WIN] PHP has encountered an Access Violation at 02892BEB

2010-01-20 Thread Venkat Raman Don
Hi, First of all open IIS Manager (press Windows+R button and type 'inetmgr'). Select each Site (if there are many) and click on 'Properties'. On the Home Directory tab, click on Configuration and delete the handler mapping (script mapping) to .php files. After deleting this and applying it, pl

RE: [PHP-WIN] PHP info can't find MySql with IIS web server

2009-11-22 Thread Venkat Raman Don
, Don. -Original Message- From: Venkat Raman Don Sent: Sunday, November 22, 2009 11:22 AM To: 'Steve Ricketts'; php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP info can't find MySql with IIS web server Installer should have done it. I am not sure how appropriate is this

RE: [PHP-WIN] PHP info can't find MySql with IIS web server

2009-11-22 Thread Venkat Raman Don
mappings extensions there is no .php extension defined. Shouldn't the installer have configured that?... or do I need to make a manual entry of some kind. Thanks again for all the help, sr "Venkat Raman Don" wrote in message news:3fa2ad39e9964240b4e6dd4ae62e031b15129...@tk5ex1

RE: [PHP-WIN] PHP info can't find MySql with IIS web server

2009-11-22 Thread Venkat Raman Don
onfused by your last comment. You said, "Get Microsoft Web Platform installer and install PHP from there" but then the last sentence was "Please install PHP from http://php.iis.net";... With Platform installer installing PHP, why would I need to install again from php.iis.ne

RE: [PHP-WIN] PHP info can't find MySql with IIS web server

2009-11-22 Thread Venkat Raman Don
Steve, it might have been possible that your PHP installation was loading the libMySQL.DLL which is present in MySQL installation and not compatible with PHP MySQL extension. Solving this would have been easier by just ensuring that in the PATH extension C:\Program Files\PHP comes first. However

RE: [PHP-WIN] PHP doesn't execute .php files but rather opens the source code file

2009-11-22 Thread Venkat Raman Don
Hi Scott, Can you ensure that the PHP INI directive 'short_open_tag'is set to 'On'. Details about this can be found at http://php.net/manual/en/ini.core.php. I would advise to use This will ensure that there is no confusion among different languages using a similar notation like XML. Thanks