Categories
- Database (7)
- DNS (5)
- Encryption (8)
- Linux Administration (78)
- MacOSX (9)
- Mailserver (11)
- Monitoring (3)
- Multimedia (2)
- Photo (1)
- PHP (7)
- Rescue (4)
- Review (5)
- Security (37)
- Storage (1)
- Uncategorized (1)
- Version control system (16)
- Virtualisation (4)
- Web technologies (8)
- Wordpress (1)
Social Profiles
Facebook
Github
Twitter
Linkedin
Xing
Gravatar
Stackoverflow
Mastodon-
Tag Archives: PHP
Update to PHP 5.6 on CentOS 6 using remi repository
With CentOS being a conservative distribution, security patches are still applied to CentOS 6, but no new versions are available. When running some websites – like Virtualmin – on CentOS 6, the old PHP version 5.3.3 can cause problems. Updating to a newer … Continue reading
Posted in PHP, Web technologies
Tagged CentOS, PHP, yum
Comments Off on Update to PHP 5.6 on CentOS 6 using remi repository
Using the Symfony Validator as a standalone component
It’s easy to think of Symfony as just being a huge full-stack PHP framework, that you either base your entire project around or ignore completely, but in fact, the individual Symfony components can be surprisingly easy to slot into an existing project. This … Continue reading
Posted in PHP
Tagged PHP, Symfony, validation
Comments Off on Using the Symfony Validator as a standalone component
PHP Unable to load library module.so
If you see in the Apache error_log log-file an error like “Unable to load dynamic library /usr/lib/php/modules/module.so”, you probably have CentOS 6.4 which has a configuration issue in the mcrypt configuration file. Continue reading
Posted in Linux Administration, PHP
Tagged CentOS, PHP
Comments Off on PHP Unable to load library module.so
Why is my Symfony 2 app crashing with an out of memory error?
I’ve recently run into an issue where a data-processing task in a Symfony app would crash with a PHP ‘Out of memory’ fatal error. The task in question was using Doctrine to retrieve some rows from the database, updating some … Continue reading
PHP “headers already sent”, but I didn’t do it!
I get the PHP Error “headers already sent” when calling a PHP script! My scripts appear to be outputting data to the browser before any function to manage the buffer such as ob_flush() or ob_get_contents() is even being called! What is going on!? Continue reading
Posted in PHP
Tagged Character set, File encoding, PHP, UTF-8
Comments Off on PHP “headers already sent”, but I didn’t do it!
My HTML-form mysteriously stopped working, why?
Nobody changed it, why is it not working anymore? You can imagine the confusion after checking the version control and the files which where unchanged since the time the website was finished (lets say about 4 years). Continue reading
Posted in PHP, Web technologies
Tagged HTML, Image submit button, PHP
Comments Off on My HTML-form mysteriously stopped working, why?