[PHP-WIN] Problem trying to use DOTNET class

2013-07-16 Thread Peter Facey
I can't get $serial = new DOTNET('System', 'System.IO.Ports.SerialPort'); to work because it always says "PHP Fatal error: Uncaught exception 'com_exception' with message 'Failed to instantiate .Net object [CreateInstance] [0x80070002] The system cannot find the file specified." It does this eve

Re: [PHP-WIN] Problem with include, nothing running, gosh!

2011-06-09 Thread Richard Quadling
On 9 June 2011 18:42, Zuppy Zuppy wrote: > I guys, I'm trying to make php running ona a win machine (win2003 with > IIS6)... I've found many people with the same problem but not really a > solution. > After many tries I was able to make php running  Great , I thought > WRONG! > php info is

[PHP-WIN] Problem with include, nothing running, gosh!

2011-06-09 Thread Zuppy Zuppy
I guys, I'm trying to make php running ona a win machine (win2003 with IIS6)... I've found many people with the same problem but not really a solution. After many tries I was able to make php running Great , I thought WRONG! php info is running ok. After istalling Mysql on server also that

[PHP-WIN] Problem with Windows Downloads

2011-03-21 Thread Bob Fletcher
For several days now the Windows links on the download site have been broken; see bug 54303. Any idea when this will be repaired? Bob

Re: [PHP-WIN] Problem in sending email from localhost

2011-02-05 Thread Niamathullah Sharief
Hi guys. Wonder happens. I got one mail from my localhost. But i dont know in which attempt i got that mail. Because in each and every try I was changing my config file. Now i dont know in which attempt it works... On Sat, Feb 5, 2011 at 4:01 PM, Tommy Pham wrote: > On Sat, Feb 5, 2011 at 2:29

Re: [PHP-WIN] Problem in sending email from localhost

2011-02-05 Thread Tommy Pham
On Sat, Feb 5, 2011 at 2:29 AM, Tommy Pham wrote: > On Sat, Feb 5, 2011 at 12:19 AM, Niamathullah Sharief > wrote: >> Yes i am using local system, So now i changed as "localhost" instead of >> smtp.gmail.com. But still i am getting the below error >>> >>> Warning: mail() [function.mail]: SMTP se

Re: [PHP-WIN] Problem in sending email from localhost

2011-02-05 Thread Tommy Pham
On Sat, Feb 5, 2011 at 12:19 AM, Niamathullah Sharief wrote: > Yes i am using local system, So now i changed as "localhost" instead of > smtp.gmail.com. But still i am getting the below error >> >> Warning: mail() [function.mail]: SMTP server response: 550-5.7.1 >> [122.163.25.135] The IP you're u

Re: [PHP-WIN] Problem in sending email from localhost

2011-02-05 Thread Niamathullah Sharief
Yes i am using local system, So now i changed as "localhost" instead of smtp.gmail.com. But still i am getting the below error *Warning*: mail() [function.mail ]: SMTP > server response: 550-5.7.1 [122.163.25.135] The IP you're using to send mail > is not authorized

RE: [PHP-WIN] Problem in sending email from localhost

2011-02-03 Thread Tommy Pham
1) Which SMTP server are you trying to use? On your local system? Or smtp.gmail.com? 2a) If local system, which are are using? MS' SMTP or 3rd party like hmail? Are you sure the server is configured properly and that the service is running? Run this in command prompt: netstat -ano | more Yo

Re: [PHP-WIN] Problem in sending email from localhost

2011-02-03 Thread Chuck Reeves
Check with your isp to see if they block smtp traffic. Most of the tme they require you to use there smtp in an effort to thwart spammers Thank You Chuck Reeves www.manchuck.com On Thu, Feb 3, 2011 at 12:13 AM, Niel Archer wrote: > > Hi, > > > > I am trying to send mail from my localhost bu

Re: [PHP-WIN] Problem in sending email from localhost

2011-02-02 Thread Niel Archer
> Hi, > > I am trying to send mail from my localhost but i am getting the below > error > ""Warning: mail() [function.mail]: Failed to connect to mailserver at > "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini > or use ini_set() in F:\test\xampp\htdocs\sendmail.php on

Re: [PHP-WIN] Problem in sending email from localhost

2011-02-02 Thread Niamathullah Sharief
I did that too. but still i got the same error. On Wed, Feb 2, 2011 at 10:56 PM, Ferenc Kovacs wrote: > > On Wed, Feb 2, 2011 at 5:37 PM, Niamathullah Sharief wrote: > >> Hi, >> >> I am trying to send mail from my localhost but i am getting the below >> error >> ""Warning: mail() [function.mail

Re: [PHP-WIN] Problem in sending email from localhost

2011-02-02 Thread Ferenc Kovacs
On Wed, Feb 2, 2011 at 5:37 PM, Niamathullah Sharief wrote: > Hi, > > I am trying to send mail from my localhost but i am getting the below > error > ""Warning: mail() [function.mail]: Failed to connect to mailserver at > "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini

Re: [PHP-WIN] Problem in sending email from localhost

2011-02-02 Thread Richard Quadling
On 2 February 2011 16:37, Niamathullah Sharief wrote: > SMTP = smtp.gmail.com You are trying to send mail via Google Mail, not your own localhost SMTP engine. Is that your intention? -- Richard Quadling Twitter : EE : Zend @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY -- PHP Windows Mai

[PHP-WIN] Problem in sending email from localhost

2011-02-02 Thread Niamathullah Sharief
Hi, I am trying to send mail from my localhost but i am getting the below error ""Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in F:\test\xampp\htdocs\sendmail.php on line 42'" I a

[PHP-WIN] problem in uploading file in PHP

2011-01-29 Thread Narjis Hussain
I am using xammp with FileZilla running on it. I've changed my php.ini settings to "C:/xxx/tmp" directory but am unable to upload a file. Th cod is running but it dos not seem to upload the temporary fil. Plase somebody help me. -- PHP Windows Mailing List (http://www.php.net/) T

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

2010-07-20 Thread Pierre Joye
hi, On Mon, Jul 19, 2010 at 4:28 PM, Bruce M. Axtens > How do I get nonTS sources, or what do I have to do to what I have to make > them appear nonTS so that Visual Studio 2008 creates nonTS binaries? The source are not TS or NTS but only the binaries. Use the --disable-zts configure option to

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

2010-07-19 Thread Venkat Raman Don
: php-windows@lists.php.net Subject: Re: [PHP-WIN] Problem writing PHP extensions for Windows Venkat Raman Don wrote: > 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. Yes, that is true. My qu

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

2010-07-19 Thread Bruce M. Axtens
Venkat Raman Don wrote: 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. Yes, that is true. My question has been from the beginning: how to make the extension Non Thread Safe? Please build non threa

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

2010-07-19 Thread Venkat Raman Don
safe extension. Thanks, Don. -Original Message- From: Bruce M. Axtens [mailto:bruce.axt...@gmail.com] Sent: Monday, July 19, 2010 7:28 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Problem writing PHP extensions for Windows I'm trying to build PHP extensions on Windows When

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

2010-07-19 Thread Richard Quadling
On 19 July 2010 15:28, Bruce M. Axtens wrote: > I'm trying to build PHP extensions on Windows > > When I run my DLLs I get errors like this: >  Module compiled with build ID=API20090626,TS,VC9 >  PHP    compiled with build ID=API20090626,NTS,VC9 > > The source package that I downloaded from php.ne

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

2010-07-19 Thread Keith Davis
Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] Problem writing PHP extensions for Windows Keith Davis wrote: > What extensions are you trying to build? > The one listed here http://netindonesia.net/blogs/risman/archive/2008/06/15/part-2-writing-p hp-extension.aspx (modified slightly from the

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

2010-07-19 Thread Bruce M. Axtens
Keith Davis wrote: What extensions are you trying to build? The one listed here http://netindonesia.net/blogs/risman/archive/2008/06/15/part-2-writing-php-extension.aspx (modified slightly from the original to compensate for the nonTS situation) and http://www.talkphp.com/vbarticles.php?d

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

2010-07-19 Thread Keith Davis
What extensions are you trying to build? Keith Davis (214) 906-5183 -Original Message- From: Bruce M. Axtens [mailto:bruce.axt...@gmail.com] Sent: Monday, July 19, 2010 9:28 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Problem writing PHP extensions for Windows I'm tryi

[PHP-WIN] Problem writing PHP extensions for Windows

2010-07-19 Thread Bruce M. Axtens
I'm trying to build PHP extensions on Windows When I run my DLLs I get errors like this: Module compiled with build ID=API20090626,TS,VC9 PHPcompiled with build ID=API20090626,NTS,VC9 The source package that I downloaded from php.net seems to default to threadsafe, but I've installed a n

Re: [PHP-WIN] Problem with php and MySQL: inserting strings into database

2010-04-23 Thread Toby Hart Dyke
Apart from Warren's excellent advice, the source of your problem is things like this: '$_POST['vorname']' How is PHP supposed to know that this is nested parentheses? You should have done it like this: "$_POST['vorname']" Though of course, follow Warren's advice, and don't do it like this a

RE: [PHP-WIN] Problem with php and MySQL: inserting strings into database

