User Profile

Collapse

Profile Sidebar

Collapse
anis0408
anis0408
Last Activity: Dec 22 '10, 08:38 AM
Joined: Sep 6 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • anis0408
    replied to PECL python installation problem
    Yes python is already installed but somehow it does not find it. I tried to specify the path using :

    pecl install python-0.8.0 --with-python=/path to python

    But it does not work !
    See more | Go to post

    Leave a comment:


  • anis0408
    started a topic PECL python installation problem

    PECL python installation problem

    Hello everyone,

    I'm trying to install with command :

    pecl install python-0.8.0

    This fails with the error:

    checking for Python files in default path... not found
    configure: error: Please specify path to Python distribution files
    ERROR: `/tmp/pear/temp/python/configure' failed

    Could you please tell me How & where do I specify this path?

    Thanks...
    See more | Go to post

  • anis0408
    started a topic Fcgi with Apache worker module
    in PHP

    Fcgi with Apache worker module

    Hello everyone,

    I would like to know how can I make 2 requests at a time, but without using 2 fcgi processes.
    In fact I'm using the worker module of apache and I just want to make the second request in a second thread of the same fcgi process

    Thanks in advance

    Anis
    See more | Go to post

  • The function is executed and it should display the argument I gave but instead I have a random number.
    Could you explain more about the dll export viewer please ?
    See more | Go to post

    Leave a comment:


  • How can I call a C function from php (with argmts) ?

    How can I call a C function from php (with argmts)?

    In fact, I just need to call a C function which is in a library. I tried this :
    system('rundll3 2.exe library.dll,fun ction 20 ');

    I can call my function but I can't pass 20 as an argument to my C function.

    I also checked php extensions but clearly that is not what I need

    Many thanks in advance for your answers
    See more | Go to post
    Last edited by Frinavale; Sep 9 '10, 02:07 PM. Reason: Added the question to the thread.
No activity results to display
Show More
Working...