Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

PHP Update ohne Yast ?

Empfohlene Antworten

Veröffentlicht

Hallo Zusammen,

ich habe bei der Installation von Suse den Apache2 + PHP 4.3.3 mit installieren lassen, hat soweit auch alles geklappt.

Den Apache konnte ich von 2.0.48 auf 2.0.49 bequem mit einem RPM updaten, allerdings gibt es sowas für PHP leider nicht, zumindest habe ich nichts gefunden.

Gibt es eine Möglichkeit die von Yast installierte Version upzudaten ? Auf 4.3.6 ? Klar, das Paket von php.net runterladen und entpacken, aber in welches Verzeichnis ?

Gruß

dread

Klar, das Paket von php.net runterladen und entpacken, aber in welches Verzeichnis ?

Das ist der Quellcode, den du erst compilieren mußt:

QUICK INSTALL (Static)

$ gunzip -c apache_1.3.x.tar.gz | tar xf -

$ cd apache_1.3.x

$ ./configure

$ cd ..

$ gunzip -c php-4.x.y.tar.gz | tar xf -

$ cd php-4.x.y

$ ./configure --with-mysql --with-apache=../apache_1.3.x

$ make

$ make install

$ cd ../apache_1.3.x

$ ./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a

(The above line is correct! Yes, we know libphp4.a does not exist at this

stage. It isn't supposed to. It will be created.)

$ make

(you should now have an httpd binary which you can copy to your Apache bin dir if

is is your first install then you need to "make install" as well)

$ cd ../php-4.x.y

$ cp php.ini-dist /usr/local/lib/php.ini

You can edit /usr/local/lib/php.ini file to set PHP options.

Edit your httpd.conf or srm.conf file and add:

AddType application/x-httpd-php .php

Also irgendwo hin entpacken und dann den Anweisungen folgen. Etwas genauer und mit anderen möglichen Parametern steht das auch noch in der Datei INSTALL im php-4.3.6 Ordner, den du nach dem Entpacken hast.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.