2010-04-22 Thread Warren Vail
nt that your code was supposed to do. My 2 cents, Warren Vail Vail Systems Technology -Original Message- From: Alexander Schunk [mailto:asch...@gmail.com] Sent: Thursday, April 22, 2010 10:34 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Problem with php and MySQL: inserting st

[PHP-WIN] Problem with php and MySQL: inserting strings into database

2010-04-22 Thread Alexander Schunk
Hello, i have a problem with php and mysql when inserting strings into a database. I have the following syntax: $sqlinsert = "INSERT INTO werte ('benutzername', 'passwort', 'name', 'vorname', 'Geburtsdatum', 'strasse', 'plz', 'ort', 'email') VALUES('$_POST['benutzername']', '$_POST['passwort']',

Re: [PHP-WIN] Problem with php on vista home preminum

2009-09-16 Thread Niel Archer
> > Hi, have a big trouble on vista home premium and php 5: PHP does not parse > > my files, neither in apache neither in CLI. > > > > if i write "php.exe phpinfo.php" php returns me > > > phpinfo(); > > ?> > > > > I've goggled all internet and found nothing. Any idea? > > > > thanks, > > R

Re: [PHP-WIN] Problem with php on vista home preminum

2009-09-16 Thread Rossend Bruch
That was. really thanks! sometimes silly things are the worst :S Rossend. - Original Message - From: "Niel Archer" Newsgroups: php.windows To: Sent: Wednesday, September 16, 2009 10:06 AM Subject: Re: [PHP-WIN] Problem with php on vista home preminum >> Hi, have

Re: [PHP-WIN] Problem with php on vista home preminum

2009-09-16 Thread Niel Archer
> Hi, have a big trouble on vista home premium and php 5: PHP does not parse > my files, neither in apache neither in CLI. > > if i write "php.exe phpinfo.php" php returns me > phpinfo(); > ?> > > I've goggled all internet and found nothing. Any idea? > > thanks, > Rossend. > > > -- > P

Re: [PHP-WIN] Problem with php on vista home preminum

2009-09-15 Thread Lester Caine
phpWalter wrote: If you want to use a system that has worked on every Windows version since Windows 95, drop over to web.walters-way.com. http://walters-way.com even ... Follow those instructions and you'll have Apache, PHP, mySQL, with SSL and CVS/SVN (with keys!) running in less than half h

Re: [PHP-WIN] Problem with php on vista home preminum

2009-09-15 Thread phpWalter
If you want to use a system that has worked on every Windows version since Windows 95, drop over to web.walters-way.com. Follow those instructions and you'll have Apache, PHP, mySQL, with SSL and CVS/SVN (with keys!) running in less than half hour. A little longer if you want virtual domains and u

Re: [PHP-WIN] Problem with php on vista home preminum

2009-09-15 Thread Tommy Pham
--- On Tue, 9/15/09, Tommy Pham wrote: > From: Tommy Pham > Subject: Re: [PHP-WIN] Problem with php on vista home preminum > To: php-windows@lists.php.net > Date: Tuesday, September 15, 2009, 9:05 PM > --- On Tue, 9/15/09, Rossend Bruch > > wrote: > > > From: Ro

Re: [PHP-WIN] Problem with php on vista home preminum

2009-09-15 Thread Tommy Pham
--- On Tue, 9/15/09, Rossend Bruch wrote: > From: Rossend Bruch > Subject: [PHP-WIN] Problem with php on vista home preminum > To: php-windows@lists.php.net > Date: Tuesday, September 15, 2009, 9:14 AM > Hi, have a big trouble on vista home > premium and php 5: PHP does

[PHP-WIN] Problem with php on vista home preminum

2009-09-15 Thread Rossend Bruch
Hi, have a big trouble on vista home premium and php 5: PHP does not parse my files, neither in apache neither in CLI. if i write "php.exe phpinfo.php" php returns me I've goggled all internet and found nothing. Any idea? thanks, Rossend. -- PHP Windows Mailing List (http://www.php.net/)

[PHP-WIN] Problem with ldap and php on windows 2003 server

2009-09-11 Thread Anil Karat
Hi I have setup apache on windows 2003 and i work with php. Now i tried to use the ldap client functions on php and tried to connect to a local ldap server. I also tried to connect to some public ones. i was able to connect to these servers and see information using standard ldap browsers like "s

[PHP-WIN] Problem with ldap and php on windows 2003 server

2009-09-11 Thread Anil Karat
Hi I have setup apache on windows 2003 and i work with php. Now i tried to use the ldap client functions on php and tried to connect to a local ldap server. I also tried to connect to some public ones. i was able to connect to these servers and see information using standard ldap browsers like "s

