[PHP-DEV] imap support

2001-09-12 Thread Carry Ian
Hello, Our ISP does not support IMAP with PHP. We requested them to enable IMAP support but they refused. Is there any other way we can use the IMAP functions ? Can we take the functions from the PHP Source and include it in our PHP files ? Pl. help . Regards Carry Carry Ian

[PHP-DEV] Bug #13259 Updated: Unsetting a global var inside a function not working (can crash)

2001-09-12 Thread joey
ID: 13259 Updated by: joey Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Linux (Redhat 7.1 6.2) PHP Version: 4.0.6 New Comment: I am unable to duplicate this using latest CVS...can you check a recent snapshot to see if this is

Re: [PHP-DEV] imap support

2001-09-12 Thread Joey Smith
Please send support questions to [EMAIL PROTECTED] On Wed, 12 Sep 2001, Carry Ian wrote the following to [EMAIL PROTECTED] : Hello, Our ISP does not support IMAP with PHP. We requested them to enable IMAP support but they refused. Is there any other way we can use the IMAP functions ?

[PHP-DEV] Bug #13254 Updated: Canceld downloaded will end up in browserwindow

2001-09-12 Thread php
ID: 13254 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Slackware 8.0 PHP Version: 4.0.6 New Comment: I tested it on 4 different clients same server. 2 give the same problem 2 work perfectly Maybe a browser

[PHP-DEV] Bug #13260: fsockopen when times out is core dumped

2001-09-12 Thread khimich
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 PHP version: 4.0CVS-2001-09-12 PHP Bug Type: Filesystem function related Bug description: fsockopen when times out is core dumped This code $fp=fsockopen(10.0.5.1,80,$errno, $errstr,5); if(!$fp) echo $errno $errstr;

[PHP-DEV] Bug #13261: Restricting file system access

2001-09-12 Thread mike . hall
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Restricting file system access echo `ls /home`; In a virtual host situation, this is very dangerous. On my own host - as an experiment - I was able to

[PHP-DEV] Bug #13261 Updated: Restricting file system access

2001-09-12 Thread mike . hall
ID: 13261 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0.6 New Comment: Just to clarify, a method of specifying open_basedir dynamically would be nice. Sorry I didn't make that clear first

[PHP-DEV] Bug #13263 Updated: Website Problem

2001-09-12 Thread jmoore
ID: 13263 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: Website problem Bug Type: Reproducible crash Operating System: Windows NT Server PHP Version: 4.0.4 New Comment: Not enough information to work on, please reopen this bugreport including the

[PHP-DEV] Bug #13245 Updated: Hard 8Mb limit on file uploads?

2001-09-12 Thread boaz
ID: 13245 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: HTTP related Operating System: linux PHP Version: 4.0.6 New Comment: Jani, No go. Still same message: [12-Sep-2001 13:46:07] PHP Warning: POST Content-Length of 12148085

[PHP-DEV] Unable to find stream pointer

2001-09-12 Thread Andreas Gietl
Hi PHP-Developers, i am sending this mail to php-dev because nobody seems to know an answer in php-general and i did not find anything in the archives. Maybe it is a bug in the imap-routine. I am having problems with php and imap now for several days on several servers. I just get the

[PHP-DEV] Bug #13245 Updated: Hard 8Mb limit on file uploads?

2001-09-12 Thread boaz
ID: 13245 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating System: linux PHP Version: 4.0.6 New Comment: Jani, No go. Still same message: [12-Sep-2001 13:46:07] PHP Warning: POST Content-Length of 12148085 bytes exceeds the

[PHP-DEV] Bug #13257 Updated: Crashing Apache 1.3

2001-09-12 Thread sniper
ID: 13257 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Old Bug Type: Program Execution Bug Type: Apache related Operating System: Windows 98 PHP Version: 4.0.6 New Comment: Please try the latest development build from here: http://www.php4win.com/

[PHP-DEV] Bug #13245 Updated: Hard 8Mb limit on file uploads?

2001-09-12 Thread sniper
ID: 13245 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: HTTP related Operating System: linux PHP Version: 4.0.6 New Comment: I hope you also restarted your webserver after changing these values in php.ini?? Check what phpinfo() has to say about

[PHP-DEV] How do I inserting the content of a TEXT file into a PHP document?

