Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Nicolas Diez
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.

[PHP] PHP 5.0.4 compilation under Mac

2005-06-27 Thread Nicolas Diez
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

Re: [PHP] Re: send email at certain hour

2005-06-25 Thread Nicolas Diez
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

Re: [PHP] Can't even make a simple test RSS feed

2005-06-24 Thread Nicolas Diez
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.

Re: [PHP] imap_search and results

2004-08-26 Thread Nicolas Diez
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

[PHP] imap_search and results

2004-08-25 Thread Nicolas Diez
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,