[PHP-DEV] unserialze_callback_function (description)

2001-11-27 Thread root



ho derick... 

could you read over this mail, i plan to send to php-dev-ml.
i'm not sure if i used the correct words.. you know.. my english :))
thanx...



hello...

i'm new here on this ML. some of you might know me.
but thats not the reason for my email. I implemented a new feature,
derick kindly commited for me last night. Ok... 

if you unserialize serialized Objects, and their classes still are undefined, 
you'll get an "__PHP_Incomplete_Class"-Object. To get another chance to define
the used class to instanziate the serialized Objects, you (now) can set an
unserialie_callback_function to add (include) the missing classdefinition.
Because there is an option to autostart the session, there could be no
chance to set the callback function, so i decided to use a PG() which 
could be set in php.ini, .htaccess or by ini_set(), before php starts unserialize
your sessiondata. OK.. Why don't you include all classes could ever appear in your
serialized strings (or sessions)?? The reason is simple.. large projects
often contains a large number of objects.. but not (always) all of them 
are needed at simultaniously. I think it saves work and time to get (for any
not yet defined classes) a callbackfunction started (with the undefined 
class's name as parameter) which can define the wanted class. So you can automate 
the loading of all classes really used.

a short example:

php.ini: 

...
unserialize_callback_func=
...

test.php:

'Node.php','base_source'=>'libs/standard/base_source.php');
if (file_exists($classes[$classname]))
  include_once($classes[$classname]);
  }

// $r => string contains serialized Objects

$r='O:13:"xml_tree_node":4:{s:10:"attributes";a:1:{s:4:"size";i:1;}s:8:"children";a:1:{i:0;O:13:"xml_tree_node":4:{s:10:"attributes";a:0:{}s:8:"children";a:1:{i:0;O:11:"base_source":2:{s:4:"name";s:9:"base_text";s:8:"children";s:8:"Tree.php";}}s:7:"content";s:0:"";s:4:"name";s:3:"pre";}}s:7:"content";s:0:"";s:4:"name";s:7:"bt_font";}';

$a=unserialize($r);
  ini_set('unserialize_callback_func','callback');
  $b=unserialize($r);

?>

$a then contains "__PHP_Incomplete_Class"es, but while "unserialize($b)"
the callback_function (here: callback()) will be called twice: once with
"xml_tree_node" and once with "base_source" as parameter. callback() then
includes the corresponding php-class-definitions. if 'unserialize_callback_func'
remains unset, the "__PHP_Incomplete_Class" will be returned. If a specified 
callback function soesn't exist, a warning will be returned. Another warning
appears, if the specified function exists, but doesn't define the function it
was called for.

i hope you understood description (bad english) and are agree with my
implementation. And i hope (too), you aren't angry with me because i 
told derick to commit that patch before a great deal of discussion
was started.

regards

---bernd roemer--- (fumanchi)

PS.: it'll be nice if anyone could tell me what type of documentation i
should write on that new feature.

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12029 Updated: "--with-apxs" can cause the error "MySQL: Unable to save result set in"

2001-11-26 Thread root

ID: 12029
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: MySQL related
Operating System: Linux
PHP Version: 4.0.6 and 4.1.0RC3
New Comment:

I had upgraded mysql and recompiled php-4.1.0RC3 as "./configure" but still nothing 
changed.

I think the error may relate to my apache-1.3.14.

Unfortunately my job was changed, and now I have got no time to update my apache and 
other modules, sometime or other I will update them all, I wish all would be fine at 
that time.  

So if someone others didn't meet this problem, close this thread.
THX for support.


Previous Comments:


[2001-11-21 04:40:26] [EMAIL PROTECTED]

Maybe this is related to multibyte support some sort of? Can you try to minimize as 
much ./configure options as possible (at best, use no option at all, mysql support is 
auto-builtin) and see if it works?

Also, can you try against another MySQL Server version?

Can you try an --enable-debug build?



[2001-11-20 22:01:56] [EMAIL PROTECTED]

Yes , I tried. 
Nothing changed.
Maybe there r some errors with my Apache or conflict with some other modules.
Maybe not.








[2001-11-20 19:25:56] [EMAIL PROTECTED]

Relevant information merged from 11765 (bogus now):

[2001-06-27 23:06:49] [EMAIL PROTECTED]

I'm getting the following error message when I execute a query (such as insert or 
delete
or update but not select) that doesn't produce any results:

Warning: MySQL: Unable to save result set in /path/to/sql.php3
on line 33

MySQL said NOTHING and the query was successful executed.

I have set "display_errors = Off" in my php.ini, so no warnings should be
shown
, but php script can not go on at the line where the Warnning should display.



I configured php with the following command:

./configure  --with-mysql=/usr/local/mysql --enable-track-vars 
--with-gd=../../gd/gd1.3
--with-ftp --with-imap=../../mail/imap/imap-4.7c --enable-memory-limit
--with-pgsql=/usr/local/pgsql

MySQL is version 3.23.38 and PostgreSQL is version 7.1.2 

and compiled with th following command:

./configure  --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-charset=gb2312
--with-extra-charsets=all

./configure  --enable-multibyte --enable-unicode-conversion --with-perl
--with-openssl=/usr/local/ssl --enable-odbc --with-CXX


BTW : The script is perfect on mysql-php-4.0.3pl1 and postgreSQL-php-4.0.6 .


[2001-06-27 23:37:47] [EMAIL PROTECTED]

The script(error.php) is :




The result in browser is:


Warning: MySQL: Unable to save result set in /home/0/admin/error.php on line 7


But I just found that NO error in command line

root@localhost # php ./error.php
X-Powered-By: PHP/4.0.6
Content-type: text/html






[2001-11-20 19:22:36] [EMAIL PROTECTED]

Hmm .. weird. Can you give it a try with latest RC

http://www.php.net/~zeev/php-4.1.0RC3.tar.gz

Feedback.


Information from 12009 (now bogus):

mysql_query("INSERT INTO intranet (login,imie_nazwisko,haslo) VALUES
('milewskij','','657998')");



'./configure' '--prefix=/usr' '--with-apxs=/usr/bin/apxs' '--with-regex=system'
'--with-config-file-path=/etc/php4/apache' '--enable-calendar' '--without-dom'
'--enable-filepro' '--enable-ftp' '--enable-sysvsem--enable-sysvshm' 
'--enable-track-vars'
'--enable-trans-sid' '--disable-static' '--with-gd' '--with-mm'
'--with-mysql=/usr/local/mysql' '--with-pcre-regex=/usr' '--enable-sockets' 
'--with-ttf'
'--with-yp' '--with-zlib' '--with-jpeg-dir=/usr' '--with-png-dir=/usr'



it crashes on INSERT and DELETE query (not on SELECT)
I read FAQ and that recompiling with path to mySQL will solve the problem, but it
doesn't

the same script running on redhat 7 with PHP 4.0.2 and the same mySQL and 
mod_auth_mysql
returns no error

please help me as soon as you can

Jakub Formela


phpinfo: http://new.pharmag.pl
script with error http://new.pharmag.pl/strony/run/konw_users.php?rodzaj=intranet

--






[2001-07-15 22:15:16] [EMAIL PROTECTED]

WHY NOT OPEN???




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/?id=12029


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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12029 Updated: "--with-apxs" can cause the error "MySQL: Unable to save result set in"

2001-11-20 Thread root

ID: 12029
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: MySQL related
Operating System: Linux
Old PHP Version: 4.0.6
PHP Version: 4.0.6 and 4.1.0RC3
New Comment:

Yes , I tried. 
Nothing changed.
Maybe there r some errors with my Apache or conflict with some other modules.
Maybe not.






Previous Comments:


[2001-11-20 19:25:56] [EMAIL PROTECTED]

Relevant information merged from 11765 (bogus now):

[2001-06-27 23:06:49] [EMAIL PROTECTED]

I'm getting the following error message when I execute a query (such as insert or 
delete
or update but not select) that doesn't produce any results:

Warning: MySQL: Unable to save result set in /path/to/sql.php3
on line 33

MySQL said NOTHING and the query was successful executed.

I have set "display_errors = Off" in my php.ini, so no warnings should be
shown
, but php script can not go on at the line where the Warnning should display.



I configured php with the following command:

./configure  --with-mysql=/usr/local/mysql --enable-track-vars 
--with-gd=../../gd/gd1.3
--with-ftp --with-imap=../../mail/imap/imap-4.7c --enable-memory-limit
--with-pgsql=/usr/local/pgsql

MySQL is version 3.23.38 and PostgreSQL is version 7.1.2 

and compiled with th following command:

./configure  --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-charset=gb2312
--with-extra-charsets=all

./configure  --enable-multibyte --enable-unicode-conversion --with-perl
--with-openssl=/usr/local/ssl --enable-odbc --with-CXX


BTW : The script is perfect on mysql-php-4.0.3pl1 and postgreSQL-php-4.0.6 .


[2001-06-27 23:37:47] [EMAIL PROTECTED]

The script(error.php) is :




The result in browser is:


Warning: MySQL: Unable to save result set in /home/0/admin/error.php on line 7


But I just found that NO error in command line

root@localhost # php ./error.php
X-Powered-By: PHP/4.0.6
Content-type: text/html






[2001-11-20 19:22:36] [EMAIL PROTECTED]

Hmm .. weird. Can you give it a try with latest RC

http://www.php.net/~zeev/php-4.1.0RC3.tar.gz

Feedback.


Information from 12009 (now bogus):

