[PHP] SOAP client and SSL version 3

2011-07-22 Thread Pawel Furtak
Hello, I'm trying to enforce ssl version 3 for PHP Soap client. Is it possible somehow ? Pawel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Is it PHP Bug - memory leak ?

2008-12-27 Thread Pawel Rutkowski
null; in test code it works without errors. But is I always need to add 'null' ? I'm asking because I have some site which genereating many errors like "Actual location (location was relayed)". Thanks Pawel R. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Finding user's timezone

2006-11-03 Thread Pawel Miroslawski
Hmm... in $_SERVER array you get a client IP so You know client coutry. if exists a list of ip numbers and coutries should be exists list coutries and timezones too, so it should be easy. Eventually you may create short list of this countries what will be visitors from (or only biggest coutries).

Re: [PHP] preg_replace (again)

2006-09-20 Thread Pawel Miroslawski
Hi it's example script: '; $replacements[1] = ''; echo preg_replace($patterns, $replacements, $string); ?> It should be ok, but i don't test it. Pawel

Re: [PHP] Re: Most stable combination of AMP?

2006-09-20 Thread Pawel Miroslawski
On 9/20/06, Kae Verens <[EMAIL PROTECTED]> wrote: James Tu wrote: > Hi: > > I'm trying to setup a dev environment using Apache, MySQL and PHP...to > develop an application that will go to production. > What is the most stable versions of the AMP components should I can > install? > > The product

[PHP] XML and external parameter entities

2002-06-27 Thread Pawel
- as the name suggests, the file "00-entities-00" contains common general entities shared between multiple .xml's Expat's external_entity_ref_handler doesn't catch parameter entities, but I'm not even sure it should. My question is: How should I parse somethin

RE: [PHP] bulk mail()

2002-06-14 Thread Pawel
putting 120 email addresses in one bcc will surely get your email classified as spam > > So, what options do I have? > > > > Break the mailing list up into batches of 40 or so? How would I implement > > something like this? > > you could try adding a column in your

[PHP] XML and parameter entities

2002-06-14 Thread Pawel
as the name suggests, the file "00-entities-00" contains common general entities shared between multiple .xml's Expat's external_entity_ref_handler doesn't catch parameter entities, but I'm not even sure it should. How should I parse this ? Any hints apprec