Re: [PHP-WIN] Problem: direct download of php pages

2009-07-27 Thread John Meyer
Niel Archer wrote: Windows XP Apache 2.2.11 PHP 5.2 (CGI version). When I navigate to a page on the server, it gives me a direct download dialog box. But when I take that page and parse it directly through the php-cgi program, it comes out fine. Probably a configuration problem with

Re: [PHP-WIN] Problem: direct download of php pages

2009-07-27 Thread Niel Archer
> Windows XP > > Apache 2.2.11 > PHP 5.2 (CGI version). > > When I navigate to a page on the server, it gives me a direct download > dialog box. But when I take that page and parse it directly through the > php-cgi program, it comes out fine. Probably a configuration problem with your server

[PHP-WIN] Problem: direct download of php pages

2009-07-27 Thread John Meyer
Windows XP Apache 2.2.11 PHP 5.2 (CGI version). When I navigate to a page on the server, it gives me a direct download dialog box. But when I take that page and parse it directly through the php-cgi program, it comes out fine. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP-WIN] problem with PEAR , windows platform , php 5.2.9-2 , IIS Version 6

2009-06-21 Thread onemancrew
Hello I have found the the source of the issue. I post new thread about this issue. the subject of the new thread is: PHP is using C:\php5\ despite the fact that I have configured the include_path thanks in advacned. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-WIN] problem with PEAR , windows platform , php 5.2.9-2 , IIS Version 6

2009-06-21 Thread Niel Archer
> Hello > > 1) > > D:\Inetpub\vhosts\domain.com\httpdocs\phppear\PEAR>dir *validate* > Volume in drive D has no label. > Volume Serial Number is 4C76-AE4A > > Directory of D:\Inetpub\vhosts\domain.com\httpdocs\phppear\PEAR > > 06/21/2009 08:51 AM40,643 Validate.php >

Re: [PHP-WIN] problem with PEAR , windows platform , php 5.2.9-2 , IIS Version 6

2009-06-21 Thread onemancrew
for some reason I found that the new pear packages which I have installed have been deployed into C:\php5\pear but I have configured the include_path in the registry file. because I didnt find any otherway then I have configured the include_path in the php.ini level but still , when I instal

Re: [PHP-WIN] problem with PEAR , windows platform , php 5.2.9-2 , IIS Version 6

2009-06-21 Thread onemancrew
Hello 1) D:\Inetpub\vhosts\domain.com\httpdocs\phppear\PEAR>dir *validate* Volume in drive D has no label. Volume Serial Number is 4C76-AE4A Directory of D:\Inetpub\vhosts\domain.com\httpdocs\phppear\PEAR 06/21/2009 08:51 AM40,643 Validate.php 1 File(s) 40,64

Re: [PHP-WIN] problem with PEAR , windows platform , php 5.2.9-2 , IIS Version 6

2009-06-21 Thread Niel Archer
> Hi > > I encounter an issue with PEAR > > some pre info regarding the environment: > Windows Server 2003 > IIS6 (IIS Version 6) > PHP Version is 5.2.9-2 > > I have installed PEAR on specific virtual directory (means that PEAR is > installed only on specific web site/specific domain) > > I ha

[PHP-WIN] problem with PEAR , windows platform , php 5.2.9-2 , IIS Version 6

2009-06-21 Thread onemancrew
Hi I encounter an issue with PEAR some pre info regarding the environment: Windows Server 2003 IIS6 (IIS Version 6) PHP Version is 5.2.9-2 I have installed PEAR on specific virtual directory (means that PEAR is installed only on specific web site/specific domain) I have installed the followi

Re: [PHP-WIN] Problem with DOM

2009-05-12 Thread Niel Archer
Hi Got it working as expected. Try the following modified class class customer { $name; $phone; function customer($name, $phone) { $this->name = $name; $this->phone = $phone; } function getName() { return $n

Re: [PHP-WIN] Problem with DOM

2009-05-12 Thread Niel Archer
_ > > > > m.bell...@reply.it > > Prinzenalle 7 > > 40549 Düsseldorf > > GERMANY > > > > From: Niel Archer [...@chance.now] > > Sent: Tuesday, May 12, 2009 7:16 PM > > To: php-windows@lists.php.net > > S

Re: [PHP-WIN] Problem with DOM

2009-05-12 Thread Niel Archer
> For what concerns the two type of DOMDocument istantiation I forgot to > chance them both :) > > Thks > Maurizio Bellemo > Sytel Reply Deutschland > __ > > m.bell...@reply.it > Prinzenalle 7 > 40549 Düsseldorf > GERMANY > _________

RE: [PHP-WIN] Problem with DOM

2009-05-12 Thread Bellemo Maurizio
@chance.now] Sent: Tuesday, May 12, 2009 7:16 PM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] Problem with DOM > Hi all, > > I'm trying to create some XML from PHP code to save data about customers, but > I found many problem and it doesn't work. > > The cla

