[PHP-DEV] Bug #13166: ./buildconf fails to build a correct configure file

2001-09-06 Thread randall
From: [EMAIL PROTECTED] Operating system: freebsd 4.3 - stable PHP version: 4.0CVS-2001-09-06 PHP Bug Type: Compile Failure Bug description: ./buildconf fails to build a correct configure file i downloaded the latest cvs (11:30 pm pacific USA time), and upon trying to

Re: [PHP-DEV] Re: CVS Problem

2001-09-06 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: I probably should have told you that you can fix it by running a cvs update -A (resets sticky tags) (instead of having to checkout again) Eeks. I know better for the next time -- thanks :-) -- Sebastian Bergmann Measure Traffic Usability

[PHP-DEV] Bug #13166 Updated: ./buildconf fails to build a correct configure file

2001-09-06 Thread randall
ID: 13166 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: freebsd 4.3 - stable PHP Version: 4.0CVS-2001-09-06 New Comment: yes, i just updated again and reproduced the exact same error. (i updated

[PHP-DEV] Bug #13166 Updated: ./buildconf fails to build a correct configure file

2001-09-06 Thread randall
ID: 13166 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: freebsd 4.3 - stable PHP Version: 4.0CVS-2001-09-06 New Comment: yes, i just updated again and reproduced the exact same error. (i updated Zend and TSRM as well)

[PHP-DEV] Bug #13167: Access Violation, odbc when I use distinct

2001-09-06 Thread niclas . olsson
From: [EMAIL PROTECTED] Operating system: nt4 PHP version: 4.0.4 PHP Bug Type: IIS related Bug description: Access Violation, odbc when I use distinct win nt4 php 4.04 odbc - oracle 8.x when I have cgi options, odbc doesn´t work. In isapi it works fine. But when I do a

[PHP-DEV] stristr() overwrites haystack

2001-09-06 Thread Sebastian Bergmann
?php $string = 'FOOBAR'; echo $string . 'br'; if (stristr($string, 'hubu')) { tubu(); } echo $string; ? outputs FOOBAR foobar This can't be the intended behaviour, can it? -- Sebastian Bergmann Measure Traffic

[PHP-DEV] Bug #13129 Updated: Problems with Norwegian characters

2001-09-06 Thread jakobv
ID: 13129 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Strings related Operating System: Linux PHP Version: 4.0.6 New Comment: I have cheked the command on another server and it works satisfyingly there so I have tild the

Re: [PHP-DEV] stristr() overwrites haystack

2001-09-06 Thread Sterling Hughes
On Thu, 6 Sep 2001, Sebastian Bergmann wrote: ?php $string = 'FOOBAR'; echo $string . 'br'; if (stristr($string, 'hubu')) { tubu(); } echo $string; ? outputs FOOBAR foobar This can't be the intended behaviour, can it? Noop...

Re: [PHP-DEV] stristr() overwrites haystack

2001-09-06 Thread Rasmus Lerdorf
Noop... fixed in cvs. Good catch Sebastian. We need to keep an eye on this Sterling guy! Sometimes I wonder if he introduces bugs like this just to see if someone will catch them. He introduced it about 2 days ago in this patch:

[PHP-DEV] Re: Bug #13126 Updated: in_array() is type-strict by default?

2001-09-06 Thread esivertsen
A test of this failed with v.4.0.6. What can I say? You dont seem to need this kind of input, do you? I'm not trying to bring you down, just trying to point to a potential problem. Anyway, this function acts differently with v4.0.6 than 4.0.3. And I can't see a change reported on it. Sorry for

[PHP-DEV] Bug #13168: GD FONT path error

2001-09-06 Thread xyduanh
From: [EMAIL PROTECTED] Operating system: windows PHP version: 4.0.6 PHP Bug Type: GD related Bug description: GD FONT path error I found that the path could not use C: or D: to redirect the disk where the font file located. It means we can only use files on the same disk

Re: [PHP-DEV] stristr() overwrites haystack

2001-09-06 Thread Sterling Hughes
On Thu, 6 Sep 2001, Rasmus Lerdorf wrote: Noop... fixed in cvs. Good catch Sebastian. We need to keep an eye on this Sterling guy! Sometimes I wonder if he introduces bugs like this just to see if someone will catch them. He introduced it about 2 days ago in this patch:

[PHP-DEV] Bug #13169: Problem with array_diff()

2001-09-06 Thread spam
From: [EMAIL PROTECTED] Operating system: Debian PHP version: 4.0.6 PHP Bug Type: Arrays related Bug description: Problem with array_diff() My site is a series of questions that users answer. In order to track which questions are answered and which are not I've developed

[PHP-DEV] Bug #13170: Crash Bug. ereg() with null regex

2001-09-06 Thread yasuo_ohgaki
From: [EMAIL PROTECTED] Operating system: RedHat 7.1 PHP version: 4.0CVS-2001-09-06 PHP Bug Type: Reproducible crash Bug description: Crash Bug. ereg() with null regex I found this bug while trying to find other memory problem. PHP4.0.7RC1 has different problem with null

[PHP-DEV] Bug #13170 Updated: Crash Bug. ereg() with null regex

2001-09-06 Thread sterling
ID: 13170 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Reproducible crash Operating System: RedHat 7.1 PHP Version: 4.0CVS-2001-09-06 New Comment: it works fine for me with the latest CVS, are you *sure* you tested it with the CVS version (as of

Re: [PHP-DEV] Zend engine bug

2001-09-06 Thread Stanislav Malyshev
GS It cannot do this since l (zval.value.lval) is signed. This also means GS that other functions using using zendi_convert_to_long() are GS busted: modulus and rest of the bitwise implementation. Oh, that's an old weird story. In short, we have two contradicting requirements: 1. We have 'long'

Re: [PHP-DEV] Zend engine bug

2001-09-06 Thread Stanislav Malyshev
GS echo (2147483649 2147483649); GS GS echo (2147483649 % 5); If you want numbers longer than long, you should use GMP anyway (or should know what you are doing). That unsigned hack, IIRC, was made with the single purpose of enabling working with IPs, etc. -- Stanislav Malyshev, Zend Products

[PHP-DEV] Bug #13171: LibGD (bug 12111)

2001-09-06 Thread red
From: [EMAIL PROTECTED] Operating system: red hat linux PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: LibGD (bug 12111) I'm having the same problem on a Sun Cobalt RaQ installing PHP 4.0.6 and libgd 1.8.4 and libpng 1.2.0 Running ldconfig -v shows

[PHP-DEV] Bug #13170 Updated: Crash Bug. ereg() with null regex

2001-09-06 Thread yasuo_ohgaki
ID: 13170 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Reproducible crash Operating System: RedHat 7.1 PHP Version: 4.0CVS-2001-09-06 New Comment: I think the source is last night or the day bofore. PHP doesn't segfault with current CVS. I'll

[PHP-DEV] Bug #13166 Updated: ./buildconf fails to build a correct configure file

2001-09-06 Thread mfischer
ID: 13166 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: freebsd 4.3 - stable PHP Version: 4.0CVS-2001-09-06 New Comment: Did you try libtool 1.4 (no .1) ? - Markus Previous Comments:

[PHP-DEV] Bug #13173: no gc even when gc_probablity = 100

2001-09-06 Thread php-jp
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.X PHP version: 4.0.6 PHP Bug Type: Session related Bug description: no gc even when gc_probablity = 100 settings in php.ini: session.save_handler = files session.gc_probability = 100 session.gc_maxlifetime

[PHP-DEV] [±¤°í]À¥µðÀÚÀÎ44¸¸¿ø,À¥¸¶½ºÅÍ98¸¸¿ø!

2001-09-06 Thread IT Àü¹®Çб³
Title: ±¹Á¦°øÀÎ CIW IT ÀÚ°ÝÁõ ¸ðÁý±â°£ : 9¿ù 1ÀÏ~9¿ù 20ÀÏ °³°­ : 9¿ù 24ÀÏ / ±³À°½Ã°£ : 9 : 00 ~ 18 : 00 (¿ù~±Ý) "Ãѱ³À°±â°£ 640½Ã°£-4°³¿ù" Áö¿øÀÚ°Ý : ´ëÁ¹ ¹ÌÃë¾÷ÀÚ(ÀçÇлý Áß Á¹¾÷¿¹Á¤ÀÚ Æ÷ÇÔ) ¶Ç´Â ½Ç¾÷ÀÚ¡ØÀÚ°ÝÁ¦ÇÑ : 2001³âµµ¿¡

Re: [PHP-DEV] Zend engine bug

2001-09-06 Thread Gavin Sherry
On Thu, 6 Sep 2001, Stanislav Malyshev wrote: GS echo (2147483649 2147483649); GS GS echo (2147483649 % 5); If you want numbers longer than long, you should use GMP anyway (or should know what you are doing). That unsigned hack, IIRC, was made with the single purpose of enabling working

[PHP-DEV] Bug #13174: SIGABRT when starting iPlanet

2001-09-06 Thread aki . hakkila
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.6 PHP Bug Type: iPlanet related Bug description: SIGABRT when starting iPlanet ./configure --with-nsapi=/path/to/iplanet --enable-libgcc --with-gnu-ld --with-debug PHP NSAPI module crashes during

Re: [PHP-DEV] Sybase and Sybase-CT and MSSQL, oh my?]

2001-09-06 Thread Brian Foddy
Frank M. Kromann wrote: I dont know muct about Subase and Sybase-ct but I agrre that these extension should be combined into one, with aliases and functionality from the mssql extension to allow access to MSSQL Server 4.x and 6.x from Win32 and *nix clients. - Frank Actually these are

Re: [PHP-DEV] Sybase and Sybase-CT and MSSQL, oh my?]

