[Phpmyadmin-devel] ohloh.net about phpMyAdmin

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi, somehow slow - but very interesting: http://ohloh.net/opensource/software/phpmyadmin - -- Sebastian Mendel www.sebastianmendel.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32) iD8DBQFEvhaYX/0lClpZDr4RAjZkAJ9PNvAEHVi2RjwIlf0+B0HecH4LTwCeLM2S xD5bWUO1nVyrhKuSI95tE9k= =Z5Cy -----END PGP SIGNATURE-----

Hi On Wed, 19 Jul 2006 13:25:12 +0200 Sebastian Mendel <lists@sebastianmendel.de> wrote:
You can also find CVS stats also on my server: http://cihar.com/phpMyAdmin/stats/ -- Michal Čihař | http://cihar.com | http://blog.cihar.com

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sebastian Mendel schrieb:
hi,
somehow slow - but very interesting:
"Some source code may be covered by the PHP License, which is incompatible with the GNU General Public License (GPL)." libraries/compat/var_export.php "Some source code may be covered by the Mozilla Public License 1.0 (MPL), which is incompatible with the GNU General Public License (GPL)." libraries/dbg/profiling.php - -- Sebastian Mendel www.sebastianmendel.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32) iD8DBQFEvizfX/0lClpZDr4RAl6vAJ9nYSkShRcXCN5lIK39XYz32Mw0jgCfRXRZ lwtGJYUH2ueK44QLc+CP5l4= =iV31 -----END PGP SIGNATURE-----

Sebastian Mendel a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Sebastian Mendel schrieb:
hi,
somehow slow - but very interesting:
"Some source code may be covered by the PHP License, which is incompatible with the GNU General Public License (GPL)."
libraries/compat/var_export.php
Being compatible with GPL should be our goal, so... I suggest removing this code and asking a minimum PHP of 4.2.0.
"Some source code may be covered by the Mozilla Public License 1.0 (MPL), which is incompatible with the GNU General Public License (GPL)."
libraries/dbg/profiling.php
I suggest removing this feature from phpMyAdmin. Marc
- -- Sebastian Mendel
www.sebastianmendel.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32)
iD8DBQFEvizfX/0lClpZDr4RAl6vAJ9nYSkShRcXCN5lIK39XYz32Mw0jgCfRXRZ lwtGJYUH2ueK44QLc+CP5l4= =iV31 -----END PGP SIGNATURE-----
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

Hi there On Wed, 19 Jul 2006 09:51:44 -0400 Marc Delisle <Marc.Delisle@cegepsherbrooke.qc.ca> wrote:
Sebastian Mendel a écrit :
"Some source code may be covered by the PHP License, which is incompatible with the GNU General Public License (GPL)."
libraries/compat/var_export.php
Being compatible with GPL should be our goal, so...
I suggest removing this code and asking a minimum PHP of 4.2.0.
It should be possible to write minimal replacement of var_export as we don't need much of it's functionality in setup script. However if you think increasing requirements to PHP 4.2.0 is okay I won't defend as it is less work :-).
"Some source code may be covered by the Mozilla Public License 1.0 (MPL), which is incompatible with the GNU General Public License (GPL)."
libraries/dbg/profiling.php
I suggest removing this feature from phpMyAdmin.
I never used this beast :-). -- Michal Čihař | http://cihar.com | http://blog.cihar.com

Michal Čihař a écrit :
Hi there
On Wed, 19 Jul 2006 09:51:44 -0400 Marc Delisle <Marc.Delisle@cegepsherbrooke.qc.ca> wrote:
Sebastian Mendel a écrit :
"Some source code may be covered by the PHP License, which is incompatible with the GNU General Public License (GPL)."
libraries/compat/var_export.php Being compatible with GPL should be our goal, so...
I suggest removing this code and asking a minimum PHP of 4.2.0.
It should be possible to write minimal replacement of var_export as we don't need much of it's functionality in setup script. However if you think increasing requirements to PHP 4.2.0 is okay I won't defend as it is less work :-).
Based on http://www.nexen.net/images/stories/phpversion/200606/milieu.en.png 4,43% are still running 4.1, so if you have the time, please rewrite before the 2.9.0 release. Marc
"Some source code may be covered by the Mozilla Public License 1.0 (MPL), which is incompatible with the GNU General Public License (GPL)."
libraries/dbg/profiling.php I suggest removing this feature from phpMyAdmin.
I never used this beast :-).

Hi there On Thu, 20 Jul 2006 08:41:59 -0400 Marc Delisle <Marc.Delisle@cegepsherbrooke.qc.ca> wrote:
Based on http://www.nexen.net/images/stories/phpversion/200606/milieu.en.png
4,43% are still running 4.1,
In .cz it is similar: http://php.vrana.cz/verze-php-v-cr-kveten-2006.php
so if you have the time, please rewrite before the 2.9.0 release.
Done :-) -- Michal Čihař | http://cihar.com | http://blog.cihar.com

