Request for comments: phpMyFAQ NG (Next Generation)

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

speedy_g
Posts: 6
Joined: Mon Jan 19, 2004 4:04 pm

Post by speedy_g »

Hi,
striktes PHP5 und MySQL 4.0
Ich hab mir jetzt zwar nicht alle Beiträge durchgelesen - aber meine Meinung dazu ist: Überhaupt nicht gut die Sache

Grund: MySQL 4.0 läuft auf den wenigsten Servern, weil es unter Providern noch nicht wirklich als stabil gilt bzw. weil es nicht gerade ein leichtes ist, eine MySQL 3.23 (oder welches die letzte 3er Version war) Datenbank auf 4.0 upzudaten ... ich zumindestens (bin zwar kein Provider, aber halte mich in Foren auf, wo sich lauter Provider tummeln, weil ich einen eigenen Root-Server habe - nein, zum Glück nicht von 1&2=4) werde meine Datenbank so schnell nicht updaten, weil ich mir ganz einfach Sorgen um meine Daten mache (und ich viele User verlieren werde, wenn da was schief geht) und das ein Produktivsystem ist .... und wenn ich schon ein Problem habe, mit meinen eigenen Daten bzw. Server, was sollen da dann erst die ganzen FAQ-User sagen, deren Provider einige Zeit länger noch warten werden, bis die MySQL 4.x irgendwann mal stabil läuft. ... also daß man auf Servern mit mod_php schon Probleme hat, ist schon nicht schön, aber das kann man umgehen ... aber mit MySQL 4.0 wirst du dir viele NichtFreunde machen bzw. ziemlich Probleme haben, daß das genutzt wird (um Feedback zu bekommen), da kaum einer MySQL 4.0 zur Verfügung hat.

... ach und PHP5 - kann man zwar installieren - aber du als Anbieter eines Scriptes solltest nie davon ausgehen, daß alle überall die neuesten Versionen drauf haben (da auf Produktivsystemen lieber auf Nummer Sicher gegangen wird, als immer das Neueste zu haben) - also PHP4, aber mehr darf es nicht sein.

MFG,
Chris
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi Chris,

die phpMyFAQ 2.0 ist derzeit für Mitte/Ende 2004 geplant, wenn überhaupt bis dahin. Dieser Thread hier ist eigentlich auch mehr ein Brainstorming....

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
speedy_g
Posts: 6
Joined: Mon Jan 19, 2004 4:04 pm

Post by speedy_g »

Hi,
die phpMyFAQ 2.0 ist derzeit für Mitte/Ende 2004 geplant
Das ist aber trotzdem kein Grund ... du willst sicherlich nicht erst dann damit anfangen, die Version umzusetzen ... auch wenn es dir schwer fällt ... du kannst erst eine Version der DB etc. einsetzen, wenn sie auch weit verbreitet ist. (bzw. wenn schon die nächste Version als stable raus gekommen ist etc.) ... dazu ist mir noch eingefallen ... du hast doch eine riesen Liste an Referenz-Seiten bzw. hier im Forum sind sicherlich auch paar Leute ... mach doch bei den ganzen Usern mal eine Umfrage, ob schon MySQL 4.0 bzw. PHP5 eingesetzt wird und ob oder wann sie planen, auf MySQL 4.0 bzw. PHP5 umzusteigen ... dann hast du eine gesicherte Grundlage für deine Entscheidung.


MFG,
Chris
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi Chris,

MySQL 4 ist inzwischen bei 1&1, Schlund und Strato im Einsatz, also deckt das bereits einen großen Bereich ab. Es wird sicherlich eine Kompatibilität mit MySQL 3.23 und PHP 4 geben, allerdings ist da noch nix geschehen.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Tuju
Posts: 2
Joined: Fri Aug 20, 2004 6:31 pm
Location: Espoo, Finland.
Contact:

Re: Request for comments: phpMyFAQ NG (Next Generation)

Post by Tuju »

Thorsten wrote:Hallo,

hier mal im Überblick die Pläne für die phpMyFAQ NG:

- striktes OOP mit PHP5 und MySQL 4.0
- Support für SQLLite
- neues Authentifizierungsmodul
- neue Template Engine (basierend auf Smarty 2.6.0)
- Auto-Updater (man kann per Klick auf einen Button seine phpMyFAQ aktualisieren)
- neues Datenbankmodul
- Dokumentation in DocBook XML verfasst
- Update wird nur von phpMyFAQ 1.4.x möglich sein


Letzte Aktualisierung: 22.12.2003
Hi

First, thanks to your great product, it's very useful. :)

I'm sorry for writing this in english, but my german still needs some work and my native wouldn't serve it's purpose here either.

My wishes for NG would be:

- Postgresql support. I saw it's already coming, thanks for that. :)
- Rip of the session and anything irrelevant from URL. It's reference and FAQ will be referenced a lot. SID's place is in cookies. Categories should be bound to faq id s in table.
- LDAP authentication against enterprise systems. (is that Authentifizierungsmodul for that?)
- Dump system which will dump *everything* (in XML or tar for example). Like in pgsql, you just pg_dumpall and go. That would only require DB access settings on filesystem file. (perhaps templates should be in files due their nature)
- Provide CLI tool to make that dump file.
- Dump tool should put date and hostname to the file name.
- CLI tool to convert the dump from version to another. It could be possible to make converter as plugins and dump tool then run plugin by plugin after all versions would have been converted.
- Target distributions and packages for them. RHEL, Fedora, SuSE etc.
- No new dependecies to libs until distros provide them natively.
- XHTML everyhere would be nice and forget 'browser compatibility. Let them fix their broken products.

Have you thought Python?

Feel free to comment.

BR,

Tuju

.
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Request for comments: phpMyFAQ NG (Next Generation)

Post by Thorsten »

Hi!
My wishes for NG would be:

- Postgresql support. I saw it's already coming, thanks for that. :)
It's in work since last week.
- Rip of the session and anything irrelevant from URL. It's reference and FAQ will be referenced a lot. SID's place is in cookies. Categories should be bound to faq id s in table.
The session ID and the preferred language is stored in a cookie since 1.4.1. 1.4.2 will get a mod_rewrite extension.
- LDAP authentication against enterprise systems. (is that Authentifizierungsmodul for that?)
yes, I want a universal authentication module to include other scripts and programs or something like LDAP.
- Dump system which will dump *everything* (in XML or tar for example). Like in pgsql, you just pg_dumpall and go. That would only require DB access settings on filesystem file. (perhaps templates should be in files due their nature)
Interesting idea. I think about it.
- Provide CLI tool to make that dump file.
Why do you need something like this?
- Dump tool should put date and hostname to the file name.
The date is in the dump name since version 1.3.9 and later.
- CLI tool to convert the dump from version to another. It could be possible to make converter as plugins and dump tool then run plugin by plugin after all versions would have been converted.
I put it on my todo list.
- Target distributions and packages for them. RHEL, Fedora, SuSE etc.
I'm only running Debian Linux. I think, RPM or DEB packages for web scripts aren't useful. But that's only my opinion.
- No new dependecies to libs until distros provide them natively.
phpMyFAQ 1.4 only needs PHP 4.1+ or MySQL 3.23+
Nothing more, so there aren't many dependencies.
- XHTML everyhere would be nice and forget 'browser compatibility. Let them fix their broken products.
phpMyFAQ 1.4+ supports XHTML in the Frontend and the admin section.
Have you thought Python?
pythonMyFAQ? :)

I like PHP. :)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply