[PHP-DEV] Bug #10468 Updated: PHPChat does not work with PHP 4.x

2001-04-23 Thread torben
ID: 10468 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function PHP Version: 4.0.4pl1 Assigned To: Comments: Your feeling is correct--while PHP 4 is downwardly compatible with PHP 3 in most respects, there are differences. There is a migration list

[PHP-DEV] PHP 4.0 Bug #10468 Updated: PHPChat does not work with PHP 4.x

2001-04-23 Thread arpadffy
ID: 10468 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function Description: PHPChat does not work with PHP 4.x Absolutely agree with you, but my feeling is that 4.x is not fully down compatible with earlier versions. PHPChat is not the only script with incompatibili

[PHP-DEV] is_link() behavior

2001-04-23 Thread J. Jones
This was originally posted to php-general, but for some reason I believe it may belong here. I apologize if I'm wrong. Forgive me for my ignorance, but I've noticed some unwanted behavior (IMO, at least) with the is_link() function. Given the simple code.. if ( is_link ("/tmp/this_is_

[PHP-DEV] RC6 still reported even after repeated update to RC7

2001-04-23 Thread Jon Rosenberg
I went through my server and deleted all files and directories associated with RC6, then went ahead and compiled RC7 with the same options, I deleted everything first b/c of aformentioned path changes I saw on Zend. I used the following config options and all worked perfectly, did a make, make in

[PHP-DEV] RE: [PHP-WIN] PHP Search

2001-04-23 Thread Manesh
i need the full source code, to search over 700 pages and the text! -Original Message- From: Joe Brown [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 10:01 PM To: "Manesh" Subject: Re: [PHP-WIN] PHP Search Here, does this help? (*) search ;-) -Joe - Original Message

Re: [PHP-DEV] Bug #10465: absolute path dosen't work with file_exists()

2001-04-23 Thread Joe Brown
This is likely a permissions issue rather than a PHP or file_exists() defect. Make sure your web server user (typically user "nobody") has permissions to /tmp and /tmp/test If the www user cannot read or execute your "test" directory, then it will not be able to stat a file in that directory eit

[PHP-DEV] gif and jpeg support

2001-04-23 Thread Dan Phoenix
Downloaded the latest snapshot so postgres would work. ALl is fine except i cannot get gif and jpeg to work at same time. http://www.ranman.huggle.com/gd_plus_gif.txt i followed those instructions when i tried at first to build stable. and yes i did compile jpeg etc into gd. my configure line i

RE: [PHP-DEV] PHP Search

2001-04-23 Thread Mike Robinson
This is the php-dev list. Try the php-general list. http://www.php.net/manual/en/ref.mnogo.php http://www.htdig.org/ > -Original Message- > From: Manesh [mailto:[EMAIL PROTECTED]] > Sent: April 23, 2001 7:57 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] PHP Search > > > i need to

[PHP-DEV] PHP Search

2001-04-23 Thread Manesh
i need to search on my site, and on the web, like a radio button or sommingthing -- 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]

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-23 Thread Anil Madhavapeddy
It a bit of a showstopper for pretty much all web-based mail clients like IMP - people have been reporting their logs being littered with segfaults for a while now actually. Anil - Original Message - From: "Zeev Suraski" <[EMAIL PROTECTED]> To: "Chuck Hagenbuch" <[EMAIL PROTECTED]> Cc: <[

Re: [PHP-DEV] PHP 4.0 Bug #10270 Updated: PHP 4.05+ Won't Compile on Win32 Coz of Zend Errors

2001-04-23 Thread Zeev Suraski
You may have a broken bison installation - the Zend engine and PHP 4.0.5 in general compile fine under Visual C++ 6.0. Zeev At 00:38 24/4/2001, [EMAIL PROTECTED] wrote: >ID: 10270 >User Update by: [EMAIL PROTECTED] >Old-Status: Closed >Status: Open >Bug Type: Compile Failure >Description: PHP 4

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-23 Thread Zeev Suraski
I'd like to get 4.0.5 today (Tuesday), so no new merges will make it in... How bad is this bug? If it's not a showstopper, the show should go on. Chances are 4.0.6 will come out relatively soon after 4.0.5 does. Zeev At 01:20 24/4/2001, Chuck Hagenbuch wrote: >I'd like to merge the following

[PHP-DEV] PHP 4.0 Bug #9177 Updated: crypt problems with openssl

2001-04-23 Thread max
ID: 9177 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: *Encryption and hash functions Description: crypt problems with openssl It doesn't seem like it was fixed. From CVS checked about about 30 minutes ago, configure says: checking for MD5 crypt... no And a s

[PHP-DEV] PHP 4.0 Bug #9908 Updated: imap_sort() seg fault

2001-04-23 Thread max
ID: 9908 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: IMAP related Description: imap_sort() seg fault Works with the latest cvs. Thank you! This is a pretty useful revision, will it be available in 4.0.5? Previous Comments: --

[PHP-DEV] Bug #10468 Updated: PHPChat does not work with PHP 4.x

2001-04-23 Thread torben
ID: 10468 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function PHP Version: 4.0.4pl1 Assigned To: Comments: No offense, but that would be a bug in the script and not PHP. There is a possibility that the problem is caused by a bug in

[PHP-DEV] PHP 4.0 Bug #10466 Updated: hidden '.' files don't work with file_exists()

2001-04-23 Thread atom
ID: 10466 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Filesystem function related Description: hidden '.' files don't work with file_exists() single quotes works fine. thanks! also, could be a bug, but i got it to work by having it ~follow~ a symbolic link.

[PHP-DEV] 4.0.5: Merge Request

2001-04-23 Thread Chuck Hagenbuch
I'd like to merge the following patch: http://cvs.php.net/viewcvs.cgi/php4/ext/imap/php_imap.c.diff?r1=1.64&r2=1.65 ... into 4.0.5. It's a very small fix that fixes a bug in imap_sort which is _very_ easy to trigger. Any objections? -chuck -- Charles Hagenbuch, <[EMAIL PROTECTED]> Taurus: Yo

[PHP-DEV] Bug #10468: PHPChat does not work with PHP 4.x

2001-04-23 Thread arpadffy
From: [EMAIL PROTECTED] Operating system: RH Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: PHPChat does not work with PHP 4.x … a well known free script from PHPwizard that worked perfect under 3.0.x versions refuse to work under PHP

[PHP-DEV] Bug #9908 Updated: imap_sort() seg fault

2001-04-23 Thread chagenbu
ID: 9908 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IMAP related PHP Version: 4.0 Latest CVS (20/03/2001) Assigned To: Comments: I just committed a fix to CVS. Please verify it. Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #10270 Updated: PHP 4.05+ Won't Compile on Win32 Coz of Zend Errors

2001-04-23 Thread x86zman
ID: 10270 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Compile Failure Description: PHP 4.05+ Won't Compile on Win32 Coz of Zend Errors Here is the M$ VC6 (SP5) - Zend Compilation Log (the Failure Responsible) : Configuration: Zend - Win32 Rel

[PHP-DEV] Bug #10467: static array doesn't evaluate defined keys

2001-04-23 Thread tbannister
From: [EMAIL PROTECTED] Operating system: Solaris PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: static array doesn't evaluate defined keys The following script doesn't work correctly. It should print "My Message: Hello World\nArray ( [1] => Hello [2]

[PHP-DEV] Bug #10466 Updated: hidden '.' files don't work with file_exists()

2001-04-23 Thread torben
ID: 10466 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Filesystem function related PHP Version: 4.0.4pl1 Assigned To: Comments: Usually we like to have more information than 'doesn't work'. :) But for the moment, what happens if you quote your st

Re: [PHP-DEV] subrequests in apache 1.3.x loses headers

2001-04-23 Thread Shaun Batterton
Ok. I figured it out finally. subreq = (void *)ap_sub_req_lookup_file(r->filename,r); subreq->assbackwards = r->assbackwards; assbbackwards was 1, which meant that it was considered an HTTP/0.9 request... hence, NO HEADERS. F'n great. Shaun -- -I hate stupid sayings at the

[PHP-DEV] Bug #10466: hidden '.' files don't work with file_exists()

2001-04-23 Thread atom
From: [EMAIL PROTECTED] Operating system: linux 2.4.2 (red-hat 6) i686 PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: hidden '.' files don't work with file_exists() file_exists () seems to get confused with 'hidden' files, starting with '.'

[PHP-DEV] Bug #10464 Updated: PHP_AUTH_PW is not set altough PHP_AUTH_USER is

2001-04-23 Thread cmv
ID: 10464 Updated by: cmv Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related PHP Version: 4.0.4pl1 Assigned To: Comments: Sound like you don't have register_globals turned on in your php.ini. - Colin Previous Comments: ---

[PHP-DEV] Bug #10465: absolute path dosen't work with file_exists()

2001-04-23 Thread atom
From: [EMAIL PROTECTED] Operating system: linux 2.4.2 (red-hat 6) i686 PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: absolute path dosen't work with file_exists() file_exists () works fine with reletive paths, but seems to not work with abs

[PHP-DEV] PHP 4.0 Bug #5236 Updated: dlerror - conflicting declerations

2001-04-23 Thread darren
ID: 5236 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: *General Issues Description: dlerror - conflicting declerations This is still a problem (php 4.0.4pl1 & apache 1.3.19). Same work around. Previous Comments: --

Re: [PHP-DEV] unix install paths changed

2001-04-23 Thread Stig Sæther Bakken
[Zeev Suraski <[EMAIL PROTECTED]>] > At 17:47 23/4/2001, Stig Sæther Bakken wrote: > >[Sebastian Bergmann <[EMAIL PROTECTED]>] > > > Zeev Suraski wrote: > > > > This broke the Win32 build, and when I went to fix it, I couldn't > > > > find the letter with the diffs for this change. Any idea why i

Re: [PHP-DEV] 4.0.5 release

2001-04-23 Thread Zeev Suraski
Unless someone screams in the next couple of hours - no. What Jani said as a joke, initially, makes pretty good sense to me - release 4.0.5, and aim to start the 4.0.6 release process in the very near future. There've been tons of changes since 4.0.5 already, even though 4.0.5 has no showstop

[PHP-DEV] 4.0.5 release

2001-04-23 Thread Jason Greene
JW, whats the current release schedule plans for 4.0.5, are we going to have an RC8? -Jason -- 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 PROT

[PHP-DEV] Bug #10464: PHP_AUTH_PW is not set altough PHP_AUTH_USER is

2001-04-23 Thread tisc
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: PHP_AUTH_PW is not set altough PHP_AUTH_USER is I tried to authenticate via PHP. It worked with PHP3. After tracing back and forth, I found that the global var

[PHP-DEV] Bug #10094 Updated: Segfault in Apache

2001-04-23 Thread chagenbu
ID: 10094 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: IMAP related PHP Version: 4.0 Latest CVS (31/03/2001) Assigned To: Comments: duplicate of 9908 Previous Comments: --

[PHP-DEV] Bug #10260 Updated: imap_sort segaults if no mail is in the user's mailbox

2001-04-23 Thread chagenbu
ID: 10260 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Reproduceable crash PHP Version: 4.0.4pl1 Assigned To: Comments: duplicate of 9908 Previous Comments: --- [2001-04-

[PHP-DEV] Bug #10463: ini_restore() doesn't restore to php.ini settings

2001-04-23 Thread colin
From: [EMAIL PROTECTED] Operating system: RH7.0 PHP version: 4.0 Latest CVS (23/04/2001) PHP Bug Type: PHP options/info functions Bug description: ini_restore() doesn't restore to php.ini settings Here is the script which temporarily alters the include_path, then should rest

[PHP-DEV] Bug #10461 Updated: error compiling (in php_ini.c)

2001-04-23 Thread cmv
ID: 10461 Updated by: cmv Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure PHP Version: 4.0 Latest CVS (23/04/2001) Assigned To: cmv Comments: Duh ... needed to do a CVS update in my Zend directory (don't know why CVS wasn't doing it recursively anyway, bu

Re: [PHP-DEV] unix install paths changed

2001-04-23 Thread Andi Gutmans
At 09:59 AM 4/23/2001 -0700, Frank M. Kromann wrote: >These have to be defined on Win32 as well. In order to compile I can just >put some default definitions in config.w32.h. > >I'm getting another error though: > >D:\php\php4\main\php_ini.c(190) : error C2065: 'llist_dtor_func_t' : >undeclared

Re: [PHP-DEV] unix install paths changed

2001-04-23 Thread Frank M. Kromann
These have to be defined on Win32 as well. In order to compile I can just put some default definitions in config.w32.h. I'm getting another error though: D:\php\php4\main\php_ini.c(190) : error C2065: 'llist_dtor_func_t' : undeclared identifier There is llist_dtor_func_t defined ? - Frank

[PHP-DEV] Bug #10462: PHP Core with Backtrace

2001-04-23 Thread a
From: [EMAIL PROTECTED] Operating system: Linux Redhat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: PHP Core with Backtrace We cannot include the scripts that produced this problem. custom odbc, fastcgi php.ini is default This was caused

Re: [PHP-DEV] CCVS

2001-04-23 Thread Brendan W. McAdams
Just got email back from Redhat, They are going to set up a new contact person for us with regards to CCVS, hopefully. I also notified them of the segfault issue we are having and asked about possibilities of fixing that at the application level rather than us trapping it at API level, or at leas

[PHP-DEV] PHP 4.0 Bug #10302 Updated: odbc_tables()

2001-04-23 Thread john
ID: 10302 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: ODBC related Description: odbc_tables() code example:- "; die(); } // // get table list // $

[PHP-DEV] Bug #10461: error compiling (in php_ini.c)

2001-04-23 Thread colin
From: [EMAIL PROTECTED] Operating system: RH7.0 PHP version: 4.0 Latest CVS (23/04/2001) PHP Bug Type: Compile Failure Bug description: error compiling (in php_ini.c) Updated CVS, did a "make distclean" and ./buildconf, removed config.cache and config.status. Config line:

[PHP-DEV] Bug #10460 Updated:

2001-04-23 Thread derick
ID: 10460 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Network Functions PHP Version: 4.0.0 Assigned To: Comments: No information Previous Comments: --- [2001-04-23 11:45:54]

[PHP-DEV] CCVS

2001-04-23 Thread Brendan McAdams
To Whom It May Concern: I am trying to open a channel of Developer Relations with regards to your CCVS product. I am a member of the PHP development team, working on PHP's CCVS extension (providing core support for CCVS in the language). The original development of this extension was done thr

[PHP-DEV] Bug #10460:

2001-04-23 Thread vgmaria
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.0 PHP Bug Type: *Network Functions Bug description: -- Edit Bug report at: http://bugs.php.net/?id=10460&edit=1 -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROT

[PHP-DEV] PHP 4.0 Bug #10459 Updated: can't find function then crush

2001-04-23 Thread akul
ID: 10459 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: can't find function then crush BTW, function sorted_keys included and must be found.. Previous Comments: --- [2001-04-23 11

[PHP-DEV] Bug #10459: can't find function then crush

2001-04-23 Thread akul
From: [EMAIL PROTECTED] Operating system: Windows 98 SE PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: can't find function then crush Configuration: see bug #9819 Output: X-Powered-By: PHP/4.0.4pl1 Content-type: text/html Fatal error: Call to

[PHP-DEV] PHP 4.0 Bug #10418 Updated: Warning :Undefined ...

2001-04-23 Thread pierrick . coppens
ID: 10418 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: GD related Description: Warning :Undefined ... Now it works ... I uninstalled all and I run another installation program and it works !!! I have now a 4.0.4 version but no problems ... By Previous Comm

Re: [PHP-DEV] Bug #10447 Updated: ccvs_*() functions segfault whengiven invalid session ID

2001-04-23 Thread Brendan W. McAdams
I'm more or less of the same mindset here: my big problem obviously is that we are allowing the PHP binary to segfault and this is BAD. I will try calling RedHat today and see if I can't convince them to fix this at their level. We should come up with some kind of course of action to prevent PHP

Re: [PHP-DEV] subrequests in apache 1.3.x loses headers

2001-04-23 Thread Andrei Zmievski
On Mon, 23 Apr 2001, Chand wrote: > > >Hi dudes > > I have this apache module i've written which makes a subrequest on a php > script. My problem is, the main request which is sent to the client browser > doesn't have the headers sent by the php script. > > Any module guru who could help me s

[PHP-DEV] subrequests in apache 1.3.x loses headers

2001-04-23 Thread Chand
>Hi dudes I have this apache module i've written which makes a subrequest on a php script. My problem is, the main request which is sent to the client browser doesn't have the headers sent by the php script. Any module guru who could help me solving this problem ? Is there anything in the ap

[PHP-DEV] Bug #10458: Bugs #9257 and #10292 located and fixed - see diff

2001-04-23 Thread lawe
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.4pl1 PHP Bug Type: InterBase related Bug description: Bugs #9257 and #10292 located and fixed - see diff Hi! See additional comments under #10292. I have located and corrected the two bugs. Here is the diff bet

Re: [PHP-DEV] unix install paths changed

2001-04-23 Thread Zeev Suraski
At 17:47 23/4/2001, Stig Sæther Bakken wrote: >[Sebastian Bergmann <[EMAIL PROTECTED]>] > > Zeev Suraski wrote: > > > This broke the Win32 build, and when I went to fix it, I couldn't > > > find the letter with the diffs for this change. Any idea why it > > > wasn't sent? Or is it just me that d

Re: [PHP-DEV] unix install paths changed

2001-04-23 Thread Stig Sæther Bakken
[Sebastian Bergmann <[EMAIL PROTECTED]>] > Zeev Suraski wrote: > > This broke the Win32 build, and when I went to fix it, I couldn't > > find the letter with the diffs for this change. Any idea why it > > wasn't sent? Or is it just me that didn't get it? > > Same here. I didn't recieve a cv

Re: [PHP-DEV] unix install paths changed

2001-04-23 Thread Sebastian Bergmann
Zeev Suraski wrote: > This broke the Win32 build, and when I went to fix it, I couldn't > find the letter with the diffs for this change. Any idea why it > wasn't sent? Or is it just me that didn't get it? Same here. I didn't recieve a cvs commit mail, but something broke the Win32 build.

Re: [PHP-DEV] unix install paths changed

2001-04-23 Thread Zeev Suraski
This broke the Win32 build, and when I went to fix it, I couldn't find the letter with the diffs for this change. Any idea why it wasn't sent? Or is it just me that didn't get it? If someone can forward me the diffs for this change it'd be appreciated... Thanks, Zeev At 04:25 22/4/2001, St

Re: [PHP-DEV] Bug #10457: ALKHOBAR

2001-04-23 Thread Stanislav Malyshev
>> From: [EMAIL PROTECTED] >> Operating system: ALKHOBAR >> PHP version: 3.0 Latest CVS (23/04/2001) >> PHP Bug Type: Other >> Bug description: ALKHOBAR Can anybody just lock the idiot out of the site (by firewall or Apache rules or any other means)? Also, I think the site

[PHP-DEV] Bug #10457 Updated: ALKHOBAR

2001-04-23 Thread sniper
ID: 10457 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Old-Bug Type: Other Bug Type: *General Issues PHP Version: 3.0 Latest CVS (23/04/2001) Assigned To: Comments: Previous Comments: -

[PHP-DEV] Bug #10457: ALKHOBAR

2001-04-23 Thread yamims
From: [EMAIL PROTECTED] Operating system: ALKHOBAR PHP version: 3.0 Latest CVS (23/04/2001) PHP Bug Type: Other Bug description: ALKHOBAR ALKHOBAR -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

[PHP-DEV] Bug #10440 Updated: ãäÊÏì ÌæÇá ÇáÎÈÑ

2001-04-23 Thread derick
ID: 10440 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Web Server problem PHP Version: 4.0.0 Assigned To: Comments: Stop it! Damnit! Previous Comments: --- [2001-04-23 08:27:

[PHP-DEV] PHP 4.0 Bug #10440 Updated: ãäÊÏì ÌæÇá ÇáÎÈÑ

2001-04-23 Thread yamims
ID: 10440 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Web Server problem Description: ãäÊÏì ÌæÇá ÇáÎÈÑ ALKHOBAR Previous Comments: --- [2001-04-23 08:24:23] [EMAIL PROTECTED] ALKHOBAR -

[PHP-DEV] PHP 4.0 Bug #10440 Updated: ãäÊÏì ÌæÇá ÇáÎÈÑ

2001-04-23 Thread yamims
ID: 10440 User Update by: [EMAIL PROTECTED] Old-Status: Bogus Status: Open Bug Type: *Web Server problem Description: ãäÊÏì ÌæÇá ÇáÎÈÑ ALKHOBAR Previous Comments: --- [2001-04-22 08:24:33] [EMAIL PROTECTED] Can you stop sp

[PHP-DEV] PHP 4.0 Bug #10450 Updated: Submitting a form to same php file as the form is in, with a query string

2001-04-23 Thread Robbo
ID: 10450 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: Submitting a form to same php file as the form is in, with a query string refer to http://forums.devshed.com/showthread.php?threadid=13850&forumid=5&goto=newpost for more detailed explanation

Re: [PHP-DEV] delete none-empty directory

2001-04-23 Thread Edin Kadribasic
> On Mon, 23 Apr 2001, mohammed oda wrote: > > > hi > > can somebody help me how can i delete non-empty directory by php > > command(rmdir) or another command. > > with rmdir i can only delete empty directory. > > system ("rm -rf /"); > Now that's a nasty advice. That would delete everything on

Re: [PHP-DEV] delete none-empty directory

2001-04-23 Thread php4
Addressed to: mohammed oda <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ** Reply to note from <[EMAIL PROTECTED]> Mon, 23 Apr 2001 13:30:37 +0200 (CEST) > > On Mon, 23 Apr 2001, mohammed oda wrote: > > > hi > > can somebody help me how can i delete non-empty directory by php > > c

[PHP-DEV] Bug #10456 Updated: Warning: Supplied argument is not a valid MySQL result resource in c:\inetpub\w

2001-04-23 Thread derick
ID: 10456 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: MySQL related PHP Version: 4.0.4pl1 Assigned To: Comments: RTFM: mysql_connect ("localhost"," user", "pw"); $query = "SELECT * from blaat"; mysql_select_db ("db1"); $r = mysql_query ($query

[PHP-DEV] Bug #10456: Warning: Supplied argument is not a valid MySQL result resource in c:\inetpub\w

2001-04-23 Thread joris_van_boven
From: [EMAIL PROTECTED] Operating system: win 2000 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: Warning: Supplied argument is not a valid MySQL result resource in c:\inetpub\w Kijk hier een database! Prob 01 (PHP) IDPersoonCommentaar"; $dbRecordSet =

Re: [PHP-DEV] delete none-empty directory

2001-04-23 Thread derick
On Mon, 23 Apr 2001, mohammed oda wrote: > hi > can somebody help me how can i delete non-empty directory by php > command(rmdir) or another command. > with rmdir i can only delete empty directory. system ("rm -rf /"); Derick Rethans ---

[PHP-DEV] delete none-empty directory

2001-04-23 Thread mohammed oda
hi can somebody help me how can i delete non-empty directory by php command(rmdir) or another command. with rmdir i can only delete empty directory. thanks oda,mohammed [EMAIL PROTECTED] -- Mohammed Oda Leibniz str. 76 55118 Mainz Tel.06131-638350 GMX - Die Kommunikationsplattform im Internet.

[PHP-DEV] Bug #10455: The method fetchRow can't return NULL when no more data.

2001-04-23 Thread nhitso
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14-6.0lp PHP version: 4.0.4pl1 PHP Bug Type: OCI8 related Bug description: The method fetchRow can't return NULL when no more data. connect($DSN); if ($myDB -> isError($myOBJ)) { echo $myOBJ; return NULL;

[PHP-DEV] Bug #10453 Updated: mod_auth_mysql and php4.0.5pl1

2001-04-23 Thread derick
ID: 10453 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Apache related PHP Version: 4.0.4pl1 Assigned To: Comments: What was your configure line? You need to give the dir to your mysql libraries of you use other modules for apache that use MySQL.

[PHP-DEV] Bug #10453 Updated: mod_auth_mysql and php4.0.5pl1

2001-04-23 Thread derick
ID: 10453 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related PHP Version: 4.0.4pl1 Assigned To: Comments: What was your configure line? You need to give the dir to your mysql libraries of you use other modules for apache that use MySQL. Like (Example):

[PHP-DEV] Bug #10454: No output on imagepng

2001-04-23 Thread charley
From: [EMAIL PROTECTED] Operating system: Redhat 6.1 PHP version: 4.0.4pl1 PHP Bug Type: GD related Bug description: No output on imagepng Imagepng gives no output and no error message if the /tmp folder is full. The header is writed, but there is no output at all. Would be

[PHP-DEV] Bug #10453: mod_auth_mysql and php4.0.5pl1

2001-04-23 Thread rmohr
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: mod_auth_mysql and php4.0.5pl1 I recompiled my Apache as follows: apache_1.3.19 php-4.0.4pl1 mysql-3.22.26a mod_auth_mysql-2.20 Is there any known bug in the in

Re: [PHP-DEV] unix install paths changed

2001-04-23 Thread Stig Sæther Bakken
[Jon Parise <[EMAIL PROTECTED]>] > On Sun, Apr 22, 2001 at 09:04:50PM +0300, Zeev Suraski wrote: > > > When you upgrade a major version, you go through the upgrade notes, > > something which is very common to skip with minor updates. > > I'll definitely yield that point. That's a sound assump

[PHP-DEV] PHP 4.0 Bug #10292 Updated: Corrupted VARCHAR values from SELECT when used in arrays or array functions

2001-04-23 Thread lawe
ID: 10292 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: InterBase related Description: Corrupted VARCHAR values from SELECT when used in arrays or array functions Hi! I finally found the bug myself. And it was indeed in ./ext/interbase.c Normally you would terminate a string exp

[PHP-DEV] PHP 4.0 Bug #10450 Updated: Submitting a form to same php file as the form is in, with a query string

2001-04-23 Thread Robbo
ID: 10450 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: Submitting a form to same php file as the form is in, with a query string I have a php4 file called temp.php with the following *exact* contents: Form has been submit

[PHP-DEV] Bug #10402 Updated: typo in sockets extension?

2001-04-23 Thread chrisv
ID: 10402 Updated by: chrisv Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Problem PHP Version: 4.0 Latest CVS (19/04/2001) Assigned To: Comments: Not a typo: hstrerror() returns a string description of an error that occurs within DNS resolution specific funct

[PHP-DEV] PHP 4.0 Bug #10452 Updated: PHP Hang !

2001-04-23 Thread pornthr
ID: 10452 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: IIS related Description: PHP Hang ! I used php4isapi.dll, Some time IIS 5.0 running but php files did not responding(hang). Previous Comments: --- [2001-

[PHP-DEV] Bug #10451 Updated: ISAPI Hang !

2001-04-23 Thread sniper
ID: 10451 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: IIS related PHP Version: 4.0.4pl1 Assigned To: Comments: not enough info. Previous Comments: --- [2001-04-23 03:39:28] [E

[PHP-DEV] Bug #10452: PHP Hang !

2001-04-23 Thread pornthr
From: [EMAIL PROTECTED] Operating system: Windows 2000 Server PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: PHP Hang ! I used php4isapi.dll, Some time IIS 5.0 runing but php files did not responding(hang). -- Edit Bug report at: http://bugs.php.net/?id=

[PHP-DEV] Bug #10451: ISAPI Hang !

2001-04-23 Thread pornthr
From: [EMAIL PROTECTED] Operating system: Windows 2000 Server PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: ISAPI Hang ! IIS 5.0 runing but php files did not responding(hang). -- Edit Bug report at: http://bugs.php.net/?id=10451&edit=1 -- PHP Develo

[PHP-DEV] Bug #10194 Updated: crypt() doesn't do md5

2001-04-23 Thread sniper
ID: 10194 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Encryption and hash functions PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in CVS. --Jani Previous Comments:

[PHP-DEV] Bug #9177 Updated: crypt problems with openssl

2001-04-23 Thread sniper
ID: 9177 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Encryption and hash functions PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in CVS. --Jani Previous Comments: -

[PHP-DEV] Bug #10450: Submitting a form to same php file as the form is in, with a query string

2001-04-23 Thread Robbo
From: [EMAIL PROTECTED] Operating system: Windows Me PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: Submitting a form to same php file as the form is in, with a query string I have a single file that does both displaying a form if nothing has been