mysql_query("INSERT INTO intranet (login,imie_nazwisko,haslo) VALUES
('milewskij','','657998')");



'./configure' '--prefix=/usr' '--with-apxs=/usr/bin/apxs' '--with-regex=system'
'--with-config-file-path=/etc/php4/apache' '--enable-calendar' '--without-dom'
'--enable-filepro' '--enable-ftp' '--enable-sysvsem--enable-sysvshm' 
'--enable-track-vars'
'--enable-trans-sid' '--disable-static' '--with-gd' '--with-mm'
'--with-mysql=/usr/local/mysql' '--with-pcre-regex=/usr' '--enable-sockets' 
'--with-ttf'
'--with-yp' '--with-zlib' '--with-jpeg-dir=/usr' '--with-png-dir=/usr'



it crashes on INSERT and DELETE query (not on SELECT)
I read FAQ and that recompiling with path to mySQL will solve the problem, but it
doesn't

the same script running on redhat 7 with PHP 4.0.2 and the same mySQL and 
mod_auth_mysql
returns no error

please help me as soon as you can

Jakub Formela


phpinfo: http://new.pharmag.pl
script with error http://new.pharmag.pl/strony/run/konw_users.php?rodzaj=intranet

--






[2001-07-15 22:15:16] [EMAIL PROTECTED]

WHY NOT OPEN???




[2001-07-11 04:00:15] [EMAIL PROTECTED]

I'm getting the following error message when I execute a query 
(such as insert or delete or update but NOT to select)
that doesn't produce any results:

The script(error.php) is :

  ".mysql_errno().":".mysql_error()."";
  mysql_close();
  ?>


The result in browser is:


  Warning: MySQL: Unable to save result set in /home/0/admin/error.php on line 7
  0:


MySQL said NOTHING and the query was successful exectued by mysql.
(I can find the query reselt in mysqldatabase)
But why php generated an error?


I have set "display_errors = Off" in my php.ini, so no warnings should be shown
, but php script can not go on at the line where the Warnning should display.

But I just found that NO error in command line :

  root@localhost # php ./error.php
  X-Powered-By: PHP/4.0.6
  Content-type: text/html

  root@localhost #


I configured php for apache(libphp4.so) with the following configuration tag:

  ./configure
  --with-apxs=/usr/local/apache/

[PHP-DEV] Bug #13885 Updated: gmdate("r"); adds timezone instead of 'GMT'.

2001-10-31 Thread root

ID: 13885
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Date/time related
Operating System: Windows 2000 SP2
PHP Version: 4.0.6
New Comment:

print(date("r", 1));
Prints: "Thu, 1 Jan 1970 01:00:01 +0100"

This is correct, the local timezone is GMT+1.

print(gmdate("r",1));
Prints: "Thu, 1 Jan 1970 00:00:01 +0100"

This is wrong, it outputs the GMT date & time, but with the timezone "+0100" instead 
of "GMT". Thus equaling a date of "Wed, 31 Dec 1969 23:00:01 GMT", which is obviously 
not 1 second after the start of the unix epoch.

Previous Comments:


[2001-10-31 07:00:49] [EMAIL PROTECTED]

I must be missing something here.  date('r') is intended to display an RFC822 date 
string.  Section 5.1 of RFC822 clearly states that +0100 is a perfectly valid way to 
represent the timezone.  So how is this function not working as expected? 



[2001-10-31 06:45:57] [EMAIL PROTECTED]

The 'r' format string doesn't work as expected:

print(date("r", 1));

Prints: "Thu, 1 Jan 1970 01:00:01 +0100"

print(gmdate("r",1));

Prints: "Thu, 1 Jan 1970 00:00:01 +0100"

I think the '+0100' should've been 'GMT'.

(Done on a system with GMT+1)





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


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #13885: gmdate("r"); adds timezone instead of 'GMT'.

2001-10-31 Thread root

From: [EMAIL PROTECTED]
Operating system: Windows 2000 SP2
PHP version:  4.0.6
PHP Bug Type: Date/time related
Bug description:  gmdate("r"); adds timezone instead of 'GMT'.

The 'r' format string doesn't work as expected:

print(date("r", 1));

Prints: "Thu, 1 Jan 1970 01:00:01 +0100"

print(gmdate("r",1));

Prints: "Thu, 1 Jan 1970 00:00:01 +0100"

I think the '+0100' should've been 'GMT'.

(Done on a system with GMT+1)
-- 
Edit bug report at: http://bugs.php.net/?id=13885&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12974: some curl bugs found & patched

2001-08-27 Thread root

From: [EMAIL PROTECTED]
Operating system: freebsd
PHP version:  4.0.6
PHP Bug Type: cURL related
Bug description:  some curl bugs found & patched

i have found & patched php interface functions to curl.
i have no time to commit it to cvs, so here's the diff:

--- curl.c.orig Mon Aug 27 15:51:37 2001
+++ curl.c  Mon Aug 27 15:42:13 2001
@@ -488,6 +488,10 @@
alloc_curl_handle(&ch);
 
ch->cp = curl_easy_init();
+
+   memset(ch->err.str, 0, sizeof(ch->err.str));
+   ch->err.no = 0;
+
if (! ch->cp) {
php_error(E_WARNING, "Cannot initialize a new cURL
handle");
RETURN_FALSE;
@@ -526,7 +530,7 @@
   **zoption, 
   **zvalue;
php_curl*ch;
-   CURLcode error;
+   CURLcode error = 0;
int  option;
 
if (ZEND_NUM_ARGS() != 3 ||
@@ -633,6 +637,7 @@
convert_to_long_ex(zvalue);
 
ch->handlers->write->type = PHP_CURL_BINARY;
+   break;
case CURLOPT_WRITEFUNCTION:
zval_add_ref(zvalue);
ch->handlers->write->func = *zvalue;

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


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Help me

2001-08-18 Thread root

How to use urlencode to change a fielde password in mysql table

Thanks! João Oliveira

--
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12029 Updated: "--with-apxs" can cause the error "MySQL: Unable to save result set in"

2001-07-15 Thread root

ID: 12029
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: 
Status: Open
Bug Type: MySQL related
Operating System: Linux
PHP Version: 4.0.6
New Comment:

WHY NOT OPEN???


Previous Comments:


[2001-07-11 04:00:15] [EMAIL PROTECTED]

I'm getting the following error message when I execute a query 
(such as insert or delete or update but NOT to select)
that doesn't produce any results:

The script(error.php) is :

  ".mysql_errno().":".mysql_error()."";
  mysql_close();
  ?>


The result in browser is:


  Warning: MySQL: Unable to save result set in /home/0/admin/error.php on line 7
  0:


MySQL said NOTHING and the query was successful exectued by mysql.
(I can find the query reselt in mysqldatabase)
But why php generated an error?


I have set "display_errors = Off" in my php.ini, so no warnings should be shown
, but php script can not go on at the line where the Warnning should display.

But I just found that NO error in command line :

  root@localhost # php ./error.php
  X-Powered-By: PHP/4.0.6
  Content-type: text/html

  root@localhost #


I configured php for apache(libphp4.so) with the following configuration tag:

  ./configure
  --with-apxs=/usr/local/apache/bin/apxs \
  --with-mysql=/usr/local/mysql \
  --enable-track-vars \
  --with-gd=../../gd/gd1.3 \
  --with-ftp \
  --with-imap=../../mail/imap/imap-4.7c \
  --enable-memory-limit \
  --with-pgsql=/usr/local/pgsql

I configured php for commad line with the following configuration tag:

  ./configure
  --with-mysql=/usr/local/mysql \
  --enable-track-vars \
  --with-gd=../../gd/gd1.3 \
  --with-ftp \
  --with-imap=../../mail/imap/imap-4.7c \
  --enable-memory-limit \
  --with-pgsql=/usr/local/pgsql


MySQL is version 3.23.38 and compiled with th following configuration tag:

  ./configure
  --prefix=/usr/local/mysql \
  --with-mysqld-user=mysql \
  --with-charset=gb2312 \
  --with-extra-charsets=all


BTW : 

1.  The script is perfect on mysql-php-4.0.3pl1.
2.  This error occurs on ALL OF my scripts after I had upgraded my php from 4.0.3 to 
4.0.6.
3.  I upgraded to mysql-3.23.39 and recompiled php-4.0.6 but nothing changed.








[2001-07-11 02:57:46] [EMAIL PROTECTED]

What is the configure line for PHP that use used?

Derick



[2001-07-10 21:48:04] [EMAIL PROTECTED]

My apache is version 1.3.14
mod_log_mysql mod_auth_mysql mod_perl mod_ssl

./configure \
--with-layout=Apache \
--prefix=/usr/local/apache \
--enable-module=so \
--enable-module=vhost_alias \
--add-module=src/modules/extra/mod_log_mysql.c \
--enable-suexec \
--suexec-caller=99 \
--suexec-docroot=/home/0/admin/suexec \
--suexec-logfile=/usr/local/apache/logs/suexec.log \
--suexec-userdir= \
--suexec-safepath=/usr/local/exec \
--enable-module=ssl \
--activate-module=src/modules/auth_mysql/libauth_mysql.a \
--activate-module=src/modules/perl/libperl.a \
--enable-module=perl




[2001-07-10 21:41:25] [EMAIL PROTECTED]

I had read #12009 and #11765
I found that the same error may be generated by the configuration tag "--with-apxs" 
I recompiled php-4.0.6 just without "--with-apxs" and then ran the same script 
error.php(src posted in #12009) through the command line ---

root@localhost # php ./error.php
X-Powered-By: PHP/4.0.6
Content-type: text/html

root@localhost #


NO ERROR at all!






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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12029 Updated: "--with-apxs" can cause the error "MySQL: Unable to save result set in"

2001-07-11 Thread root

ID: 12029
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Summary: "--with-apxs" can cause the error "MySQL: Unable to save result set in"
Status: Feedback
Bug Type: MySQL related
Operating System: Linux
PHP Version: 4.0.6
New Comment:

I'm getting the following error message when I execute a query 
(such as insert or delete or update but NOT to select)
that doesn't produce any results:

The script(error.php) is :

  ".mysql_errno().":".mysql_error()."";
  mysql_close();
  ?>


The result in browser is:


  Warning: MySQL: Unable to save result set in /home/0/admin/error.php on line 7
  0:


MySQL said NOTHING and the query was successful exectued by mysql.
(I can find the query reselt in mysqldatabase)
But why php generated an error?


I have set "display_errors = Off" in my php.ini, so no warnings should be shown
, but php script can not go on at the line where the Warnning should display.

But I just found that NO error in command line :

  root@localhost # php ./error.php
  X-Powered-By: PHP/4.0.6
  Content-type: text/html

  root@localhost #


I configured php for apache(libphp4.so) with the following configuration tag:

  ./configure
  --with-apxs=/usr/local/apache/bin/apxs \
  --with-mysql=/usr/local/mysql \
  --enable-track-vars \
  --with-gd=../../gd/gd1.3 \
  --with-ftp \
  --with-imap=../../mail/imap/imap-4.7c \
  --enable-memory-limit \
  --with-pgsql=/usr/local/pgsql

I configured php for commad line with the following configuration tag:

  ./configure
  --with-mysql=/usr/local/mysql \
  --enable-track-vars \
  --with-gd=../../gd/gd1.3 \
  --with-ftp \
  --with-imap=../../mail/imap/imap-4.7c \
  --enable-memory-limit \
  --with-pgsql=/usr/local/pgsql


MySQL is version 3.23.38 and compiled with th following configuration tag:

  ./configure
  --prefix=/usr/local/mysql \
  --with-mysqld-user=mysql \
  --with-charset=gb2312 \
  --with-extra-charsets=all


BTW : 

1.  The script is perfect on mysql-php-4.0.3pl1.
2.  This error occurs on ALL OF my scripts after I had upgraded my php from 4.0.3 to 
4.0.6.
3.  I upgraded to mysql-3.23.39 and recompiled php-4.0.6 but nothing changed.






Previous Comments:


[2001-07-11 02:57:46] [EMAIL PROTECTED]

What is the configure line for PHP that use used?

Derick



[2001-07-10 21:48:04] [EMAIL PROTECTED]

My apache is version 1.3.14
mod_log_mysql mod_auth_mysql mod_perl mod_ssl

./configure \
--with-layout=Apache \
--prefix=/usr/local/apache \
--enable-module=so \
--enable-module=vhost_alias \
--add-module=src/modules/extra/mod_log_mysql.c \
--enable-suexec \
--suexec-caller=99 \
--suexec-docroot=/home/0/admin/suexec \
--suexec-logfile=/usr/local/apache/logs/suexec.log \
--suexec-userdir= \
--suexec-safepath=/usr/local/exec \
--enable-module=ssl \
--activate-module=src/modules/auth_mysql/libauth_mysql.a \
--activate-module=src/modules/perl/libperl.a \
--enable-module=perl




[2001-07-10 21:41:25] [EMAIL PROTECTED]

I had read #12009 and #11765
I found that the same error may be generated by the configuration tag "--with-apxs" 
I recompiled php-4.0.6 just without "--with-apxs" and then ran the same script 
error.php(src posted in #12009) through the command line ---

root@localhost # php ./error.php
X-Powered-By: PHP/4.0.6
Content-type: text/html

root@localhost #


NO ERROR at all!






ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=12029&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12029 Updated: "--with-apxs" can cause the error "MySQL: Unable to save result set in"

2001-07-10 Thread root

ID: 12029
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Summary: "--with-apxs" can cause the error "MySQL: Unable to save result set in"
Status: Open
Bug Type: MySQL related
Operating System: Linux
PHP Version: 4.0.6
New Comment:

My apache is version 1.3.14
mod_log_mysql mod_auth_mysql mod_perl mod_ssl

./configure \
--with-layout=Apache \
--prefix=/usr/local/apache \
--enable-module=so \
--enable-module=vhost_alias \
--add-module=src/modules/extra/mod_log_mysql.c \
--enable-suexec \
--suexec-caller=99 \
--suexec-docroot=/home/0/admin/suexec \
--suexec-logfile=/usr/local/apache/logs/suexec.log \
--suexec-userdir= \
--suexec-safepath=/usr/local/exec \
--enable-module=ssl \
--activate-module=src/modules/auth_mysql/libauth_mysql.a \
--activate-module=src/modules/perl/libperl.a \
--enable-module=perl


Previous Comments:


[2001-07-10 21:41:25] [EMAIL PROTECTED]

I had read #12009 and #11765
I found that the same error may be generated by the configuration tag "--with-apxs" 
I recompiled php-4.0.6 just without "--with-apxs" and then ran the same script 
error.php(src posted in #12009) through the command line ---

root@localhost # php ./error.php
X-Powered-By: PHP/4.0.6
Content-type: text/html

root@localhost #


NO ERROR at all!






ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=12029&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12029: "--with-apxs" can cause the error "MySQL: Unable to save result set in"

2001-07-10 Thread root

From: [EMAIL PROTECTED]
Operating system: Linux
PHP version:  4.0.6
PHP Bug Type: MySQL related
Bug description:  "--with-apxs" can cause the error "MySQL: Unable to save result set 
in"

I had read #12009 and #11765
I found that the same error may be generated by the configuration tag
"--with-apxs" 
I recompiled php-4.0.6 just without "--with-apxs" and then ran the same
script error.php(src posted in #12009) through the command line ---

root@localhost # php ./error.php
X-Powered-By: PHP/4.0.6
Content-type: text/html

root@localhost #


NO ERROR at all!

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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11765 Updated: Warning: MySQL: Unable to save result set in

2001-07-03 Thread root

ID: 11765
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: MySQL related
Operating system: redhat-6.2
PHP Version: 4.0.6
Description: Warning: MySQL: Unable to save result set in

I upgraded to mysql-3.23.39 and recompiled php-4.0.6 but nothing changed.

Previous Comments:
---

[2001-06-28 21:25:12] [EMAIL PROTECTED]

BTW : This error occur on ALL OF my scripts after I had upgraded my php from 4.0.3 to 
4.0.6

---

[2001-06-28 21:21:26] [EMAIL PROTECTED]

Yes I use Use mysql_query() / mysql_select_db() instead of mysql_db_query().
Both mysql_errno() and mysql_error() return NOTHING.
The query was successful exectued by mysql.(I can find the query reselt in mysql 
database)
But why php generated an error?


---

[2001-06-28 13:16:05] [EMAIL PROTECTED]

Try adding this lines after each mysql function:

echo mysql_errno().": ".mysql_error()."";

This way you should get the reason why it doesn't work.

And FYI: Use mysql_query() / mysql_select_db()
instead of mysql_db_query().

--Jani


---

[2001-06-27 23:37:47] [EMAIL PROTECTED]

The script(error.php) is :




The result in browser is:


Warning: MySQL: Unable to save result set in /home/0/admin/error.php on line 7


But I just found that NO error in command line

root@localhost # php ./error.php
X-Powered-By: PHP/4.0.6
Content-type: text/html




---

[2001-06-27 23:06:49] [EMAIL PROTECTED]

I'm getting the following error message when I execute a query (such as insert or 
delete
or update but not select) that doesn't produce any results:

Warning: MySQL: Unable to save result set in /path/to/sql.php3
on line 33

MySQL said NOTHING and the query was successful executed.

I have set "display_errors = Off" in my php.ini, so no warnings should be shown
, but php script can not go on at the line where the Warnning should display.



I configured php with the following command:

./configure  --with-mysql=/usr/local/mysql --enable-track-vars 
--with-gd=../../gd/gd1.3
--with-ftp --with-imap=../../mail/imap/imap-4.7c --enable-memory-limit
--with-pgsql=/usr/local/pgsql

MySQL is version 3.23.38 and PostgreSQL is version 7.1.2 

and compiled with th following command:

./configure  --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-charset=gb2312
--with-extra-charsets=all

./configure  --enable-multibyte --enable-unicode-conversion --with-perl
--with-openssl=/usr/local/ssl --enable-odbc --with-CXX


BTW : The script is perfect on mysql-php-4.0.3pl1 and postgreSQL-php-4.0.6 .

---

The remainder of the comments for this report are too long.
To view the rest of the comments, please
view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=11765


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11765 Updated: Warning: MySQL: Unable to save result set in

2001-06-29 Thread root

ID: 11765
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: MySQL related
Operating system: redhat-6.2
PHP Version: 4.0.6
Description: Warning: MySQL: Unable to save result set in

BTW : This error occur on ALL OF my scripts after I had upgraded my php from 4.0.3 to 
4.0.6

Previous Comments:
---

[2001-06-28 21:21:26] [EMAIL PROTECTED]
Yes I use Use mysql_query() / mysql_select_db() instead of mysql_db_query().
Both mysql_errno() and mysql_error() return NOTHING.
The query was successful exectued by mysql.(I can find the query reselt in mysql 
database)
But why php generated an error?


---

[2001-06-28 13:16:05] [EMAIL PROTECTED]
Try adding this lines after each mysql function:

echo mysql_errno().": ".mysql_error()."";

This way you should get the reason why it doesn't work.

And FYI: Use mysql_query() / mysql_select_db()
instead of mysql_db_query().

--Jani


---

[2001-06-27 23:37:47] [EMAIL PROTECTED]
The script(error.php) is :




The result in browser is:


Warning: MySQL: Unable to save result set in /home/0/admin/error.php on line 7


But I just found that NO error in command line

root@localhost # php ./error.php
X-Powered-By: PHP/4.0.6
Content-type: text/html




---

[2001-06-27 23:06:49] [EMAIL PROTECTED]
I'm getting the following error message when I execute a query (such as insert or 
delete
or update but not select) that doesn't produce any results:

Warning: MySQL: Unable to save result set in /path/to/sql.php3
on line 33

MySQL said NOTHING and the query was successful executed.

I have set "display_errors = Off" in my php.ini, so no warnings should be shown
, but php script can not go on at the line where the Warnning should display.



I configured php with the following command:

./configure  --with-mysql=/usr/local/mysql --enable-track-vars 
--with-gd=../../gd/gd1.3
--with-ftp --with-imap=../../mail/imap/imap-4.7c --enable-memory-limit
--with-pgsql=/usr/local/pgsql

MySQL is version 3.23.38 and PostgreSQL is version 7.1.2 

and compiled with th following command:

./configure  --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-charset=gb2312
--with-extra-charsets=all

./configure  --enable-multibyte --enable-unicode-conversion --with-perl
--with-openssl=/usr/local/ssl --enable-odbc --with-CXX


BTW : The script is perfect on mysql-php-4.0.3pl1 and postgreSQL-php-4.0.6 .

---

[2001-06-27 23:06:01] [EMAIL PROTECTED]
Please include a shortest possible example script that
can be used to reproduce this problem.


---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=11765


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11765 Updated: Warning: MySQL: Unable to save result set in

2001-06-29 Thread root

ID: 11765
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: MySQL related
Operating system: redhat-6.2
PHP Version: 4.0.6
Description: Warning: MySQL: Unable to save result set in

Yes I use Use mysql_query() / mysql_select_db() instead of mysql_db_query().
Both mysql_errno() and mysql_error() return NOTHING.
The query was successful exectued by mysql.(I can find the query reselt in mysql 
database)
But why php generated an error?


Previous Comments:
---

[2001-06-28 13:16:05] [EMAIL PROTECTED]
Try adding this lines after each mysql function:

echo mysql_errno().": ".mysql_error()."";

This way you should get the reason why it doesn't work.

And FYI: Use mysql_query() / mysql_select_db()
instead of mysql_db_query().

--Jani


---

[2001-06-27 23:37:47] [EMAIL PROTECTED]
The script(error.php) is :




The result in browser is:


Warning: MySQL: Unable to save result set in /home/0/admin/error.php on line 7


But I just found that NO error in command line

root@localhost # php ./error.php
X-Powered-By: PHP/4.0.6
Content-type: text/html




---

[2001-06-27 23:06:49] [EMAIL PROTECTED]
I'm getting the following error message when I execute a query (such as insert or 
delete
or update but not select) that doesn't produce any results:

Warning: MySQL: Unable to save result set in /path/to/sql.php3
on line 33

MySQL said NOTHING and the query was successful executed.

I have set "display_errors = Off" in my php.ini, so no warnings should be shown
, but php script can not go on at the line where the Warnning should display.



I configured php with the following command:

./configure  --with-mysql=/usr/local/mysql --enable-track-vars 
--with-gd=../../gd/gd1.3
--with-ftp --with-imap=../../mail/imap/imap-4.7c --enable-memory-limit
--with-pgsql=/usr/local/pgsql

MySQL is version 3.23.38 and PostgreSQL is version 7.1.2 

and compiled with th following command:

./configure  --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-charset=gb2312
--with-extra-charsets=all

./configure  --enable-multibyte --enable-unicode-conversion --with-perl
--with-openssl=/usr/local/ssl --enable-odbc --with-CXX


BTW : The script is perfect on mysql-php-4.0.3pl1 and postgreSQL-php-4.0.6 .

---

[2001-06-27 23:06:01] [EMAIL PROTECTED]
Please include a shortest possible example script that
can be used to reproduce this problem.


---

[2001-06-27 22:58:58] [EMAIL PROTECTED]
I'm getting the following error message when I execute a query (such as insert or 
delete or update but not select) that doesn't produce any results:

Warning: MySQL: Unable to save result set in /path/to/sql.php3
on line 33

MySQL said NOTHING and the query was successful executed.

I have set "display_errors = Off" in my php.ini, so no warnings should be shown , but 
php script can not go on at the line where the Warnning should display.



I configured php with the following command:

./configure  --with-mysql=/usr/local/mysql --enable-track-vars 
--with-gd=../../gd/gd1.3 --with-ftp --with-imap=../../mail/imap/imap-4.7c 
--enable-memory-limit --with-pgsql=/usr/local/pgsql

MySQL is version 3.23.38 and PostgreSQL is version 7.1.2 

and compiled with th following command:

./configure  --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-charset=gb2312 
--with-extra-charsets=all

./configure  --enable-multibyte --enable-unicode-conversion --with-perl 
--with-openssl=/usr/local/ssl --enable-odbc --with-CXX




---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=11765


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11765 Updated: Warning: MySQL: Unable to save result set in

2001-06-28 Thread root

ID: 11765
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: MSSQL related
Operating system: redhat-6.2
PHP Version: 4.0.6
Description: Warning: MySQL: Unable to save result set in

The script(error.php) is :




The result in browser is:


Warning: MySQL: Unable to save result set in /home/0/admin/error.php on line 7


But I just found that NO error in command line

root@localhost # php ./error.php
X-Powered-By: PHP/4.0.6
Content-type: text/html




Previous Comments:
---

[2001-06-27 23:06:49] [EMAIL PROTECTED]
I'm getting the following error message when I execute a query (such as insert or 
delete
or update but not select) that doesn't produce any results:

Warning: MySQL: Unable to save result set in /path/to/sql.php3
on line 33

MySQL said NOTHING and the query was successful executed.

I have set "display_errors = Off" in my php.ini, so no warnings should be shown
, but php script can not go on at the line where the Warnning should display.



I configured php with the following command:

./configure  --with-mysql=/usr/local/mysql --enable-track-vars 
--with-gd=../../gd/gd1.3
--with-ftp --with-imap=../../mail/imap/imap-4.7c --enable-memory-limit
--with-pgsql=/usr/local/pgsql

MySQL is version 3.23.38 and PostgreSQL is version 7.1.2 

and compiled with th following command:

./configure  --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-charset=gb2312
--with-extra-charsets=all

./configure  --enable-multibyte --enable-unicode-conversion --with-perl
--with-openssl=/usr/local/ssl --enable-odbc --with-CXX


BTW : The script is perfect on mysql-php-4.0.3pl1 and postgreSQL-php-4.0.6 .

---

[2001-06-27 23:06:01] [EMAIL PROTECTED]
Please include a shortest possible example script that
can be used to reproduce this problem.


---

[2001-06-27 22:58:58] [EMAIL PROTECTED]
I'm getting the following error message when I execute a query (such as insert or 
delete or update but not select) that doesn't produce any results:

Warning: MySQL: Unable to save result set in /path/to/sql.php3
on line 33

MySQL said NOTHING and the query was successful executed.

I have set "display_errors = Off" in my php.ini, so no warnings should be shown , but 
php script can not go on at the line where the Warnning should display.



I configured php with the following command:

./configure  --with-mysql=/usr/local/mysql --enable-track-vars 
--with-gd=../../gd/gd1.3 --with-ftp --with-imap=../../mail/imap/imap-4.7c 
--enable-memory-limit --with-pgsql=/usr/local/pgsql

MySQL is version 3.23.38 and PostgreSQL is version 7.1.2 

and compiled with th following command:

./configure  --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-charset=gb2312 
--with-extra-charsets=all

./configure  --enable-multibyte --enable-unicode-conversion --with-perl 
--with-openssl=/usr/local/ssl --enable-odbc --with-CXX




---


Full Bug description available at: http://bugs.php.net/?id=11765


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11765 Updated: Warning: MySQL: Unable to save result set in

2001-06-28 Thread root

ID: 11765
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Old-Bug Type: MySQL related
Bug Type: MSSQL related
Operating system: redhat-6.2
PHP Version: 4.0.6
Description: Warning: MySQL: Unable to save result set in

I'm getting the following error message when I execute a query (such as insert or 
delete
or update but not select) that doesn't produce any results:

Warning: MySQL: Unable to save result set in /path/to/sql.php3
on line 33

MySQL said NOTHING and the query was successful executed.

I have set "display_errors = Off" in my php.ini, so no warnings should be shown
, but php script can not go on at the line where the Warnning should display.



I configured php with the following command:

./configure  --with-mysql=/usr/local/mysql --enable-track-vars 
--with-gd=../../gd/gd1.3
--with-ftp --with-imap=../../mail/imap/imap-4.7c --enable-memory-limit
--with-pgsql=/usr/local/pgsql

MySQL is version 3.23.38 and PostgreSQL is version 7.1.2 

and compiled with th following command:

./configure  --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-charset=gb2312
--with-extra-charsets=all

./configure  --enable-multibyte --enable-unicode-conversion --with-perl
--with-openssl=/usr/local/ssl --enable-odbc --with-CXX


BTW : The script is perfect on mysql-php-4.0.3pl1 and postgreSQL-php-4.0.6 .

Previous Comments:
---

[2001-06-27 23:06:01] [EMAIL PROTECTED]
Please include a shortest possible example script that
can be used to reproduce this problem.


---

[2001-06-27 22:58:58] [EMAIL PROTECTED]
I'm getting the following error message when I execute a query (such as insert or 
delete or update but not select) that doesn't produce any results:

Warning: MySQL: Unable to save result set in /path/to/sql.php3
on line 33

MySQL said NOTHING and the query was successful executed.

I have set "display_errors = Off" in my php.ini, so no warnings should be shown , but 
php script can not go on at the line where the Warnning should display.



I configured php with the following command:

./configure  --with-mysql=/usr/local/mysql --enable-track-vars 
--with-gd=../../gd/gd1.3 --with-ftp --with-imap=../../mail/imap/imap-4.7c 
--enable-memory-limit --with-pgsql=/usr/local/pgsql

MySQL is version 3.23.38 and PostgreSQL is version 7.1.2 

and compiled with th following command:

./configure  --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-charset=gb2312 
--with-extra-charsets=all

./configure  --enable-multibyte --enable-unicode-conversion --with-perl 
--with-openssl=/usr/local/ssl --enable-odbc --with-CXX




---


Full Bug description available at: http://bugs.php.net/?id=11765


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11765: Warning: MySQL: Unable to save result set in

2001-06-28 Thread root

From: [EMAIL PROTECTED]
Operating system: redhat-6.2
PHP version:  4.0.6
PHP Bug Type: MSSQL related
Bug description:  Warning: MySQL: Unable to save result set in

I'm getting the following error message when I execute a query (such as insert or 
delete or update but not select) that doesn't produce any results:

Warning: MySQL: Unable to save result set in /path/to/sql.php3
on line 33

MySQL said NOTHING and the query was successful executed.

I have set "display_errors = Off" in my php.ini, so no warnings should be shown , but 
php script can not go on at the line where the Warnning should display.



I configured php with the following command:

./configure  --with-mysql=/usr/local/mysql --enable-track-vars 
--with-gd=../../gd/gd1.3 --with-ftp --with-imap=../../mail/imap/imap-4.7c 
--enable-memory-limit --with-pgsql=/usr/local/pgsql

MySQL is version 3.23.38 and PostgreSQL is version 7.1.2 

and compiled with th following command:

./configure  --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-charset=gb2312 
--with-extra-charsets=all

./configure  --enable-multibyte --enable-unicode-conversion --with-perl 
--with-openssl=/usr/local/ssl --enable-odbc --with-CXX





-- 
Edit Bug report at: http://bugs.php.net/?id=11765&edit=1



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11494: mysql_db_query causes apache to "exit signal Segmentation fault (11)

2001-06-18 Thread root

"
From: [EMAIL PROTECTED]
X-PHP-Bug: 11494

From: [EMAIL PROTECTED]
Operating system: FreeBSD 4.3 RELEASE
PHP version:  4.0.5
PHP Bug Type: MySQL related
Bug description:  mysql_db_query causes apache to "exit signal Segmentation fault (11)
"

