#31849 [NoF->Opn]: get_current_user() still crashes on page refresh

2005-03-27 Thread info at cpgnuke dot com
 ID:   31849
 User updated by:  info at cpgnuke dot com
 Reported By:  info at cpgnuke dot com
-Status:   No Feedback
+Status:   Open
 Bug Type: Reproducible crash
 Operating System: Windows xp sp2
 PHP Version:  4CVS-2005-02-05
 New Comment:

Don't know it's not me personaly having this issue.
Other people who use my system reported it to me and don't know anymore
since our system just does a workaround to prevent crashing.


Previous Comments:


[2005-03-28 01:00:07] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2005-03-20 17:52:22] [EMAIL PROTECTED]

And what does it say in that errorbox? 




[2005-03-19 15:32:30] info at cpgnuke dot com

PHP starts
then you run a PHP script
A errorbox pops up in windows and PHP dies.



[2005-03-16 07:45:39] [EMAIL PROTECTED]

Does it really _CRASH_ or doesn't it just start?




[2005-02-21 21:24:27] guillaume at nlbox dot com

The crash of get_current_user() goes away after I did log on onto the
network. (php4.3.10, Win98, Xitami webserver).
Somehow my doze-box does not log me on at startup.
In that case everything works, but php crashes.
Doing a fresh logon vaporizes the crash.

Cheers,
wim niemans



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/31849

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


#31259 [Asn->Bgs]: imagettftext fails with some ttf font

2005-03-27 Thread pajoye
 ID:   31259
 Updated by:   [EMAIL PROTECTED]
 Reported By:  dbad732001 at yahoo dot com
-Status:   Assigned
+Status:   Bogus
 Bug Type: GD related
 Operating System: *
 PHP Version:  4CVS, 5CVS (2005-01-14)
 Assigned To:  pajoye
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Broken font, beg MS or your font editor.

--Pierre


Previous Comments:


[2005-01-14 22:07:52] [EMAIL PROTECTED]

Also noticed: This bug is present in GD 2.0.33 too..




[2005-01-14 19:13:46] [EMAIL PROTECTED]

This bug was caused by "fix" of bug #28598 (reverting the fix fixes
this bug)




[2004-12-22 22:22:19] dbad732001 at yahoo dot com

Description:

Using the function imagettftext of the GD library fails with some ttf
fonts; instead of the letters appears only little boxes, similar to the
ones showed in the windows charachter map application when a gliph is
not present in a font.

The behavior was OK on the 4.3.9 version

The code works if, for example, i use another ttf file (arial.ttf)

Reproduce code:
---


The font rbb.ttf can be downloaded at

http://www.revelshblindbeholders.net/font/rbb.ttf

Expected result:

The result should be a gray box with the text "This is a test" written
with the chosen font

Actual result:
--
The gray box appear, but instead of the text i see only little boxes,
alike the ones showed in the Win char map when a char is not
implemented within the font.

The code works if, for example i use another ttf file (arial.ttf)





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


#32389 [Fbk]: imagecreatefrompng terminates connection

2005-03-27 Thread pajoye
 ID:   32389
 Updated by:   [EMAIL PROTECTED]
 Reported By:  jbaou at datahost dot gr
 Status:   Feedback
 Bug Type: GD related
 Operating System: Slackware 10
 PHP Version:  5.0.3
 Assigned To:  pajoye
 New Comment:

Found one there :) Sorry.

Cannot reproduce a crash or an error.

Please try using only this script:
error_reporting(E_ALL);
$im = imagecreatefrompng("yourimage.png");
imagepng("new.png");

If you have an image that crashes php, provide a direct link to it.

--Pierre




Previous Comments:


[2005-03-28 04:56:48] [EMAIL PROTECTED]

These images are all jpeg.

Please provide PNG images and change your bug description if it's
related to jpeg image.

--Pierre



[2005-03-22 05:32:46] jbaou at datahost dot gr

I actually noticed that it works for SOME png images.
http://jbaou.bahaha.org/browser.php?dir=.%2FImages%2FChristiana here it
works. mouse over to check it.

http://jbaou.bahaha.org/browser.php?dir=.%2FImages%2FWallpapers%2FDreamingOfTheFuture
here is a folder with another png image.

libpng ver: 1.2.8

i am sorry i cant be of any more help. i havent compiled with
--enable-debug and i don't really have the time to recompile. I am
currently in greece and i will be here for at least 21 days.



[2005-03-21 08:05:32] [EMAIL PROTECTED]

