[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

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

2001-11-26 Thread root
PROTECTED] The script(error.php) is : ? $db_acc_user = root; $db_acc_passwd = password; $db = pacc; $sql = INSERT INTO type (name, quota, pc, cn, office) VALUES ('Howard', '10', '1', '0', '1'); mysql_connect(localhost,$db_pacc_user,$db_pacc_passwd); mysql_db_query($db,$sql

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

2001-11-20 Thread root
) is : ? $db_acc_user = root; $db_acc_passwd = password; $db = pacc; $sql = INSERT INTO type (name, quota, pc, cn, office) VALUES ('Howard', '10', '1', '0', '1'); mysql_connect(localhost,$db_pacc_user,$db_pacc_passwd); mysql_db_query($db,$sql); mysql_close(); ? The result in browser

[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

[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

[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

[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 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

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

2001-07-15 Thread root
: [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 : ? $db_acc_user = root; $db_acc_passwd = password; $db = pacc

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

2001-07-11 Thread root
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 : ? $db_acc_user = root; $db_acc_passwd = password; $db = pacc; $sql = INSERT INTO type (name, quota, pc, cn, office) VALUES

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

2001-07-10 Thread root
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

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

2001-07-10 Thread root
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

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

2001-07-03 Thread root
() instead of mysql_db_query(). --Jani --- [2001-06-27 23:37:47] [EMAIL PROTECTED] The script(error.php) is : ? $db_acc_user = root; $db_acc_passwd = password; $db = pacc; $sql = INSERT INTO type (name, quota, pc, cn

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

2001-06-30 Thread root
--- [2001-06-27 23:37:47] [EMAIL PROTECTED] The script(error.php) is : ? $db_acc_user = root; $db_acc_passwd = password; $db = pacc; $sql = INSERT INTO type (name, quota, pc, cn, office) VALUES ('Howard', '10', '1', '0', '1'); mysql_connect(localhost,$db_pacc_user

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

2001-06-30 Thread root
) is : ? $db_acc_user = root; $db_acc_passwd = password; $db = pacc; $sql = INSERT INTO type (name, quota, pc, cn, office) VALUES ('Howard', '10', '1', '0', '1'); mysql_connect(localhost,$db_pacc_user,$db_pacc_passwd); mysql_db_query($db,$sql); mysql_close(); ? The result in browser is: Warning

[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

[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

[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 : ? $db_acc_user = root; $db_acc_passwd = password; $db = pacc; $sql = INSERT

[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

[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 ? shm_attach(1234, 1000, 0600); ? to reproduce bug you should first start this script as user A. then, login as user B and

[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

[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,

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

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 lt;FILENAMEgt; After configuration the

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

2001-03-09 Thread root
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

[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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[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 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-10 Thread root
Full name: Emiliano Heyns Email: [EMAIL PROTECTED] ID: emile Purpose: Midgard Project -- 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-08 Thread root
Full name: pratheshshah Email: [EMAIL PROTECTED] ID: pratheshshah Purpose: master in php -- 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-08 Thread root
Full name: Björn Schotte Email: [EMAIL PROTECTED] ID: baerli Purpose: Working on PEAR. -- 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-07 Thread root
Full name: tae-young,Jin Email: [EMAIL PROTECTED] ID: fuzzy74 Purpose: php document in korean -- 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

[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

[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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

[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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[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 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

[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 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

[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 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

[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 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