I have the same problem with PHP-5.2.3 on my freebsd 6.2. After commenting
recode, sockets, ming, sysvshm modules, there were no more core dumps. So,
you have to comment the sockets modules in extension.ini and everything will
work fine.
Hello, I've search the archive but doesn't find anything about what I
will expose to you.
There is my problem :
I've followed the following tutorial :
http://www.phpmac.com/articles.php?view=221
, in order to compile apache 2.0.54 and php 5.0.4 under MacOSX Tiger
10.4.1. XCode is installed on the
It also exists one website to do that : http://www.webcron.org/
On 6/25/05, janbro <[EMAIL PROTECTED]> wrote:
> vlad georgescu schrieb:
> > i want to make a "reminder" application which sends emails at certain hour
> > in php. is this posibile ? if not, what else can I use ?
> >
>
> For Linux yo
Well, I don't know if I have the solution, but when the page has the
..php file extension it doesn't work. But when it has the .rss file
extension, it works. It's the workaround I found.
Safari doesn't return an error now.
I've tested the script under MacOSX 10.4.1 with Apache 2.0.54 and PHP 5.04.
On Thu, 26 Aug 2004 22:25:00 +0800, fongming
<[EMAIL PROTECTED]> wrote:
> Hello:
> >Here is my code :
> >/---/
> >$mails = imap_search($mbox, 'TO "gentoo-user->[EMAIL PROTECTED]"',SE_UID);
> >echo sizeof($mails);
> >/--/
>
> You can start to parse the mailheader,mai
Hello,
I'm trying to make a small script to show mails on a imap server with
a criteria.
Here is my code :
/---/
$mails = imap_search($mbox, 'TO "[EMAIL PROTECTED]"',SE_UID);
echo sizeof($mails);
/--/
The connection to the server is the working, the search also,
6 matches
Mail list logo