2001-09-06 Thread Jo Giraerts
On Thu, Sep 06, 2001 at 08:58:32AM -0500, Brian Foddy wrote: Frank M. Kromann wrote: I dont know muct about Subase and Sybase-ct but I agrre that these extension should be combined into one, with aliases and functionality from the mssql extension to allow access to MSSQL Server 4.x and 6.x

[PHP-DEV] [PATCH] for Bug #13172: Undefined symbol: gdImageStringFT

2001-09-06 Thread Alexander Wirtz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If noone is interested, do it yourself... The attached patch works for me, maybe someone could look over it and commit it to the CVS. Regards, Alex - -- | Alexander Wirtz | eMail: [EMAIL PROTECTED]| | web@ctive GmbH

[PHP-DEV] Bug #13161 Updated: make delete() as alias of unlink() and unset(), not as just dummy.

2001-09-06 Thread sniper
ID: 13161 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Filesystem function related Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 New Comment: reclassified Previous Comments:

[PHP-DEV] Bug #13163 Updated: Problems with including from within included files

2001-09-06 Thread sniper
ID: 13163 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Class/Object related Operating System: PHP Version: 4.0.6 New Comment: One report per bug please. Previous Comments:

[PHP-DEV] session_set_save_handler() crashes when called after session_start()

2001-09-06 Thread Sebastian Bergmann
Although it is wrong to do so, I would not expect PHP to crash when session_set_save_handler() is called after session_start(). A error message would be nice here, I think. -- Sebastian Bergmann Measure Traffic Usability http://sebastian-bergmann.de/

