RE: [PHP-WIN] windows extension dlls

2002-02-23 Thread alain samoun
Assuming that you did not have installed php previously in this computer (This is important as most of the problem then come from a previous php.ini file or/and from dll extensions that have not been compiled with your new version.): - Check if your include directory in php.ini points to a real di

[PHP-WIN] Re: Bad char Translation

2002-02-23 Thread R0bin
Maybe the win2k console doesnt have support for such characters as é or â, or being a microsucks product saving it under linux and windows goes "Bleh! an alternative OS, kill it!". try loading it in a .php web page file and using apache or something witht the php preprocessor, and see what happens

Re: [PHP-WIN] Merging Arrays

2002-02-23 Thread R0bin
im not saying this will work, but on the PHP website it has a print_r ( array ); which prints ever element of an array. " 'apple', 'b' => 'banana', 'c' => array ('x','y','z')); print_r ($a); ?> which will output : Array ( [a] => apple [b] => banana [c] => Array (

[PHP-WIN] windows extension dlls

2002-02-23 Thread R0bin
I rencently installed the windows version of php4, and it is not seening all the extra extensions, which i extracted from the zip file, i have tried taking the ;'s away from the list in php.ini, but every time i restart apache and try to load a .php file from my local server, all i hear is the err

php-windows Digest 23 Feb 2002 17:05:30 -0000 Issue 1014

2002-02-23 Thread php-windows-digest-help
php-windows Digest 23 Feb 2002 17:05:30 - Issue 1014 Topics (messages 12224 through 12237): Extension problem. 12224 by: Tom van Gemert 12227 by: Nicole Amashta Re: Bad char Translation 12225 by: -HONU- 12226 by: -HONU- pspell 12228 by: Michael Lang

[PHP-WIN] Re: php4ts.dll, developing own handlers

2002-02-23 Thread Alexander Gräf
"L0t3k" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Alexander, > > in zend_execute_API.c > > ZEND_API int zend_eval_string(char *str, zval *retval_ptr, char *string_name > TSRMLS_DC) > > id do a search in the code to find the implementation of eval()