[PHP-DEV] Bug #7474 Updated: ext/standard/scanf.c reports strtol/strtoul undefined reference

2001-07-31 Thread sniper
ID: 7474 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Compile Failure Operating System: SunOs 4.1.4 (!) PHP Version: 4.0.5 ? New Comment: As this system in question is really outdated and shouldn't be used in production anyway (y2k!) we're not

[PHP-DEV] Bug #12478: linking error in pdf_class

2001-07-31 Thread christophe . chapuron
From: [EMAIL PROTECTED] Operating system: NT 4 PHP version: 4.0.6 PHP Bug Type: PDF related Bug description: linking error in pdf_class Hello, I've got this linking error when I try to compil pdf_class module in php_modules.dsw LIBCMT.lib(crt0dat.obj) : error LNK2005:

[PHP-DEV] Bug #12479: Request for (on click) feature in list boxes

2001-07-31 Thread doug . barnes
From: [EMAIL PROTECTED] Operating system: WIN9x/WINNT PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Request for (on click) feature in list boxes As a Foxpro programmer trying to migrate to PHP, Is it possible with PHP to automatically refresh

[PHP-DEV] Bug #12479 Updated: Request for (on click) feature in list boxes

2001-07-31 Thread fmk
ID: 12479 Updated by: fmk Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: WIN9x/WINNT PHP Version: 4.0.6 New Comment: PHP is a server side scripting language. If you want magic stuff to happen on the client side you have to write

[PHP-DEV] Bug #12480: array_merge_recursive() clobbers existing numeric keys

2001-07-31 Thread pgl
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0.6 PHP Bug Type: Arrays related Bug description: array_merge_recursive() clobbers existing numeric keys if any of the keys of the first level of arrays are numeric, using array_merge_recursive() will

[PHP-DEV] Bug #12481: Cookie cannot be set if there is no output for a page

2001-07-31 Thread tcmleung
From: [EMAIL PROTECTED] Operating system: Window 2000 and IIS4 PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: Cookie cannot be set if there is no output for a page Example Below is code for test1.phtml ? setcookie(cokTest,test cookie,0,/);

[PHP-DEV] Bug #11726 Updated: undefined symbol alloca while building apache

2001-07-31 Thread jean-marc . boucher
ID: 11726 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Compile Failure Operating System: AIX 4.3.3.0 ML08 PHP Version: 4.0.6 New Comment: ./configure --with-oci8=/oraker01/app/oracle/product/8.1.7 --with-apache=../apache_1.3.20

[PHP-DEV] Latest CVS sablot error

2001-07-31 Thread Hellekin O. Wolf
Hello, does someone know about this ? sablot.c:217: parse error before `*' sablot.c: In function `php_rshutdown_sablot': sablot.c:251: `SABLOTG_HANDLE' undeclared (first use in this function) sablot.c:251: (Each undeclared identifier is reported only once sablot.c:251: for each function it

[PHP-DEV] session_end/session_readonly

2001-07-31 Thread Daniel Gustafsson
Maybe this have been discussed but I can't seem to find anything in the archives or on the net. What's with session_readonly and session_end anyway? They're listed in the manual (unknown version), claimed not to be in the CVS and mentioned in one of zends weekly summaries. Is there any info as

[PHP-DEV] Generating *.mak files from *.dsp ... :)

2001-07-31 Thread Markus Fischer
Can someone be so kind and send me generated *.mak files from the *.dsp files ( Export Makefile) from php-cvs win32/php4ts.dsp (I need the Release_TS_inline build) and if possible the same from php-gtk win32/php-gtk.dsp (I need the Release_TS build) ? I can access my win32 developing machine

Re: [PHP-DEV] Latest CVS sablot error

2001-07-31 Thread Jani Taskinen
I'm gonna answer on behalf of Sterling: Use XSLT instead. :) --Jani On Tue, 31 Jul 2001, Hellekin O. Wolf wrote: Hello, does someone know about this ? sablot.c:217: parse error before `*' sablot.c: In function `php_rshutdown_sablot': sablot.c:251: `SABLOTG_HANDLE' undeclared (first use in