Please provide the png images (links), your configure script and the
libpng version.

--Pierre



[2005-03-21 04:26:07] jbaou at datahost dot gr

Description:

I am trying to create thumbs from image types: jpg,gif and png.
jpg and gif work OK.
   
While trying to create a png thumb i get the following error:
Connection to host jbaou.bahaha.org is broken.  
 
## php -m 
[PHP Modules] 
bcmath 
bz2 
calendar 
ctype 
curl 
dba 
dbase 
dbx 
dio 
dom 
exif 
filepro 
ftp 
gd 
gettext 
gmp 
iconv 
imap 
libxml 
mbstring 
mhash 
mime_magic 
mysql 
ncurses 
openssl 
pcre 
posix 
session 
shmop 
SimpleXML 
sockets 
SPL 
SQLite 
standard 
sysvmsg 
sysvsem 
sysvshm 
tokenizer 
wddx 
xml 
yp 
Zend Optimizer 
zlib 
 
[Zend Modules] 
Zend Extension Manager 
Zend Optimizer 
 
## ./configure 
http://jbaou.bahaha.org/phpinfo.php 

Reproduce code:
---
if ($ext == ".png") {
$im = imagecreatefrompng($image); //fe
$thumb = imagecreatetruecolor($thumbWidth, $thumbHeight);
ImageCopyResampled($thumb, $im, 0, 0, 0, 0, $thumbWidth, $thumbHeight,
$imageDim[0], $imageDim[1]);
imagepng($thumb, $thumbPath.$imgName);
imagedestroy($im);
}

alt: http://jbaou.bahaha.org/browser.phps 
[method makeThumb($image)]

Expected result:

a thumbnail :D  

Actual result:
--
While trying to create a png thumb i get the following error:
Connection to host jbaou.bahaha.org is broken.  





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


#32389 [Asn->Fbk]: imagecreatefrompng terminates connection

2005-03-27 Thread pajoye
 ID:   32389
 Updated by:   [EMAIL PROTECTED]
 Reported By:  jbaou at datahost dot gr
-Status:   Assigned
+Status:   Feedback
 Bug Type: GD related
 Operating System: Slackware 10
 PHP Version:  5.0.3
 Assigned To:  pajoye
 New Comment:

These images are all jpeg.

Please provide PNG images and change your bug description if it's
related to jpeg image.

--Pierre


Previous Comments:


[2005-03-22 05:32:46] jbaou at datahost dot gr

I actually noticed that it works for SOME png images.
http://jbaou.bahaha.org/browser.php?dir=.%2FImages%2FChristiana here it
works. mouse over to check it.

http://jbaou.bahaha.org/browser.php?dir=.%2FImages%2FWallpapers%2FDreamingOfTheFuture
here is a folder with another png image.

libpng ver: 1.2.8

i am sorry i cant be of any more help. i havent compiled with
--enable-debug and i don't really have the time to recompile. I am
currently in greece and i will be here for at least 21 days.



[2005-03-21 08:05:32] [EMAIL PROTECTED]

Please provide the png images (links), your configure script and the
libpng version.

--Pierre



[2005-03-21 04:26:07] jbaou at datahost dot gr

Description:

I am trying to create thumbs from image types: jpg,gif and png.
jpg and gif work OK.
   
While trying to create a png thumb i get the following error:
Connection to host jbaou.bahaha.org is broken.  
 
## php -m 
[PHP Modules] 
bcmath 
bz2 
calendar 
ctype 
curl 
dba 
dbase 
dbx 
dio 
dom 
exif 
filepro 
ftp 
gd 
gettext 
gmp 
iconv 
imap 
libxml 
mbstring 
mhash 
mime_magic 
mysql 
ncurses 
openssl 
pcre 
posix 
session 
shmop 
SimpleXML 
sockets 
SPL 
SQLite 
standard 
sysvmsg 
sysvsem 
sysvshm 
tokenizer 
wddx 
xml 
yp 
Zend Optimizer 
zlib 
 
[Zend Modules] 
Zend Extension Manager 
Zend Optimizer 
 
## ./configure 
http://jbaou.bahaha.org/phpinfo.php 

Reproduce code:
---
if ($ext == ".png") {
$im = imagecreatefrompng($image); //fe
$thumb = imagecreatetruecolor($thumbWidth, $thumbHeight);
ImageCopyResampled($thumb, $im, 0, 0, 0, 0, $thumbWidth, $thumbHeight,
$imageDim[0], $imageDim[1]);
imagepng($thumb, $thumbPath.$imgName);
imagedestroy($im);
}

