<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - PHP  </title>
<link>https://www.navel.ir/category/php/</link>
<description>This RSS Feed contains Articles of Category in the knowledge base. You can click on the title to view its content. Powered by PHPKB Knowledge Base Software (http://www.knowledgebase-script.com)</description>
<item>
										<guid>https://www.navel.ir/article/server-error-connection-reset-by-peer-end-of-script-output-before-headers-108.html</guid>
										<title>Server error: Connection reset by peer | End of script output before headers</title>
										<link>https://www.navel.ir/article/server-error-connection-reset-by-peer-end-of-script-output-before-headers-108.html</link>
										<description><![CDATA[&nbsp; I managed to solved this by adding&nbsp;FcgidBusyTimeout&nbsp;. Just in case if anyone have similar issue with me. Here is my settings on my apache.conf: &lt;VirtualHost *:80&gt; ....... &lt;IfModule mod_fcgid.c&gt; FcgidBusyTimeout 3600 &lt;...]]></description>

									</item>
<item>
										<guid>https://www.navel.ir/article/imagettftextblur-$-is-there-any-way-to-make-image-with-text-shadow-in-php-with-gd-26.html</guid>
										<title>ImageTTFtextBlur $&gt; Is there any way to make image with text shadow in PHP with GD?</title>
										<link>https://www.navel.ir/article/imagettftextblur-$-is-there-any-way-to-make-image-with-text-shadow-in-php-with-gd-26.html</link>
										<description><![CDATA[Reference: https://stackoverflow.com/questions/35012542/is-there-any-way-to-make-image-with-text-shadow-in-php-with-gd]]></description>

									</item>
<item>
										<guid>https://www.navel.ir/article/using-php-“openssl_encrypt”-and-“openssl_decrypt”-to-encrypt-and-decrypt-data-48.html</guid>
										<title>Using PHP “openssl_encrypt” and “openssl_decrypt” to Encrypt and Decrypt Data</title>
										<link>https://www.navel.ir/article/using-php-“openssl_encrypt”-and-“openssl_decrypt”-to-encrypt-and-decrypt-data-48.html</link>
										<description><![CDATA[&nbsp;       1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35     &lt;?php //$key is our base64 encoded 256bit key that we created earlier. You will probably store and define this key in a config file. ...]]></description>

									</item>
<item>
										<guid>https://www.navel.ir/article/php-warning-php-startup-unable-to-load-dynamic-library-curl-101.html</guid>
										<title>PHP Warning:  PHP Startup: Unable to load dynamic library `curl`</title>
										<link>https://www.navel.ir/article/php-warning-php-startup-unable-to-load-dynamic-library-curl-101.html</link>
										<description><![CDATA[simply copy libcrypto-1_1-x64.dll, libssh2.dll, libssl-1_1-x64.dll and nghttp2.dll from the PHP folder into the apache bin folder. &nbsp; Ref:https://www.titanwolf.org/Network/q/7f78aa5c-6ba2-41ed-8644-5c9366426eea/y &nbsp; &nbsp;]]></description>

									</item>
<item>
										<guid>https://www.navel.ir/article/where-is-path-for-rh-php73-in-centos-66.html</guid>
										<title>Where is path for rh-php73 in CentOS</title>
										<link>https://www.navel.ir/article/where-is-path-for-rh-php73-in-centos-66.html</link>
										<description><![CDATA[&nbsp; /opt/rh/rh-php73/root/usr/bin/php]]></description>

									</item>
<item>
										<guid>https://www.navel.ir/article/end-of-script-output-before-headers-in-apache-php-107.html</guid>
										<title>&quot;End of script output before headers&quot; in Apache + PHP</title>
										<link>https://www.navel.ir/article/end-of-script-output-before-headers-in-apache-php-107.html</link>
										<description><![CDATA[&nbsp; The issue was that the request was timing out before the script completed, due to a long-running database query. So that generic&nbsp;End of script output before headers&nbsp;error can be caused by server timeouts as well as file permissions...]]></description>

									</item>
<item>
										<guid>https://www.navel.ir/article/how-to-install-ioncube-loader-in-centos-7-67.html</guid>
										<title>How to Install ionCube Loader in CentOS 7</title>
										<link>https://www.navel.ir/article/how-to-install-ioncube-loader-in-centos-7-67.html</link>
										<description><![CDATA[zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_5.4.so]]></description>

									</item>
<item>
										<guid>https://www.navel.ir/article/how-do-you-define-a-php-include-as-a-string-49.html</guid>
										<title>How do you define a PHP include as a string?</title>
										<link>https://www.navel.ir/article/how-do-you-define-a-php-include-as-a-string-49.html</link>
										<description><![CDATA[&lt;?PHP function return_output($file){     ob_start();     include $file;     return ob_get_clean(); } $content = return_output(&#039;some/file.php&#039;)Reference:https://stackoverflow.com/questions/2150194/how-do-you-define-a-php-include-as-a...]]></description>

									</item>

</channel>

</rss>