Bug #19404 [Com]: Post variable names stripped of first 4 characters

2010-04-30 Thread spam1 at yahoo dot com
Edit report at http://bugs.php.net/bug.php?id=19404edit=1

 ID:   19404
 Comment by:   spam1 at yahoo dot com
 Reported by:  mv02 at gmx dot de
 Summary:  Post variable names stripped of first 4 characters
 Status:   Closed
 Type: Bug
 Package:  mbstring related
 Operating System: SuSE Linux 8.0
 PHP Version:  4.2.3

 New Comment:

a
href=http://weddingsite.110mb.com/pictures-of-wedding-card-boxes.html;pictures
of wedding card boxes/a
[URL=http://weddingsite.110mb.com/collisions-wedding-stationery.html]collisions
wedding stationery[/URL]
http://weddingsite.110mb.com/wedding-cake-boxes.html wedding cake boxes


Previous Comments:

[2003-11-14 03:39:53] amal at npeople dot com

I can't run phpMyAdmin on my signiture hosting server

(./libraries/grab_globals.lib.php)failed to open stream: No such file or
directory in /usr/home/majd/www/htdocs/phpMyAdmin/index.php on line 9



My phpMyAdmin version is 2.5.4


[2002-12-01 09:40:47] msopa...@php.net

To anybody who wants to post phpMyAdmin bugs here:

- phpMyAdmin is NOT part of php

- phpMyAdmin has it's own bug system, read the README.

- the original report involved a bug in mbstring



changed title, to reflect the actual bug.


[2002-10-12 10:51:56] khalil at paksys dot com

This is the same issue which was reported here
http://bugs.php.net/bug.php?id=19460

I was advised to take latest PHP from CVS. I did and the problem was
solved.


[2002-09-14 11:32:01] w...@php.net

This was a problem with mbstring that has been fixed in CVS.

The workaround is not to use --enable-mbstr-enc-trans

when configuring PHP. (You won't miss it, because the

chances are that you don't even know what it does :-)


[2002-09-14 08:55:38] mv02 at gmx dot de

Since I'm using PHP 4.2.3 phpMyAdmin (http://www.phpmyadmin.net) does
not work properly anymore. To me it seems as if string routines would be
broken. As an example I have two errormessages generated from
phpMyAdmin:



Creating a simple table with ID as auto_increment:



--

CREATE TABLE `atest` (



`ID` INT NULL _INCREMENT,

PRIMARY KEY ( `ID` ) 

) 



MySQL meldet: 





You have an error in your SQL syntax near '_INCREMENT, PRIMARY KEY
(`ID`))' at line 1

--



It seems as if this PHP version would kill the auto in front of
_increment. Of course, then MySQL produces an error.



Second example: If I change a value (DATE), I get the following error:



--

UPDATE `termine` SET `datum` = '-09-23' WHERE `ID` = \'42\' LIMIT 1; 



MySQL meldet: 





You have an error in your SQL syntax near '\'42\' LIMIT 1' at line 1

--



There is one ' too much (changing MagicQuotes did not help anything)



I do not thing that this is a problem of phpMyAdmin because I just
recompiled PHP 4.2.2 with exactly the same configure options on the same
system (2 days difference, so no new libraries etc) and everything works
just perfect.



My confiugure Line:

--

'./configure' '--prefix=/usr/share' '--datadir=/usr/share/php'
'--bindir=/usr/bin' '--libdir=/usr/share' '--includedir=/usr/include'
'--with-config-file-path=/etc/httpd' '--with-exec-dir=/usr/lib/php/bin'
'--disable-debug' '--enable-bcmath' '--enable-calendar' '--enable-ctype'
'--enable-dbase' '--enable-discard-path' '--enable-exif'
'--enable-filepro' '--enable-force-cgi-redirect' '--enable-ftp'
'--enable-gd-imgstrttf' '--enable-gd-native-ttf'
'--enable-inline-optimization' '--enable-magic-quotes'
'--enable-mbstr-enc-trans' '--enable-mbstring' '--enable-memory-limit'
'--enable-shmop' '--enable-sigchild' '--enable-sysvsem'
'--enable-sysvshm' '--enable-track-vars' '--enable-versioning'
'--enable-wddx' '--enable-yp' '--with-bz2' '--with-ftp' '--with-gdbm'
'--with-gettext' '--with-gmp' '--with-imap=yes'
'--with-jpeg-dir=/usr/lib' '--with-ldap=yes' '--with-mcal=/usr'
'--with-mcrypt' '--with-mysql=/usr' '--with-ndbm' '--with-pgsql=/usr'
'--with-snmp' '--with-t1lib' '--with-ttf' '--with-freetype-dir=yes'
'--with-zlib=yes' '--with-openssl' '--with-curl' '--with-imap-ssl'
'--with-gd=yes' '--with-mm' '--with-apxs=/usr/sbin/apxs' '--with-ming'
'--with-mhash' '--with-pdflib' '--with-png-dir=/usr/lib'
'--with-tiffs-dir=/usr/lib' '--with-iodbc'

--

I do not include a backtrace because PHP does not crash at all. The
system continues to run, the page gets finished and I can continue to
work with PHP.





-- 
Edit this bug report at http://bugs.php.net/bug.php?id=19404edit=1


#19404 [Com]: Post variable names stripped of first 4 characters

2003-11-14 Thread amal at npeople dot com
 ID:   19404
 Comment by:   amal at npeople dot com
 Reported By:  mv02 at gmx dot de
 Status:   Closed
 Bug Type: mbstring related
 Operating System: SuSE Linux 8.0
 PHP Version:  4.2.3
 New Comment:

I can't run phpMyAdmin on my signiture hosting server
(./libraries/grab_globals.lib.php)failed to open stream: No such file
or directory in /usr/home/majd/www/htdocs/phpMyAdmin/index.php on line
9

My phpMyAdmin version is 2.5.4


Previous Comments:


[2002-12-01 09:40:47] [EMAIL PROTECTED]

To anybody who wants to post phpMyAdmin bugs here:
- phpMyAdmin is NOT part of php
- phpMyAdmin has it's own bug system, read the README.
- the original report involved a bug in mbstring

changed title, to reflect the actual bug.



[2002-10-12 10:51:56] khalil at paksys dot com

This is the same issue which was reported here
http://bugs.php.net/bug.php?id=19460
I was advised to take latest PHP from CVS. I did and the problem was
solved.



[2002-09-14 11:32:01] [EMAIL PROTECTED]

This was a problem with mbstring that has been fixed in CVS.
The workaround is not to use --enable-mbstr-enc-trans
when configuring PHP. (You won't miss it, because the
chances are that you don't even know what it does :-)



[2002-09-14 08:55:38] mv02 at gmx dot de

Since I'm using PHP 4.2.3 phpMyAdmin (http://www.phpmyadmin.net) does
not work properly anymore. To me it seems as if string routines would
be broken. As an example I have two errormessages generated from
phpMyAdmin:

Creating a simple table with ID as auto_increment:

--
CREATE TABLE `atest` (

`ID` INT NULL _INCREMENT,
PRIMARY KEY ( `ID` ) 
) 

MySQL meldet: 


You have an error in your SQL syntax near '_INCREMENT, PRIMARY KEY
(`ID`))' at line 1
--

It seems as if this PHP version would kill the auto in front of
_increment. Of course, then MySQL produces an error.

Second example: If I change a value (DATE), I get the following error:

--
UPDATE `termine` SET `datum` = '-09-23' WHERE `ID` = \'42\' LIMIT 1; 

MySQL meldet: 


You have an error in your SQL syntax near '\'42\' LIMIT 1' at line 1
--

There is one ' too much (changing MagicQuotes did not help anything)

I do not thing that this is a problem of phpMyAdmin because I just
recompiled PHP 4.2.2 with exactly the same configure options on the
same system (2 days difference, so no new libraries etc) and everything
works just perfect.

My confiugure Line:
--
'./configure' '--prefix=/usr/share' '--datadir=/usr/share/php'
'--bindir=/usr/bin' '--libdir=/usr/share' '--includedir=/usr/include'
'--with-config-file-path=/etc/httpd' '--with-exec-dir=/usr/lib/php/bin'
'--disable-debug' '--enable-bcmath' '--enable-calendar'
'--enable-ctype' '--enable-dbase' '--enable-discard-path'
'--enable-exif' '--enable-filepro' '--enable-force-cgi-redirect'
'--enable-ftp' '--enable-gd-imgstrttf' '--enable-gd-native-ttf'
'--enable-inline-optimization' '--enable-magic-quotes'
'--enable-mbstr-enc-trans' '--enable-mbstring' '--enable-memory-limit'
'--enable-shmop' '--enable-sigchild' '--enable-sysvsem'
'--enable-sysvshm' '--enable-track-vars' '--enable-versioning'
'--enable-wddx' '--enable-yp' '--with-bz2' '--with-ftp' '--with-gdbm'
'--with-gettext' '--with-gmp' '--with-imap=yes'
'--with-jpeg-dir=/usr/lib' '--with-ldap=yes' '--with-mcal=/usr'
'--with-mcrypt' '--with-mysql=/usr' '--with-ndbm' '--with-pgsql=/usr'
'--with-snmp' '--with-t1lib' '--with-ttf' '--with-freetype-dir=yes'
'--with-zlib=yes' '--with-openssl' '--with-curl' '--with-imap-ssl'
'--with-gd=yes' '--with-mm' '--with-apxs=/usr/sbin/apxs' '--with-ming'
'--with-mhash' '--with-pdflib' '--with-png-dir=/usr/lib'
'--with-tiffs-dir=/usr/lib' '--with-iodbc'
--
I do not include a backtrace because PHP does not crash at all. The
system continues to run, the page gets finished and I can continue to
work with PHP.




-- 
Edit this bug report at http://bugs.php.net/?id=19404edit=1


#19404 [Com]: Post variable names stripped of first 4 characters

2002-12-31 Thread 1
 ID:   19404
 Comment by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Closed
 Bug Type: mbstring related
 Operating System: SuSE Linux 8.0
 PHP Version:  4.2.3
 New Comment:

hi


Previous Comments:


[2002-12-23 00:53:52] [EMAIL PROTECTED]

I recently pounded my fists against my balls until they became very
enlarged.  Ever since, I have been unable to reach the edge of my desk,
where my keyboard is.  I wan't to delete this stupid set of responses,
but can't since I can't even reach my mouse.  Any suggestions?



[2002-12-03 02:25:45] [EMAIL PROTECTED]

-
Please i had created site on PHP 4.0.5 on my windows 98

I send FTP and PHPMYADMIN the DB and files to server 
with PHP 4.2.2

The site dont execute,  http://www.fonaviemcali.com.co
How can i find a solution ?
-
Hey Fernando A., does your webserver (http://www.fonaviemcali.com.co)
have `short_open_tag = Off`? See
http://www.php.net/manual/en/printwn/configuration.directives.php for
more info.



[2002-12-01 09:40:47] [EMAIL PROTECTED]

To anybody who wants to post phpMyAdmin bugs here:
- phpMyAdmin is NOT part of php
- phpMyAdmin has it's own bug system, read the README.
- the original report involved a bug in mbstring

changed title, to reflect the actual bug.



[2002-12-01 04:52:52] [EMAIL PROTECTED]

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 23

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 24

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 25

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 26

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 27

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 29

Hata

MySQL çýktýsý: 


Access denied for user: 'root@localhost' (Using password: NO)
How can i solve this problem? thanks.



[2002-11-28 08:25:20] [EMAIL PROTECTED]

@ [EMAIL PROTECTED]:
have you set the default page to index.php?
or try http://localhost/phpmyadmin/index.php



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/19404

-- 
Edit this bug report at http://bugs.php.net/?id=19404edit=1




#19404 [Com]: Post variable names stripped of first 4 characters

2002-12-22 Thread devnull
 ID:   19404
 Comment by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Closed
 Bug Type: mbstring related
 Operating System: SuSE Linux 8.0
 PHP Version:  4.2.3
 New Comment:

I recently pounded my fists against my balls until they became very
enlarged.  Ever since, I have been unable to reach the edge of my desk,
where my keyboard is.  I wan't to delete this stupid set of responses,
but can't since I can't even reach my mouse.  Any suggestions?


Previous Comments:


[2002-12-03 02:25:45] [EMAIL PROTECTED]

-
Please i had created site on PHP 4.0.5 on my windows 98

I send FTP and PHPMYADMIN the DB and files to server 
with PHP 4.2.2

The site dont execute,  http://www.fonaviemcali.com.co
How can i find a solution ?
-
Hey Fernando A., does your webserver (http://www.fonaviemcali.com.co)
have `short_open_tag = Off`? See
http://www.php.net/manual/en/printwn/configuration.directives.php for
more info.



[2002-12-01 09:40:47] [EMAIL PROTECTED]

To anybody who wants to post phpMyAdmin bugs here:
- phpMyAdmin is NOT part of php
- phpMyAdmin has it's own bug system, read the README.
- the original report involved a bug in mbstring

changed title, to reflect the actual bug.



[2002-12-01 04:52:52] [EMAIL PROTECTED]

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 23

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 24

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 25

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 26

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 27

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 29

Hata

MySQL çýktýsý: 


Access denied for user: 'root@localhost' (Using password: NO)
How can i solve this problem? thanks.



[2002-11-28 08:25:20] [EMAIL PROTECTED]

@ [EMAIL PROTECTED]:
have you set the default page to index.php?
or try http://localhost/phpmyadmin/index.php



[2002-11-28 02:16:13] [EMAIL PROTECTED]

please help me because this is my 4th week
i have pws on my computer and i have installed the mysql and then i
have installed the phpmyadin(sharing the folder and give him alias name
phpmyadmin) and correct its config file(user id-password)to match the
mysql then when i open the php myadmin from the browser at
url:http://localhost/phpmyadmin   i recive this message:
no outhentication to view this page 
i do not know where is the problem so please help me 
thank you in advance



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/19404

-- 
Edit this bug report at http://bugs.php.net/?id=19404edit=1




#19404 [Com]: Post variable names stripped of first 4 characters

2002-12-03 Thread bernyregeling
 ID:   19404
 Comment by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Closed
 Bug Type: mbstring related
 Operating System: SuSE Linux 8.0
 PHP Version:  4.2.3
 New Comment:

-
Please i had created site on PHP 4.0.5 on my windows 98

I send FTP and PHPMYADMIN the DB and files to server 
with PHP 4.2.2

The site dont execute,  http://www.fonaviemcali.com.co
How can i find a solution ?
-
Hey Fernando A., does your webserver (http://www.fonaviemcali.com.co)
have `short_open_tag = Off`? See
http://www.php.net/manual/en/printwn/configuration.directives.php for
more info.


Previous Comments:


[2002-12-01 09:40:47] [EMAIL PROTECTED]

To anybody who wants to post phpMyAdmin bugs here:
- phpMyAdmin is NOT part of php
- phpMyAdmin has it's own bug system, read the README.
- the original report involved a bug in mbstring

changed title, to reflect the actual bug.



[2002-12-01 04:52:52] [EMAIL PROTECTED]

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 23

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 24

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 25

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 26

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 27

Warning: Cannot add header information - headers already sent by
(output started at
c:\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in
c:\www\phpmyadmin\header.inc.php on line 29

Hata

MySQL çýktýsý: 


Access denied for user: 'root@localhost' (Using password: NO)
How can i solve this problem? thanks.



[2002-11-28 08:25:20] [EMAIL PROTECTED]

@ [EMAIL PROTECTED]:
have you set the default page to index.php?
or try http://localhost/phpmyadmin/index.php



[2002-11-28 02:16:13] [EMAIL PROTECTED]

please help me because this is my 4th week
i have pws on my computer and i have installed the mysql and then i
have installed the phpmyadin(sharing the folder and give him alias name
phpmyadmin) and correct its config file(user id-password)to match the
mysql then when i open the php myadmin from the browser at
url:http://localhost/phpmyadmin   i recive this message:
no outhentication to view this page 
i do not know where is the problem so please help me 
thank you in advance



[2002-11-27 09:02:00] [EMAIL PROTECTED]

please this bug is not a php bug 
is a bull shit bug of phpmyadmin
this application is a nightmare totaly unsecure and uggly

i'm writing a kernel mysql admin in php with classes (sic)
and api in the same time in java

i think i'll be ready in two months.

i haven't any problems with this version of php
and all my hold big applications doesn't bug and run 
correctly

so i say php bug or phpmyadmin bug ?



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/19404

-- 
Edit this bug report at http://bugs.php.net/?id=19404edit=1