[PHP] installing php5

2003-09-03 Thread Moritz Steiner
Hi, I'm trying to install php5 beta, the configure functions well, but during the make I've the following error: ext/mysqli/mysqli_api.lo: In function `zif_mysqli_stmt_data_seek': /localscratch/downloads/php5-200309031130/ext/mysqli/mysqli_api.c:1694: undefined reference to `mysql_stmt_data_seek'

AW: [PHP] php 5 - mysql replication

2003-09-01 Thread Moritz Steiner
Moritz Steiner ([EMAIL PROTECTED]): > I've heard that php 5 is going to support mysql replication, has anyone > more details about it, it is already working in the beta release? Can you enlighten me as to what special things php needs to do replication? Curt -- "I used to think

[PHP] php 5 - mysql replication

2003-09-01 Thread Moritz Steiner
I've heard that php 5 is going to support mysql replication, has anyone more details about it, it is already working in the beta release? Moritz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mail mime attachment

2003-08-27 Thread Moritz Steiner
Hi, has somebody a working code example of sending a mail with attachment, my code is unfortunately not working... My Code: require 'Mail.php'; require 'Mail/mime.php'; $headers['From']='[EMAIL PROTECTED]'; $headers['Subject']='mueedddee'; $body = 'brauc ich nicht'; $to = "[EMAIL PROTECTED]";

AW: [PHP] Re: pear problem

2003-08-27 Thread Moritz Steiner
d you added the /usr/php/pear/share/pear in the php.ini include_path option ? Besides the mime is part of Mail_Mime extension and SOAP needs some extensions too (don't remember exactly which) so check if all requirements are met. btw! what's the error message when it crashes ? Ch

[PHP] pear problem

2003-08-26 Thread Moritz Steiner
I've a problem with pear, only the DB.php and the Mail.php are working, all the others I installed don't work. Installed packages: === Package Version State DB 1.5.0RC1 stable HTTP_Request 1.1.1stable Mail 1.1.1stable Mail_Mime1.2.1stable Ne

AW: [PHP] imap problem

2003-08-26 Thread Moritz Steiner
yes -Ursprüngliche Nachricht- Von: Jay Blanchard [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 26. August 2003 16:23 An: Moritz Steiner; PHP Betreff: RE: [PHP] imap problem [snip] I downloaded imap as indicated on php.net/imap, compiled it, and recompiled php with --with=imap. Ok

[PHP] imap problem

2003-08-26 Thread Moritz Steiner
I downloaded imap as indicated on php.net/imap, compiled it, and recompiled php with --with=imap. Ok everything worked fine, no error messages, but when I call the function imap_open() I get the following: Fatal error: Call to undefined function: imap_open() in /usr/apache/htdocs/mail.php on lin