Php access to Dlls, without creating extensions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • luke14free
    New Member
    • Apr 2007
    • 79

    Php access to Dlls, without creating extensions

    Greetings,
    I would like to create a code that can access to dll datas, but not building zend ext because i cant install anything on my host. I need that because i have to create a special system in c++ ( maybe in python :) ) but until i cant access to dlls or pyd(python compiled data) i wont be able to do anything.
    To help you helping me (!:D!) i repeat that i cant access to the php core/install new extension
    Thank you for helping!
  • kovik
    Recognized Expert Top Contributor
    • Jun 2007
    • 1044

    #2
    It doesn't sound to me like it'd be safe to even try to do what you're after.

    Anyway, take a look at this. See if it helps.

    Comment

    • luke14free
      New Member
      • Apr 2007
      • 79

      #3
      Hmmm thanks guy but no help...This invokes an external code executable and dll isn't executable! :)
      However I dont even have the permission to run smt on my host server! Security reason, image if i invoke a program to delete some system files from the server hd or a virus(on w32 :) ).
      What i wanted was something like the ctypes class of python(that does a thing enterely different from the ctype of php!).
      Anyone/Anything else else?

      Comment

      Working...