MAMP: How to add AMF PHP extension? - macos

How can I add a PHP extension called "AMF" to my MAMP setup in Mac OSX?
Thanks in advance :)
Cheers,
Mark

I think I did it. Here are the tutorial links that I have followed :)
http://developerkarma.com/blog/andrew-m-riley/quick-and-dirty-pecl-mamp-os-x
Other reference link:
http://www.lullabot.com/articles/setup-memcached-mamp-sandbox-environment
Syntax I used:
./pecl i amfext-0.9.2
The links above worked with the newly compiled amf.so in my extensions folder but the AMFEXT php extension did not appear in the phpinfo.php.
I will try to use this link I just found:
http://www.phpbuilder.com/board/showthread.php?t=10363479&page=3
I will update this answer tomorrow if the phpbuilder link worked.
Cheers! :D

amfext is long outdated and unstable. Check this extension out - http://neoxic.me/php-amf3/
No problem building and integrating into MAMP!

Related

pydev download links don't work

I'm trying to download Pydev and having no luck at all. I'm told to click on the link for updates, (http://www.pydev.org/updates) but I'm then sent to a "dummy" site with other links that are no help at all. I've been at it for a couple of days now with no luck. I have Eclipse Neon so I'm ready to go as far as that's concerned. Anyone know what's happening and how to resolve this? Thanks.
Actually, that's not a link you're supposed to click... you should add it as an update site in Eclipse in Help > Install New Software.
See http://www.pydev.org/download.html for a better explanation.
in my eclipse it try to work with file content.xml that not exist on the link.
I try with
jar:https://dl.bintray.com/fabioz/pydev/5.4.0/content.jar!/
and it work to me

There is no suitable CSPRNG installed on your system

I have a problem with my laravel website while I am hosting it to online server it gets an error says
There is no suitable CSPRNG installed on your system
I searched the question. But I found nothing that helps me.
Please if someone know how to handle this problem I will be so grateful. Thank you!
The program is coded with laravel 5 and php 7
I also got surprised by this error after upgrading Symfony. Try this article, the first solution fortunately worked for me:
How to solve PHP 7.0 Polyfill : There is no suitable CSPRNG installed on your system - paragonie/random_compat:
Although you're not using directly this library, add it to your composer.json as a dependency. Require random_compat with the specific version 1.4:
{
"require": {
"paragonie/random_compat": "~1.4"
},
}
Then run composer install (or composer-update if you're already using this library) and try to run your project again. If it didn't work try downgrading to 1.3, if it doesn't work neither, then i hope you have the rights to modify PHP settings in your server and go to the next possible solution.
Have you tried these links
https://github.com/paragonie/random_compat/issues/99
https://laracasts.com/discuss/channels/servers/there-is-no-suitable-csprng-installed-on-your-system
?
Seems like you are facing a similar issue.
Sorry for answering, and not commenting. I don't have enough reputation yet to comment!

How can I download and install Laravel Framework 5

I am new in php programming and I like to install the latest version of Laravel framework on my windows os. When I trying to download Laravel through composer, I receive error like this:
Picture of error in downloading and installing Laravel 5
Where is problem? Why I can't download Laravel?
I'm so appreciate if anyone help me
And sorry for my English
Thanks guys
The error states that it can't find git. Simply installing it isn't enough. Make sure it's in your PATH variable.
Here is an answered question on how to add directories to your windows PATH:
OK guys, I downloaded git-hub and install it. I set PATH variable successfully. Now I recieved new error from composer installer:
New screenshot from new error!
What is this? :-(
It solved. My problem was network connection
Thanks to all.
Your screenshot already has the answer for you.
It says git is missing or not installed.
Make sure that git is installed properly, and try it again.
Try checking out the date and time of your computer,
make sure it is updated to your current local time and date.

Joomla 2.5 -adding extra fields to article

TUTORIAL: http://docs.joomla.org/Adding_custom_fields_to_the_article_component
When following this tutorial, and actually uploading the included ZIP file as a plugin and enabling it, I am not able to get the extra fields to show up like in the tutorial anywhere!
I am using 2.5.19. Any ideas?
Thanks in advance.
Forgot to install patches 28770 and 28771
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_id=8103&tracker_item_id=28771

Where has the appViewDelegate.m file gone?

I am going through the cordova getting started tutorial.
It talks about an appViewDelegate.m file. But all I can see in the xcode Classes folder is the appDelegate.m.
What is going on here?
The url of the tutorial I am looking at is http://docs.phonegap.com/en/2.3.0/guide_getting-started_ios_index.md.html
Guessing it was renamed to this? Which tutorial do you mean?
I would recommend to use phonegap 3.3.0 and its docs.
http://docs.phonegap.com/en/edge/guide_platforms_ios_index.md.html#iOS%20Platform%20Guide
And to answer your question: #keldar was right. It was renamed to appDelegate.m

Resources