[PHP-DEV] Bug #13129 Updated: Problems with Norwegian characters

2001-09-06 Thread sniper
ID: 13129 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Strings related Operating System: Linux PHP Version: 4.0.6 New Comment: Works just fine here. Must be your locales that aren't installed correctly. Previous Comments:

[PHP-DEV] Bug #13175: Font not found error between version 4.0.5 and 4.0.6

2001-09-06 Thread jcastro
From: [EMAIL PROTECTED] Operating system: Windows 2000 Professional PHP version: 4.0.6 PHP Bug Type: GD related Bug description: Font not found error between version 4.0.5 and 4.0.6 I just upgraded from 4.0.5 to 4.0.6 When I did the change the following line give me a

[PHP-DEV] Bug #13171 Updated: LibGD (bug 12111)

2001-09-06 Thread sniper
ID: 13171 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Old Bug Type: *Compile Issues Bug Type: GD related Operating System: red hat linux PHP Version: 4.0.6 New Comment: Please check you config.log for the reason why the test for PNP support in GD library

[PHP-DEV] Bug #13172 Updated: Undefined symbol: gdImageStringFT

2001-09-06 Thread sniper
ID: 13172 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: GD related Operating System: RedHat 7.1 linux-2.4.9ac7 PHP Version: 4.0CVS-2001-09-06 New Comment: By using the correct paths with the configure options would most likely give you working PHP..

