Re: [PHP-DEV] mcrypt

2001-03-05 Thread Derick Rethans
On Mon, 5 Mar 2001, Cameron wrote: when are the bugs with the latest mcrypt going to be fixed?!? When I can find a little time for it, and I don't have much of it right now. Derick Rethans - PHP: Scripting the Web -

[PHP-DEV] how to my web server connect the other host

2001-03-05 Thread Thanawat Jirattitikarn
I want to write php script.To connect the other host which has ip address 161.246.10.21 (The OS of host is Unix),then I want to execute "ls -l" .The result of this command response to my web server and then close connection. Can you tell me how to write this script? Thank you.

Re: [PHP-DEV] how to my web server connect the other host

2001-03-05 Thread Derick Rethans
On Mon, 5 Mar 2001, Thanawat Jirattitikarn wrote: I want to write php script.To connect the other host which has ip address 161.246.10.21 (The OS of host is Unix),then I want to execute "ls -l" .The result of this command response to my web server and then close connection. Can you

[PHP-DEV] PHP 4.0 Bug #8303 Updated: ODBC open close (3 lines script !) repeatedly cause NT crash.

2001-03-05 Thread dror
ID: 8303 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: ODBC related Description: ODBC open close (3 lines script !) repeatedly cause NT crash. Sorry, I'm not using this configuration any more. Dror p. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9556: upload problem

2001-03-05 Thread sweaty
From: [EMAIL PROTECTED] Operating system: Linux redhat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: upload problem I don't know if this is already mentioned, but there seems to be a problem with the 'copy' function, for more info,

Re: [PHP-DEV] Re: PHP 4.0 Bug #9543 Updated: core dump after includingmodule and restarting apache

2001-03-05 Thread Derick Rethans
On Mon, 5 Mar 2001, Ralf Dreibrodt wrote: what is gdb? (i have attached the core-file) You just mailed 2000 subscribers your core file and caused around 4GB of traffic. This is not very appreciated I think. Derick Rethans -

[PHP-DEV] PHP 4.0 Bug #9557: Segmentation fault in phpinfo()

2001-03-05 Thread ausage
From: [EMAIL PROTECTED] Operating system: Debian 2.2 PHP version: 4.0 Latest CVS (05/03/2001) PHP Bug Type: Reproduceable crash Bug description: Segmentation fault in phpinfo() php 4.0.5-dev (05/03/2001) compiled as default CGI ./configure make make install gives a

[PHP-DEV] PHP 4.0 Bug #9558: array hanling

2001-03-05 Thread vgo
From: [EMAIL PROTECTED] Operating system: All OS PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: array hanling There are no normal delete from array (by the key) there are no possibility to get last, first element without altering the array

[PHP-DEV] PHP 4.0 Bug #9559: /usr/bin/ld: cannot find -lcrypto

2001-03-05 Thread gzero
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: /usr/bin/ld: cannot find -lcrypto I have the PHP 4.0.4pl1 source tarball. I used the following config command: ./configure

[PHP-DEV] PHP 4.0 Bug #9560: Lack of 'boolean' and 'resource' (in translations)

2001-03-05 Thread j-f
From: [EMAIL PROTECTED] Operating system: - PHP version: 4.0 Latest CVS (05/03/2001) PHP Bug Type: Documentation problem Bug description: Lack of 'boolean' and 'resource' (in translations) Please synchronize the german (resp. italian, hungarian, spanish) manual entry for

[PHP-DEV] Re: PHP 4.0 Bug #9543 Updated: core dump after including module and restarting apache

