Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

https wrapper with 3.5 Apollo

Featured Replies

I'm trying to use the php function file(), which can take a url attribute ie:

 

file('https//www.somesite.com/somefile.txt')

 

I want to read a text file from an external, secure site. I get this error message and cannot figure out how to add the wrapper for https:

 

Message: file() [function.file]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?

 

I do confirm that the wrapper "https" is NOT enabled with my install of 3.5 Apollo.

My php.ini contains this switch: allow_url_fopen = On

 

How do I enable the https wrapper?

Thanks

Dave

UniformServer 5.x, CodeIgniter, Gimp. What else could anyone want?

The quick answer is to upgrade to 4.*-Mona

 

However if you still wish to use 3.5 no problem:

 

Edit: UniServer\usr\local\php\php.ini

 

Located this line: ;extension=php_openssl.dll

Remove the semi-colon to give : extension=php_openssl.dll

 

Now the painful part, download the full version of PHP 5.2.3 :blink:

 

From: http://www.php.net/releases/ (windows binary)

 

Locate php-5.2.3-Win32\ext\php_openssl.dll

 

And copy to folder: Uniform Server\udrive\usr\local\php\extensions

 

That should work

 

All the best

Ric ;)

  • Author

Thanks ric,

Is there some reason I can't just use php_openssl.dll from the 4.3 Mona download?

Different php version perhaps?

No problem it was only 9.4 MB

Thanks again

 

Now the painful part, download the full version of PHP 5.2.3 :blink:

 

From: http://www.php.net/releases/ (windows binary)

 

Locate php-5.2.3-Win32\ext\php_openssl.dll

 

And copy to folder: Uniform Server\udrive\usr\local\php\extensions

 

That should work

 

All the best

Ric ;)

UniformServer 5.x, CodeIgniter, Gimp. What else could anyone want?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.