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 answers
Related Questions in PHP
- How to add the dynamic new rows from my registration form in my database?
- Issue in payment form gateway
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- Function in anonymous Laravel Blade component
- How to change woocomerce or full wordpress currency with value from USD to AUD
- General questions about creating a custom theme Moodle CMS
- How to add logging to an abstract class in php
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Composer installation fails and reverts ./composer.json and ./composer.lock to original content
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Laravel: Using belongsToMany relationship with MongoDB
- window.location.href redirects but is causing problems on the webpage
- Key provided is shorter than 256 bits, only 64 bits provided
- Laravel's whereBetween method not working with two timestamps
- Implementing UUID as primary key in Laravel intermediate table
Related Questions in ZEND-GUARD
- The encoded file has format major ID 65540, whereas the Optimizer expects 2
- Not able to run encoded php file using zend guard
- Zend loader extension not running
- how to use PHP 5.2 in 2017 ? | Zend Guard Loader version issue with php
- Page not loading after installing Zend Guard Loader
- Getting "Zend Guard Run-time support missing!" while running php code
- Apache doesn't restart after configuring Zend Guard - CentOS 7
- ZendGuardLoader seg faulting with apache
- zend framework 2 doctrine 2 - class xxx sub class of yyy is not a valid entity or mapped super class
- Failed to load Zend loader with Xampp
- How to add Zend Guard Loader support in docker php official image instance?
- Can you use ZendGuard to encode only part of a website?
- Fatal error: Incompatible file format: The encoded file has format major ID 7, whereas the Loader expects 5 in
- Laravel encoded with Zend Guard displays blade view text in browser
- unable to parse licence file
Related Questions in APACHE2.4
- How to proxy to another port?
- Site throws ERR_SSL_PROTOCOL_ERROR
- How do I get the Apache2 PHP 8.3 error logs to be one line per error_log() function call as it used to be in previous versions?
- apr_crypto_shutdown error restarting apache, attempting to update OpenSSL for website
- Why does Directory work with RewriteRule, but DirectoryMatch fail?
- Get localhost to load website in directory not in /var/www/html
- Cannot load C:/server/php/php-8.2.13/php8apache2_4.dll into server: The specified module could not be found
- Custom 503 messages based on conditions in .htaccess
- Rewrite Rule not working within <If>-block in .htaccess on Apache 2.4
- What is the best practice for running a background process as www-data while running apache2 under debian?
- Apache 2.4.52 and mod_jk 1.2.48 not forwarding to Tomcat 8.0.3
- Nginx map conversion to Apache2
- Getting apache2 303 error while installing Moodle
- Redirection in Apache 2.4 - get rid of port numbers and redirect to server's name on HTTPS
- Reverse proxy on apache2 with FQDN not working
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?
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)
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.