Re: [PHP-WIN] Using the Mail function without an SMTP?

2006-02-19 Thread Armando
No, you must have an SMTP server. And phpBB does use one. You have to specify the server settings in the configuration section of the administration panel in phpBB. Cheers. Armando Daniel Anderson wrote: Is there a way I can use the Mail(); function without having to have an SMTP server? PH

[PHP-WIN] Using the Mail function without an SMTP?

2006-02-19 Thread Daniel Anderson
Is there a way I can use the Mail(); function without having to have an SMTP server? PHPBB doesn't use it, I tried browsing the source code to see how they did it... but they compressed their PHP files, so it is extremely difficult to read. Does anyone know know how I may do the same please? M

Re: [PHP-WIN] php_win32service.dll - constants defined multiple times?

2006-02-19 Thread Frank M. Kromann
Hi, That's a bug. I have just commited a fix. Thsis will be available in the next build. - Frank > Using php 5.1.2 with the php_win32service.dll extension(downloaded for > 5.1.2). The only line I've added to php.ini is as follows: > > extension = php_win32service.dll > > Now, each and every f

[PHP-WIN] php_win32service.dll - constants defined multiple times?

2006-02-19 Thread Nathan Bessette
Using php 5.1.2 with the php_win32service.dll extension(downloaded for 5.1.2). The only line I've added to php.ini is as follows: extension = php_win32service.dll Now, each and every file that I run through php.exe (even a blank file), generates a series of notices regarding double-defined cons