[PHP-DEV] Bug #12483: PHP doesn't recognize PDFLib

2001-07-31 Thread christophe . green
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.6 PHP Bug Type: *Configuration Issues Bug description: PHP doesn't recognize PDFLib I've installed the PDFLIB 4.01 source in pdflib-dir, run ./configure, make and make install. Then, as specified in

[PHP-DEV] Bug #12484: Want to construct JPGS with GD how to config

2001-07-31 Thread t4c
From: [EMAIL PROTECTED] Operating system: Linux (2.2.16) PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: Want to construct JPGS with GD how to config Hello, i tried to configure php so that i can use GD Lib to make JPGS and so on. Bit it dunn work. what

[PHP-DEV] Bug #12453 Updated: comparing 0==null is true?

2001-07-31 Thread andy
ID: 12453 Updated by: andy Reported By: [EMAIL PROTECTED] Old Summary: comparing 0==null is true? Status: Open Bug Type: Scripting Engine problem Operating System: Win2k PHP Version: 4.0.6 New Comment: i thought that any integer =0 was also equal to any string... for example (in your script):

Fwd: [PHP-DEV](roberto ask)

2001-07-31 Thread Andy
Can anybody help this person? -- Forwarded Message -- Subject: [PHP-DEV](roberto ask) Date: Fri, 27 Jul 2001 14:04:39 -0300 From: Celestino Roberto Alejandro [EMAIL PROTECTED] Hello, andy, please excuse me, to bother you, in your personal account, but i want to help in the

[PHP-DEV] Bug #12485: Exec() doesn't work

2001-07-31 Thread dammers
From: [EMAIL PROTECTED] Operating system: windows 2000 PHP version: 4.0.6 PHP Bug Type: Program Execution Bug description: Exec() doesn't work Exec doesnt work in 4.0.6 in cgi mode. Installed 4.0.5 now and it is ok. -- Edit bug report at:

[PHP-DEV] Bug #12484 Updated: Want to construct JPGS with GD how to config

2001-07-31 Thread andy
ID: 12484 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *Compile Issues Operating System: Linux (2.2.16) PHP Version: 4.0.6 New Comment: Do you have GD installed (correctly)? Did PHP compile correctly? Do you have a sample script to show me? Does

[PHP-DEV] Bug #12485 Updated: Exec() doesn't work

2001-07-31 Thread andy
ID: 12485 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Program Execution Operating System: windows 2000 PHP Version: 4.0.6 New Comment: any error messages? Previous Comments:

Re: Fwd: [PHP-DEV](roberto ask)

2001-07-31 Thread Markus Fischer
On Tue, Jul 31, 2001 at 07:43:29AM -0500, Andy wrote : Can anybody help this person? :) We'll do my best :) -- Forwarded Message -- Subject: [PHP-DEV](roberto ask) Date: Fri, 27 Jul 2001 14:04:39 -0300 From: Celestino Roberto Alejandro [EMAIL PROTECTED] Hello, andy,

[PHP-DEV] Re: Bug #12485 Updated: Exec() doesn't work

