F.Y.I.
-- Forwarded message --
From: Michael Ridinger
Date: 29 March 2011 00:47
Subject: Re: [INTERNALS-WIN] Re: php_yaz php5.3.5 windows
To: rquadl...@googlemail.com
Cc: Richard Quadling
Richard,
This was awesome... I've been out of the office working on related
issues but
dnesday, June 25, 2008 6:33 AM
Subject: [PHP-WIN] Fwd: php-windows Digest 25 Jun 2008 00:22:47 - Issue
3494
hi sukhwinder
r u using "exit" after header. use exit after redirecting.
there might be chance that will solve a problem bcz i have already heard
abt
th
hi sukhwinder
r u using "exit" after header. use exit after redirecting.
there might be chance that will solve a problem bcz i have already heard abt
this kind of problem with IE.
-- Forwarded message --
From: <[EMAIL PROTECTED]>
Date: Wed, Jun 25, 2008 at 12:22 PM
Subject: php-w
hi anton
you can try utf8_encode function of php .it worked for me in a similar
situation.
Cheers.
-- Forwarded message --
From: <[EMAIL PROTECTED]>
Date: Tue, May 20, 2008 at 1:39 AM
Subject: php-windows Digest 19 May 2008 13:39:11 - Issue 3474
To: php-wind
Sessions are stored on the server, so u can set the ur session time by
using ini_set function of the php if the server setting allows u to do
so.
-- Forwarded message --
From: <[EMAIL PROTECTED]>
Date: Thu, Apr 24, 2008 at 4:49 AM
Subject: php-windows Digest 23 Apr 2008 16:49:27
Hi,
as additional information.
I've to execute a batch file that launch another batch as a domain
privileged user to perform some domain administrative tasks.
Do you have any idea? how can I do that?
Thanks a lot for your help.
Regards
Dave
--
PHP Windows Mailing List (http://www.php.net/)
Okay, Problem solved. You're great man...
I downloaded the stable version and it runs well.
Yes, I'm using dev version PHP 5.2 downloaded from
http://snaps.php.net/
Regards,
Arief K
On 10/5/06, Niel Archer <[EMAIL PROTECTED]> wrote:
Hi
that looks like you have a newer version of module compare
Hi
that looks like you have a newer version of module compared to PHP.
Your original post said you had PHP v5.2, as the current stable release
is only 5.1.6, I'd suggest you check again. If necessary download, and
install again
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscr
I found this on Apache Error log :
PHP Warning: PHP Startup: gd: Unable to initialize module\nModule
compiled with module API=20060613, debug=0, thread-safety=1\nPHP
compiled with module API=20050922, debug=0, thread-safety=1\nThese
options need to match\n in Unknown on line 0
Any suggestion ?
On 10/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Does it say that you have enabled GD2 when you output PHPINFO()?
Tryst
-Original Message-
From: [EMAIL PROTECTED]
To: php-windows@lists.php.net
Sent: Wed, 4 Oct 2006 3.33AM
Subject: [PHP-WIN] Fwd: ImageCreate() fu
elelse-
Fra: Arief Kurniawan [mailto:[EMAIL PROTECTED]
Sendt: 4. oktober 2006 04:34
Til: php-windows@lists.php.net
Emne: [PHP-WIN] Fwd: ImageCreate() function Problem
Dear All,
I'm using :
- Apache 2.2.3
- PHP 5.2
- On Windows XP SP2
Executing a simple code :
On Execution I Got :
Fatal
Dear All,
I'm using :
- Apache 2.2.3
- PHP 5.2
- On Windows XP SP2
Executing a simple code :
On Execution I Got :
Fatal error: Call to undefined function imagecreate() ..
In php.ini :
extension_dir = "c:\php\ext"
;php_gd2 extension uncommented
extension=php_gd2.dll
Restarted many time
Please send messages to the newsgroup... not to my personal mailbox.
Original Message
Subject: Re: php.ini - cookies
Date: Mon, 21 Feb 2005 16:56:53 -
From: Christian Tischler <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Thanks for that.
I have tried your suggestions but no
Just more on this. Check what happens to the HTML rendered by the PHP
script:
Original Message
Subject:[php-gurus] PHP renders funny
Date: Mon, 24 Jan 2005 17:18:16 +0200
From: Louis Young <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: php-windows@
,
Neil Smith.
At 10:17 07/01/2003 +, you wrote:
Message-ID: <001c01c2b5fc$89147300$a652dbd9@mottaghi>
From: "Mottaghi" <[EMAIL PROTECTED]>
To: "PHP Windows Helplist" <[EMAIL PROTECTED]>
Date: Tue, 7 Jan 2003 06:56:09 +0330
MIME-Version: 1.0
Content-Type: t
<[EMAIL PROTECTED]>
Sent: Tuesday, January 07, 2003 3:43 PM
Subject: Re: [PHP-WIN] Fwd: Re: Subject: GD, UNICODE & RTL
> Well if you *insist* on using GD - but I promise you, CSS is a better way
> to do this.
>
> You will need to generate your string, spilt the string into an
lt;[EMAIL PROTECTED]>
Sent: Monday, January 06, 2003 2:14 PM
Subject: [PHP-WIN] Fwd: Re: Subject: GD, UNICODE & RTL
> Oops - missed a bit :
>
> Look here for mozilla information and examples on bi directional text:
>
> http://www.langbox.com/bidimozilla/
>
> Also chec
Oops - missed a bit :
Look here for mozilla information and examples on bi directional text:
http://www.langbox.com/bidimozilla/
Also check "text-kashida-space" and "writing-mode " here :
http://www.georgehernandez.com/xWebs/CSS/CSSAttributes.htm
regards,
Neil.
Date: Mon, 06 Jan 2003 10:42:0
Original Message
Subject: Re: [PHP-DB] convert 2 dates to number of hours
Date: Mon, 30 Sep 2002 16:43:14 +0100
From: José Moreira <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: Chris Boget <[EMAIL PROTECTED]>
CC: PHP-DB <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
here are the gifs...
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Use this :
$comes_from=array(HTTP_VIA
, HTTP_X_COMING_FROM
, HTTP_X_FORWARDED_FOR
, HTTP_X_FORWARDED
, HTTP_COMING_FROM
, HTTP_FORWARDED_FOR
, HTTP_FORWARDED);
// This array *should* hold most of the possible headers identifying the
remote IP address.
// Credit to [EMAIL PROTECTED] for this lis
In case anyone missed this on the general and announce lists:
-- Forwarded Message --
Subject: [PHP] PHP 4.1.0 Win32 binaries now available
Date: Wed, 12 Dec 2001 13:18:08 +0200
From: Zeev Suraski <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
http://www.php.n
Mark,
This is not a "I want to point out flaws in IIS" thread. Start one if you
want to, but let's keep this as "I need help with PHP installation on IIS"
thread. I trying to solve the same problem that Craig is having. The last
thing someone wants to hear is someone telling him to give up and
On Wed, 26 Sep 2001 09:48:36 +0200, Jason Bourne wrote:
>George,
>
>I do not think so, as application become platform indipendant there
>is no
>need to keep it running on ms. Then you can choose for an cheaper
>stable
>platform.
>
>Regards,
on a related note, how many more viruses must it help sp
George,
I do not think so, as application become platform indipendant there is no
need to keep it running on ms. Then you can choose for an cheaper stable
platform.
Regards,
Jason
"George Pitcher" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Alternately,
Alternately, it would be useful for those who have no choice but to work on
MS OS machines, to be helped in overcoming their problems.
In one sense, making PHP cross-platform takes away one of the motives to
change to Linux/Unix/Mac.
Speaking as one who has NT boxes with IIS and Apache as well a
Mark,
I understand your problem, i have the same problems. Customers of mine
demand running their apps on ms and iis, we have no choice. 70% till 90% of
their apps are running only on ms and they want 1 standard. So a decision to
choose another platform then ms is most of the time strategically a
On Tue, 25 Sep 2001 23:33:52 +0200, Didier Geheniau wrote:
>mark,
>
>If people like you don't question the decisions other people in
there
>choice of platforms, but instead just help to make solutions like
php
>more portable (by making it work on questionable platforms) in
future
>company's will c
mark,
If people like you don't question the decisions other people in there choice
of platforms, but instead just help to make solutions like php more portable
(by making it work on questionable platforms) in future company's will
choose for better platform because there applications become indip
? you posted an IIS question to a php list and now you're complaining
about not getting a useful response?
On Tue, 25 Sep 2001 08:15:16 -0500, Craig Morrison wrote:
>
>It's answers like this that persuade people to find another solution
>(read--product) to their problems.
um, that was the whole
On Tuesday 25 September 2001 2:15 pm, Craig Morrison wrote:
> Now does anyone have anything useful to add to the discussion?
Maybe you need to give us more info. Clearly the problem is to do with
permissons - when you run php in cgi mode, IIS does the authentication, in
the event of a non-anon
It's answers like this that persuade people to find another solution
(read--product) to their problems. If you don't have anything useful to say,
please keep your mouth shut.
Corporations and businesses make decisions that admins can not over-ride. This
is a case where IIS is being thrust upon u
On Mon, 24 Sep 2001 17:13:00 -0500, Craig Morrison wrote:
>
>Bill and I have been having numerous problems getting IIS and PHP to
>cooperate
>with each other. NT4 server, PHP 4.0.6, IIS 4. 'install.txt' has
>been followed
>to the letter.
>
>Xitami 2.4d7 is installed on the servers also for testing
Bill and I have been having numerous problems getting IIS and PHP to cooperate
with each other. NT4 server, PHP 4.0.6, IIS 4. 'install.txt' has been followed
to the letter.
Xitami 2.4d7 is installed on the servers also for testing purposes, PHP works
without a hitch.
Suggestions?
Orig
ATTENTION!
I Found this company on the internet. They came very highly recommended
by several of my friends and associates. They have the most qualified leads I
have ever worked. Forget those generic phone leads... sign up 5 out of
15 or more every time!!
They Are having a 33% off sale thi
Hey...Janet Here... We Haven't Talked In So Long!!
How Have You Been? Thought I would Forward you this email!
I usually delete these but I opened this one, like what I saw,
and thought you would like to see this.
http://www.geocities.com/rush009900/
IF THE LINK IS NOT HIGHLIGHTED OR YOU CA
hi there,
please take a moment to check out the newest cash offer.
cash is waiting for you! Click Below
Or copy the link and paste it in your browser
http://www.geocities.com/omega99/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addition
Dear Friends & Future Millionaire:
AS SEEN ON NATIONAL TV: ''Making over half million dollars
every 4 to 5 months from your home for an investment of only
$25 U.S. Dollars expense one time''
BE A MILLIONAIRE LIKE OTHERS WITHIN A YEAR!!! Before you say
''Bull'', please read the following. This
Dear Friends & Future Millionaire:
AS SEEN ON NATIONAL TV: ''Making over half million dollars
every 4 to 5 months from your home for an investment of only
$25 U.S. Dollars expense one time''
BE A MILLIONAIRE LIKE OTHERS WITHIN A YEAR!!! Before you say
''Bull'', please read the following. This
39 matches
Mail list logo