Marc Delisle schrieb:
Michal Čihař a écrit :
Hi there
On Wed, 19 Jul 2006 09:51:44 -0400 Marc Delisle <Marc.Delisle@cegepsherbrooke.qc.ca> wrote:
Sebastian Mendel a écrit :
"Some source code may be covered by the PHP License, which is incompatible with the GNU General Public License (GPL)."
libraries/compat/var_export.php Being compatible with GPL should be our goal, so...
I suggest removing this code and asking a minimum PHP of 4.2.0. It should be possible to write minimal replacement of var_export as we don't need much of it's functionality in setup script. However if you think increasing requirements to PHP 4.2.0 is okay I won't defend as it is less work :-).
Based on http://www.nexen.net/images/stories/phpversion/200606/milieu.en.png
4,43% are still running 4.1, so if you have the time, please rewrite before the 2.9.0 release.
based on: http://www.nexen.net/images/stories/phpversion/200606/versions.png with 4.2.0 you cut off 7% with 4.1.0 you cut off 2% -- Sebastian Mendel www.sebastianmendel.de

Sebastian Mendel a écrit :
Marc Delisle schrieb:
Michal Čihař a écrit :
Hi there
On Wed, 19 Jul 2006 09:51:44 -0400 Marc Delisle <Marc.Delisle@cegepsherbrooke.qc.ca> wrote:
Sebastian Mendel a écrit :
"Some source code may be covered by the PHP License, which is incompatible with the GNU General Public License (GPL)."
libraries/compat/var_export.php Being compatible with GPL should be our goal, so...
I suggest removing this code and asking a minimum PHP of 4.2.0. It should be possible to write minimal replacement of var_export as we don't need much of it's functionality in setup script. However if you think increasing requirements to PHP 4.2.0 is okay I won't defend as it is less work :-). Based on http://www.nexen.net/images/stories/phpversion/200606/milieu.en.png
4,43% are still running 4.1, so if you have the time, please rewrite before the 2.9.0 release.
based on:
http://www.nexen.net/images/stories/phpversion/200606/versions.png
with 4.2.0 you cut off 7% with 4.1.0 you cut off 2%
2006-07-20 Michal ÄihaÅ <michal@cihar.com> * libraries/compat/var_export.php: Dropped due to license problems. * scripts/setup.php: Implement own var_export.

Marc Delisle schrieb:
Sebastian Mendel a écrit :
Marc Delisle schrieb:
Michal Čihař a écrit :
Hi there
On Wed, 19 Jul 2006 09:51:44 -0400 Marc Delisle <Marc.Delisle@cegepsherbrooke.qc.ca> wrote:
Sebastian Mendel a écrit :
"Some source code may be covered by the PHP License, which is incompatible with the GNU General Public License (GPL)."
libraries/compat/var_export.php Being compatible with GPL should be our goal, so...
I suggest removing this code and asking a minimum PHP of 4.2.0. It should be possible to write minimal replacement of var_export as we don't need much of it's functionality in setup script. However if you think increasing requirements to PHP 4.2.0 is okay I won't defend as it is less work :-). Based on http://www.nexen.net/images/stories/phpversion/200606/milieu.en.png
4,43% are still running 4.1, so if you have the time, please rewrite before the 2.9.0 release. based on:
http://www.nexen.net/images/stories/phpversion/200606/versions.png
with 4.2.0 you cut off 7% with 4.1.0 you cut off 2%
2006-07-20 Michal ÄihaÅ <michal@cihar.com> * libraries/compat/var_export.php: Dropped due to license problems. * scripts/setup.php: Implement own var_export.
yes, i know i just wanted to more precious the amount of servers not able to run phpMyAdmin for me everything below 10% would be fine ... keeping in mind that this numbers reflect the affected servers not the affected users -- Sebastian Mendel www.sebastianmendel.de

On Wed, Jul 19, 2006 at 09:51:44AM -0400, Marc Delisle wrote:
"Some source code may be covered by the Mozilla Public License 1.0 (MPL), which is incompatible with the GNU General Public License (GPL)."
libraries/dbg/profiling.php I suggest removing this feature from phpMyAdmin. Remove or I can rewrite it, since I put it there in the first place, and used it heavily while doing the SQL parser code.
-- Robin Hugh Johnson E-Mail : robbat2@users.sourceforge.net GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Robin H. Johnson a écrit :
On Wed, Jul 19, 2006 at 09:51:44AM -0400, Marc Delisle wrote:
"Some source code may be covered by the Mozilla Public License 1.0 (MPL), which is incompatible with the GNU General Public License (GPL)."
libraries/dbg/profiling.php I suggest removing this feature from phpMyAdmin. Remove or I can rewrite it, since I put it there in the first place, and used it heavily while doing the SQL parser code.
Ok, when releasing 2.9.0 (final) I'll remove it if the rewrite has not been done at this point. Marc
participants (4)
-
Marc Delisle
-
Michal Čihař
-
Robin H. Johnson
-
Sebastian Mendel