Apache 1.3.20
PHP 4.0.5
mysql 3.23.38
pgsql 7.1.2

"--with-apxs=/usr/local/sbin/apxs" \
"--with-config-file-path=/usr/local/etc" \
"--with-system-regex" \
"--enable-debug" \
"--enable-track-vars" \
"--without-gd" \
"--disable-pear" \
"--with-zlib" \
"--with-imap=/usr/local" \
"--with-mysql=/usr/local" \
"--with-pgsql=/usr/local" \
"--with-xml=/usr/local" \
"--enable-ftp" \
"--with-gettext=/usr/local" \
"--enable-sockets" \
"--enable-sysvsem" \
"--enable-sysvshm" \
"--prefix=/usr/local" \
"i386--freebsd4.3" \







-- 
Edit Bug report at: http://bugs.php.net/?id=11494&edit=1



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #10115 Updated: segmentation fault

2001-04-29 Thread root

ID: 10115
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Semaphore related
Description: segmentation fault

note also: not A nor B CAN'T BE a root, or example shouldn't work

Previous Comments:
---

[2001-04-29 09:41:36] [EMAIL PROTECTED]
#!/usr/local/bin/php -q


to reproduce bug you should first start this script as user A. then, login as user B 
and start it again.

i noticed that 4.0.5RC5 has no segfault at this point.
instead, correct message appears:

Warning:  shmget() failed for key 0x4d2: Permission denied in ./test.php 
on line 2

so, i think this bug is closed.

---

[2001-04-28 19:22:46] [EMAIL PROTECTED]
Could you provide a small sample script (just enough code for this to fail.) for us to 
analyze?

Sean

---

[2001-04-02 09:23:43] [EMAIL PROTECTED]
got segfault using shm_attach():

1) script started as user A creating shared memory block: shm_attach($mem_id, 
$mem_size, 0600);
2) same script, but started as user B trying shm_attach($mem_id, $mem_size, 0600);
(it cannot be done, because access rights is 0600 - memory is for owner only)
the result is segmentation fault.

PHP/4.0.4pl1
Linux 2.2.16

php config:
./configure 
--disable-session 
--disable-pear 
--disable-pic 
--with-gdbm --disable-dbm 
--with-mysql=/usr/local 
--with-mcrypt=/usr/local 
--disable-debug 
--enable-sysvshm 
--enable-sysvsem 
--disable-xml



---


Full Bug description available at: http://bugs.php.net/?id=10115


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #10115 Updated: segmentation fault

2001-04-29 Thread root

ID: 10115
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Semaphore related
Description: segmentation fault

#!/usr/local/bin/php -q


to reproduce bug you should first start this script as user A. then, login as user B 
and start it again.

i noticed that 4.0.5RC5 has no segfault at this point.
instead, correct message appears:

Warning:  shmget() failed for key 0x4d2: Permission denied in ./test.php 
on line 2

so, i think this bug is closed.

Previous Comments:
---

[2001-04-28 19:22:46] [EMAIL PROTECTED]
Could you provide a small sample script (just enough code for this to fail.) for us to 
analyze?

Sean

---

[2001-04-02 09:23:43] [EMAIL PROTECTED]
got segfault using shm_attach():

1) script started as user A creating shared memory block: shm_attach($mem_id, 
$mem_size, 0600);
2) same script, but started as user B trying shm_attach($mem_id, $mem_size, 0600);
(it cannot be done, because access rights is 0600 - memory is for owner only)
the result is segmentation fault.

PHP/4.0.4pl1
Linux 2.2.16

php config:
./configure 
--disable-session 
--disable-pear 
--disable-pic 
--with-gdbm --disable-dbm 
--with-mysql=/usr/local 
--with-mcrypt=/usr/local 
--disable-debug 
--enable-sysvshm 
--enable-sysvsem 
--disable-xml



---


Full Bug description available at: http://bugs.php.net/?id=10115


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #10115: segmentation fault

2001-04-02 Thread root

From: [EMAIL PROTECTED]
Operating system: linux 2.4.3
PHP version:  4.0.4pl1
PHP Bug Type: Unknown/Other Function
Bug description:  segmentation fault

got segfault using shm_attach():

1) script started as user A creating shared memory block: shm_attach($mem_id, 
$mem_size, 0600);
2) same script, but started as user B trying shm_attach($mem_id, $mem_size, 0600);
(it cannot be done, because access rights is 0600 - memory is for owner only)
the result is segmentation fault.

PHP/4.0.4pl1
Linux 2.2.16

php config:
./configure \
--disable-session \
--disable-pear \
--disable-pic \
--with-gdbm --disable-dbm \
--with-mysql=/usr/local \
--with-mcrypt=/usr/local \
--disable-debug \
--enable-sysvshm \
--enable-sysvsem \
--disable-xml




-- 
Edit Bug report at: http://bugs.php.net/?id=10115&edit=1



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #9716: internal_functions.c:32: `#include' expects "FILENAME" or

2001-03-12 Thread root

From: [EMAIL PROTECTED]

From: [EMAIL PROTECTED]
Operating system: Mac OS X RC1
PHP version:  4.0 Latest CVS (12/03/2001)
PHP Bug Type: *Install and Config
Bug description:  internal_functions.c:32: `#include' expects "FILENAME" or 



After configuration the this error occurs"

Making all in main
/bin/sh /Users/Shared/php4-200103121645/libtool --silent --mode=compile cc  -I. 
-I/Users/Shared/php4-200103121645/main -I/Users/Shared/php4-200103121645/main 
-I/Users/Shared/php4-200103121645 -I/usr/include/httpd 
-I/Users/Shared/php4-200103121645/Zend -I/usr/local/mysql/include/mysql 
-I/Users/Shared/php4-200103121645/ext/xml/expat/xmltok 
-I/Users/Shared/php4-200103121645/ext/xml/expat/xmlparse 
-I/Users/Shared/php4-200103121645/TSRM  -traditional-cpp -DDARWIN -DUSE_HSREGEX 
-DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -g -O2  -c internal_functions.c
internal_functions.c:32: `#include' expects "FILENAME" or 
make[2]: *** [internal_functions.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

This error is caused by the following line:

#include "ext/mysql/php_mysql.h"n#include "ext/pcre/php_pcre.h"n#include 
"ext/posix/php_posix.h"n#include "ext/session/mod_mm.h"n#include 
"ext/session/php_session.h"n#$
p_zlib.h"n

This line should be broken into multiple lines:

#include "ext/mysql/php_mysql.h"
#include "ext/pcre/php_pcre.h"  
#include "ext/posix/php_posix.h"
#include "ext/session/mod_mm.h"
#include "ext/session/php_session.h"  
#include "ext/standard/php_standard.h"
#include "ext/xml/php_xml.h"
#include "ext/zlib/php_zlib.h" 

The file can be manually edited after configuration and the build will proceed 
normally with success. However running configuration again will revert this file to 
the broken state again.





-- 
Edit Bug report at: http://bugs.php.net/?id=9716&edit=1



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #9655: zend_operators.h:84: implicit declaration of function `int finite(...)'

2001-03-09 Thread root

From: [EMAIL PROTECTED]

From: [EMAIL PROTECTED]
Operating system: Solaris 2.6
PHP version:  4.0.4pl1
PHP Bug Type: Compile Failure
Bug description:  zend_operators.h:84: implicit declaration of function `int 
finite(...)'


I read the BugIds #9599 and #9602!
Got the latest CVS from snaps.php.net

but still I get the same error...

root@hermes:/usr/local/php/php-4.0.4pl1
66 # make
Making all in Zend
make[1]: Entering directory `/usr/local/php/php-4.0.4pl1/Zend'
/bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../main   
-D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DXML_BYTE_ORDER=21 
-I../TSRM  -g -O2 -pthreads -c zend_language_scanner_cc.cc
In file included from zend_language_scanner_cc.cc:2571:
zend_operators.h: In function `int is_numeric_string(char *, int, long int *, double 
*)':
zend_operators.h:84: implicit declaration of function `int finite(...)'
make[1]: *** [zend_language_scanner_cc.lo] Error 1
make[1]: Leaving directory `/usr/local/php/php-4.0.4pl1/Zend'
make: *** [all-recursive] Error 1


root@hermes:/usr/local/php/php-4.0.4pl1
67 # cat config.nice
#! /bin/sh
#
# Created by configure

"./configure" \
"--with-mysql=/usr/local" \
"--with-nsapi=/nserver/netscape" \
"--enable-track-vars" \
"--enable-libgcc" \
"$@"






-- 
Edit Bug report at: http://bugs.php.net/?id=9655&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-02-11 Thread root

Full name: Emiliano Heyns
Email: [EMAIL PROTECTED]
ID: emile
Purpose: Midgard project

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-02-11 Thread root

Full name: Simone Grassi
Email: [EMAIL PROTECTED]
ID: sigi
Purpose: Development ... (hope also of PHP)

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-02-10 Thread root

Full name: Emiliano Heyns
Email: [EMAIL PROTECTED]
ID: emile
Purpose: Midgard Project

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-02-08 Thread root

Full name: Adonias Malosso
Email: [EMAIL PROTECTED]
ID: adonias
Purpose: translate the php manual and other doc sources to pt_BR

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-02-08 Thread root

Full name: Björn Schotte
Email: [EMAIL PROTECTED]
ID: baerli
Purpose: Working on PEAR.

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-02-08 Thread root

Full name: pratheshshah
Email: [EMAIL PROTECTED]
ID: pratheshshah
Purpose: master in php

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-02-07 Thread root

Full name: tae-young,Jin
Email: [EMAIL PROTECTED]
ID: fuzzy74
Purpose: php document in korean

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Re: PHP 4.0 Bug #9126 Updated: Compilation stop with PDF_show_boxed in -lpdf... no

2001-02-06 Thread PowerWeb root admin

> 
> ID: 9126
> Updated by: derick
> Reported By: [EMAIL PROTECTED]
> Old-Status: Open
> Status: Closed
> Bug Type: Compile Problem
> Assigned To: 
> Comments:
> 
> You need to compile pdflib --with-shared-pdflib for use with PHP. IF this still 
>causes problems, reopen this report.

Well, does not help.

It still creates only the files
libpdf.a
libpdf_java.a
libpdf_java.la
libpdf_java.so
libpdf_java.so.0
libpdf_java.so.0.1.1

and PHP does not find them.

Kind regards, Frank

> 
> Previous Comments:
> ---
> 
> [2001-02-06 08:04:04] [EMAIL PROTECTED]
> Including PDflib 3.0.3 into PHP4.0.4pl1 stops with
> 
>   checking for PDF_show_boxed in -lpdf... no
>   configure: error: pdflib extension requires pdflib 3.x.
> 
> Somehow, PDFlib 3.0.3 created shared libs with the names
> libpdf_java.so.0.1.1
> wich are not recognized by PHPs configure
> 
> Made a symbolic link resulting in a libpdf.so
> 
> Works ...
> 
> Kind regards, Frank Gadegast
> 
> ---
> 
> 
> 
> ATTENTION! Do NOT reply to this email!
> To reply, use the web interface found at http://bugs.php.net/?id=9126&edit=2
> 


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-26 Thread root

Full name: David Elrom
Email: [EMAIL PROTECTED]
ID: delrom
Purpose: helping with manual / translating it (to hebrew)

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-26 Thread root

Full name: jackie pan
Email: [EMAIL PROTECTED]
ID: jackie
Purpose: leanc 

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-25 Thread root

Full name: Clemens Gutweiler
Email: [EMAIL PROTECTED]
ID: cg
Purpose: Helping to translate the manual into german

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-24 Thread root

Full name: Dave Hayden
Email: [EMAIL PROTECTED]
ID: opaquedave
Purpose: Adding ext/ming ming (SWF output) library wrapper

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #8887: Something don't work in microtime.c

2001-01-24 Thread root

From: [EMAIL PROTECTED]
Operating system: Linux 2.4.0 (idem on 2.2.18)
PHP version:  4.0.4pl1
PHP Bug Type: Compile Failure
Bug description:  Something don't work in microtime.c

I tried with and without all the modules I can compile with it. In all cases, it don't 
want to compile. I don't have this kind of problem with 4.0.3-pl1

System informations: 
Linux slackware 7.0
Kernel 2.4.0
gcc 2.95.2


gcc  -I. -I/usr/src/httpd/php-4.0.4pl1/ext/standard -I/usr/src/httpd/php-4.0.4pl1/main 
-I/usr/src/httpd/php-4.0.4pl1 -I/usr/src/httpd/apache_1.3.14/src/include 
-I/usr/src/httpd/apache_1.3.14/src/os/unix -I/usr/src/httpd/php-4.0.4pl1/Zend 
-I/usr/src/httpd/php-4.0.4pl1/ext/mysql/libmysql 
-I/usr/src/httpd/php-4.0.4pl1/ext/xml/expat/xmltok 
-I/usr/src/httpd/php-4.0.4pl1/ext/xml/expat/xmlparse 
-I/usr/src/httpd/php-4.0.4pl1/TSRM  -DXML_BYTE_ORDER=12 -g -O2  -c microtime.c && 
touch microtime.lo
microtime.c: In function `php_if_getrusage':
microtime.c:97: storage size of `usg' isn't known
microtime.c:100: `RUSAGE_SELF' undeclared (first use in this function)
microtime.c:100: (Each undeclared identifier is reported only once
microtime.c:100: for each function it appears in.)
microtime.c:106: `RUSAGE_CHILDREN' undeclared (first use in this function)
make[3]: *** [microtime.lo] Error 1
make[3]: Leaving directory `/miscfiles/usr/src/httpd/php-4.0.4pl1/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/miscfiles/usr/src/httpd/php-4.0.4pl1/ext/standard'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/miscfiles/usr/src/httpd/php-4.0.4pl1/ext'
make: *** [all-recursive] Error 1
root@sun:/usr/src/httpd/php-4.0.4pl1# 


-- 
Edit Bug report at: http://bugs.php.net/?id=8887&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-21 Thread root

Full name: Anderson da Silveira Fortaleza
Email: [EMAIL PROTECTED]
ID: afortaleza
Purpose: Translation of the PHP Manual to Brazilian Portuguese

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-20 Thread root

Full name: Josef Kandlhofer
Email: [EMAIL PROTECTED]
ID: 
Purpose: development

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-19 Thread root

Full name: John Barker
Email: [EMAIL PROTECTED]
ID: jbarker
Purpose: Adding notes to documentation

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-18 Thread root

Full name: Alex Antropoff
Email: [EMAIL PROTECTED]
ID: alant
Purpose: For getting freshest version of php

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-16 Thread root

Full name: Roberth Andersson
Email: [EMAIL PROTECTED]
ID: roxpace
Purpose: Authoring PHP documentation and web pages, and also supply bug patches for 
PostgreSQL and Sybase

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-16 Thread root

Full name: José-Antonio Gert Kereit
Email: [EMAIL PROTECTED]
ID: jagk
Purpose: Developer

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-15 Thread root

Full name: J.Anton, Lee
Email: [EMAIL PROTECTED]
ID: malo
Purpose: Translating PHP Manual in Korean

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-14 Thread root

Full name: Sean Bright
Email: [EMAIL PROTECTED]
ID: elixer
Purpose: Apply localeconv() to the tree

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-14 Thread root

Full name: Bokin Jung
Email: [EMAIL PROTECTED]
ID: jbi1979
Purpose: translate English to Korean

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-14 Thread root

Full name: Hyunsin,Kim
Email: [EMAIL PROTECTED]
ID: ssenk
Purpose: APM (Apache + PHP + MySQL) Site Operation

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-14 Thread root

Full name: Boian Bonev
Email: [EMAIL PROTECTED]
ID: bbonev
Purpose: vpopmail extention development

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-13 Thread root

Full name: Christoph Aigner
Email: [EMAIL PROTECTED]
ID: chrisu
Purpose: Database expert wants to improve certain things

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-12 Thread root

Full name: seojuyung
Email: [EMAIL PROTECTED]
ID: seoz
Purpose: study, language translation

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-11 Thread root

Full name: Jeong Hee Lee
Email: [EMAIL PROTECTED]
ID: ropik
Purpose: Translate English to Korean

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-10 Thread root

Full name: JongCheol Yu
Email: [EMAIL PROTECTED]
ID: ag315
Purpose: translate to English to Korean

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-10 Thread root

Full name: Uttam Ku Behera
Email: [EMAIL PROTECTED]
ID: uttam
Purpose: Authoring PHP documentation

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] CVS Account Request

2001-01-10 Thread root

Full name: seungjoon shim
Email: [EMAIL PROTECTED]
ID: ftfuture
Purpose: translate English to Korean

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]