alt: http://jbaou.bahaha.org/browser.phps 
[method makeThumb($image)]

Expected result:

a thumbnail :D  

Actual result:
--
While trying to create a png thumb i get the following error:
Connection to host jbaou.bahaha.org is broken.  





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


#31994 [Opn]: output conversion failed due to conv error

2005-03-27 Thread misnet at hotmail dot com
 ID:   31994
 User updated by:  misnet at hotmail dot com
 Reported By:  misnet at hotmail dot com
 Status:   Open
 Bug Type: XSLT related
 Operating System: windows 2003 server
 PHP Version:  5CVS-2005-02-25
 New Comment:

What about the bug? Can it not be resolved?


Previous Comments:


[2005-02-26 06:41:17] misnet at hotmail dot com

Not be resolved! The same result.



[2005-02-25 14:38:28] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip





[2005-02-16 10:06:47] misnet at hotmail dot com

Description:

a.xml
=


  test
  ehero
  Öйú
  a.html
  2
  
  2005Äê
  
  3
  
  
  
  0
  1
  a.shtml

=
cms.xsl:
=

http://www.w3.org/1999/XSL/Transform";
xmlns:php="http://php.net/xsl"; xsl:extension-element-prefixes="php">



.
=
s.php:
=
load("a.xml");
$xsl = new DOMDocument("1.0","GB2312");
$xsl->load("cms.xsl");
$proc = new XSLTProcessor;
$proc->importStyleSheet($xsl);
$proc->registerPHPFunctions();
$d = $proc->transformToUri($xml,"s.xml");
?>
=
When I run s.php, it will be wrong!.Below is the exception messages.

Warning: output conversion failed due to conv error in
D:\myphp\yibo\t.php on line 9

Warning: Bytes: 0xB5 0xEB 0x2D 0x3C in D:\myphp\yibo\t.php on line 9

I have tested $xml->load("a.xml") and $xsl->load("cms.xsl"),they are
right. I can get $xml->saveXML() and $xsl->saveXML().






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


#32469 [NEW]: With serial ports, fread is using the fwrite buffer

2005-03-27 Thread mccaskey at stanford dot edu
From: mccaskey at stanford dot edu
Operating system: Windows XP
PHP version:  5.0.3
PHP Bug Type: Filesystem function related
Bug description:  With serial ports, fread is using the fwrite buffer

Description:

(1) Open a COM port as a serial input using fopen. Read using fread or
fgets. No data appears until 8K bytes have been read. There is an 8K
buffer on writes, but there shouldn't be one on reads. (Should there?) Are
reads somehow using the write buffer? Sure enough:

(2) Again, open a COM port as a serial input using fopen. This time, write
some characters using fwrite. Now fread 8K of serial data. At the head of
that stream appears the data you had written with fwrite. Oops.

[Several people have reported an inability to get fgets to read COM data,
saying they tried and fgets just never sees any input. I assume this was
their problem. But others have reported using fgets on COM successfully.
Something specific to OS/PHP versions?] 

Reproduce code:
---
(1) 
$serial_port = fopen("COM4", "r+");
echo(fread($serial_port, 8192));

(2)
$serial_port = fopen("COM4", "r+");
fwrite($serial_port, "MP");
echo(fread($serial_port, 8192));

Expected result:

(1) & (2)
serial data starting with the first byte that came in on the serial line


Actual result:
--
(1) Nothing until 8K of data has been read in.

(2) After enough serial data to fill the buffer, first the data written
("MP" in this example), then the data that came in on the serial line.

-- 
Edit bug report at http://bugs.php.net/?id=32469&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32469&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32469&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32469&r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=32469&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=32469&r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=32469&r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=32469&r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=32469&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=32469&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=32469&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=32469&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=32469&r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=32469&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32469&r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=32469&r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=32469&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=32469&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32469&r=float
No Zend Extensions:  http://bugs.php.net/fix.php?id=32469&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32469&r=mysqlcfg


#31989 [Asn->Fbk]: Xmlrpc 'infinite loop' issue in php5 for windows only

2005-03-27 Thread edink
 ID:   31989
 Updated by:   [EMAIL PROTECTED]
 Reported By:  grangeway at blueyonder dot co dot uk
-Status:   Assigned
+Status:   Feedback
 Bug Type: XMLRPC-EPI related
 Operating System: Windows
 PHP Version:  5.0.3
 Assigned To:  edink
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip




Previous Comments:


[2005-03-25 01:23:13] [EMAIL PROTECTED]

Edin, can you look into this or not?




[2005-02-16 01:49:19] [EMAIL PROTECTED]

It's because this extension is linked with libxml2 which this extension
DOES NOT support. It should be linked with expat like it is in PHP 4..




[2005-02-16 01:27:42] grangeway at blueyonder dot co dot uk

Description:

The following code works fine in php 4.x for windows, appears to work
fine in 4.x/5.x under linux, but in the distributed windows binarys,
and also my own compilation, results in an infinite loop, in what
appears to be xmlParseChunk. This issue only seems to occur if the xml
header i.e.  is not included in the response, and
it's the windows build.






Reproduce code:
---
$foo = "


Welcome


";
var_dump($foo);
var_dump(xmlrpc_decode($foo));


Expected result:

Result under freebsd:
> php/bin/php test.php
Content-type: text/html
X-Powered-By: PHP/5.0.4-dev

string(110) "


Welcome


"
string(7) "Welcome"


Actual result:
--
inifinite loop:

char * data=0x00a40528 is ""

php5ts_debug.dll!_xmlParseDocument()  + 0x5c5   C
php5ts_debug.dll!_xmlParseChunk()  + 0xe5   C
>   php5ts_debug.dll!php_XML_Parse(_XML_Parser * parser=0x00a3f060, const
unsigned char * data=0x00a40528, int data_len=7, int is_final=1)  Line
481 + 0x18  C
php5ts_debug.dll!xml_elem_parse_buf(const char * in_buf=0x00a40528,
int len=7, _xml_input_options * options=0x0012f298, _xml_elem_error *
error=0x0012f18c)  Line 699 + 0x16  C
php5ts_debug.dll!XMLRPC_REQUEST_FromXML(const char *
in_buf=0x00a40528, int len=7, _xmlrpc_request_input_options *
in_options=0x0012f298)  Line 762 + 0x1c C
php5ts_debug.dll!decode_request_worker(_zval_struct *
xml_in=0x00a40440, _zval_struct * encoding_in=0x, _zval_struct
* method_name_out=0x)  Line 713 + 0x16  C
php5ts_debug.dll!zif_xmlrpc_decode(int ht=1, _zval_struct *
return_value=0x00a3f018, _zval_struct * this_ptr=0x, int
return_value_used=1, void * * * tsrm_ls=0x00912910)  Line 778 + 0x31C





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


#31849 [Fbk->NoF]: get_current_user() still crashes on page refresh

2005-03-27 Thread php-bugs
 ID:   31849
 Updated by:   php-bugs@lists.php.net
 Reported By:  info at cpgnuke dot com
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Reproducible crash
 Operating System: Windows xp sp2
 PHP Version:  4CVS-2005-02-05
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2005-03-20 17:52:22] [EMAIL PROTECTED]

And what does it say in that errorbox? 




[2005-03-19 15:32:30] info at cpgnuke dot com

PHP starts
then you run a PHP script
A errorbox pops up in windows and PHP dies.



[2005-03-16 07:45:39] [EMAIL PROTECTED]

Does it really _CRASH_ or doesn't it just start?




[2005-02-21 21:24:27] guillaume at nlbox dot com

The crash of get_current_user() goes away after I did log on onto the
network. (php4.3.10, Win98, Xitami webserver).
Somehow my doze-box does not log me on at startup.
In that case everything works, but php crashes.
Doing a fresh logon vaporizes the crash.

Cheers,
wim niemans



[2005-02-10 01:12:34] info at cpgnuke dot com

sometimes guillaume his example script crashes the server.
But sometimes we only get it to crash when we run our complete CMS
setup only.

The issue is very strange but does crash apache.

I can't give you a small script cos i've tried a bunch and they all
didn't have issues.
It only has issues in our full CMS (2 MB ZIP package)



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/31849

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


#32176 [Fbk->NoF]: (OS 10054)An existing connection was forcibly closed by the remote host. : cor

2005-03-27 Thread php-bugs
 ID:   32176
 Updated by:   php-bugs@lists.php.net
 Reported By:  webmaster at sanders-consultation-group-plu
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000 Pro
 PHP Version:  5.0.3
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2005-03-20 11:13:19] [EMAIL PROTECTED]

Exactly what problem are you reporting?  Just that this message is
logged to the error_log when a client aborts a connection (and so, may
happen a lot)?  That is expected behaviour.



