( ! ) Fatal error: Uncaught exception 'RuntimeException' with message 'LocalConfiguration.php exists already' in C:\xampp\typo3_src-6.2.6\typo3\sysext
Windows apache thread stack size
This current value cannot be checked by the system, so please ignore this warning if it is already taken care of: Fluid uses complex regular expressions which require a lot of stack space during the first processing. On Windows the default stack size for Apache is a lot smaller than on UNIX. You can increase the size to 8MB (default on UNIX) by adding the following configuration to httpd.conf and restarting Apache afterwards:
<IfModule mpm_winnt_module>
ThreadStackSize 8388608
</IfModule>
Fehler:
Calculated absolute path to tslib directory does not exist.
Was sind die Vorteile und Nachteile von Imagemagick gegen GD?
Kann man komplett auf Imagemagick verzichten?
<?php
echo `dir`;
shell_exec('dir');
?>
Beide funktionieren identisch. Wie kann ich `befehl` bzw. Backticks deaktivieren aber shell_exec('befehl') weiter laufen lassen?
Laut meiner Lernunterlagen sind die größte zahlen, die ein gewöhnlicher Computer-System bearbeiten kann:
32bit: 2147483647
64bit: 9223372036854775807
Gilt das genauso für PHP?
Ich möchte 30 Einträge löschen und bekomme folgende Fehlermeldung von phpMyAdmin.
Request Entity Too Large
The requested resource
/phpMyAdmin/tbl_row_action.php
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
Was mache ich falsch?
Warum PHP gibt diesen Fehlermeldung aus?
PHP Warning: preg_match(): Compilation failed: nothing to repeat at offset 0 in
Wie kann ich auf Argumente zugreifen, wenn PHP in cli Modus läuft?
zB #php -f meinScript.php argument1 argument2="etwas anderes"
SOAP ist ein Protokol basiert auf request/response. SOAP kann mit HTTP, HTTPS, FTP, SFTP, SMTP und andere Protokolle transportiert werden. SOAP Datenverkehr kann mit Hilfe von HTTP verschlüsselt und komprimiert werden.
Manche behaupten, dass SOAP-Webservices wir XML langsam stirbt. Man sollte sich über REST(restful web services) informieren.
Neueste Kommentare
Remove files and show the number of deleted files
Remove all files starting with 2024 in mydir123 and show the number of deleted files:
find mydir123 -name '2024*' -exec rm -vf {} \; | wc -l
find . -name '*' | xargs rm …
find . -name '*' | xargs rm -v
Maybe Patch
https://www.drupal.org/project/tablefield/issues/3397688
/etc/my.cnf
Edit "/etc/my.cnf" ( under [mysqld] ):
transaction_isolation="READ-COMMITTED"
Restart MariaDB / MySQL:
Create Sub-Directories with WGET
wget -U 'Mozilla/MyUserAgent' -P MyTempDir123 --wait=0.2 --random-wait -nd -r -x -l 4 -e robots=off --reject
Ignore Binaries, JS, CSS etc
wget -U 'Mozilla/MyUserAgent2024' -P MyOutPutDirectory --wait=1 --random-wait -nd -r -l 2 -e robots=off --reject
Intel(R) Xeon(R) E-2288G CPU @ 3.70GHz
# sysbench --threads="$(nproc)" cpu run
AMD Ryzen 7 PRO 3700 8-Core Processor
# sysbench --threads="$(nproc)" cpu run
Reload .bashrc without logging out
Diese Lösung wird empfohlen aber hat bei mir nicht funktioniert.
Welche Alternative gibt es?
Composer + PHP 8.3
ln -snf /opt/plesk/php/8.3/bin/php /etc/alternatives/php