php-windows Digest 19 Oct 2009 08:33:44 -0000 Issue 3712
Topics (messages 29662 through 29663):
Re: PHP 5.2.11, Windows Vista and php_mbstring.dll
29662 by: Tommy Pham
29663 by: Richard Quadling
Administrivia:
To subscribe to the digest, e-mail:
php-windows-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-windows-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-wind...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
----- Original Message ----
> From: Magnus Anderson <mag...@sonic2000.org>
> To: php-wind...@lists.php.net
> Sent: Fri, October 16, 2009 5:40:53 AM
> Subject: [PHP-WIN] PHP 5.2.11, Windows Vista and php_mbstring.dll
>
>
> Hello!
>
> I have a little problem with my installation of PHP 5.2.11 on my Windows
> Vista machine.
> I've installed PHP from the Installation package located at PHP.net and I
> have made it install all modules for it. In my "C:\Program Files\PHP\ext"
> folder there are, among other files, a file called "php_mbstring.dll".
>
> In my PHP.ini file I have among other lines, these two lines:
> extension_dir ="C:\Program Files\PHP\ext"
> extension=php_mbstring.dll
>
> This seems like it should work for me, but it does not.
>
> php -m reveales these modules:
> ------------------------
> [PHP Modules]
> bcmath
> calendar
> com_dotnet
> ctype
> date
> dom
> filter
> ftp
> hash
> iconv
> imap
> json
> libxml
> mcrypt
> mysql
> odbc
> pcre
> Reflection
> session
> SimpleXML
> SPL
> standard
> tokenizer
> wddx
> xml
> xmlreader
> xmlwriter
> zlib
>
> [Zend Modules]
> ---------------------
>
> What I can tell from the manual at
> http://se2.php.net/manual/en/mbstring.installation.php there are nothing
> that I need to install prior to the installation of mbstring functionality
> of PHP.
>
> Can someone please tell me what I could do to make this work, I need
> mbstring support for my local development enviroment that I have on my
> windows machine.
> --
> View this message in context:
> http://www.nabble.com/PHP-5.2.11%2C-Windows-Vista-and-php_mbstring.dll-tp25924777p25924777.html
> Sent from the Php - Windows mailing list archive at Nabble.com.
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
Magnus,
Argh... sorry about that. Firefox + Yahoo mail lagged for a sec. Any way, are
the following in your System Path?
C:\Program Files\PHP
C:\Program Files\PHP\ext
Regards,
Tommy
--- End Message ---
--- Begin Message ---
2009/10/17 Tommy Pham <tommy...@yahoo.com>:
> ----- Original Message ----
>> From: Magnus Anderson <mag...@sonic2000.org>
>> To: php-wind...@lists.php.net
>> Sent: Fri, October 16, 2009 5:40:53 AM
>> Subject: [PHP-WIN] PHP 5.2.11, Windows Vista and php_mbstring.dll
>>
>>
>> Hello!
>>
>> I have a little problem with my installation of PHP 5.2.11 on my Windows
>> Vista machine.
>> I've installed PHP from the Installation package located at PHP.net and I
>> have made it install all modules for it. In my "C:\Program Files\PHP\ext"
>> folder there are, among other files, a file called "php_mbstring.dll".
>>
>> In my PHP.ini file I have among other lines, these two lines:
>> extension_dir ="C:\Program Files\PHP\ext"
>> extension=php_mbstring.dll
>>
>> This seems like it should work for me, but it does not.
>>
>> php -m reveales these modules:
>> ------------------------
>> [PHP Modules]
>> bcmath
>> calendar
>> com_dotnet
>> ctype
>> date
>> dom
>> filter
>> ftp
>> hash
>> iconv
>> imap
>> json
>> libxml
>> mcrypt
>> mysql
>> odbc
>> pcre
>> Reflection
>> session
>> SimpleXML
>> SPL
>> standard
>> tokenizer
>> wddx
>> xml
>> xmlreader
>> xmlwriter
>> zlib
>>
>> [Zend Modules]
>> ---------------------
>>
>> What I can tell from the manual at
>> http://se2.php.net/manual/en/mbstring.installation.php there are nothing
>> that I need to install prior to the installation of mbstring functionality
>> of PHP.
>>
>> Can someone please tell me what I could do to make this work, I need
>> mbstring support for my local development enviroment that I have on my
>> windows machine.
>> --
>> View this message in context:
>> http://www.nabble.com/PHP-5.2.11%2C-Windows-Vista-and-php_mbstring.dll-tp25924777p25924777.html
>> Sent from the Php - Windows mailing list archive at Nabble.com.
>>
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>
> Magnus,
>
> Argh... sorry about that. Firefox + Yahoo mail lagged for a sec. Any way,
> are the following in your System Path?
>
> C:\Program Files\PHP
> C:\Program Files\PHP\ext
>
> Regards,
> Tommy
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
No need to have the extensions folder in the path as this folder is
defined within the php.ini file.
--
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling
--- End Message ---