Hi,
On Thu, Oct 20, 2011 at 1:54 PM, Daniel Brown wrote:
> On Thu, Oct 20, 2011 at 08:02, Jon Watson wrote:
> > Hi All,
> >
> > I subscribed to this list thinking that this is where I would get
> security
> > update notices, but this appears to be more of a gene
Hi All,
I subscribed to this list thinking that this is where I would get security
update notices, but this appears to be more of a general list. I've looked
at all the lists available on PHP.net and I don't see one specifically about
security.
Can someone tell me which list I should sub to in or
On Wed, Oct 19, 2011 at 11:54 AM, Jim Lucas wrote:
> On 10/19/2011 7:00 AM, Jon Watson wrote:
> > Hello All,
> >
> > I am trying to make some sense of this PHP5 security vulnerability notice
> > from 18 October 2011:
> >
> > http://comments.gmane.org/gm
rsion
numbers so I am having trouble understanding what needs to be done.
Thanks.
--
Jon Watson
Systems Engineer
Teamspace Canada
Suite 304 Bedford Tower
1496 Bedford Highway, Bedford, NS, Canada B4A 1E5
Phone: 902.444.3490 x | Fax: 902.444.3495
email: jon.wat...@teamspace.ca
Bah, forgot to reply-all
On Tue, Feb 1, 2011 at 11:59 AM, Jon Hood wrote:
> Using pcntl_fork mostly accomplished what I wanted (I had to go back and
> create the actual connection in each of the forked processes, otherwise, the
> first process that ended would destroy the connection to
ning on linux (distribution doesn't matter - currently Debian, but I
can change it to whatever if there's a reason). Most is financial data that
needs ordered.
I'm going to explore the pcntl_fork option some more...
Thanks!
Jon
l. So
- what is the preferred method of pulling data from multiple locations in
parallel?
Thanks,
Jon
Phpster gmail.com> writes:
>
> It's already done
>
> http://wso2.com/products/web-services-framework/php/
>
I don't know what that has to do with what I asked.
I found the answer on my own:
./configure --enable-soap=shared
Produces a modules/soap.so file that can be loaded in to php at run
Is it possible to build SoapClient as a loadable extension? For various
reasons, I don't want to have to recompile PHP from scratch. It would be much
simpler to just distribute another .so and .ini file.
How would I do that, if it's possible?
-jsd-
--
PHP General Mailing List (http://www.php
e top of the list
yesterday..."); more effort to demonstrate randomness to the client ("OK,
see how you're in ninety-third place today? Well, check again tomorrow and
you should be somewhere else on the list").
Hopefully food for thought anyway.
Cheers
Jon
--
PHP General Mailing
Hi Jordan,
> Do you somebody know some simple text editor with buttons
> for bold italic etc.
TinyMCE is worth a look:
http://tinymce.moxiecode.com/
HTH
Jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, 10 Jul 2009 13:29:31 -0400
Bastien Koert wrote:
> On Fri, Jul 10, 2009 at 1:23 PM,
> workerho...@studysite.eu wrote:
> > hmm, the infrastructure ist good, this is just this query
> > so to solve my problem i could run mysql on the application server
> > and store just this table
> > a
Hi,
The php scripts works OK on windows 2000 server ( it supports chinese,
english & japanese - UTF-8 encoding) but it shows ??? ( non-english chars )
when copied to IIS7 + Fastcgi on windows 2008.
Is there some settings to change in php.ini ?
Regards,
Jon Lau
--
PHP General Mai
Terion Miller wrote:
*Warning*: Cannot modify header information - headers already sent by
(output started at
C:\Inetpub\Xampp\htdocs\SNLeader\WOSystem\Welcome.php:31)
in *C:\Inetpub\Xampp\htdocs\SNLeader\WOSystem\inc\dbconn_openTest.php* on
line *3*
Line 32-36 are:
". $msg ."";
}
?>
st
Wow! Thanks all. It seems `implode` is what I wanted.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi, I'm new to PHP. I have an array that I would like to convert into a string.
For example, I have
array(
0 => "Good morning",
1 => "Good afternoon",
2 => "Good evening",
3 => "Good night"
);
Now I would like to convert the array to something like:
"Good morning Good afternoon Good evening Goo
Vinny Gullotta wrote:
Well, what I need to be able to do is then take the numbers of each
count and figure out which is used the most. We use this database to log
actions taken on servers in our network. What my boss wants me to come
up with is a list of which commands are issued the most, whic
Neil wrote:
Hi Thanks
I have tested the path, that works fine. I set up a dummy file on the
same path just to check that, it found that and printed out some echo'd
text from that file.
I can see the content of core_js.php file in the the IE view source view.
debugging javascript in IE i
Matt Palermo wrote:
I'm using the following command and I'm not getting any feedback:
exec("echo 'adminPass' | sudo -u adminAccount -S whoami", $f, $r);
Both $f and $r don't contain any data. This leads me to believe that
the command is not being run for whatever reason. Is there something
R B wrote:
Hello,
I´m developing a PHP system that needs one of these lines in the .htaccess,
depending of the server configuration:
AddHandler application/x-httpd-php .xyz
or
AddHandler application/x-httpd-php4 .xyz
or
AddHandler application/x-httpd-php5 .xyz
How can i detect "on the fly"
Chetan Rane wrote:
But this does not work:
do this:
f = new Foo();
}
}
$x = new Bar();
print_r($x->f);
?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Wed, Jun 18, 2008 at 9:19 AM, Nate Tallman
<[EMAIL PROTECTED]> wrote:
> Not to beat a dead horse, but why would you *not* want to preserve the 404?
> If it's a bad url anyways, you probably *want* to return a 404 (albeit
> prettier) and you probably *don't* want search engines indexing it.
the
R.C. wrote:
I'm going to ask you PHP gurus if someone can give me a hand in trying to
get this resolved. I'm fairly new to PHP and learning as I go.
I've got two page "login.php" and video.php. Video.php is supposed to be
protected i.e. if someone clicks on the direct link or brings up the pag
Nate Tallman wrote:
Why is an ErrorDocument "insufficient" or "not the elegant way"?
It accomplishes the goal in a clean way, no?
It's *WRONG*. ErrorDocument still preserves the 404 error code, it just
gives it a prettier face. If the page really is there, returning a 404
for it is not corr
Ryan S wrote:
Hey!
Thanks for replying.
Digging a bit more i found
RewriteEngine On
RewriteRule ^([a-z][0-9][A-Z][aA0-zZ0])$ jj.php?show=$1
But it does not work :( do you see any fault with the above?
this is an apache issue, not a php issue, so you'll probably have better
luck on an a
ches 'p' and/or 'P')
s = treat as single line
- Jon L.
On Wed, May 7, 2008 at 1:51 PM, Ryan S <[EMAIL PROTECTED]> wrote:
>
> > http://www.ezee.se/tests/para_regex2.php.txt
>
> Yep, sorry... Just add the s
>
> preg_match_all('|]*>(.*)|Uis
Another possibility...
Port the Date object implementation from ECMA/Javascript.
It has a range of +/-8.64e15, or Tue, 20 Apr -271821 00:00:00 GMT to Sat, 13
Sep 275760 00:00:00 GMT.
You know...just to have a little extra time to find something else. ;)
- Jon L.
On Wed, May 7, 2008 at 12:56 AM
probably need to be split up, since questions
about using Jabber in PHP generally belong on their JDev list.
- Jon L.
On Sun, May 4, 2008 at 12:46 PM, Richard Heyes <[EMAIL PROTECTED]> wrote:
> well, good example. but, it is not very convenient. i saw the code, it
> > used
>
tion () {
$('credits').update('Could not determine
credits.').setStyle({background: '#f00'});
}
});
}
document.observe('dom:loaded', function () {
var pe = new PeriodicalExecuter(creditsCheck, 60);
creditsCheck(pe); // fir
Whoopssorry abut the reply ;-(
Thanks for the advice...I'll start making the changes in the path.
Cheers,
Jon
On Apr 3, 2008, at 8:56 AM, Daniel Brown wrote:
On Thu, Apr 3, 2008 at 11:42 AM, Jon Wynacht
<[EMAIL PROTECTED]> wrote:
Hi Dan,
I just tried that and didn'
elds.
Any help greatly appreciated. I'm certain this is a cinch for people
who use regex often.
Thanks,
Jon
--
jon bennett
w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi:
Thanks for the answer! That worked exactly as I needed it to work!
Jon
- Original Message -
From: "T.Lensselink" <[EMAIL PROTECTED]>
To: "Jon Westcot" <[EMAIL PROTECTED]>
Cc: "PHP General"
Sent: Thursday, November 29, 200
27;m having
trouble wrapping my head around them at this early hour.
Any help you all can provide will be extremely appreciated!
Thanks,
Jon
Thanks, Rob! I can see that it's going to be important for me to get
familiar with the POSIX regular expressions.
Jon
- Original Message -
> On Wed, 2007-11-28 at 22:19 -0700, Jon Westcot wrote:
> > Hi all:
> >
> > Since I'm relatively new to PHP, I
, 0-9 and . and possibly a -), but I've got to
believe that there's some technique -- or possibly a deeply buried function --
available to me now that would be faster and easier to implement.
Any help you can provide will, as always, be greatly appreciated!
Thanks,
Jon
Hi Rob, et al.:
- Original Message -
From: "Andrés Robinet" <[EMAIL PROTECTED]>
> > -Original Message-
> > From: Jon Westcot [mailto:[EMAIL PROTECTED]
> >
> > :: gigantic snip here::
> >
> > So, long story short (oops -- to
e!), what's the concensus among the
learned assembly here? Is it faster to just UPDATE the record if it already
exists regardless of the fact that maybe only one or two out of 75 or more
fields changed versus testing each one of those 75 fields to try and figure out
which ones actually changed and then only update those?
I look forward to reading all of your thoughts.
Sincerely,
Jon
Hi Tedd:
> > YES! Exactly! Something like that would be very nice to have.
> >
> > MUCH appreciated!
> >
> > Jon
>
> Jon:
>
> Here it is:
>
> http://webbytedd.com/bbb/paging
>
> I'm assuming that you know how to estab
page would let me
> >pass along data, but it doesn't seem to be happening, at least, not
> >in the $_POST variables.
> >
> > Any suggestions for me? Or maybe a recommendation for a similar
> >page I could view and learn from?
> >
> > Thanks so much for an
e $_POST variables.
Any suggestions for me? Or maybe a recommendation for a similar page I
could view and learn from?
Thanks so much for any help you can send my way.
Jon
n, but it's late, I'm not thinking clearly, and I've
been doing data conversions all day, which is a sure-fire way to get me
emulating some Romero zombies.
Any help you can spare will be greatly appreciated.
Jon
d and couldn't believe that the
process I was running completed in just six seconds. It all boiled down to
changing (dare I say correcting?) "h:m:i" to "h:i:s" -- the "m" in question
related to the month in the date, not minutes in the time.
And thanks to
t;from page to page this way would really be helpful.
>
> Check out php sessions for passing data between pages.
>
> http://www.php.net/session
> http://www.tizag.com/phpT/phpsessions.php
I guess these will help explain things. Thanks.
Greatly appreciated!
Jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Mike, Chris, et al.:
Thanks for the info. I'm not certain if I'll be needing jquery, or what
benefits it might afford me with my meager little project, but I will check
it out.
In the meantime, Chris's snippet worked like a charm! Thanks!
Jon
--
PHP General Mai
> });
>
>
> voila
Hmmm. It didn't work for me. Do I need to change any of the code you
provided or should it work as you wrote it?
Thanks, though, for the code snippet. I'll look up its pieces to see if
I can figure out what isn't working for me.
formation has already been
displayed on the page. If that's the case, how are these other pages doing
this? Knowing how to move from page to page this way would really be helpful.
Thanks so much.
Jon
unfortunately.
Ah, don't "oops" anything! That tip was worth its weight in gold to me!
In fact, it told me where one of the typos was that was causing a syntax
error during the initial parsing. The other typo was more insidious (trying
to use count() as $count()), but just as deadly to the output.
Thanks for the great tips!
Jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ress:
City:
CHNDHT
CHNDLR
GILBER
HIGLEY
MESA
TEMPE
> > Is there some (free ) way to test a php script outside of a web page?
>
> cmd line you can do:
>
> php -l /path/to/file.php
Is this something I can access through SSH? And will it show me errors as
the script executes?
Thanks for the suggestions!
Jon
sample of this anywhere in the
manual.
While I'm on the subject, how can I get a php page to tell me where a
syntax error exists if one does instead of just giving me a blank page? Is
there some (free ) way to test a php script outside of a web page?
Thanks!
Jon
sh this type of user mollification?
Thanks,
Jon
l over what I need to update in the various settings and files and
things to get past all of the heartburn I've had over the last weeks.
> > As odd as this sounds, should I put in some type of
> > delay? Could the system be thinking it's getting flooded
> > by all of the
just under 30,000.
When I don't build the $insert_query string, I am able to read through the
CSV file completely.
As odd as this sounds, should I put in some type of delay? Could the
system be thinking it's getting flooded by all of the inserts?
Jon
--
PHP General Mai
Hi all:
As requested, here's the code:
Session.gc_maxlifetime: " . ini_get("session.gc_maxlifetime") .
"\n"; // shows 1800
echo "Max execution time: " . ini_get("max_execution_time") .
"\n"; // shows 1800
echo "Max input time: " . ini_get("max_input_time") . "\n";
// shows -1
LimitRequestSize,
is being trounced upon. Any ideas on how to find out the value currently
set for this directive? Or how I can override it? Can I override it within
my own .htaccess file?
Thanks for the suggestion!
Jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
y time, I could live with
that, but it's not. It's entirely random (or at least I haven't seen the
pattern yet), and that just makes me ill.
Jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
file
instead; at least I seem to have some control over that file.
I'm really starting to hate shared servers.
Jon
- Original Message -
From: "Wolf" <[EMAIL PROTECTED]>
To: "Jon Westcot" <[EMAIL PROTECTED]>
Cc: "PHP General"
Sent:
e; it's about 56 MB in size
and nothing I do seems to let me upload anything larger than a 2MB file. :(
How do I save the individual query statements to a file? That may give
me a good option for checking a "log" of activity when the process fails
again.
Thanks for your suggestions!
Jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ere), but is there some
other value I should adjust, too?
Thanks for all of your continued help and assistance! And please don't
argue over "best" ways to solve my problem -- ALL suggestions are welcome!
(Even if I don't know thing one about CLI or even how to access it. )
Jon
ently, say every 100
records?
I'm really struggling with this concept here, and I appreciate the help
that everyone is giving me!
Jon
- Original Message -
From: "Jochem Maas" <[EMAIL PROTECTED]>
To: "Jon Westcot" <[EMAIL PROTECTED]>
Cc: "PHP
Hi Nathan:
No, I'm not familiar with Ajax. Where can I read up on it? More
important, how can I find out if Ajax is implemented on the server? Or is
it something I can add myself?
Thanks again,
Jon
- Original Message -
From: "Nathan Nobbe" <[EM
need to place in the full
value?
Thanks again; this solution may be exactly what we need!
Jon
- Original Message -
From: Nathan Nobbe
To: Jon Westcot
Cc: PHP General
Sent: Sunday, November 04, 2007 5:05 PM
Subject: Re: [PHP] Question about php.ini file
On 11/4/07, Jon We
de will be greatly appreciated!
Jon
Hi Nathan:
I'm not certain if I have all of the items you've mentioned, but I'll look
into it. And thanks for the link; I'll check that out, too.
Jon
- Original Message -
From: Nathan Nobbe
To: Jon Westcot
Cc: PHP General
Sent: Sunday, November 04, 2007
I'm trying to increase this size, not decrease
it.
Could it be the line-ending characters that are causing the problem?
Could PHP be seeing the new file but not realizing how to process it, which
would cause the values to flop over to their defaults?
Thanks,
Jon
- Origin
size
memory_limit
max_execution_time
max_input_time
If anyone knows of upper limits for these, I'd appreciate learning about
them.
As always, any help you can send my way will be greatly appreciated!
Thanks,
Jon
ly being sent? All I
think I really need is the NAME of the file, not its actual contents, since I'm
hoping to use fopen() to open the file and then to use fgetcsv() to retrieve
the contents.
ANY help you all can send my way will be greatly appreciated!
Thanks in advance,
Jon
n for your help,
Jon
- Original Message -
From: "Jon Westcot" <[EMAIL PROTECTED]>
To: "PHP General"
Sent: Wednesday, October 24, 2007 1:22 PM
Subject: Re: [PHP] Can a PHP script process a file on a remote computer?
> Hi Andrew:
>
> Thanks for the
over to it?
Also, can I adjust the allow_url_fopen setting from within a PHP script,
or do I need to manually set it in the PHP.INI file? The server I'm
using -- not my own; this is for a friend -- is a shared server with GoDaddy
and they make it so incredibly hard to find anything.
Thank
Thanks, Wolf. I'm going to have to do a lot of long processes -- uploads,
queries, and the like -- and I appreciate knowing that I can adjust that.
Now if I can just find the PHP.INI file (Stupid GoDaddy-shared-domains;
can't find anything on 'em.)
Jon
- Original Mes
me will be GREATLY appreciated!
Thanks,
Jon
othing showed up.
I appreciate the help you've given. I'll just have to wait and see if
the person who owns the site is able to get anywhere with the GoDaddy tech
support.
Thanks again,
Jon
- Original Message -
From: "Nathan Nobbe" <[EMAIL PROTECTE
ection in the output indicated any dBase settings whatsoever.
I'm fearing that I'm going to have to find some other way to handle the
extraction of data from DBF files if I can't get this to work.
Thanks again for your help.
Jon
- Original Message -
From: Nat
Hi again:
Thanks for the info. From what I can see, GoDaddy does NOT provide access
to ssh. Any other thoughts? Or is there some way to tell me, in general
terms, how to configure PHP to allow the dbase functions to be used?
Jon
- Original Message -
From: Nathan Nobbe
To
Hi again, Nathan:
I'm not certain how to get to a command line. The server is a shared
server provided by GoDaddy, if that's any help. They told me that I needed to
change something in the .htaccess file, but that didn't sound right at all.
Thanks again for your hel
Hi Nathan:
I have no idea. Where would I look to find this out? Will phpinfo() give
me this? And, if so, where would I find it?
Jon
- Original Message -
From: Nathan Nobbe
To: Jon Westcot
Cc: PHP General
Sent: Thursday, October 11, 2007 5:00 PM
Subject: Re: [PHP] Need
is.
Can someone out there help me out? All help will be greatly appreciated!
Thanks,
Jon
Steve Marquez wrote:
I am attempting to alternate the colors of the container DIV. Anyone know
how to do this?
I've used variants of this:
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e image *inside* the HTML, which you can't do. You need to link to the
"image" (which may be an image fetcher script), for example:
And have a corresponding "image.php" script that does the header and
binary output.
jon
--
PHP General Mailing List (http://www.p
ype());
readfile("/path/to/secure/" . $file->getFileName());
Then just make sure that the "/path/to/secure/" (as in the example
above) is not readable by web users by some means.
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hat binary. The same goes if it was
built as a FreeBSD port - they should probably know that their default
port builds are segfaulting.
I think Stut's advice for troubleshooting is a good path to take as well.
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ome-brewed or out-of-date AJAX/JSON framework users beware!
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
cters pasted into a string, and it did exactly what I'd expect.
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
7;t like the work the designer has done, you can hire another
and plug-in different style sheets.
Depending on the calibre of designer, I think that integration may be a
bit of a headache in the end though.
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
a
few entries in this thread, entertaining though it is. :-)
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
whatever.
From the faq: http://msdn.microsoft.com/vstudio/express/support/faq/
*4.**Can I use Express Editions for commercial use?*
Yes, there are no licensing restrictions for applications built using
the Express Editions.
jon
--
PHP General Mailing List (http://www.php.ne
ontained development environment.
"Argumentum ad populum" doesn't apply in the usage-for-development case.
It's not asking "If everyone else jumped off a bridge would you jump
too?" It's asking "If everyone else jumped off a bridge, would you
design your br
browser doesn't support it, then it works
anyway.
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Greg Donald wrote:
$_SERVER['HTTP_REFERER'] is unreliable.
http://us2.php.net/manual/en/reserved.variables.php#reserved.variables.server
So?
In the context, I think the only thing that matters is that other people
don't link to his jar file from other websites.
jon
application/java-archive');
readfile('/path/to/real/jarfile.jar');
exit(0);
}
There are probably lots of other ways to do that kind of thing.
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[name] => Havaianas Margaridas Yellow
[size] => 5 (37/38)
[quantity] => 1
)
[2552] => Array
(
[name] => Havaianas Flash White
[size] => 5 (37/38)
[quantity] => 1
)
)
I need to keep the indexes if poss.
Many th
er command-line PHP process by calling system() or similar.
*I think there is no php functions/way to do so, so isn't it a bug?
(missing important
feature).
IMO, it's expected behavior.
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
text/html. If you want to force those HTML parts as attachments you
could use application/octet-stream for the content type - mail readers
should treat them as binary. Whatever mime class you're using should
hopefully take care of any encoding that may or may not be necessary.
jo
I've been trying to smoke out some problems with APC under high load.
We're using PHP 4.4.6 and APC 3.0.13. We are finding loads of this in
our error log:
realpath failed to canonicalize PEAR.php - bailing
I know APC prefers you to use absolute paths but lots of PEAR modules
just do require_
omain per vhost. :-)
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ng a
boolean, which is what you want according to the above paragraph?
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
meout to "spawn" the second request from PHP. You could likely
also do it with JavaScript/AJAX. There are probably lots of other ways,
in fact there may have been a discussion here some time ago about it
though I don't remember the outcome.
jon
--
PHP General Mailing List (http://
Without any more than a few minutes worth of work, you can make MySQL do
that with replication. Your in-store system could act as a slave to for
the central system databases (any central updates trickle down to the
slave automatically) and your in-store machine could be the master for
the store
p.net/manual/en/ref.pdf.php
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the odd object structure.)
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ere
were no instructions on installing it, and there is no configure script.
Why use pecl? It's built-in to PHP.
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
1 - 100 of 1132 matches
Mail list logo