php-install Digest 19 Feb 2002 02:19:09 -0000 Issue 707
Topics (messages 6045 through 6049):
Shared Memory Error.
6045 by: Paul J. Stevens
Re: [PHP] Shared Memory Error.
6046 by: Lars Torben Wilson
mail() function
6047 by: E. Nicholas Al-Hajj
PHP4 Step by Step Installation for Windows running CGI or ASPI
6048 by: Andre Amaral
Re: MinGW, building from source -- win32
6049 by: Archer Vallesfin
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I am using PHP Version 4.0.4pl1 with an Embedded Linux (PeeWee Linux,
which is based on Red Hat 6.2 w/ a 2.2.18 Kernel).
I have tried using shmop_open(), shm_open() & shm_attach(). All of these
give an error message of "function not defined".
It is not clear form the documentation that I have seen on the net and
in the "PHP Developer's Dictionary" which, if any,
of the functions listed above are correct. Nor is it clear what has to
be done to make the functions "defined".
I have created the shared memory in a "C" program that controls my
embedded device. I am attempting to create a web
page to aid in the control of the embedded device.
Thanks,
Paul Stevens
--- End Message ---
--- Begin Message ---
On Sun, 2002-02-17 at 23:34, Paul J. Stevens wrote:
> I am using PHP Version 4.0.4pl1 with an Embedded Linux (PeeWee Linux,
> which is based on Red Hat 6.2 w/ a 2.2.18 Kernel).
>
> I have tried using shmop_open(), shm_open() & shm_attach(). All of these
> give an error message of "function not defined".
>
> It is not clear form the documentation that I have seen on the net and
> in the "PHP Developer's Dictionary" which, if any,
> of the functions listed above are correct. Nor is it clear what has to
> be done to make the functions "defined".
>From the PHP Manual (http://www.php.net/shmop):
To use shmop you will need to compile php with the --enable-shmop
parameter in your configure line.
In general, try a './configure --help' in your source tree.
Hope this helps,
Torben
> I have created the shared memory in a "C" program that controls my
> embedded device. I am attempting to create a web
> page to aid in the control of the embedded device.
>
>
> Thanks,
>
> Paul Stevens
--
Torben Wilson <[EMAIL PROTECTED]>
http://www.thebuttlesschaps.com
http://www.hybrid17.com
http://www.inflatableeye.com
+1.604.709.0506
--- End Message ---
--- Begin Message ---
Hello,
When I test the mail() function, I receive no error, but I get no mail.
How do I set up mail on Windows 2000. I'm not using IIS; what are my
options?
Thanks,
Nick
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
--- End Message ---
--- Begin Message ---
PHP4 Step by Step Installation for Windows running CGI or ASPI
http://www.experttek.com/php/installation.php
--- End Message ---
--- Begin Message ---
Hello,
In my case I tried it and only some codes are able to run, maybe there
are some additional libraries
needed for the system. In my own idea, ming module for windows is not
yet implemented clearly.
If anyone has all libraries in order to run ming codes, please let us know.
Did somebody also tried to use Vector graphics in PHP? can somebody
share there ideas? :)
Thanks people,
archer
John Moeller wrote:
>Hello,
>
>Has anyone here tried building PHP from source for win32 with MinGW? If so, have you
>run into any trouble? Do you have any hints?
>
>Thanks,
>
>John
>
--- End Message ---