[PHP] can I fopen an https url?

2001-07-07 Thread Jeff Orrok
and assuming I can, will this dump the resulting page to the browser? $fp = fopen( $buildURI, r ); fpassthru( $fp ); fclose( $fp ); -- :-J -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] NaN

2001-06-22 Thread Jeff Orrok
I was wondering how I would test to see if a number was NaN. When I assign log(-1) to a constant, it does not seem to equal another variable that is NaN. -- :-J -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP] still getting multiple definitions of symbol _DayNameLong

2001-05-07 Thread Jeff Orrok
Thanks to Andrew and Cameron for assisting with my mosxs build of php and apache. But I am still stuck with the following: dyld: /usr/sbin/httpd multiple definitions of symbol _DayNameLong /usr/sbin/httpd definition of _DayNameLong /System/Library/Apache/Modules/libphp4.so definition of

[PHP] trying to activate php4 module

2001-05-04 Thread Jeff Orrok
Below is the transcript of my attempt and the error that results: [gatchaman:/packages/apache_1.3.19] root# ./configure --enable-module=so --activate-module=/src/modules/php4/libphp4.a Configuring for Apache, Version 1.3.19 + using installation path layout: Mac OS X Server (config.layout)

[PHP] mosxs build error

2001-05-04 Thread Jeff Orrok
I've gotten up to step 9 on http://php.net/manual/en/install.macosx.php and this happens: === src/modules/php4 cd: can't cd to php4 make[3]: *** [all] Error 1 make[2]: *** [subdirs] Error 1 make[1]: *** [build-std] Error 2 make: *** [build] Error 2 Apparantly, src/modules/php4 was NOT created

[PHP] mosxs build error -- more detail

2001-05-04 Thread Jeff Orrok
I started by reading http://php.net/manual/en/install.macosx.php Example 2-4. Mac OS X server install cd /packages wget http://apache.vitts.com/dist/apache_1.3.19.tar.gz gnutar zxf apache_1.3.19.tar.gz cd apache_1.3.19/ Instead of step 2, I did a ./configure --layout to confirm that I did not

Re: [PHP] mosxs build error -- more detail

2001-05-04 Thread Jeff Orrok
Cameron wrote: in here you want --with-apache=/path/to/your/apache/source instead of the withapxs, the --activeate-module compiles a static php thank you. :-) I'm curious about the difference between apache and apxs... Anyway, everything built, but now when I try to start, I get dyld: