I've been running a development site with Apache 2.2, PHP5.2 and MySql using, in part, software obfuscated with ZendGuard (version unknown). The actual online hosting sight is discontinuing PHP5.2 forcing an upgrade to PHP5.4. I've ended up uninstalling Apache and PHP. I can get Apache 2.4 running; however, if I understand right ZendGuard requires a non thread safe version of PHP5.4. I can not figure out how to install PHP5.4 nts on my Windows pc to work with Apache2.4.
1
There are 1 best solutions below
Related Questions in PHP
- php Variable name must change in for loop
- register_shutdown_function is not getting called
- Query returning zero rows despite entries existing
- Retrieving *number* pages by page id
- Automatically closing tags in form input?
- How to resize images with PHP PARSE SDK
- how to send email from localhost using codeigniter?
- Mariadb max Error while sending QUERY packet PID
- Multiusers login redirect different page in php
- Imaginary folder when I use "DirectoryIterator" in PHP?
- CodeIgniter + XDebug: debug only working in the main controller, index() function
- PHP script timeout when I use sleep()
- posting javascript populated form to another php page
- AJAX PHP - Reload div after submit
- PHP : How can I check Array in array?
Related Questions in ZEND-GUARD
- Apache doesn't restart after configuring Zend Guard - CentOS 7
- zend guard decode (not the same question)
- Ruby & Rails: code guard
- Fatal error: This file has expired
- I want to encrypt my symfony 2 application and make closed source
- How to add Zend Guard Run-time in wamp
- Incompatible file format error message with Zend Optimizer 3.3.9
- Apache 2.4 Php5.4 Zend Loader
- What's the difference between Zend Optimizer and Zend Guard Loader? And what do they actually do?
- Fatal error: Incompatible file format: The encoded file has format major ID 7, whereas the Loader expects 5 in
- Using Doctrine Annotations with Zend Guard
- how to use PHP 5.2 in 2017 ? | Zend Guard Loader version issue with php
- Apache won't load Zend Guard Loader
- laravel5 composer install error zend guar loader
- Laravel encoded with Zend Guard displays blade view text in browser
Related Questions in APACHE2.4
- migrating from httpd 2.2 to httpd 2.4. mod rewrite returns eror 404
- Custon headers not working on php 5.6 - apache 2.4, debian 8 jessie
- Problems with mod_auth_token installation
- how do I configure Apache 2.4 to have a domain name poiting to my webapp
- ProxyPass with trailing slash returns 404
- Apache hangs frequently, needs restart to work again
- WAMP ignoring rewrite rules in .htaccess
- URL trailing slash gets removed
- Changed mpm-worker 2.4 config but with no effect
- Apache , uwsgi , django lookup time
- CORS not working for a request made inside a javascript file
- AliasMatch With Regex NotWorking in Apache 2.4
- mod_rewrite works incorrectly on apache 2.4
- Combine ip and user auth restriction for subfolder in apache 2.4
- Apache configuration on OS X Yosemite
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Here's the link to the non thread safe windows pre-compiled version of PHP
For Apache on Windows, it's recommended to use the VC11 Apache lounge build: here
You'll need to add the following lines in Apache's httpd.conf:
I'm not too familiar with ZendGuard, but once you have the Apache server configured for php I'm sure it will just be a case of trivial configuration.