2001-03-05 Thread Ralf Dreibrodt
Hi, 1. What was the configure line you used to configure PHP ? ./configure --with-mysql --with-apxs 2. Is your Apache linked with libpthread ? (ldd httpd) If not, add -lpthread to the apache-1.3.x/src/Makefile line LIBS1 (in front of the other -l's) then do 'make clean;make;make install'

[PHP-DEV] PHP 4.0 Bug #8875 Updated: crash - Signal 11

2001-03-05 Thread hook
ID: 8875 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: IMAP related Description: crash - Signal 11 Don't know. I have just the 4.0.2 installed. But you can easily test it by running ?php echo imap_mime_header_decode( '=?windows-1251?B?8uXx+8g==?=' ); ?

[PHP-DEV] PHP 4.0 Bug #8303 Updated: ODBC open close (3 lines script !) repeatedly cause NT crash.

2001-03-05 Thread sniper
ID: 8303 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ODBC related Assigned To: Comments: User gave up on this configuration. --Jani Previous Comments: --- [2001-03-05

[PHP-DEV] PHP 4.0 Bug #9556 Updated: upload problem

2001-03-05 Thread sniper
ID: 9556 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Filesystem function related Assigned To: Comments: I can't reproduce this with latest CVS. Can you please try the latest CVS snapshot from http://snaps.php.net/ ?? And I'm also using

[PHP-DEV] PHP 4.0 Bug #9557 Updated: Segmentation fault in phpinfo()

2001-03-05 Thread sniper
ID: 9557 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: I can't reproduce this. Could you please try and configure it with --enable-debug and then try to generate a gdb backtrace of the crash? (and

[PHP-DEV] PHP 4.0 Bug #9559 Updated: /usr/bin/ld: cannot find -lcrypto

2001-03-05 Thread sniper
ID: 9559 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Assigned To: Comments: You can give the location of ssl libs (both should be in same place) for --with-imap-ssl like this: --with-imap-ssl=/usr/local/ssl --Jani

[PHP-DEV] PHP 4.0 Bug #9561: @unset() causes parse error

2001-03-05 Thread chrris
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: @unset() causes parse error The following code causes an error message: Parse error: parse error in /home/cri/public_html/unsettest.php on line 14

[PHP-DEV] Bug in Php 4.0.4pl1 configure (does not require solid lib)

2001-03-05 Thread Denis Gasparin
Hi to all! I found a bug in the configure script of PHP 4.0.4pl1 in the solid section. There is a test in this file for the existence of the solid files after which there are several echo statements if there is a problem (you can pretty much search for these in the file). On the last

[PHP-DEV] Re: PHP 4.0 Bug #9557 Updated: Segmentation fault in phpinfo()

2001-03-05 Thread Andrew Lawrence
On Monday 05 March 2001 09:39, you wrote: I can't reproduce this. Could you please try and configure it with --enable-debug and then try to generate a gdb backtrace of the crash? (and maybe update your CVS first..) Recompiling with CVS tree as of 15:40 GMT today had solved the problem.

[PHP-DEV] PHP 4.0 Bug #9563: realpath() returns empty string when working directory is under a symbolic link

2001-03-05 Thread agreenbu
From: [EMAIL PROTECTED] Operating system: Solaris 2.7 PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: realpath() returns empty string when working directory is under a symbolic link /opt/apache/htdocs is the Document Root for Apache.

[PHP-DEV] PHP 4.0 Bug #9564: wrong increment nrdels in PS_GC_FUNC(mm)

2001-03-05 Thread eiji
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0 Latest CVS (05/03/2001) PHP Bug Type: *Session related Bug description: wrong increment nrdels in PS_GC_FUNC(mm) It's wrong increment nrdels in PS_GC_FUNC(mm) '*nrdels++' incremnts nrdels as pointer, but nrdels

[PHP-DEV] PHP 4.0 Bug #9547 Updated: variables_order = EGPCS is messed up

2001-03-05 Thread fippu
ID: 9547 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: PHP options/info functions Description: variables_order = "EGPCS" is messed up This must have been an error in my script. The variable was not overwritten, because in some cases the script did not assign it

Re: [PHP-DEV] Bug in Php 4.0.4pl1 configure (does not require solid lib)

2001-03-05 Thread Dan Kalowsky
This has already been fixed in CVS. I thought I placed the fix into the 4.0.4pl1 as well, but apparently I didn't :\ Denis Gasparin wrote: Hi to all! I found a bug in the configure script of PHP 4.0.4pl1 in the solid section. There is a test in this file for the existence of

[PHP-DEV] PHP 4.0 Bug #9563 Updated: realpath() returns empty string when working directory is under a symbolic link

2001-03-05 Thread agreenbu
ID: 9563 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Description: realpath() returns empty string when working directory is under a symbolic link Looks like it rejects symbolic links under Solaris 2.7 altogether... Previous Comments:

[PHP-DEV] Weird memory problems

2001-03-05 Thread Sebastian Bergmann
I read about two strange errors related to memory in german PHP discussions today: - Fatal error: out of dynamic memory in yy_create_buffer() - "Fatal error: Allowed memory size of 8388608 bytes exhausted at zend_hash.c:425 (tried to allocate 136 bytes) in Unknown on line 0" Could

Re: [PHP-DEV] php.ini distribution

2001-03-05 Thread Christoph Kassen
Sebastian Bergmann wrote: I just commited a patch that removed the configuration options for the debugger, that never(?) existed in PHP 4, namely - debugger.host - debugger.port - debugger.enabled I hope this was okay. I think you should have left the entrys

Re: [PHP-DEV] php.ini distribution

2001-03-05 Thread Sebastian Bergmann
Christoph Kassen wrote: I think you should have left the entrys in, because the php debugger DBG ( http://dd.cron.ru/dbg/ ) makes use of those entrys. So imho it would be quite usefull to have them in php.ini by default. Although DBG may be a useful tool, it is not part of the "official"

[PHP-DEV] Bug #9565: php3_ldap.dll is compiled as DEBUG

2001-03-05 Thread ldperron
From: [EMAIL PROTECTED] Operating system: WIN-NT PHP version: 3.0.17 PHP Bug Type: Dynamic loading related Bug description: php3_ldap.dll is compiled as DEBUG The php3_ldap.dll is compiled as Debug in the package, since that it need the msvcrtd.dll to run instead of

[PHP-DEV] PHP 4.0 Bug #9566: error with switch() control structure syntax error reporting

2001-03-05 Thread craigp
From: [EMAIL PROTECTED] Operating system: freeBSD PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: error with switch() control structure syntax error reporting If there is a syntax error in my switch control structure, my script returns a message

[PHP-DEV] Re: PHP 4.0 Bug #9243 Updated: configure emerges with bad LIBS '-l-L/usr/local/lib'

2001-03-05 Thread Gary Casterline
Problem solved in latest CVS. genfiles; buildconf ; configure ; make ; make install allswell. Thanks, _Gary On Sun, Mar 04, 2001 at 09:07:07PM -, Bug Database wrote: ID: 9243 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type:

[PHP-DEV] PHP 4.0 Bug #9243 Updated: configure emerges with bad LIBS '-l-L/usr/local/lib'

2001-03-05 Thread derick
ID: 9243 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *Configuration Issues Assigned To: Comments: user reported that it does not occur with latest CVS Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9557 Updated: Segmentation fault in phpinfo()

2001-03-05 Thread sniper
ID: 9557 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: Problem gone after cvs update.. --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9567: Warning: file(http://www.php.net) - Bad file descriptor in /usr/........

2001-03-05 Thread christian . goebel
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: *Directory/Filesystem functions Bug description: Warning: file("http://www.php.net") - Bad file descriptor in /usr/ ?php $fcontents = file ('http://www.php.net'); ? Warning:

[PHP-DEV] PHP 4.0 Bug #9568: IIS stops responding under load (XML parser)

2001-03-05 Thread Jason
From: [EMAIL PROTECTED] Operating system: Win2k (IIS 5.0) PHP version: 4.0 Latest CVS (05/03/2001) PHP Bug Type: XML related Bug description: IIS stops responding under load (XML parser) Test using MS Web Application Stress Tool. Any load. After a period of time when using

[PHP-DEV] ask for help

2001-03-05 Thread 900wyc
dear sir, I'm a new PHP developer and very interesting in PHP,and I want to compile the PHP4.04pl1 source code in win32 myself,but failed. I have installed cygwin on my machine(windows98),and downloaded the win32build lib and include files,when I launch VC++, and then select File = Open

[PHP-DEV] Rsync and CVS

2001-03-05 Thread Simon Roberts
A question about phpweb and cvs/rsync: I'd (still :) like to find the best way to make the annotated manual work on mirrors. The way it works now is okay, but a bit of a hassle to setup and keep up to date. It would seem best if we could have a script on www.php.net update some datafiles, and

[PHP-DEV] PHP 4.0 Bug #9570: Documentation needed for sockets

2001-03-05 Thread jason
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: Documentation needed for sockets Can someone create docs for ALL the functions in ext/sockets? (getsockopt,set_nonblock,etc...) -- Edit Bug report

[PHP-DEV] crap in apache logs

2001-03-05 Thread Cameron
this was fixed but seems to be back, when using output buffering, in about 1 in 1000 web pages it doesnt ditch the html when a request is canceled, instead it sends it to the apache error log . . . someone mind fixing this again? im using ob for gzip'n pages but not currently using obgzhandler.

[PHP-DEV] PHP 4.0 Bug #9572: mysql_connect() with timeout

2001-03-05 Thread php
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: mysql_connect() with timeout A few months ago I modified PHP 3.0.16 to add an optional fourth parameter to the mysql_connect() functions. The parameter

[PHP-DEV] Fw: [PHP-GTK] Function DL

2001-03-05 Thread Jan Lehnardt
Just a quick thought... Could we ask the regular PHP people to module dl() so that if no extension is set on the library name it adds ".dll" or ".so" or whatever as is appropriate for the current operating system. This would simplify writing portable code for both php-gtk and other

[PHP-DEV] PHP 4.0 Bug #9573: when i started apache, system reported floating point exception, core dumped

2001-03-05 Thread brandon
From: [EMAIL PROTECTED] Operating system: freebsd 3.3.4 PHP version: 4.0.4 PHP Bug Type: Apache related Bug description: when i started apache, system reported "floating point exception, core dumped" php 4.0.4 apache 1.3.17 freebsd 3.3.4 I tried to compile php as static

Re: [PHP-DEV] Rsync and CVS

2001-03-05 Thread Jim Winstead
this is one of the things on my to-do list. i'll try to get to it in the next few days. (it will get generated into the rsync repository, for what its worth. generated stuff no longer goes into cvs) jim In article 002001c0a5e4$8f868c20$[EMAIL PROTECTED], [EMAIL PROTECTED] wrote: A