2001-07-31 Thread Max Dammers
Yes sorry for not mentioning it before: Something like cannot fork [dir] Regards, Max - Original Message - From: Bug Database [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 31, 2001 2:45 PM Subject: Bug #12485 Updated: Exec() doesn't work ID: 12485 Updated by:

Re: [PHP-DEV] Re: Bug #12485 Updated: Exec() doesn't work

2001-07-31 Thread Andy
can you please post this on the bug database, not email it. On Tue, 31 Jul 2001, Max Dammers wrote: Yes sorry for not mentioning it before: Something like cannot fork [dir] Regards, Max - Original Message - From: Bug Database [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[PHP-DEV] Bug #12483 Updated: PHP doesn't recognize PDFLib

2001-07-31 Thread sniper
ID: 12483 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: *Configuration Issues Bug Type: PDF related Operating System: Solaris 2.6 PHP Version: 4.0.6 New Comment: Your configure option is incorrect for PHP. It should be like this:

[PHP-DEV] Re: Bug #12484 Updated: Want to construct JPGS with GD how to config

2001-07-31 Thread t4c [Leader of GHCiF.de]
i have done like i wrote into the 1. part. unpacked php4.0.6 then ./configure \ --with-apache=../apache_1.3.20 \ --with-mysql \ --enable-versioning \ --enable-track-vars=yes \ --enable-url-includes \ --enable-sysvshm=yes \ --enable-sysvsem=yes \ --enable-ftp \ --with-gd \

[PHP-DEV] Bug #12484 Updated: Want to construct JPGS with GD how to config

2001-07-31 Thread sniper
ID: 12484 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: *Compile Issues Operating System: Linux (2.2.16) PHP Version: 4.0.6 New Comment: This is NOT a support forum, ask these kind of questions on proper mailing list, in this case: [EMAIL

[PHP-DEV] Bug #12486: fgetcsv - Why not a getcsv (string not file) version?

2001-07-31 Thread george
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: fgetcsv - Why not a getcsv (string not file) version? Feature Request/Design Issue on FGETCSV getcsv i..e fgetcsv without the file read would be very

[PHP-DEV] Bug #12484 Updated: Want to construct JPGS with GD how to config

2001-07-31 Thread andy
ID: 12484 Updated by: andy Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Compile Issues Operating System: Linux (2.2.16) PHP Version: 4.0.6 New Comment: Please read the documentation... http://php.net/manual/en/install.apache.php BEFORE any of this, you need to install gd

[PHP-DEV] Bug #12437 Updated: string incrementing is different from before

2001-07-31 Thread andy
ID: 12437 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Strings related Operating System: Linux RH 7.1 PHP Version: 4.0.6 New Comment: no bug here... Previous Comments:

[PHP-DEV] Bug #12440 Updated: kaola404

2001-07-31 Thread andy
ID: 12440 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Informix related Operating System: linux PHP Version: 4.0.6 New Comment: not enough info read: http://php.net/bugs-dos-and-donts.php Previous Comments:

[PHP-DEV] Bug #12455 Updated: Srand and shuffle give odd results

2001-07-31 Thread jflemer
ID: 12455 Updated by: jflemer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Math Functions Operating System: All PHP Version: 4.0.4pl1, 4.0.6 New Comment: Try moving your srand() call outside of the pwd() function. That should fix it. The posted script returns 4 for

[PHP-DEV] PHP dies on URL fopen

2001-07-31 Thread Stanislav Malyshev
Recently, PHP started to segfault for me on URL fopen, e.g.: fopen(http://www.host.com,r;) brings immediate segfault. Investigation showed that the problem happens in php_sock_fgets_internal (file fsock.c), in the first SEARCHCR() statement and is because when sock parameter is passed to

Re: [PHP-DEV] Bug #12432 Updated: not valid mysql ressource

2001-07-31 Thread Andy
STOP SENDING THESE EMAILS To unsubscribe... send a message to [EMAIL PROTECTED] or go to http://php.net/support.php, click on PHP-DEV, type your email and hit unsubscribe. On Mon, 30 Jul 2001, Ramsi Sras wrote: UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE

Re: [PHP-DEV] RE: Bug #12483: PHP doesn't recognize PDFLib

2001-07-31 Thread Jani Taskinen
Post a new message to [EMAIL PROTECTED] Hint: Checking what config.log has might give you some ideas what is wrong. Also, ./configure --help might help. --Jani On Tue, 31 Jul 2001, Christophe Gerard wrote: I can't use the URL at the bottom of this email to reply, bacsuse I get an error

[PHP-DEV] Bug #12324 Updated: arg_separator.output broken

2001-07-31 Thread andy
ID: 12324 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: *Configuration Issues Operating System: linux PHP Version: 4.0.6 New Comment: i have gotten emails from people saying that they have reproduced this error. Can anybody from PHP verify this? I

[PHP-DEV] Bug #12324 Updated: arg_separator.output broken

2001-07-31 Thread andy
ID: 12324 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Configuration Issues Operating System: linux PHP Version: 4.0.6 New Comment: ok... the problem exists in your script at http://wart.phpking.org/test.php but using the EXACT script that I

Re: [PHP-DEV] Bug #12455 Updated: Srand and shuffle give odd results

2001-07-31 Thread Heikki Korpela
On 31 Jul 2001 [EMAIL PROTECTED] wrote: Then load the load100times.php in your browser. The result should be 100 but is still 4 on the machines I'm testing on. It works fine here. (4.0.6 on OpenBSD 2.9-current.) Maybe your system's random functions are broken. Which random function does

[PHP-DEV] Bug #12487: Segmentation Fault when compiled with IMAP

2001-07-31 Thread uk
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Sybase-ct (ctlib) related Bug description: Segmentation Fault when compiled with IMAP I have the Sybase 11.0.3 client libraries installed. When compiling with IMAP support, the following

Re: [PHP-DEV] Generating *.mak files from *.dsp ... :)

2001-07-31 Thread Sebastian Bergmann
Markus Fischer wrote: I can access my win32 developing machine only from remote right now and need to build some binaries with custom patches. And NMAKE only wants Makefiles and doesn't know about .dsp :/ Note: The following works from command line, it should do the same remotely:

[PHP-DEV] Bug #10327 Updated: urldecode decodes url-encoded cyrillic strings incorrectly.

2001-07-31 Thread andy
ID: 10327 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *URL Functions Operating System: FreeBSD 4.1-RELEASE PHP Version: 4.0.3pl1 New Comment: works fine for me. Please upgrade and re-open if still exists. Previous Comments:

[PHP-DEV] Bug #12488: Configure fails when using --with-mysql=mysql_dir

2001-07-31 Thread fb33550
From: [EMAIL PROTECTED] Operating system: Solaris 8 (Sparc) PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: Configure fails when using --with-mysql=mysql_dir Hello, I'm trying to run th configure script with the following command line : ./configure

[PHP-DEV] Bug #12489: Missing option in default php.ini

2001-07-31 Thread herouth
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Missing option in default php.ini The php.ini-dist that comes with PHP 4.0.6 does not contain the html_errors option. As this option is useful for

[PHP-DEV] Bug #8398 Updated: Php can not get any message from RAISEERROR

2001-07-31 Thread andy
ID: 8398 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: MSSQL related Operating System: sql2000+windowsMe PHP Version: 4.0.4 New Comment: no feedback. Previous Comments:

Re: [PHP-DEV] Generating *.mak files from *.dsp ... :)

2001-07-31 Thread Markus Fischer
I - am - speechless Caught me. Thanks, very valueable hint! And works like a charm! thx 'gain Markus On Tue, Jul 31, 2001 at 05:21:19PM +0200, Sebastian Bergmann wrote : Markus Fischer wrote: I can access my win32 developing machine only from remote right now and need to build

[PHP-DEV] Bug #8780 Updated: difference in fwrite with cgi/apachemodule

2001-07-31 Thread andy
ID: 8780 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Filesystem function related Operating System: Windows NT/2000 PHP Version: 4.0.3pl1 New Comment: ok... Does this happen in the latest version of PHP? Previous Comments:

Re: [PHP-DEV] Generating *.mak files from *.dsp ... :)

2001-07-31 Thread Sebastian Bergmann
Markus Fischer wrote: I - am - speechless I know that feeling. Only head it yesterday after the first minute of playing 'Max Payne'. Caught me. Thanks, very valueable hint! And works like a charm! You're very welcome, Sebastian -- Sebastian Bergmann Measure

[PHP-DEV] Bug #9128 Updated: Memory Leak or Memory Problem.

2001-07-31 Thread andy
ID: 9128 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Filesystem function related Operating System: Linux PHP Version: 4.0.4pl1 New Comment: I get 404 Not Found errors when I go to these pages, please include a valid address. Previous Comments:

Re: [PHP-DEV] Latest CVS sablot error

2001-07-31 Thread Sterling Hughes
On Tue, 31 Jul 2001, Jani Taskinen wrote: I'm gonna answer on behalf of Sterling: Use XSLT instead. :) Yep, or better yet, blame Zeev, he broke it :) -Sterlin -Sterlingg --Jani On Tue, 31 Jul 2001, Hellekin O. Wolf wrote: Hello, does someone know about this ?

Re: [PHP-DEV] Latest CVS sablot error

2001-07-31 Thread Sebastian Bergmann
Sterling Hughes wrote: Use XSLT instead. :) So, what's the status of ext/xslt? Is it mature enough to replace ext/sablot for 4.0.7? -- Sebastian Bergmann Measure Traffic Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP

Re: [PHP-DEV] Latest CVS sablot error

2001-07-31 Thread Sterling Hughes
On Tue, 31 Jul 2001, Sebastian Bergmann wrote: Sterling Hughes wrote: Use XSLT instead. :) So, what's the status of ext/xslt? Is it mature enough to replace ext/sablot for 4.0.7? Well, I dunno try it :))) Its the only extension I'm currently developing on/with so... As

Re: [PHP-DEV] Latest CVS sablot error

2001-07-31 Thread Sebastian Bergmann
Sterling Hughes wrote: Well, I dunno try it :))) Sure, but before: Synch it with the recent TSRM patches: d:\home\php\php4\ext\xslt\sablot.c(710) : error C2065: 'tsrm_ls' : Undeclared identifier -- Sebastian Bergmann Measure Traffic Usability

[PHP-DEV] Bug #12492: odbc_result fails accessing memo fields by number

2001-07-31 Thread huevo
From: [EMAIL PROTECTED] Operating system: Win NT PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: odbc_result fails accessing memo fields by number If I access a memo field (Access 2000) by name: $temp = odbc_result($result,'Description'); I get the

[PHP-DEV] Bug #12488 Updated: Configure fails when using --with-mysql=mysql_dir

2001-07-31 Thread sniper
ID: 12488 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MySQL related Operating System: Solaris 8 (Sparc) PHP Version: 4.0.6 New Comment: Add --with-zlib to your configure line. --Jani Previous Comments:

[PHP-DEV] Bug #12487 Updated: Segmentation Fault when compiled with IMAP

2001-07-31 Thread sniper
ID: 12487 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sybase-ct (ctlib) related Operating System: Linux PHP Version: 4.0.6 New Comment: Update your Sybase libs since this has been fixed in them. (I don't know since which version, in my 11.9.2

[PHP-DEV] Bug #12493: Class bug..

2001-07-31 Thread dengdeng
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0.6 PHP Bug Type: Class/Object related Bug description: Class bug.. Exam1 : class A { function b() { echo(Hello?); } } $Ac = new A; $Ac-b();

[PHP-DEV] Bug #12493 Updated: Class bug..

2001-07-31 Thread jeroen
ID: 12493 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Class/Object related Operating System: Win2k PHP Version: 4.0.6 New Comment: Not a bug. a() is the constructor function of class A (remember that function names are case-insensitive). See

[PHP-DEV] Re: session_end/session_readonly

2001-07-31 Thread Thomas Morin
Hi, Daniel Gustafsson wrote: Maybe this have been discussed but I can't seem to find anything inthe archives or on the net. Related : - Post to -dev titled Re: session_readonly() documented but not implemented?! (22/07/2001) - Bug #12267 (and followups in -dev) According to the CVS logs,

[PHP-DEV] Bug #12494: ./configure: -lc-client not in EXTRA_LIBS

2001-07-31 Thread brendanb
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: ./configure: -lc-client not in EXTRA_LIBS For some reason, -lc-client disappears from $LIBS before it has a chance to get copied onto $EXTRA_LIBS.

[PHP-DEV] Bug #12495: when PHP configured with --enable-dmalloc Apache crashes

2001-07-31 Thread binary_runner
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: when PHP configured with --enable-dmalloc Apache crashes When is PHP configured with --enable dmalloc, the Apache crashes with can't compile

[PHP-DEV] Bug #12492 Updated: odbc_result fails accessing memo fields multiple times

2001-07-31 Thread huevo
ID: 12492 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: odbc_result fails accessing memo fields by number Status: Open Bug Type: ODBC related Operating System: Win NT PHP Version: 4.0.6 New Comment: Correction: I have tracked down the source of the problem; still

[PHP-DEV] Bug #12496: ldap_modify always returns Insufficient Access

2001-07-31 Thread binary_runner
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 PHP version: 4.0.6 PHP Bug Type: LDAP related Bug description: ldap_modify always returns Insufficient Access ldap_modify, ldap_delete and probably other data modifying LDAP functions return always Insufficient Access

[PHP-DEV] Bug #12149 Updated: PHP 4.0.6 upgrade seems to break cURL https

2001-07-31 Thread brianl
ID: 12149 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: cURL related Operating System: WinNT4sp6a PHP Version: 4.0.6 New Comment: I haven't set anything up that would allow me to build php here; I'd need binaries to test right

[PHP-DEV] Bug #12149 Updated: PHP 4.0.6 upgrade seems to break cURL https

2001-07-31 Thread andy
ID: 12149 Updated by: andy Reported By: [EMAIL PROTECTED] Status: Open Bug Type: cURL related Operating System: WinNT4sp6a PHP Version: 4.0.6 New Comment: you can get the latest cvs at http://snaps.php.net/ Previous Comments:

[PHP-DEV] Bug #12149 Updated: PHP 4.0.6 upgrade seems to break cURL https

2001-07-31 Thread brianl
ID: 12149 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: cURL related Operating System: WinNT4sp6a PHP Version: 4.0.6 New Comment: Assuming it wasn't the curl DLL packaged with the 4.0.6 release, php-4.0-Win32-16-07-2001 may have fixed it. (However,

[PHP-DEV] Bug #8097 Updated: printf() and float data vs.setlocale()

2001-07-31 Thread andy
ID: 8097 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Strings related Operating System: Linux (SuSE 7.0) PHP Version: 4.0.3pl1 New Comment: unable to reproduce with latest version of PHP, please upgrade and re-open if still a problem. Previous

[PHP-DEV] Bug #12497: Problem with serialize/unserialize

2001-07-31 Thread ricardo
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.6 PHP Bug Type: Class/Object related Bug description: Problem with serialize/unserialize $myVar = Some Text; $myVarCopy = $myVar; $myVar = unserialize(serialize($myVarCopy)); echo MD5 Of myVar: .

[PHP-DEV] Bug #12324 Updated: arg_separator.* broken

2001-07-31 Thread voudras
ID: 12324 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: arg_separator.output broken Old Status: Closed Status: Open Bug Type: *Configuration Issues Operating System: linux PHP Version: 4.0.6 New Comment: This is a tricky lil bug, real easy to overlook. At the

[PHP-DEV] Re: PHP dies on URL fopen

2001-07-31 Thread J Smith
Stanislav Malyshev wrote: Recently, PHP started to segfault for me on URL fopen, e.g.: fopen(http://www.host.com,r;) brings immediate segfault. Investigation showed that the problem happens in php_sock_fgets_internal (file fsock.c), in the first SEARCHCR() statement and is because when

[PHP-DEV] Bug #12476 Updated: a function that splits a string into equal parts while retaining whole words

2001-07-31 Thread cynic
ID: 12476 Updated by: cynic Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: linux PHP Version: 4.0.4pl1 New Comment: see http://www.php.net/wordwrap Previous Comments:

Re: [PHP-DEV] phpinfo output

2001-07-31 Thread Jani Taskinen
On Mon, 30 Jul 2001, Colin Viebrock wrote: Anyone else here notice that the additional information blocks for modules compiled into PHP is pretty much sorted in reverse alphabetically order? Just wondering if we could switch it to forward alpha order, if possible. And why zlib seems to come up

Re: [PHP-DEV] Re: Bug #12241 Updated: imap.so: undefined symbol:mxdriver in Unknown on line 0

2001-07-31 Thread Jani Taskinen
On Sat, 28 Jul 2001, Troels Arvin wrote: Instead, after the rest of PHP has compiled, go to the php source-dir and do: gcc -fPIC -shared -DCOMPILE_DL_IMAP -DHAVE_IMAP \ -I. -I./TSRM -I./main -I`/usr/include/apache -I./Zend \ -I/usr/include/imap -I./ext/imap \ `grep ^CPPFLAGS Zend/Makefile

[PHP-DEV] Bug #11726 Updated: undefined symbol alloca while building apache

2001-07-31 Thread sniper
ID: 11726 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: AIX 4.3.3.0 ML08 PHP Version: 4.0.6 New Comment: Could you please try the latest CVS snapshot from http://snaps.php.net/ ? There have been some AIX related

Re: [PHP-DEV] [PHP] mail() help (fwd)

2001-07-31 Thread Jani Taskinen
This is most likely the patch that 'broke' it; revision 1.121 date: 2001/02/21 07:39:13; author: sas; state: Exp; lines: +2 -2 Instead of assuming that sendmail lives in /usr/lib, if we don't find it, we also check /usr/lib now. PR: #9362

[PHP-DEV] Bug #8784 Updated: using Informix with PHP CGI

2001-07-31 Thread sniper
ID: 8784 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Informix related Operating System: AIX 4.3.2 PHP Version: 4.0.4 New Comment: Just wondering..if you set INFORMIXSERVER prior to starting the webserver, doesn't the webserver inherit the environment?? How are

[PHP-DEV] Bug #12170 Updated: sessionid is attached with a '?' instead of the arg_seperator

2001-07-31 Thread sniper
ID: 12170 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: debian linux PHP Version: 4.0.6 New Comment: Could you please add a short but complete example file into this bug report? Previous Comments:

[PHP-DEV] Bug #11934 Updated: failure to configure --with-imap-ssl

2001-07-31 Thread sniper
ID: 11934 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: IMAP related Operating System: Solaris 8 PHP Version: 4.0.6 New Comment: Is this problem still valid? Previous Comments:

[PHP-DEV] Bug #12444 Updated: require_once doesn't support relative paths completely

2001-07-31 Thread sniper
ID: 12444 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Feature/Change Request Operating System: FreeBSD PHP Version: 4.0.6 New Comment: Could you please try the latest CVS snapshot from http://snaps.php.net since some changes to this were made.

[PHP-DEV] Bug #12498: cant config magic_quotes_off

2001-07-31 Thread g . r . wood
From: [EMAIL PROTECTED] Operating system: Windows 4.9 (Me) PHP version: 4.0.6 PHP Bug Type: *Configuration Issues Bug description: cant config magic_quotes_off Hi I have installed 4.0.6 and have had no major problems it seems however That I can't change the config from

[PHP-DEV] Bug #12501: authen/authz handler capability

2001-07-31 Thread jbarrett
From: [EMAIL PROTECTED] Operating system: any (apache) PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: authen/authz handler capability Doesn't loom large on the totem pole but it'd be nice if we could have similar authen/authz handler capabilities

[PHP-DEV] Bug #12502: oci8.dll can't be loaded

2001-07-31 Thread jmgonzal
From: [EMAIL PROTECTED] Operating system: WinNT and Windows 2000 PHP version: 4.0.6 PHP Bug Type: Dynamic loading Bug description: oci8.dll can't be loaded I try to configure 2 computers: 1 with NT with SP 6 with IIS 4.0 1 with Windows 2000 and IIS 5 all with PHP

Re: [PHP-DEV] [PHP] mail() help (fwd)

2001-07-31 Thread Heikki Korpela
On Wed, 1 Aug 2001, Jani Taskinen wrote: I think this is good. If some resource isn't available, then the function using the resource shouldn't be enabled either. So the correct fix would be to add a error message to mail() function, IMO. --Jani The fact that the machine that PHP is