[PHP-DEV] Bug #13176: Headers output in HTML body.

2001-09-06 Thread kyrian
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.0(ish) PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: Headers output in HTML body. Hi, Sorry if this is a duplicate (I've checked and it doesn't look like it though), or me being silly... We've

[PHP-DEV] Bug #13177: Broken tags in phpinfo()

2001-09-06 Thread wirtz
From: [EMAIL PROTECTED] Operating system: RedHat 7.1 2.4.9-ac7 PHP version: 4.0CVS-2001-09-06 PHP Bug Type: PHP options/info functions Bug description: Broken tags in phpinfo() Hi again, in the section apache there's the subsection Max Requests. The HTML there is Per

[PHP-DEV] Bug #13172 Updated: Undefined symbol: gdImageStringFT

2001-09-06 Thread wirtz
ID: 13172 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating System: RedHat 7.1 linux-2.4.9ac7 PHP Version: 4.0CVS-2001-09-06 New Comment: No, this is not the problem. The defines are messed up and I know this precisely, because the

[PHP-DEV] please include in PHP 4.0.7

2001-09-06 Thread Hojtsy Gabor
Please include in 4.0.7: - One actual browscap.ini (is still missed in 4.0.6) - A versionless logo instead of the versioned one included in 4.0.6 Thanks, [EMAIL PROTECTED] (from the phpweb and phpdoc team) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Bug #13174 Updated: SIGABRT when starting iPlanet

2001-09-06 Thread sniper
ID: 13174 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: iPlanet related Operating System: Solaris 2.6 PHP Version: 4.0.6 New Comment: Could you please try the latest CVS snapshot of PHP: http://snaps.php.net/ since the thread stuff was redone

[PHP-DEV] Bug #13175 Updated: Font not found error between version 4.0.5 and 4.0.6

2001-09-06 Thread sniper
ID: 13175 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: GD related Operating System: Windows 2000 Professional PHP Version: 4.0.6 New Comment: This is fixed in CVS already. --Jani Previous Comments:

[PHP-DEV] Bug #13177 Updated: Broken tags in phpinfo()

2001-09-06 Thread sniper
ID: 13177 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PHP options/info functions Operating System: RedHat 7.1 2.4.9-ac7 PHP Version: 4.0CVS-2001-09-06 New Comment: They are not broken. This is intented behaviour. --Jani Previous Comments:

[PHP-DEV] Bug #13176 Updated: Headers output in HTML body.

2001-09-06 Thread sniper
ID: 13176 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Output Control Operating System: RedHat Linux 6.0(ish) PHP Version: 4.0.6 New Comment: Does this happen with certain script? Do you use ob_* functions? Is output_buffering on/off in your

[PHP-DEV] Bug #13166 Updated: ./buildconf fails to build a correct configure file

2001-09-06 Thread sniper
ID: 13166 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Compile Failure Operating System: freebsd 4.3 - stable PHP Version: 4.0CVS-2001-09-06 New Comment: I don't know what automake 1.4.5 is but with automake 1.5 this works just fine:

[PHP-DEV] Bug #13172 Updated: Undefined symbol: gdImageStringFT

2001-09-06 Thread sniper
ID: 13172 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Feedback Bug Type: GD related Operating System: RedHat 7.1 linux-2.4.9ac7 PHP Version: 4.0CVS-2001-09-06 New Comment: So is HAVE_GD_STRINGFTEX defined in your php_config.h or not? --Jani Previous

[PHP-DEV] Bug #13172 Updated: Undefined symbol: gdImageStringFT

2001-09-06 Thread sniper
ID: 13172 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: GD related Operating System: RedHat 7.1 linux-2.4.9ac7 PHP Version: 4.0CVS-2001-09-06 New Comment: Also this might have some effect: # rm config.cache # ./configure with correct options, without /lib in

[PHP-DEV] Bug #13178: make install fails on cobalt RAQIII.

2001-09-06 Thread bking
From: [EMAIL PROTECTED] Operating system: Linux www.affcu.com 2.2.16C27_II PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: make install fails on cobalt RAQIII. hello, It may be the version of APXS that I am using, but it didn't like the 'apxs -S' flag

[PHP-DEV] Bug #13179: Cannot open two concurrent IMAP connections?

