php-windows Digest 26 Sep 2003 15:07:29 -0000 Issue 1929

Topics (messages 21569 through 21572):

newbie question: using image function with php
        21569 by: Exiang
        21570 by: Shadow

php_execute_script
        21571 by: Anonymus Crux

PATH_INFO
        21572 by: Aron\(Amix\)

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 ---
Hi, 
i m using php version 4.3.2
i want to try on the image function.
i tested with the documentation sample.. but it din work

pls teach me how to do it??. thanx!!


--- End Message ---
--- Begin Message ---
Did you install the gd extension?
Shadow

--- End Message ---
--- Begin Message ---
Hi!

Is there any sample code available how to use properly this API ?

zend_file_handle file_handle;
file_handle.type                = ZEND_HANDLE_FILENAME;
file_handle.filename            = "c:\php\hello.php";
file_handle.free_filename       = 0;
file_handle.opened_path = NULL;

php_execute_script( &file_handle TSRMLS_CC );

While using above code in embed example shipped with PHP source I
get an error:
Unknown(0) : Warning - Unknown(c:\php\hello.php): failed to create stream: No such 
file or directory
Unknown(0) : Warning - Unknown(): Failed opening 'c:\php\sql.php' for inclusion 
(include_path='.;c:\php4\pear')


Can anybody share some light on using php_execute_script ?

--- End Message ---
--- Begin Message ---
Hi, I'm using PHP 4.3.3, W2k and IIS5 and when I try to send PATH_INFO, I get the 
following message

Url: http://winrootdocs.amix.com.br/prod/index3.php/123/456

 Warning: Unknown(C:\htdocs\rootdocs\123\456): failed to open stream: No such file or 
directory in Unknown on line 0

Warning: (null)(): Failed opening 'C:\htdocs\rootdocs\123\456' for inclusion 
(include_path='.;c:\php4\pear') in Unknown on line 0 

Can anyone Helpme plz!!!

--- End Message ---

Reply via email to