Advertisement
Guest User

Untitled

a guest
Mar 21st, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. ;;;;;;;;;;;;;;;;;;;;;;
  2. ; Dynamic Extensions ;
  3. ;;;;;;;;;;;;;;;;;;;;;;
  4.  
  5. ; If you wish to have an extension loaded automatically, use the following
  6. ; syntax:
  7. ;
  8. ; extension=modulename.extension
  9. ;
  10. ; For example, on Windows:
  11. ;
  12. ; extension=msql.dll
  13. ;
  14. ; ... or under UNIX:
  15. ;
  16. ;extension=msql.so
  17. ;
  18. ; ... or with a path:
  19. ;
  20. ;extension=/path/to/extension/msql.so
  21. ;
  22. ; If you only provide the name of the extension, PHP will look for it in its
  23. ; default extension directory.
  24. ;
  25. ; Windows Extensions
  26. ; Note that ODBC support is built in, so no dll is needed for it.
  27. ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5+)
  28. ; extension folders as well as the separate PECL DLL download (PHP 5+).
  29. ; Be sure to appropriately set the extension_dir directive.
  30. ;
  31. extension=php_mongodb.dll
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement