« Previous Next »

Not Answered Thread: Suddenly Mysql, curl, gd, openssl Disapperar

Last post 03-18-2009 4:43 AM by kaushikkavi. 4 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (5 items)

Sort Posts:

  • 03-18-2009, 2:21 AM

    Suddenly Mysql, curl, gd, openssl Disapperar

    Hello, Suddenly Mysql, curl, gd, openssl Disapperar from php extension..... i have windows hosting server . php5 running under IIS7 fast cgi . and i want to increase my upload file size so that' why i create php5.ini and i write this four line: memory_limit = 85M post_max_size = 192M file_uploads = On upload_max_filesize = 192M and save it and run my url .... and it give me mysql connect error .... mysql, curl, gd, openssl suddenly disappear , then i remove code from php5.ini that i write and then i run my url then it works fine . no error .... so can u tell me what is the problem ....... ? Waiting For your Kindly Reply, Thanks, Kaushik.
    Thanks,
    Kaushik.
  • 03-18-2009, 2:58 AM In reply to

    • pierrejoye
    • Top 75 Contributor
    • Joined on 02-12-2009, 10:52 PM
    • Germany
    • Posts 73

    Re: Suddenly Mysql, curl, gd, openssl Disapperar

     Modifiy the existing php.ini, if you simply use another php.ini you will loose the exisinting "extension=php_openssl.dll" (or other extensions) directives.

    --
    Pierre

    http://blog.thepimp.net | http://windows.php.net
  • 03-18-2009, 3:14 AM In reply to

    Re: Suddenly Mysql, curl, gd, openssl Disapperar

    so what should i do .... ? do u have solution of my question. ???? Waiting for your Kindly Reply,
    Thanks,
    Kaushik.
  • 03-18-2009, 4:24 AM In reply to

    • pierrejoye
    • Top 75 Contributor
    • Joined on 02-12-2009, 10:52 PM
    • Germany
    • Posts 73

    Re: Suddenly Mysql, curl, gd, openssl Disapperar

     ? I just told you what to do.

     

    gd, openssl and curl are shared extension (php_openssl.dll in c:\php\ext for example). That means they have to be loaded via extension=php_openssl.dll in php.ini.

     If you create a new php.ini and replace the one which has the extension= directives, you will not load these extensions anymore.

     See:

    http://www.php.net/manual/en/ini.core.php#ini.extension

    and

    http://www.php.net/manual/en/ini.core.php#ini.extension_dir

    --
    Pierre

    http://blog.thepimp.net | http://windows.php.net
  • 03-18-2009, 4:43 AM In reply to

    Re: Suddenly Mysql, curl, gd, openssl Disapperar

    yes i understand you but you don't

    basically i have create php5.ini in my website root folder

    and i define upload file size memory limit etc......

    now as per your instruction ..... should i add "extension=php_curl.dll" in php5.ini

    or else .......

    i have windows shared hosting server .... 

    Waiting for your Kindly Reply,

     

     

    Thanks,
    Kaushik.
Page 1 of 1 (5 items)
Microsoft Communities