[2005-03-12 14:46:03] [EMAIL PROTECTED]

Waiting for feedback..(please don't reply before you have tried the
snapshot)



[2005-03-10 20:58:10] webmaster at sanders-consultation-group-plu

Thanks Sniper, I'll work on that CVS update here over the weekend.
Things are a bit hectic to do it today. Thanks for the help. I'll
report back once it's completed.



[2005-03-09 21:38:55] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

It was said in the bug #25570 that this should be fixed in CVS..




[2005-03-09 04:13:36] webmaster at sanders-consultation-group-plu

Thought maybe some of this might help...just trying to help identify
what's still causing this problem.

Server software environment:

Apache version 2.0.52 
MySQL version 4.1.10
PostgreSQL version 8.0.0
Openssl version 0.9.7e
Slimftpd version 3.16
Xmail version 1.21
Perl version 5.8.6
PHP version 5.0.3 readme 
Python version 2.3.4



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/32176

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


#32468 [Opn->Bgs]: Maximum Execution time of 30 seconds exceeded

2005-03-27 Thread tony2001
 ID:   32468
 Updated by:   [EMAIL PROTECTED]
 Reported By:  MIKEYTF at aol dot com
-Status:   Open
+Status:   Bogus
 Bug Type: *General Issues
 Operating System: Uhh..  cPanel--PHP/Perl capable
 PHP Version:  4.3.9
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

.


Previous Comments:


[2005-03-27 22:53:29] MIKEYTF at aol dot com

Description:

I made this file right?  I think this is the problem:

