php-windows Digest 14 Apr 2001 07:55:35 -0000 Issue 543 Topics (messages 6710 through 6723): Re: I want create a FLASH file (swf) with PHP with EasyPhp win WINDOWS98 6710 by: cecchini I will create SWF (flash) file but I need the PHP_SWF.DLL. Where I can found it? 6711 by: cecchini 6712 by: Daniel Beulshausen 6714 by: cecchini Server Side Includes? 6713 by: Dark 6715 by: Rasmus Lerdorf include_path 6716 by: Boget, Chris 6717 by: Boget, Chris 6719 by: Boget, Chris 6723 by: Patrick Problem with PHP and tiny web server 6718 by: Animorph840 6720 by: Phil Driscoll Which is the right one? 6721 by: Barry Sorry, RE: Which is the right one? 6722 by: Barry 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] ----------------------------------------------------------------------
Thanks. I tried to use Ming library... Bye :) ""Johannes Janson"" <[EMAIL PROTECTED]> ha scritto nel messaggio 9b6hk6$ha0$[EMAIL PROTECTED]">news:9b6hk6$ha0$[EMAIL PROTECTED]... > Hi, > > I think the source of the libswf is not free and thus there ist > no version for windows. but at http://www.opaque.net/ming/ > you can find a c library which is *supposed* to do the same > thing like the libswf. I didn't try it. > > cheers > Johannes > > ""cecchini"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > 9b2il1$ept$[EMAIL PROTECTED]">news:9b2il1$ept$[EMAIL PROTECTED]... > > I want create a FLASH file (swf) with PHP with EasyPhp win WINDOWS98. > > > > I don't use the swf functions (I tried to find php_swf.dll but i don't > found > > it). > > > > Can someone help me? > > > > Thanks a lot from ITALY near VENICE. > > > > Alex > > > > > > > > -- > > PHP Windows Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] >
I will create SWF (flash) file but I need the PHP_SWF.DLL. Where I can found it? I tried to use Ming libray but my server not support it.
Friday, April 13, 2001, 8:37:35 PM, you wrote: > I will create SWF (flash) file but I need the PHP_SWF.DLL. Where I can found > it? > I tried to use Ming libray but my server not support it. did you read what johannes told you? neither the source nor a binary package of libswf are available for win32. also the development of libswf has been stopped, thus there is *no* chance that you'll ever get the php swf extension compiled under win32. btw: it's all mentioned in the manual... daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de
Yes in my Unix server the swf lib is compiled. I want use php swf functions in localhost with Windows98. Ok. If it is not possible I left. Thanks. alex "Daniel Beulshausen" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Friday, April 13, 2001, 8:37:35 PM, you wrote: > > I will create SWF (flash) file but I need the PHP_SWF.DLL. Where I can found > > it? > > I tried to use Ming libray but my server not support it. > > did you read what johannes told you? neither the source nor a binary > package of libswf are available for win32. also the development of > libswf has been stopped, thus there is *no* chance > that you'll ever get the php swf extension compiled under win32. > btw: it's all mentioned in the manual... > > daniel > > /*-- > daniel beulshausen - [EMAIL PROTECTED] > using php on windows? http://www.php4win.de > > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] >
Hi All, I have tried looking through the documentation for this but couldn't find anything. Could also be I am not searching with the "correct" words. I would like to know if you can do Server Side Includes like in shtm files? Example: <!--#exec cgi="/units/hells_horses/cgi-bin/news/viewnews.cgi" --> Is there a equivalent in PHP to accomplish the same thing? Clay
> I have tried looking through the documentation for this but couldn't find > anything. Could also be I am not searching with the "correct" words. I would > like to know if you can do Server Side Includes like in shtm files? > Example: <!--#exec cgi="/units/hells_horses/cgi-bin/news/viewnews.cgi" --> > > Is there a equivalent in PHP to accomplish the same thing? Try virtual() -Rasmus
I've set up Apache and PHP (latest ver) on my Windows98 machine. I've set up a virtual host (c:\path\to\apache\htdocs\virtual_host) and I have all my include files here: (c:\path\to\apache\htdocs\include_dir) In my php.ini, which resides in my windows directory, I've set the include path to be: .; c:\path\to\apache\htdocs\virtual_host\include_dir; c:\path\to\apache\htdocs\include_dir (all of the above is on one line, broke it up for this email) However, whenever I run a file that includes another file, regardless of where that file resides, I always get an error. As part of the error, it says that the only path for the include is '.' (dot). Am I doing something wrong? Do I need to set up the include directory somewhere else? I've read the docs and search the archives at phpbuilder (perhaps I'm searching for the wrong thing), but I haven't been able to find any info. Any help would be greatly appreciated!! thnx, Chris
> However, whenever I run a file that includes another file, > regardless of where that file resides, I always get an error. > As part of the error, it says that the only path for the include > is '.' (dot). Am I doing something wrong? Do I need to set > up the include directory somewhere else? I've read the docs > and search the archives at phpbuilder (perhaps I'm searching > for the wrong thing), but I haven't been able to find any > info. > Any help would be greatly appreciated!! Further the above, this is the exact error message I'm getting (I've been fooling around with the include path and so that's why it says something different here): ---- Warning: Failed opening '/pathto/apache/apache/htdocs/virtual_host/folder1/index.php3' for inclusion (include_path='C:\pathto\apache\Apache\htdocs\virtual_host\include') in Unknown on line 0 ---- The only thing I can come up with is that the case is different on the second "apache" directory... "apache" as opposed to the actual folder name "Apache". As far as I know, windows isn't really case sensative, so I don't think this is an issue. I'm pulling my hair out over this one and any help would be so greatly appreciated! :) Chris
> Further the above, this is the exact error message I'm > getting (I've been fooling around with the include path > and so that's why it says something different here): ---- Warning: Failed opening '/pathto/apache/apache/htdocs/virtual_host/folder1/index.php3' for inclusion (include_path='C:\pathto\apache\Apache\htdocs\virtual_host\include') in Unknown on line 0 ---- One last thing... "index.php3" is the file I'm trying to load, not the file that is being included. Chris
""Boget, Chris"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Further the above, this is the exact error message I'm > > getting (I've been fooling around with the include path > > and so that's why it says something different here): > ---- > Warning: Failed opening > '/pathto/apache/apache/htdocs/virtual_host/folder1/index.php3' for > inclusion > (include_path='C:\pathto\apache\Apache\htdocs\virtual_host\include') in > Unknown on line 0 > ---- > > One last thing... "index.php3" is the file I'm trying to > load, not the file that is being included. > > Chris > Take a closer look at that error 'C:\pathto\apache\Apache\htdocs\virtual_host\include' is this the file ^^^^^ ?
I'm using tiny web server in win98, which runs cgi-bin files according to their file association in windows. In windows, opening a php file runs php like it's meant to, but php returns nothing when called by my webserver (which attempts to call it the way windows does). How could I fix this?
> How could I fix this? Get a proper web server ;) Apache is probably overkill for a Win98 setup - try Xitami (www.imatix.com) - easy to set up, and works a treat. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org
Hi, I just installed mysql 3.23.36 for Win32 on two NT4 machines. During install, Computer B chose to install mysqld-opt as the executable in services (I find the process name using CTL-ALT-DEL- TaskManager) Comp A chose to use mysqld-nt as the executable in services. Why the different choice? Which executable is the right one to use? Comp A is NT4, Pentium Pro 200, 128 MB Comp B is NT4, Quad Pentiumm 133, 325 MB. The docs say that -opt does not run as a service, but it seems to. In the services applet, the label for mysql is "MySQL", but if I do CTL-ALT-DEL click TaskManager and look at the process name, I see either "mysqld-nt" on comp A or "mysqld-opt" on comp B. Thanks very much, Barry.
Very sorry, wrong list. Hi, I just installed mysql 3.23.36 for Win32 on two NT4 machines. During install, Computer B chose to install mysqld-opt as the executable in services (I find the process name using CTL-ALT-DEL- TaskManager) Comp A chose to use mysqld-nt as the executable in services. Why the different choice? Which executable is the right one to use? Comp A is NT4, Pentium Pro 200, 128 MB Comp B is NT4, Quad Pentiumm 133, 325 MB. The docs say that -opt does not run as a service, but it seems to. In the services applet, the label for mysql is "MySQL", but if I do CTL-ALT-DEL click TaskManager and look at the process name, I see either "mysqld-nt" on comp A or "mysqld-opt" on comp B. Thanks very much, Barry.