2001-09-12 Thread Cato Larsen
Hi! I would like to insert the HTML code in a TXT document. How do I do this? On a normal website I'd make an SHTML site with the !--#include virtual=news.txt -- but since the PHP engine (as far as I know) doesn't initiate SSL on the server. If anyone could be so kind to give me the code to make

[PHP-DEV] Re: Bug #13260: fsockopen when times out is core dumped

2001-09-12 Thread J Smith
[EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 PHP version: 4.0CVS-2001-09-12 PHP Bug Type: Filesystem function related Bug description: fsockopen when times out is core dumped This code $fp=fsockopen(10.0.5.1,80,$errno,

[PHP-DEV] CVS Account Request

2001-09-12 Thread CVS Account Request
Full name: Fabrice Aeschbacher Email: [EMAIL PROTECTED] ID:aeschbacher Purpose: add functions to php_interbase.dll: ibase_add_user() ibase_delete_user() ibase_modify_user() -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DEV] Bug #13264: Linking Error for Zend Functions while adding Extension Module on PHP Windows

2001-09-12 Thread atur
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0 PHP version: 4.0.6 PHP Bug Type: Dynamic loading Bug description: Linking Error for Zend Functions while adding Extension Module on PHP Windows Hi, I have made PHP extenison module and used following : PHP

[PHP-DEV] Bug #13261 Updated: More restrictive File-system access

2001-09-12 Thread jason
ID: 13261 Updated by: jason Reported By: [EMAIL PROTECTED] Old Summary: Restricting file system access Old Status: Open Status: Analyzed Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0.6 New Comment: You can dynamically assign open_basedir by adding php_admin_value

[PHP-DEV] Bug #13265: gdImageGif/gdImageCreateFromGif support

2001-09-12 Thread jbozza
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3-Stable PHP version: 4.0.6 PHP Bug Type: GD related Bug description: gdImageGif/gdImageCreateFromGif support The FreeBSD port for gd (gd-1.8.4_3 specifically) recently added support back in for gdImageCreateFromGif (Read

[PHP-DEV] shell friendly php pcntl

2001-09-12 Thread Edin Kadribasic
There was a thread recently on php-dev about making php more shell friendly so people could more easily make non-web php applications. One idea was to make a new sapi interface and I think that the work you have done in ext/pcntl could be a good starting point to a sapi-shell. I'm willing to

[PHP-DEV] Bug #13265 Updated: gdImageGif/gdImageCreateFromGif support

2001-09-12 Thread jbozza
ID: 13265 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: GD related Operating System: FreeBSD 4.3-Stable PHP Version: 4.0.6 New Comment: Notices in CVS that there is HAVE_GD_GIF_CREATE and HAVE_GD_GIF_READ. Will close this until I

Re: [PHP-DEV] Woah

2001-09-12 Thread Andi Gutmans
At 02:10 PM 9/9/2001 +0200, Sascha Schumann wrote: Cleaning up a language is a benefit worth paying in price for. How many millions of lines of C code had to be re-written when the ANSI standard was published? Exactly none. ANSI preserves most KR semantics and that won't change

[PHP-DEV] Bug #13266: Maybe not a PHP Library ?

2001-09-12 Thread atur
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0 PHP version: 4.0.6 PHP Bug Type: Dynamic loading Bug description: Maybe not a PHP Library ? HI, I am trying to load newly made PHP extension module (C++). (e.g. mymodule.dll) using dl(). The error when

[PHP-DEV] Bug #13263 Updated: Website Problem

2001-09-12 Thread goba
ID: 13263 Updated by: goba Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Reproducible crash Operating System: Windows NT Server PHP Version: 4.0.4 New Comment: And DO NOT classify the reopened bug as a Website problem, as it is not the problem of php.net! -- Goba Previous

[PHP-DEV] Bug #13266 Updated: Maybe not a PHP Library ?

2001-09-12 Thread hholzgra
ID: 13266 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Dynamic loading Operating System: Windows NT 4.0 PHP Version: 4.0.6 New Comment: support problem and most likely not a bug (at least not enough info to find out), please ask the phpdev mailing

[PHP-DEV] Re: [Zend Engine 2] Right/Left Shift Zero Fill operator

2001-09-12 Thread Andi Gutmans
At 12:15 AM 9/11/2001 +0200, Alexander Wirtz wrote: Hi Jeroen, to give a little bit background, as a student of computersciences I happen to work with bitshift not as a means of having a quick multiplication or division, but as using it to manipulate bit-patterns. The distinction between signed

[PHP-DEV] Bug #13266 Updated: Maybe not a PHP Library ?

2001-09-12 Thread mfischer
ID: 13266 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Dynamic loading Operating System: Windows NT 4.0 PHP Version: 4.0.6 New Comment: Make sure your module entry is in the source #ifdef COMPILE_DL_YOURMODULE ZEND_GET_MODULE(yourmodule) #endif - Markus

[PHP-DEV] Bug #13255 Updated: build has no mcrypt

2001-09-12 Thread sander
ID: 13255 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: mcrypt related Operating System: win98 PHP Version: 4.0.6 New Comment: Not a bug. Ask support questions on the appropriate mailinglist (http://www.php.net/support.php). Previous Comments:

[PHP-DEV] Bug #13267: segfault with parent::

2001-09-12 Thread carl
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: segfault with parent:: PHP segfaults if parent:: is used in a class that is defined in a file other than the file in which its base class is defined.

[PHP-DEV] Bug #13268: static path in php and mm

2001-09-12 Thread tomryan
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0CVS-2001-09-12 PHP Bug Type: Session related Bug description: static path in php and mm php (from 4.0.6 and the latest cvs code), has PS_MM_PATH statically defined in ext/session/mod_mm.c. This, coupled

[PHP-DEV] Bug #13267 Updated: segfault with parent::

2001-09-12 Thread mfischer
ID: 13267 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: linux PHP Version: 4.0.6 New Comment: Cannot reproduce in latest CVS (but verified with 4.0.6). - Markus Previous Comments:

[PHP-DEV] Bug #13269: References and Arrays

2001-09-12 Thread leonhard . holz
From: [EMAIL PROTECTED] Operating system: Win98 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: References and Arrays Another way of the references array problem that shows up while copying arrays: ? $aArray = Array(); $aArray[test] =

[PHP-DEV] Bug #13270: Odd Math/String behaviour when 'echo'ing...

2001-09-12 Thread SeanECoates
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: Math related Bug description: Odd Math/String behaviour when 'echo'ing... The following code produces strange output: ?php echo one. 1+2 .twobr\n; echo one. (1+2) .twobr\n; ?

[PHP-DEV] Bug #13271: VIRUS Back Orrifice 2000 in your file

2001-09-12 Thread chrisbrill
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: VIRUS Back Orrifice 2000 in your file Warning, i downloaded this file http://www.php.net:8000/distributions/php-4.0.6-Win32.zip; and my virus scanner

[PHP-DEV] Bug #13272: VIRUS Back Orrifice 2000 in your file

2001-09-12 Thread chrisbrill
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: VIRUS Back Orrifice 2000 in your file Warning, i downloaded this file http://www.php.net:8000/distributions/php-4.0.6-Win32.zip; and my virus scanner

[PHP-DEV] win32 problem with timezones

2001-09-12 Thread Chris Gardner
ok guys. i know i left a message simular to this before, but i have a lot more info on it now, and i'm getting nowhere. i'm on win2k win vc++ 6. trying to use cygwin to compile in gcc. used the vcvars32.bat to configure my path beforehand. here's the problem. i go to compile and get an error

[PHP-DEV] Bug #13272 Updated: VIRUS Back Orrifice 2000 in your file

2001-09-12 Thread derick
ID: 13272 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows PHP Version: 4.0.6 New Comment: Submitted twice Previous Comments:

[PHP-DEV] Bug #13273: session_register naming bug

2001-09-12 Thread kasper
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3-STABLE PHP version: 4.0.4pl1 PHP Bug Type: Session related Bug description: session_register naming bug I'm having an intermittent problem with session_register, where if I register a session variable such as: ?

[PHP-DEV] Bug #13273 Updated: session_register naming bug

2001-09-12 Thread derick
ID: 13273 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: FreeBSD 4.3-STABLE PHP Version: 4.0.4pl1 New Comment: Not a bug, please ask for support on the [EMAIL PROTECTED] mailing list. Derick Previous Comments:

[PHP-DEV] Bug #13264 Updated: Linking Error for Zend Functions while adding Extension Module on PHP Windows

2001-09-12 Thread sniper
ID: 13264 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: Windows NT 4.0 PHP Version: 4.0.6 New Comment: Please ask support questions about writing extensions on the [EMAIL PROTECTED] mailing list. Previous

[PHP-DEV] Bug #13270 Updated: Odd Math/String behaviour when 'echo'ing...

2001-09-12 Thread sniper
ID: 13270 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Math related Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Just a matter of operator precedence: http://www.php.net/manual/en/language.operators.precedence.php Not a bug.

Re: [PHP-DEV] How do I inserting the content of a TEXT file into aPHP document?

2001-09-12 Thread David Eriksson
Please send support questions to [EMAIL PROTECTED] There is an include statement in PHP. -\- David Eriksson -/- An expert in a particular computer language is really an expert in the work-arounds necessary to use this language to perform useful work. - Richard B. Johnson On Wed, 12 Sep 2001,

[PHP-DEV] Bug #13275: returned objects cause a core dump in zend

2001-09-12 Thread shaley
From: [EMAIL PROTECTED] Operating system: Solaris 2.7 PHP version: 4.0.6 PHP Bug Type: Java related Bug description: returned objects cause a core dump in zend I have been working integrating PHP with Java 2 SE (1.3.1). I have found that if a complex object is returned by

[PHP-DEV] Bug #13276: Java methods are incorrectly set to lowercase

2001-09-12 Thread shaley
From: [EMAIL PROTECTED] Operating system: Solaris 2.7 PHP version: 4.0.6 PHP Bug Type: Java related Bug description: Java methods are incorrectly set to lowercase Take the following code: public class phptest{ public static String testString = look for ^ in this

[PHP-DEV] Bug #13277: amp; in query_string are not handled

2001-09-12 Thread laurent
From: [EMAIL PROTECTED] Operating system: Debian GNU/Linux PHP version: 4.0.6 PHP Bug Type: Variables related Bug description: amp; in query_string are not handled The query_string a=1b=2 and a=1amp;b=2 should be equivalent, but they are not with php. A workaround is to

[PHP-DEV] Bug #13278: enhancement for ldap_start_tls function

2001-09-12 Thread kuenne
From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.0.6 PHP Bug Type: LDAP related Bug description: enhancement for ldap_start_tls function I would like to have my ldap connections encrypted so I added the function ldap_start_tls to the ldap module. Following

[PHP-DEV] È«ÃæÖ§³ÖASP¡¢PHP ¡¢JSP¡¢PERL¡¢CGI¡¢Êý¾Ý¿â, ÀúÊ·×îµÍ¼Û

2001-09-12 Thread [EMAIL PROTECTED]
×𾴵Ŀͻ§£ºÄúºÃ! ¡î×¢²áÓòÃû(´øVDNS)´ó·ù¶Èϵ÷ ֻҪעһ¸öÓòÃû¾ÍÄÜÏñËѺü¡¢ÍøÒ×Ò»Ñù½¨¶à¸ö×ÓÕ¾£¬¶øÇÒËæÒâ¿ØÖÆ¿Õ¼äµÄ´æ·ÅλÖÃ,ʹÄú³ÉΪÕâ¸öÓòµÄÕæÕýÓµÓÐÕß¡£ Ãâ·ÑÔùËÍÈý¸ö´Î¼¶ÓòÃû¡£ÕâÊÇÎÒ¹«Ë¾±¾ÔÂÍƳöµÄ¡°¾ø¶ÔÓŻݴóÐж¯¡±£¬×¢²á´øVDNS¹ú¼ÊÓòÃûÀúÊ·×îµÍ¼Û¡£ ÂíÉϵ½ÕâÀïÀ´×¢²áhttp://www.now.net.cn/register/

[PHP-DEV] Bug #13266 Updated: Maybe not a PHP Library ?

2001-09-12 Thread atur
ID: 13266 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Dynamic loading Operating System: Windows NT 4.0 PHP Version: 4.0.6 New Comment: Hi, The module entry is in the source.. I am pasting header and source file for reference..

[PHP-DEV] Bug #13266 Updated: Maybe not a PHP Library ?

2001-09-12 Thread hholzgra
ID: 13266 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Dynamic loading Operating System: Windows NT 4.0 PHP Version: 4.0.6 New Comment: once again: ask the phpdev mailing list, please supscription information can be found on http://php.net/support.php Previous