$category=mysql_query("SELECT * FROM categories ORDER BY catid ASC");
while($get_cat=mysql_fetch_row($category)) {

$board=mysql_query("SELECT * FROM boards WHERE hidden='No' AND
catid='.$get_cat[0].'");

}
while($get_cat=mysql_fetch_row($category) AND
$get_board=mysql_fetch_row($board)) echo..


Then it would echo a table containing data, etc.  I get a maximum
execution time error.  >_<

Please help me..  Thanks!

The page I get this error on is:

http://subzer0.net/php

Reproduce code:
---
http://subzer0.net/php/index.phps

Expected result:

I expect to see the two categories in the database: Site Boards and
Social Boards with the message boards the belong to each category under
each one.

Actual result:
--
It gives me a fatal error saying 'Maximum Execution Time of 30 seconds
exceeded'





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


#32468 [NEW]: Maximum Execution time of 30 seconds exceeded

2005-03-27 Thread MIKEYTF at aol dot com
From: MIKEYTF at aol dot com
Operating system: Uhh..  cPanel--PHP/Perl capable
PHP version:  4.3.9
PHP Bug Type: *General Issues
Bug description:  Maximum Execution time of 30 seconds exceeded

Description:

I made this file right?  I think this is the problem:

$category=mysql_query("SELECT * FROM categories ORDER BY catid ASC");
while($get_cat=mysql_fetch_row($category)) {

$board=mysql_query("SELECT * FROM boards WHERE hidden='No' AND
catid='.$get_cat[0].'");

}
while($get_cat=mysql_fetch_row($category) AND
$get_board=mysql_fetch_row($board)) echo..


Then it would echo a table containing data, etc.  I get a maximum
execution time error.  >_<

Please help me..  Thanks!

The page I get this error on is:

http://subzer0.net/php

Reproduce code:
---
http://subzer0.net/php/index.phps

Expected result:

I expect to see the two categories in the database: Site Boards and Social
Boards with the message boards the belong to each category under each one.

Actual result:
--
It gives me a fatal error saying 'Maximum Execution Time of 30 seconds
exceeded'

-- 
Edit bug report at http://bugs.php.net/?id=32468&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32468&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32468&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32468&r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=32468&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=32468&r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=32468&r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=32468&r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=32468&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=32468&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=32468&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=32468&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=32468&r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=32468&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32468&r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=32468&r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=32468&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=32468&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32468&r=float
No Zend Extensions:  http://bugs.php.net/fix.php?id=32468&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32468&r=mysqlcfg


#32467 [NEW]: provide a configuration directive for SQLite temp directory

2005-03-27 Thread psychosos at gmx dot at
From: psychosos at gmx dot at
Operating system: Linux
PHP version:  5.0.3
PHP Bug Type: Feature/Change Request
Bug description:  provide a configuration directive for SQLite temp directory

Description:

It would be cool if there was a runtime configuration directive (even
better if it worked from inside a script) to change the directory path the
SQLite extension uses to store temporary tables, as discussed in the usenet
thread/posting Message-ID: <[EMAIL PROTECTED]>.


-- 
Edit bug report at http://bugs.php.net/?id=32467&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32467&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32467&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32467&r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=32467&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=32467&r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=32467&r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=32467&r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=32467&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=32467&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=32467&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=32467&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=32467&r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=32467&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32467&r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=32467&r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=32467&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=32467&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32467&r=float
No Zend Extensions:  http://bugs.php.net/fix.php?id=32467&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32467&r=mysqlcfg


#23331 [Com]: Memory leak in ISAPI

2005-03-27 Thread lacey at lacey dot cc
 ID:   23331
 Comment by:   lacey at lacey dot cc
 Reported By:  jakub at icewarp dot com
 Status:   No Feedback
 Bug Type: IIS related
 Operating System: win32
 PHP Version:  4CVS, 5CVS
 New Comment:

I have the same problem.  It's definitely in the Thread routines.  If I
don't call TSRMLS_FETCH() the memory doesn't leak.  It cripples my
Server within a few hours.  Has there been no fix for this yet?


Previous Comments:


[2004-03-25 05:32:34] tom at cliksoftware dot com

This bug appears to be still outstanding, is the fix in the pipeline
yet?

4.3.5 RC_3 seemed to fix it a bit, but RC_4 has made it worse.

It still it unstable on high traffic boards, please fix soon :)



[2004-03-18 06:30:14] osvetlik at kerio dot com

We are embedding PHP in our products and we have the same problem. It
is very important for us to have this issue solved ASAP, if we may
help, please, tell us how.



[2003-12-30 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2003-12-16 14:31:02] msisolak at yahoo dot com

The recent changes have fixed a big chunk of the leaks, but there are
still a couple of memory types that are not getting freed.  I'll have a
couple of more patches to close out this bug soon.



[2003-12-14 20:16:31] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

Some fixes have been committed recently which should fix this bug.
Please try the snapshot out.





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/23331

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


#31523 [WFx]: Character-spacing errors when rendering text with ImageTTFText

2005-03-27 Thread schellekens at gmail dot com
 ID:   31523
 User updated by:  schellekens at gmail dot com
 Reported By:  schellekens at gmail dot com
 Status:   Wont fix
 Bug Type: GD related
 Operating System: win32 only
 PHP Version:  4CVS-2005-01-18
 Assigned To:  edink
 New Comment:

so i understand the problem lies in windows version of the GD library?


Previous Comments:


[2005-03-26 02:18:54] [EMAIL PROTECTED]

We had some problem with the libraries that were crashing the PHP so we
have upgraded all GD related libs to the latest versions. The crashes
went away but some font rendereing is different and there is nothing we
can do about it.



[2005-03-06 01:38:59] seggluk at yahoo dot co dot uk

I confirm this bug :(
Problem will solve in the next win32 release?



[2005-01-18 12:19:04] [EMAIL PROTECTED]

Edin, please check the versions of freetype, etc. in the win32 build.




[2005-01-17 19:35:07] schellekens at gmail dot com

hi, i tried with the cvs version 4.3.11-dev / GD Version 2.0.28, but no
change in situation: still nasty character-spacing on win32 version. 

besides using a font/point-size of 8 in ImageTTFText() like in my
example, i tried other sizes to be sure it's not some kind of rounding
problem, and the ugly spacing kept appearing.



[2005-01-17 18:25:54] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip





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/31523

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


#32464 [Fbk->Opn]: i can't copy one file from one location to another if there are greek character

2005-03-27 Thread sotiriszegiannis at hotmail dot com
 ID:   32464
 User updated by:  sotiriszegiannis at hotmail dot com
 Reported By:  sotiriszegiannis at hotmail dot com
-Status:   Feedback
+Status:   Open
 Bug Type: *General Issues
 Operating System: winxp
 PHP Version:  Irrelevant
 New Comment:

No comment


Previous Comments:


[2005-03-27 08:46:55] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




[2005-03-27 01:43:41] sotiriszegiannis at hotmail dot com

Description:

i can't copy one file from one location to another if there are greek
characters in the path.For example if the path looks something like
this "d:\songs\ôñáãïõäéá\hello.mp3"
the copying fails.What can i do?I also have a configuration problem
with semaphores.I looked at the ini file but i couldn't find the
sysvmsg.value variable which is required.
I would really really appreciate your help.
Thanks in advance.
Zegiannis Sotiris,Greece,Athens.






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