php-windows Digest 10 May 2006 17:18:28 -0000 Issue 2959
Topics (messages 26899 through 26903):
Unbiased stok strategies and information from experts Latest stuff
26899 by: Kimberly
Watch this stck go on Tuesday Contd it isday [DETAILS] daemons marines
26900 by: cotchco
Re: PHP 5.1.4 not populating $_POST array on IIS6 reliably
26901 by: Edin Kadribasic
26902 by: Network Admin
PHP 5.1.4 / FastCGI Error
26903 by: Mike Milano
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 ---
Radar for helping you make stok market decisions stok recommendations on
short-term trading Investment tips and stok recommendations helping to earn
more Key stok factors analyzed by professional experts
See our offer: CHINA GOLD CORP
Symbol: CGDC
Current Price: 1.90
You can see China’s developing gold boom is building momentum. Rare opportunity
for early investors!
Why consider CHINA GOLD CORP (CGDC)? See nowadays what happened:
• Rising gold prices are further accelerating this gold rush - The price of
gold has up 250% over the past five years, and this is still only a quarter of
when the price peaked 25 years ago. (Adjusted for inflation.)
• HUGE gold discovery in southwestern China - Resources have already been
estimated by analysts at 14 million ounces...and the number keeps climbing.
• China is the world’s last great under-explored land-mass - Locked away in a
Marxist time-warp with limited exploration technology, China’s rich virgin gold
fields have been overlooked and ignored until recently.
• China is already the world’s 4th largest producer of gold — and will soon be
the world’s #1 producer AND #1 consumer. The country is going gold-crazy!
• Foreign gold companies are now welcome - and the laws have been changed to
provide full legal protection.
CURRENT NEWS: China Gold Corp. Announces Five for One Forward Stock Split
China Gold Corp. (CGDC - News) is a Nevada Corporation, engaged in gold and
minerals exploration and development of gold and mineral properties in China.
The company is pleased to announce today that the board of directors has
approved a five-for-one forward stock split. The record date for the forward
stock split is to be effective closing Friday, May 12, 2006. Stockholders of
the record date will be entitled to four additional shares of common stock for
each share of common stock held on that date.
ABOUT THE COMPANY
China Gold Corp. is a Nevada Corporation, engaged in gold and minerals
exploration and development of gold and mineral properties in China. China Gold
Corp. is dedicated to delivering growth to the shareholder by employing a
disciplined business methodology through acquisitions and joint ventures. The
Company seeks to acquire properties with the following development criteria:
largely unexplored but highly prospective geological regions, ability to
generate near-term revenue and cash flow, tremendous geological potential for
world-class economic deposits.
Conclusion:
The Example Above Show The Awesome, Earning Potential of Little Known Company
That Explode Onto Investor's Radar Screens; Many of You Are Already Familiar
with This. Is CGDC Poised and Positioned to Do that For You? Then You May Feel
the Time Has Come to Act... And Please Watch this One Trade tomorrow! Go CGDC.
Price-sensitive insider information on stoks to boost revenues stok purchase
recommendations and short term trading tips Most reliable methods of stok
analysis increasing your bottom line Investment tips and stok recommendations
helping to earn more
stok recommendations on short-term trading stok purchase recommendations and
short term trading tips
Better one house spoiled than two Better a meal of vegetables where there is
love than a fattened calf with hatred One cannot quarrel without an opponent
Revenge is a dish best served cold. Fools rush in where angels fear to tread
Cat foot soft but he ah scratch bad. Quickly come, quickly go The early bird
catches the worm All good things must come to an end No husband has ever been
shot while doing the dishes. One man's meat is another man's poison.. An heart
that deviseth wicked imaginations, feet that be swift in running to mischief.
Use soft words and hard arguments He who awaits much receives little Pain is
temporary, victory is forever Admiration is the daughter of ignorance Lots of
people confuse bad management with destiny Experience is better bought than
taught It is better to love and lost than never to love at all No Good Building
Without a Good Foundation Haste makes waste. The proverbs of Solomon the son of
David, king of Israel. He knows best what good is that has endured evil A
positive pessimist is better than a negative optimist. Better a dry crust with
peace and quiet than a house full of feasting, with strife Lil ah sick, big a
get better. Better die with honor than live with shame Any fool can criticise,
condemn and complain and most fools do War does not always decide who it right
but it always decides who is left! Nah because dog ah play with yuh he nah bite
yuh. Cat foot soft but he ah scratch bad. If yuh nah get wing, nah ah guh a
bird sport.
--- End Message ---
--- Begin Message ---
GAPJ- GOLDEN APPLE OIL/GAS
Keep an Eye on this one
This weeks Pick, Company already has solid potential
Current Price: $ 0.55
5 Day Projected : $ 1.00
Golden Apple Oil and Gas, Inc. and Franklin Ross Securities Complete
Private Placement
Golden Apple Oil and Gas, Inc. (GAPJ - News) is pleased to announce it
has completed the initial private placement with Franklin Ross
Securities of New Jersey.
The terms of the deal provide for Franklin Ross to purchase 181,818
shares of Golden Apple Oil and Gas, Inc. restricted stock priced at
10 per share.
The company is currently negotiating with several investor groups for
the next phase of financing.
Headquartered in Phoenix, Arizona, Golden Apple is an independent oil
and gas producer with a focus on North and South American properties.
The Company applies advanced technologies to systematically explore and
develop its oil and natural gas opportunities. Golden Apple focuses its
activities where technology can be used effectively to maximize returns
on invested capital by reducing drilling risk and enhancing its ability
to cost-effectively grow reserves and production volumes.
Golden Apple Oil and Gas, Inc has opened a Canadian office in Toronto,
Ontario to facilitate the management of its Canadian operations. All
correspondence and communication will continue to be serviced by the
company's head office staff in Phoenix Arizona.
This looks very lucrative in coming weeks,
Get GAPJ First Thing TODAY
Get In Now don't regret later
--- End Message ---
--- Begin Message ---
If you can use the packet sniffer, is it possible for you to send to
content of the request that is made to PHP that fails.
Edin
Network Admin wrote:
> Hi all,
>
> We've got an odd one here.
>
> Windows 2003 SP1, IIS6 running with PHP 5.1.4 as an ISAPI module.
>
> Form submission method is POST, and the data is coming from a form
> inside outlook 2003 (although 2000 and 2002 versions exhibit the same
> issue).
>
> The issue is this:
>
> Around 10% to 15% of the time PHP will not populate the $_POST variable
> when the form is submitted from Outlook.
>
> Things we have figured out:
>
> 1) PHP 5.1.4 is the most reliable (5.0.5 is terrible on this, 5.1.2 is
> somewhere in between).
> 2) Outlook is always POSTing the data to the web server (I used a packet
> sniffer to make sure of this).
> 3) It *always* works if we submit to an ASP handler page on the same IIS
> server.
> 4) We've ruled out any network devices (such as firewalls) by running a
> test webserver inside our firewall (again, 2003 SP1 with IIS6 and PHP
> 5.1.4)
> 5) The $_POST variable is always populated if submitting from a web
> browser, or a web based email client.
> 6) The failure sequence is random - sometimes you can submit 15 times in
> a row correctly, sometime it will fail on the first attempt.
> 7) We have made a test form HTML (for sending in an email) and a test
> handler (which does print_r($_POST); and nothing else) - we can see
> failures even with that - files can be sent on request.
>
> I've been going mad over this ... any help would be appreciated.
>
> Thanks
> Jason
>
--- End Message ---
--- Begin Message ---
Hi,
Thank for replying ... the contents of the POST request headers are as follows:
Received: POST /reg/landing.asp HTTP/1.1
Accept: */*
Accept-Language: en-gb
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
.NET CLR 1.1.4322; .NET CLR 2.0.50727)
Host: polaris.emarket2.com
Content-Length: 262
Connection: Keep-Alive
Cache-Control: no-cache
submitaction=Insert&IDALIAS=TEST&FIRSTNAME=Jason&LASTNAME=Bramley&[EMAIL
PROTECTED]&JOBCODE=+&RESEARCHING=Everything&INT01=Y&INT13=Y&INT03=Y&INT15=Y&INT05=Y&INT17=Y&INT07=Y&INT19=Y&INT09=Y&INT21=Y&INT11=Y&INT23=Y&ASSISTANCE=Yes&submit.x=123&submit.y=22
At 03:22 PM 09/05/2006, you wrote:
If you can use the packet sniffer, is it possible for you to send to
content of the request that is made to PHP that fails.
Edin
Network Admin wrote:
> Hi all,
>
> We've got an odd one here.
>
> Windows 2003 SP1, IIS6 running with PHP 5.1.4 as an ISAPI module.
>
> Form submission method is POST, and the data is coming from a form
> inside outlook 2003 (although 2000 and 2002 versions exhibit the same
> issue).
>
> The issue is this:
>
> Around 10% to 15% of the time PHP will not populate the $_POST variable
> when the form is submitted from Outlook.
>
> Things we have figured out:
>
> 1) PHP 5.1.4 is the most reliable (5.0.5 is terrible on this, 5.1.2 is
> somewhere in between).
> 2) Outlook is always POSTing the data to the web server (I used a packet
> sniffer to make sure of this).
> 3) It *always* works if we submit to an ASP handler page on the same IIS
> server.
> 4) We've ruled out any network devices (such as firewalls) by running a
> test webserver inside our firewall (again, 2003 SP1 with IIS6 and PHP
> 5.1.4)
> 5) The $_POST variable is always populated if submitting from a web
> browser, or a web based email client.
> 6) The failure sequence is random - sometimes you can submit 15 times in
> a row correctly, sometime it will fail on the first attempt.
> 7) We have made a test form HTML (for sending in an email) and a test
> handler (which does print_r($_POST); and nothing else) - we can see
> failures even with that - files can be sent on request.
>
> I've been going mad over this ... any help would be appreciated.
>
> Thanks
> Jason
>
--
PHP Windows Mailing List (http: //www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
With PHP 5.1.2, FastCGI works fine.
I downloaded the PHP 5.1.4 binaries and replaced my 5.1.2 install. I now
get the following error when I load a PHP page.
***
HTTP/1.1 503 Server too busy Server: Microsoft-IIS/5.1 Date: Wed, 10 May
2006 17:09:58 GMT Connection: close Content-Type: text/html Server
Error, unable to connect to fastcgi server.
***
Additional Information:
IIS5, PHP5.1.4, isapi_fcgi.dll
The page I'm testing just contains the phpinfo() function.
There are no errors showing up in the event log.
When I configure IIS to php-cgi.exe, the page loads as expected.
--- End Message ---