2001-09-06 Thread mot
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.1 PHP version: 4.0.6 PHP Bug Type: IMAP related Bug description: Cannot open two concurrent IMAP connections? Consider this: class foo { var $con; function foo //constructor { $this-con = imap_open

[PHP-DEV] Bug #13172 Updated: Undefined symbol: gdImageStringFT

2001-09-06 Thread wirtz
ID: 13172 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: GD related Operating System: RedHat 7.1 linux-2.4.9ac7 PHP Version: 4.0CVS-2001-09-06 New Comment: Jani, I do know how to reestablish a pristine environment for a recompile

Re: [PHP-DEV] session_set_save_handler() crashes when called aftersession_start()

2001-09-06 Thread Sascha Schumann
On Thu, 6 Sep 2001, Sebastian Bergmann wrote: Although it is wrong to do so, I would not expect PHP to crash when session_set_save_handler() is called after session_start(). I don't think that happened before the recent changes. We really need to figure out what is all still

[PHP-DEV] Bug #13180: Unresolved Symbols in libphp4.sl when compiling with PostgreSQL support

2001-09-06 Thread macan
From: [EMAIL PROTECTED] Operating system: hp-ux 11 PHP version: 4.0.6 PHP Bug Type: PostgreSQL related Bug description: Unresolved Symbols in libphp4.sl when compiling with PostgreSQL support I was able to compile php without database support and it worked fine for hp-ux

[PHP-DEV] Bug #13161 Updated: make delete() as alias of unlink() and unset(), not as just dummy.

2001-09-06 Thread hholzgra
ID: 13161 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Suspended Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 New Comment: what if argument is a variable containing a filename? - won't work this way Previous Comments:

[PHP-DEV] new configure error

2001-09-06 Thread Rasmus Lerdorf
checking for object suffix... configure: error: installation or configuration problem; compiler does not work config.log contains: configure:59354: checking for object suffix configure:59360: gcc -c -g -O2 -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -DVERSION=\0.42\ conftest.c 15 command line:

[PHP-DEV] bonsai fixed

2001-09-06 Thread Andrei Zmievski
I have fixed the bonsai.php.net so that all the checkins are visible. Sorry that it didn't quite work before. -Andrei Commitment, n.: Commitment can be illustrated by a breakfast of ham and eggs. The chicken was involved, the pig was committed. -- PHP Development Mailing List

[PHP-DEV] Error messages go to stderr

2001-09-06 Thread Brian Moon
Hi, When using the -q option all errors are reported twice. Once to stdout and once to stderr like so: test.php(3) : Warning - Invalid argument supplied for foreach() Warning: Invalid argument supplied for foreach() in test.php on line 3 I am trying to put together a patch for a new command

[PHP-DEV] Bug #13182: session_start() can't create a _new_ session control file.

2001-09-06 Thread d99alu
From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: session_start() can't create a _new_ session control file. We installed php 4.0.6 in a Roxen 2.1.625 web server on Solaris 7. Now we have a problem with

Re: [PHP-DEV] Error messages go to stderr

2001-09-06 Thread Brian Moon
Well, i just tried the latest CVS and it does not do it. So, I guess I will forget about that. Brian Moon -- dealnews.com, Inc. Makers of dealnews dealmac http://dealnews.com/ | http://dealmac.com/ - Original Message - From: Brian Moon [EMAIL

[PHP-DEV] Bug #13181 Updated: gd-1.8.3 or above

2001-09-06 Thread sniper
ID: 13181 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: FreeBSD 4.3 PHP Version: 4.0.6 New Comment: Please ask support questions on the mailing lists: http://www.php.net/support.php Previous Comments:

[PHP-DEV] Apology

2001-09-06 Thread Jeroen van Wolffelaar
I'm very sorry for whatever I wrote yesterday, I happend to got a quite drunk because of the closing of the introduction. I shouldn't have gone online in that state. I now redraw whatever I said, because I'm afraid it wasn't all that neat. For today I'm not going to write anything either, since

[PHP-DEV] Bug #13183: \ at end of literal causes parsing error

2001-09-06 Thread php
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: \ at end of literal causes parsing error Fails ? echo 'Set ts = fso.CreateTextFile(c:\'; ? Suceeds ? echo 'Set ts =

[PHP-DEV] Bug #13183 Updated: \ at end of literal causes parsing error

2001-09-06 Thread sander
ID: 13183 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.6 New Comment: Not a bug. \ escapes ' and See the manual for more info (http://www.php.net/manual/en/language.types.string.php)

[PHP-DEV] Bug #13117 Updated: Error loading php4apache.dll

2001-09-06 Thread jean_philippe_reis
ID: 13117 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: Windows 98 PHP Version: 4.0.4 New Comment: php4ts.dll is already in /windows/system directory. Previous Comments:

[PHP-DEV] Bug #13184: PROBLEM WITH EXTENSIONS

2001-09-06 Thread cybermiki007
From: [EMAIL PROTECTED] Operating system: Windows 2000 Professionnal PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: PROBLEM WITH EXTENSIONS I was using version 4.04pl1 and extension gd.dll Php.ini was configured correctly. When I changed to PHP 4.0.6,

[PHP-DEV] Bug #3457 Updated: Function requests

2001-09-06 Thread sterling
ID: 3457 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0 New Comment: added (except for regcomp(), but you'll see a warning if eregi is passed an invalid regex). Previous Comments:

[PHP-DEV] Bug #13186: Serveur OK mais problème pour utiliser PHP

2001-09-06 Thread SERGE . FOURNIER6
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: Serveur OK mais problème pour utiliser PHP J' ai fait des erreurs dans la configuration de PHP 4 0 6 avec Apache 1 3 20 sous Windows 98. Si quelqu'un a fait cette

[PHP-DEV] Bug #8109 Updated: xslt_outout_begintransform() doesn't nest

2001-09-06 Thread sterling
ID: 8109 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: redhat 6.2 linux 2.2.17 PHP Version: 4.0.3pl1 New Comment: and it won't :))) Please use the new XSLT extension (which doesn't have output

[PHP-DEV] Bug #13186 Updated: Serveur OK mais problème pour utiliser PHP

2001-09-06 Thread sniper
ID: 13186 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: PHP Version: 4.0.6 New Comment: C'est le bordel. Or something. :) Please submit bug reports in english. --Jani Previous Comments:

[PHP-DEV] Re: Bug #13172 Updated: Undefined symbol: gdImageStringFT

2001-09-06 Thread Yasuo Ohgaki
This happend to me also. I have GD libs in /usr/lib and I'm sure the symbol gdImageStringFT is in the lib. (Veried by nm) The only way I could make it work was specify GD location like --enable-gd=../gd-2.0.1 It was able to build PHP --with-gd with older versions, though. I'm using RH 7.1.

Re: [PHP-DEV] Sybase and Sybase-CT and MSSQL, oh my?

2001-09-06 Thread Steve Langasek
Hi Frank, On Wed, 5 Sep 2001, Frank M. Kromann wrote: I can't help but notice that MSSQL, Sybase, and Sybase CT-Lib each have their own PHP extension. What I wonder if many people have /not/ noticed is that two of these extensions implement the same C API on different platforms (mssql

[PHP-DEV] Bug #13101 Updated: PEAR mysql DB selection problem

2001-09-06 Thread cox
ID: 13101 Updated by: cox Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Unknown/Other Function Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: fixed in CVS, thanks. Previous Comments:

[PHP-DEV] Bug #13155 Updated: PEAR HTML/Common.php Warning: Undefined offset

2001-09-06 Thread cox
ID: 13155 Updated by: cox Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Unknown/Other Function Operating System: All I guess PHP Version: 4.0CVS-2001-09-05 New Comment: I couldn't reproduce the problem. Could you provide a more complete test script? Previous

[PHP-DEV] Bug #12137 Updated: PEAR/DB : DB_common::executeEmulateQuery() bug

2001-09-06 Thread cox
ID: 12137 Updated by: cox Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Unknown/Other Function Operating System: PHP Version: 4.0.6 New Comment: That was fixed in 11th July 2001. Thanks any way. Previous Comments:

[PHP-DEV] Bug #13187: Concerning jdtounix() function

2001-09-06 Thread studiobl
From: [EMAIL PROTECTED] Operating system: Linux Redhat 7.1 PHP version: 4.0.6 PHP Bug Type: Calendar related Bug description: Concerning jdtounix() function It's not unresolvable but it must be known : in PHP : jdtounix(today); returns a number of seconds sinc an

[PHP-DEV] Bug #13188: Unable to load dynamic library php_interbase.dll

2001-09-06 Thread humano
From: [EMAIL PROTECTED] Operating system: Windows 2000 Service Pack 2 PHP version: 4.0.6 PHP Bug Type: InterBase related Bug description: Unable to load dynamic library php_interbase.dll This bug has been reported before but due to lack of feedback the developers seem to

[PHP-DEV] Bug #13188 Updated: Unable to load dynamic library php_interbase.dll

2001-09-06 Thread humano
ID: 13188 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: InterBase related Operating System: Windows 2000 Service Pack 2 PHP Version: 4.0.6 New Comment: It was that, Jani! I copied all the DLLs from the \php\dlls directory to

[PHP-DEV] RC2

2001-09-06 Thread Zeev Suraski
www.php.net/~zeev/php-4.0.7RC2.tar.gz There are still some CGI build problems reported, but because lots of time passed since RC1, I think it's time for RC2. Zeev -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-DEV] Bug #13188 Updated: Unable to load dynamic library php_interbase.dll

2001-09-06 Thread sniper
ID: 13188 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: InterBase related Operating System: Windows 2000 Service Pack 2 PHP Version: 4.0.6 New Comment: Thus closed. The installation instructions have already been fixed to contain a note about this.

[PHP-DEV] Bug #13119 Updated: Compile error with GDIOCTX

2001-09-06 Thread n2wog
ID: 13119 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: GD related Operating System: Linux 2.4.9 PHP Version: 4.0.6 New Comment: Have you tried to compile it as not shared? yes Have you deleted config.cache before reconfigure?

[PHP-DEV] Bug #13119 Updated: Compile error with GDIOCTX

2001-09-06 Thread n2wog
ID: 13119 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating System: Linux 2.4.9 PHP Version: 4.0.6 New Comment: I forgot: What version of GD library you think you're compiling with? older (1.8.3) Upgraded to 1.8.7 and everything

[PHP-DEV] php+sablotron+MaxRequestsPerChild=1

2001-09-06 Thread Malus
in your httpd.conf, set MaxChildRequests to 1 you won't get any more segfaults. yeah, this fix has faults, but at least you can code/test until the xslt stuff is in place, eh? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] php+sablotron+MaxRequestsPerChild=1

2001-09-06 Thread Sterling Hughes
On 7 Sep 2001, Malus wrote: in your httpd.conf, set MaxChildRequests to 1 you won't get any more segfaults. yeah, this fix has faults, but at least you can code/test until the xslt stuff is in place, eh? What segfaults are you getting? Why not submit a bug report on

[PHP-DEV] Bug #12022 Updated: limitations of php://stdout

2001-09-06 Thread sterling
ID: 12022 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Output Control Operating System: linux PHP Version: 4.0.6 New Comment: use the header() function, btw, Perl is not php, gzopen(php://stdout, w) is not the same as the Perl example. Previous

Re: [PHP-DEV] Re: PHP4.0.7RC1 memory problem

2001-09-06 Thread Yasuo Ohgaki
I gave up tring to make reproducible script. For the record, PHP does not execute script properly under very limmited circumstance that I can't find out exactly. Under normal execution, calling function over and over should exhoust memory, since new stack is needed for each new function call.

Re: [PHP-DEV] Re: PHP4.0.7RC1 memory problem

2001-09-06 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: I gave up tring to make reproducible script. For the record, PHP does not execute script properly under very limmited circumstance that I can't find out exactly. Under normal execution, calling function over and over should exhoust memory, since new stack is

[PHP-DEV] Re: RC2 (Build failure)

2001-09-06 Thread Yasuo Ohgaki
Zeev Suraski wrote: www.php.net/~zeev/php-4.0.7RC2.tar.gz There are still some CGI build problems reported, but because lots of time passed since RC1, I think it's time for RC2. Zeev Looks like cp1252 related definitions are missing. It's added recently and definitions are in CVS

[PHP-DEV] Re: RC2 (Build failure)

2001-09-06 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Looks like cp1252 related definitions are missing. It's added recently and definitions are in CVS version. I copied mbfilter.h from HEAD branch, it works. Yasuo Ohgaki _ Do You Yahoo!? Get your free