Re: [PHP-WIN] Problem with DOM

2009-05-12 Thread Niel Archer
> Hi all, > > I'm trying to create some XML from PHP code to save data about customers, but > I found many problem and it doesn't work. > > The class Customer is quite simple I put it right below > > > class customer { > var $name; > var $phone; > > function customer(

[PHP-WIN] Problem with DOM

2009-05-12 Thread Bellemo Maurizio
Hi all, I'm trying to create some XML from PHP code to save data about customers, but I found many problem and it doesn't work. The class Customer is quite simple I put it right below name = $name; $this->phone = $phone; } function getName() { re

[PHP-WIN] problem getting the list of mailboxes

2009-01-06 Thread Putu Agus
Dear All, I want to get all folders under my INBOX, I look around and try it with many examples, but none. Here's my code: $mbox = imap_open("{myimap.server:110/pop3}", "","") or die("can't connect: " . imap_last_error()); $list = imap_getmailboxes($mbox, "{myimap.server:110/pop3}",

Re: [PHP-WIN] Problem with GD2 & PHP

2008-12-10 Thread Gunawan
Daniel wrote: I am creating a new website that uses ImageFlow (http://finnrudolph.de/ImageFlow/Installation) I have created a test page for use with the new ImageFlow.js When I load the webpage, I get the correct page except the pictures. This leads me to think that the pictures aren't being

[PHP-WIN] Problem with consuming .NET web service with NuSOAP..

2008-12-08 Thread Anirudh
After spending more than two weeks looking for a way to consume a .NET web service with php, i realized that there is no real step by step help for it. But anyway, i got everything working except for one thing. Here's the deal - I'm connecting to a .NET web service at a https wsdl address(belo

[PHP-WIN] Problem with GD2 & PHP

2008-12-05 Thread Daniel
I am creating a new website that uses ImageFlow (http://finnrudolph.de/ImageFlow/Installation) I have created a test page for use with the new ImageFlow.js When I load the webpage, I get the correct page except the pictures. This leads me to think that the pictures aren't being rendered by the

Re: [PHP-WIN] Problem with Oracle and some other extensions on IIS Server

2008-06-25 Thread Sanjay Mantoor
4, 2008 10:52 PM > To: php-windows@lists.php.net > Subject: [PHP-WIN] Problem with Oracle and some other extensions on IIS > Server > > > Hi, > > My problem is very simple but i can't handle it. I'm LAMP developer by the > way. I have not much knowledge on IIS se

RE: [PHP-WIN] Problem with Oracle and some other extensions on IIS Server

2008-06-25 Thread S. Buffn
be loaded to php so whether the error is on php level or IIS level. So php.exe -m. Jan Jan Mura -Original Message- From: Tim [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2008 10:52 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Problem with Oracle and some other extensions on

Re: [PHP-WIN] Problem with Oracle and some other extensions on IIS Server

2008-06-25 Thread Eric Lee
Eric, http://myprojects.srhost.info eric{at}myprojects{dot}srhost{dot}info - Original Message - From: "Tim" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 25, 2008 4:52 AM Subject: [PHP-WIN] Problem with Oracle and some other extensions on IIS S

[PHP-WIN] Problem with Oracle and some other extensions on IIS Server

2008-06-25 Thread Tim
Hi, My problem is very simple but i can't handle it. I'm LAMP developer by the way. I have not much knowledge on IIS server with PHP, Anyway, i can't load php_oci8.dll and some other DLLs. Error message always same; PHP Warning: PHP Startup: Unable to load dynamic library 'c:\PHP\ext\php_oci8.d

[PHP-WIN] Problem with PHP 5.2.6 and pgsql extension

2008-05-05 Thread Lewis Kapell
I have php_pgsql.dll and php_curl.dll loaded using the 'extension' directive in my php.ini file. After switching to version 5.2.6, suddenly pgsql fails to load. Trying to load my home page produces this error: Fatal error: Call to undefined function pg_connect() Calling get_loaded_extension

[PHP-WIN] Problem in validation image code

2008-03-07 Thread jeganath
Hi PHP-Stars, Hope you know about validation image code. Any way I will explain about it. Validation image code (Email spam) is an image where it will contain randomly generated string. After every refreshment of page the image will be shown with a different string. For example: User

[PHP-WIN] Problem upgrading from 4.4.x to 5.2.5

2008-01-24 Thread Steve Grosz
Currently I'm using php4 on a Win2003 server running IIS6. It has been working fine, but I wanted to upgrade. Currently for the website in question I have the extension mapped as C:\PHP\sapi\php4isapi.dll, with a php.ini in my Windows folder, and my web service extension set up as C:\PHP\sapi\

Re: [PHP-WIN] problem usign COM object

2007-07-19 Thread Jason McKnight
For whatever reason when I use 'new COM' method and then try to load the typeinfo I get this: Warning: 23580072 is not a COM object handler in file.php on line 52 Thats probably a whole different problem all together; since I don't really care about loading the typeinfo once its working I'll s

Re: [PHP-WIN] problem usign COM object

2007-07-19 Thread Niel Archer
Hi why not use: new COM("ConceptCOM"); with PHP 4.3.11 as well? the documentation for com_load says as much! -- Niel Archer -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] problem usign COM object

2007-07-19 Thread Jason McKnight
I am using a COM object from one of our system venders and I am having problems using an in/out variable for one function on php 4.3.11. I can load the COM interface, return the typeinfo and even call the function successfully but I can't get a return value set for the variable. Here is the c

Re: [PHP-WIN] Problem With Pear::DB

2007-05-10 Thread bedul
.. if there any result (reply).. i send to you - Original Message - From: "Jody Williams" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, May 09, 2007 10:36 PM Subject: Re: [PHP-WIN] Problem With Pear::DB > THat is what I thought. Just to confirm, I created an ODBC connectio

Re: [PHP-WIN] Problem With Pear::DB

2007-05-09 Thread Jody Williams
Any idea why this does work from the same server? Connect($dsn); $rs = $db->Execute("select [name] from sysobjects"); foreach($rs as $k=>$row) { echo $row[0] . ''; } $db->disconnect(); ?> This is using ADOdb instead of PEAR::DB. Jody On 5/9/07, Stut <[EMAIL PROTECTED]> wrote: Jody Will

Re: [PHP-WIN] Problem With Pear::DB

2007-05-09 Thread Jody Williams
THat is what I thought. Just to confirm, I created an ODBC connection for the Windows 2k3 server to the Database using the Server name. I tried the IP in the PHP file and have the same results. Is there some kind of restriction that might be in place in Windows 2003? Jody On 5/9/07, Stut <[EM

Re: [PHP-WIN] Problem With Pear::DB

2007-05-09 Thread Stut
Jody Williams wrote: I have a situation where I am unable to connect to a Microsoft SQL 2005 Database from Windows Server 2003 (IIS + PHP 5.0.4). here is the code: getMessage().''.$db->getUserInfo()); } // no useful info. just trying to return something. $query = "select [name] as n from sysobj

[PHP-WIN] Problem With Pear::DB

2007-05-09 Thread Jody Williams
I have a situation where I am unable to connect to a Microsoft SQL 2005 Database from Windows Server 2003 (IIS + PHP 5.0.4). here is the code: getMessage().''.$db->getUserInfo()); } // no useful info. just trying to return something. $query = "select [name] as n from sysobjects order by [name]";

Re: [PHP-WIN] Problem with installer version on IIS

2007-03-22 Thread Armando
I'd avoid the Windows installer.. most people have problems with it. Try downloading the zip package and do a manual install.. the instructions are in there. I had the same issue on previous versions and they went away when I did a manual install. Cheers. Armando Marko Simovic wrote: Hi, I h

[PHP-WIN] Problem with installer version on IIS

2007-03-22 Thread Marko Simovic
Hi, I have my windows XP box and i installed the latest installer release of PHP (5.2.1). phpinfo() page i created displays fine *the first time* executed. Every subsequent execution gives me an "invalid access to memory location". i've been googling this for a day to no avail. running "php -i"

[PHP-WIN] Problem getting PEAR going

2006-11-16 Thread Niel Archer
Hi all Just spent a chunk of the afternoon setting up Apache 2.2 with PHP 5.2.0. The basic configuration works just fine, but I cannot get PEAR to install. All I get is a series of: Warning: Cannot use a scalar value as an array in phar://go-pear.phar/Archive/Tar.php on line X The line number v

Re: [PHP-WIN] Problem with removable media

2006-11-15 Thread tg-php
Styve, Here's a block of code I borrowed (see comment block) and use to scan active drives on a Windows PC. It uses the is_dir() which may still not work for you, but maybe it does it differently than you did. Also, I believe you can access Windows API functions that can return the status of

[PHP-WIN] Problem with removable media

2006-11-15 Thread Styve Couture
Hi folks, I have a PHP apps who let people listen to audio files. Those files are mainly store on the hard drive of the server. But the old ones are backed up on DVD and purged from the hard drive. I need to offer the possibility to listen to the files on the DVD. So, I have tried different things

[PHP-WIN] Problem with execution external script

2006-09-07 Thread DevPhp
Hi, I've a problem with php and the execution of an external script. The script is adutil.vbs , belonging to the IIS administration Script on windows 2000 server. The vbs have to be execute with Cscript.exe. When I execute it from Dos shell there's no problems: for examples c:\Cscript adsutil.vb

[PHP-WIN] Problem

2006-03-16 Thread Bikram Suri
Hi, I do phpinfo(); and I see the include path set to c:\php5\Pear. I have wamp installed on my machine but before wamp I had done a standalone installation of PHP 5 in c:\PHP5 diretory. I have since uninstalled it and deleted the c:\PHP5 directory from my system. How can i reset the include pa

Re: [PHP-WIN] Problem with 'imagecreatefromjpeg'

2006-02-14 Thread Armando
Do you have the php_gd2.dll module loading? In your php.ini file under the modules, uncomment the line out then give it a try. Cheers. Armando Ted Lorenz wrote: I'm trying to create a thumbnail from a jpeg file but the script stops when it encounters the function 'imagecreatefromjpeg'. I have

[PHP-WIN] Problem with 'imagecreatefromjpeg'

2006-02-14 Thread Ted Lorenz
I'm trying to create a thumbnail from a jpeg file but the script stops when it encounters the function 'imagecreatefromjpeg'. I have 5.1.2 php loaded. Below is the additional testing code and output which help me find the function causing the problem. Any input would be helpful! Thanks Ted COD

Re: [PHP-WIN] Problem with script execution time

2005-11-01 Thread Mark Rees
mith -Original Message- From: Ricardo Oliveira [mailto:[EMAIL PROTECTED] Sent: 31 October 2005 09:38 To: php-windows@lists.php.net Subject: [PHP-WIN] Problem with script execution time Dear, I am trying to make a download script, for this I need to define max execution time to 0 so t

RE: [PHP-WIN] Problem with script execution time

2005-10-31 Thread Paul J. Smith
any is not responsible for any reliance placed on the information contained herein and excludes all liability -Original Message- From: Ricardo Oliveira [mailto:[EMAIL PROTECTED] Sent: 31 October 2005 09:38 To: php-windows@lists.php.net Subject: [PHP-WIN] Problem with script execution tim

[PHP-WIN] Problem with script execution time

2005-10-31 Thread Ricardo Oliveira
Dear, I am trying to make a download script, for this I need to define max execution time to 0 so the script only ends when the file is uploaded/downloaded. I have php5 and apache 2 on Windows XP-sp2 and I am not being able to do it, every thing I tried didn't work. Can anyone give me some t

[PHP-WIN] Problem with PHP 4 + CURL to HTTPS

2005-10-27 Thread Albert Lo
Dear Everyone, I'm a newbie and I have some problem fetching data from HTTPS site using CURL. Hope can hear some advice from you :D My home system - Apache 2.0.52 - PHP 4.3.10 - php_curl.dll loaded My remote system (our server) - Apache 1.3.26 - PHP 4.3.10 - php_curl.dll loaded I wrote a script

[PHP-WIN] Problem with mysql.dll

2005-09-05 Thread Rantes
Hi, friends i did have problems with mysql.dll cause it didnt load, so i found appserver, late i installed and no more problems, thsta great! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Problem loading external php modules with 2003 Server SP1

2005-08-17 Thread Francis DELTEIL
I was wondering if anyone has encountered a problem on Windows Server 2003 Standard with SP1 and IIS 6.0. PHP 5.0.4 installs fine but trying to load any external modules causes Windows message "PHP Startup: Unable to load dynamic library 'c:\program files\php\ext\php_mysqli.dll' - access denied" an

[PHP-WIN] problem with PHP 5.0.4 isapi on Windows 2000 IIS6

2005-08-02 Thread Gordon Heydon
Hi, I have a problem where it seems that once PHP has completed the page then not exiting. The subsequent request of the same page is then throwing an error that it is trying to redeclare a function. It seems like the PHP is still running of the last request with the old page still in memory and

[PHP-WIN] Problem compiling a custom extension

2005-07-29 Thread John Smith
I am able to compile PHP, but I am trying to create an extension ( following zend's hello world tutorial ) and the configure step will not recognize my enable command. I'm working with: PHP5.1 and have tried both win2k3/vs.net and winxp/vsc++6 with the exact same results. My file structure l

[PHP-WIN] problem with printing to a usb printer using php_printer.dll

2005-06-28 Thread Sean Rowe
I have been trying to get this small bit of code to work using my dell photo printer 720 (or any usb printer, for that matter): The printer is initialized, and the job is spooled; however, before it prints anything the print manager deletes the job! I have tries this on several different comput

[PHP-WIN] Problem with MS SAPI 5.1 in PHP

2005-06-25 Thread Sabin Finateanu
Hi! I got the following code: Voice = $VoiceObj->GetVoices()->Item(4); $VoiceObj->Rate = "0"; $VoiceObj->Speak($text); unset($VoiceObj); } ?> And the following error: Fatal error: Uncaught exception 'com_e

[PHP-WIN] Problem after installing PHP 5 on XP IIS

2005-06-11 Thread Mário Gamito
Hi, I've installed PHP 5.04 on a XP IIS (5.1), carefully following the instructions (din't use the installer). In the end, i've made a phpinfo(); to test, i get no error from the server, but a line saying "No input file specified." What can it be and how can i solve this issue ? Any help w

Re: [PHP-WIN] Problem loading external php modules with 2003 Serv er SP1?

2005-05-15 Thread Shinan Kassam
Saturday, May 14, 2005 1:08 AM > To: php-windows@lists.php.net > Subject: [PHP-WIN] Problem loading external php modules with 2003 Server > SP1? > > I was wondering if anyone has encountered a problem on Windows Server > 2003 Enterprise with SP1. > > PHP 4.3.10 installs fine but

RE: [PHP-WIN] Problem loading external php modules with 2003 Serv er SP1?

2005-05-15 Thread Wu, Jin Yong
/16 -Original Message- From: Shinan Kassam [mailto:[EMAIL PROTECTED] Sent: Saturday, May 14, 2005 1:08 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Problem loading external php modules with 2003 Server SP1? I was wondering if anyone has encountered a problem on Windows Server 2003

[PHP-WIN] Problem loading external php modules with 2003 Server SP1?

2005-05-13 Thread Shinan Kassam
I was wondering if anyone has encountered a problem on Windows Server 2003 Enterprise with SP1. PHP 4.3.10 installs fine but trying to load any external modules causes CGI timeout. The page I am requesting contains: I have tried the same with PHP 5.0.4 with the same results. Any help is greatly

[PHP-WIN] Problem 2 of 2 - variables by reference

2005-04-22 Thread lists
Gentlefolk, There is a problem getting referenced variables updated on my system.  But it doesn't apply to all of them.  Win2K SP4, IIS 5.?, PHP v4.3.5, MySQL v3.23.49 . . . does that cover the basics? f_get_profile($uid, $user, $laston, $birth); calling function f_get_profile($uid, &$user, &$

[PHP-WIN] Problem 1 of 2 - Sessions not working

2005-04-22 Thread lists
Gentlefolk, I'm having trouble getting session functionality.  Win2K SP4, IIS 5.?, PHP v4.3.5, MySQL v3.23.49 . . . does that cover the basics? My PHP.INI file appears to be properly configured for session usage - at least, it is set according to what document specs I've been able to find.  I

[PHP-WIN] Problem with pg_trace

2005-04-15 Thread Gene.Brumm
I'm not sure if this the place to ask for help, but I have tried the FAQ, Knowledge Base, etc. to no avail. I am using the Windows version 5.0.3 of PHP running on an XP workstation. I can't get the pg_trace function to work properly. Here is a code snip: $res = pg_trace("C:/PostgreSQLDevHndbk/tmp

Re: [PHP-WIN] Problem with PHP functions under Win2K3

2005-04-07 Thread M. Sokolewicz
Ken wrote: On Apr 7, 2005 12:11 PM, Juhász Zoltán <[EMAIL PROTECTED]> wrote: Hi! I installed PHP 4 on Windows 2003 Enterprise to test it. Some functions cannot work, example $REMOTE_ADDR, $HTTP_ACCEPT_LANGUAGE, etc. All functions get back an error: Notice: Undefined variable: HTTP_ACCEPT_LANGUAGE i

[PHP-WIN] Problem with PHP functions under Win2K3

2005-04-07 Thread Ken
On Apr 7, 2005 12:11 PM, Juhász Zoltán <[EMAIL PROTECTED]> wrote: > > Hi! > > I installed PHP 4 on Windows 2003 Enterprise to test it. Some functions > cannot work, example $REMOTE_ADDR, $HTTP_ACCEPT_LANGUAGE, etc. > All functions get back an error: > > Notice: Undefined variable: HTTP_ACCEPT_LA

  1   2   3   4   5   >