[PHP-DEV] Bug #14282 Updated: wrong strtotime calculation with timezones -0100 and +0100

2001-12-01 Thread zak
ID: 14282 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Date/time related Operating System: any PHP Version: 4.1.0 New Comment: Thanks - Fixed in CVS Previous Comments: [2001-11

[PHP-DEV] Bug #14288 Updated: HTTP_GET_VARS influenced by PHP_SELF

2001-12-01 Thread zak
ID: 14288 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: SuSE7.2; Apache 1.3.20; mod_php4 PHP Version: 4.0.6 New Comment: Cannot reproduce on server (and client ftm) SuSE 7.2 w/ Apache 1.3.22 using Netscape Communicator or Konqueror.

[PHP-DEV] Bug #14292 Updated: Bare LF Issue - This time with DETAIL!

2001-12-01 Thread zak
ID: 14292 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Mail Related Operating System: Windows 2000 Server/XP PHP Version: 4.0.6 New Comment: The code that handles sending messages for Win32 uses proper CRLF sequences. Do the most basic test email messages fail? Have

[PHP-DEV] Bug #14293 Updated: serializer & __sleep()

2001-12-01 Thread zak
ID: 14293 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Session related Operating System: linux PHP Version: 4.2.0 New Comment: It looks like this was corrected yesterday - closing. Please re-open if you have any concerns (or I am wrong) :) Previous

[PHP-DEV] Bug #14295 Updated: Scope of globals has changed

2001-12-01 Thread zak
ID: 14295 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: Win2k PHP Version: 4.0.6 New Comment: Cannot reproduce under PHP 4.1.0 w/ Linux Please try the code below. Save the files under the names indicated in the comments and try runn

[PHP-DEV] Bug #8989 Updated: Bug#5493 resurfaced

2001-12-01 Thread fseesink
ID: 8989 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Windows NT 4 SP5(IIS4)/2000 SP2 PHP Version: 4.0.6 New Comment: Thanks to the kind help of one H C Teo in Singapore, I believe I have found the source of the proble

[PHP-DEV] Bug #14298 Updated: PUT absent $PHP_PUT_FILENAME $PHP_UPLOADED_FILE_NAME

2001-12-01 Thread zak
ID: 14298 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: HTTP related Operating System: PHP Version: 4.0.6 Old Assigned To: Assigned To: zak New Comment: Thanks for the report - I am checking into it. --zak Previous Comments: ---

Re: [PHP-DEV] Bug #14298: PUT absent $PHP_PUT_FILENAME $PHP_UPLOADED_FILE_NAME

2001-12-01 Thread Zak Greant
On November 30, 2001 08:33 am, [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: > PHP version: 4.0.6 > PHP Bug Type: HTTP related > Bug description: PUT absent $PHP_PUT_FILENAME $PHP_UPLOADED_FILE_NAME > > Document: > features.file-upload.put-met

[PHP-DEV] Bug #14302 Updated: self:: Accessing methods from within methods without an instance

2001-12-01 Thread zak
ID: 14302 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: any PHP Version: 4.0.6 New Comment: There will be significant changes to PHP OO support with the next version of the Zend Engine. To get more informatio

[PHP-DEV] Bug #14303 Updated: httpd threads hang with large data structures

2001-12-01 Thread zak
ID: 14303 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Redhat 7.2 PHP Version: 4.0.6 New Comment: There is a not-yet-documented function called apache_child_terminate that should help you. Call the function at

[PHP-DEV] Bug #14304 Updated: str_replace unable to match search string

2001-12-01 Thread zak
ID: 14304 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: Linux php3-2 2.4.7 #1 Thu Aug 9 PHP Version: 4.0.6 New Comment: Please reduce this to a simpler test case. If there is a bug in str_replace, then it should be reproduceable with a

[PHP-DEV] Bug #14306 Updated: Need a something to pass to use default function values

2001-12-01 Thread zak
ID: 14306 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: PHP Version: 4.1.0 New Comment: This issue has been raised on this list and on the Zend Engine mailing list. IIRC it has always been shot down. Perhaps review the list ar

[PHP-DEV] Bug #14313: strtotime() and mktime() errors for dates before 1970

2001-12-01 Thread vipm
From: [EMAIL PROTECTED] Operating system: windows98 PHP version: 4.0.6 PHP Bug Type: Date/time related Bug description: strtotime() and mktime() errors for dates before 1970 In PHP 4.0.6 for Linux and MacOSX, strtotime() and mktime() functions produce correct output for date

Re: [PHP-DEV] hello & sockets

2001-12-01 Thread Markus Fischer
Just send it to the list .. be kind and explain what it does and a script would be ueberkewl. - Markus On Sat, Dec 01, 2001 at 10:19:33PM -0500, benjamin yates wrote : > hey guys... i just joined the list. > > what's the best way to submit a patch? > > the sockets extension

[PHP-DEV] Re: Testing Alert: Significant changes to DOM-XML

2001-12-01 Thread Markus Fischer
[This mail goes out to php-dev, php-qa and php-general and has its Reply-To: set to php-dev!] Hi Zak, thanks for the mail, I was thinking about writing such a mail myself but was to tired I guess. Yep, the CVS note to the latest ext/domxml changes state it clearly:

[PHP-DEV] Bug #14309 Updated: mail(), warning not avail in this build because of missing sendmail at compile

2001-12-01 Thread zak
ID: 14309 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Configuration Issues Operating System: Mandrake 8.1 PHP Version: 4.0.6 New Comment: AFAICT this has been fixed in PHP 4.1.0 (which shall be released quite soon). Verified by removed sendmail f

[PHP-DEV] hello & sockets

2001-12-01 Thread benjamin yates
hey guys... i just joined the list. what's the best way to submit a patch? the sockets extension has some real problems. i worked with daniel on some win32 issues with it, but there are some others... a while back i grabbed the latest cvs source and patched it, and i sent my modified sou

[PHP-DEV] PHP Optimizing versus PHP Caching

2001-12-01 Thread Manuel Lemos
Hello, I was told that it is more efficient to execute cached scripts then to execute non-cached optimized scripts. Can anybody comment on this? What happens is that it seems that Zend Cache alternatives prevent Zend Optimizer to optimize the scripts before executing them. Since either Zend Opti

[PHP-DEV] Bug #14312: LDAP modifyTimestamp et al.

2001-12-01 Thread ms
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: LDAP modifyTimestamp et al. Openldap can automatically maintain special attributes for Ldap entries such as: modifiersName, modifyTimestamp, creators

[PHP-DEV] Re: 4.1.0 CVS & RC4 has -02 option with --enable-debug ?

2001-12-01 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Is this change is intended? > > On my system, 4.1.0 have -g -O2 for compile options with > --enable-debug. It's slower to compile and less debug info in > objects with -O2 option... BTW, this happens for CGI build. --with-apxs, it build only with -g. HEAD branch does not h

Re: [PHP-DEV] 4.1.0 CVS & RC4 has -02 option with --enable-debug ?

2001-12-01 Thread Zeev Suraski
At 00:56 02/12/2001, Yasuo Ohgaki wrote: >Is this change is intended? Is it a change? Zeev -- 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] 4.1.0 CVS & RC4 has -02 option with --enable-debug ?

2001-12-01 Thread Yasuo Ohgaki
Is this change is intended? On my system, 4.1.0 have -g -O2 for compile options with --enable-debug. It's slower to compile and less debug info in objects with -O2 option... -- Yasuo Ohgaki -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

[PHP-DEV] Bug #14311: probably bug in readline.c regarding readline_list_history()

2001-12-01 Thread royal
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4-STABLE PHP version: 4.0.6 PHP Bug Type: Readline related Bug description: probably bug in readline.c regarding readline_list_history() PHP 4.0.6 compiled as CGI ./configure '--with-config-file-path=/usr/local/etc/php.sta

[PHP-DEV] Bug #14310 Updated: Uploaded empty files treated differently

2001-12-01 Thread derick
ID: 14310 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: HTTP related Operating System: Linux PHP Version: 4.0.6 New Comment: Fixed in CVS. You'll have to wait for version 4.2.0... Derick Previous Comments: -

[PHP-DEV] Bug #14310: Uploaded empty files treated differently

2001-12-01 Thread a . genkin
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: HTTP related Bug description: Uploaded empty files treated differently When a zero-length file is uploaded, the temporary file is not created, and the appropriate variable is set to 'none'. Th

[PHP-DEV] Bug #12469 Updated: crash on die() from inside a class thats included

2001-12-01 Thread sander
ID: 12469 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: win2k PHP Version: 4.0.5 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14004 Updated: Session variables

2001-12-01 Thread sander
ID: 14004 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: IIS related Operating System: Windows XP PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: [2

[PHP-DEV] Bug #13978 Updated: Max buffer size

2001-12-01 Thread sander
ID: 13978 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: ODBC related Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13977 Updated: Sometimes php crashes when executing a script everytime at the same point.

2001-12-01 Thread sander
ID: 13977 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: Windows 2000 SP2 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: ---

[PHP-DEV] Bug #13941 Updated: ImageTTFText renders blocky text

2001-12-01 Thread sander
ID: 13941 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: GD related Operating System: Slackware Linux 8.0 PHP Version: 4.0.6 New Comment: This is a known bug in GD2. Not a bug in PHP. Closing. Previous Comments: ---

[PHP-DEV] Bug #13929 Updated: No more than 43 variables with the same starting char

2001-12-01 Thread sander
ID: 13929 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Variables related Operating System: Windows 98 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: --

[PHP-DEV] Bug #10240 Updated: passthru / exec etc have problems with input & output of executed programs

2001-12-01 Thread sander
ID: 10240 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: IIS related Operating System: Windows ME/2000 PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13899 Updated: Configuration problem

2001-12-01 Thread sander
ID: 13899 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: Linux (slackware 7.0) PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: -

[PHP-DEV] Bug #12522 Updated: start apache, php4 /usr/local/apache/libexec/libphp4.so: unresolved external

2001-12-01 Thread sander
ID: 12522 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: hp-ux 11 PHP Version: 4.0.6 New Comment: No feedback. Closing Previous Comments: [

[PHP-DEV] Bug #10667 Updated: xmltree function cause memory leak

2001-12-01 Thread mfischer
ID: 10667 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: DOM XML related Operating System: Linux 2.2.16 PHP Version: 4.0.5 Assigned To: mfischer New Comment: Should be fixed in CVS. Closing. Previous Comments: ---

[PHP-DEV] Bug #10936 Updated: DOMXML crash with CDATA

2001-12-01 Thread mfischer
ID: 10936 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: DOM XML related Operating System: Win2K Pro PHP Version: 4.0.5 Assigned To: mfischer New Comment: Should be fixed in CVS. Closing. Previous Comments: --

[PHP-DEV] Bug #10994 Updated: DOMXML CDATA Node Bug

2001-12-01 Thread mfischer
ID: 10994 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: DOM XML related Operating System: Winnt PHP Version: 4.0.5 Assigned To: mfischer New Comment: Should be fixed in CVS. Closing. Previous Comments: --

[PHP-DEV] Bug #12993 Updated: xpath_eval doesn't work anymore (segfault)

2001-12-01 Thread mfischer
ID: 12993 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: DOM XML related Operating System: Debian/unstable Linux 2.4.9 PHP Version: 4.0CVS-2001-08-28 Assigned To: mfischer New Comment: Should be fixed in CVS. Closing. Previous Comments:

[PHP-DEV] Bug #14123 Updated: segfault (possibly dom/xml/xslt related)

2001-12-01 Thread mfischer
ID: 14123 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: DOM XML related Operating System: linux redhat 7.0 PHP Version: 4.1.0RC1 Assigned To: mfischer New Comment: Should be fixed in CVS. Closing. Previous Comments:

[PHP-DEV] Bug #14309: mail(), warning not avail in this build because of missing sendmail at compile

2001-12-01 Thread gtyler
From: [EMAIL PROTECTED] Operating system: Mandrake 8.1 PHP version: 4.0.6 PHP Bug Type: *Configuration Issues Bug description: mail(), warning not avail in this build because of missing sendmail at compile As discussed here: http://www.geocrawler.com/archives/3/5/2001/7/

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] 4.1.0RC4

2001-12-01 Thread Zak Greant
On December 1, 2001 10:23 am, Stig Venaas wrote: > On Sat, Dec 01, 2001 at 09:55:19AM -0700, Zak Greant wrote: > > On December 1, 2001 01:36 am, Stig Venaas wrote: > > > Isn't there anyone on the QA team doing LDAP tests? I hope you agree > > > that ldap_first/next_attribute() not working is bad.

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] 4.1.0RC4

2001-12-01 Thread Stig Venaas
On Sat, Dec 01, 2001 at 09:55:19AM -0700, Zak Greant wrote: > On December 1, 2001 01:36 am, Stig Venaas wrote: > > Isn't there anyone on the QA team doing LDAP tests? I hope you agree > > that ldap_first/next_attribute() not working is bad. I'm doing some > > testing myself, but not systematic, so

[PHP-DEV] Bug #11491 Updated: When using ob_start("ob_gzhandler") transient SID gets broken

2001-12-01 Thread sebastian
ID: 11491 Updated by: sebastian Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Feedback Bug Type: Documentation problem Operating System: Windows 2000 Server PHP Version: 4.0.5 New Comment: This should be fixed, please try a recent version of PHP. Previous Comments:

[PHP-DEV] Bug #13158 Updated: When used with sambar, mIrc does not connecy

2001-12-01 Thread sebastian
ID: 13158 Updated by: sebastian Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Other web server Operating System: Windoes 98 PHP Version: 4.0.6 New Comment: What has mIRC (the irc client) have to do with PHP and your webserver? I do not understand this "bug report" at

[PHP-DEV] Bug #13731 Updated: strtotime does not see things like '7th'

2001-12-01 Thread derick
ID: 13731 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Feature/Change Request Operating System: linux 2.4.10 PHP Version: 4.0.5 Old Assigned To: derick Assigned To: New Comment: This is not possible in an easy way. It's certainly not a bug. D

[PHP-DEV] Bug #14262 Updated: field name in select results strange characters

2001-12-01 Thread derick
ID: 14262 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: ODBC related Operating System: Linux 6.1 PHP Version: 4.0.6 Old Assigned To: derick Assigned To: dank New Comment: Re-assigning this to Dan Derick Previous Comments:

[PHP-DEV] Bug #9587 Updated: obj->method()->method2() doesn't work!!

2001-12-01 Thread sebastian
ID: 9587 Updated by: sebastian Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Class/Object related Operating System: Linux/Debian(Woody) PHP Version: 4.0.4pl1 New Comment: Not a bug, closing. Previous Comments: ---

Re: [PHP-DEV] PHP 3.0 Bug Summary Report

2001-12-01 Thread Bernd Roemer
On Sat, Dec 01, 2001 at 18:06:53 +0100, Sebastian Bergmann wrote: > [EMAIL PROTECTED] wrote: > > PHP 3.0 Bug Database summary - http://bugs.php.net > > Do we really still need this? +1 regards... ---bernd roemer--- -- PHP Development Mailing List To unsubscri

Re: [PHP-DEV] PHP 3.0 Bug Summary Report

2001-12-01 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: > PHP 3.0 Bug Database summary - http://bugs.php.net Do we really still need this? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP De

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-12-01 Thread php-dev
PHP 3.0 Bug Database summary - http://bugs.php.net Num Status Summary (539 total including feature requests) ===[*General Issues]== 4180 Open is_link returns false when target doesnt exist (should return true) 9610 Bogus Dea

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] 4.1.0RC4

2001-12-01 Thread Zak Greant
On December 1, 2001 01:36 am, Stig Venaas wrote: > On Fri, Nov 30, 2001 at 10:25:14PM -0700, Zak Greant wrote: > > On November 30, 2001 09:12 pm, Zeev Suraski wrote: > > > http://www.php.net/~zeev/php-4.1.0RC4.tar.gz > > > > > > The plan is to release Monday, unless a real earth quaker is found...

[PHP-DEV] Bug #14213 Updated: compiling problem

2001-12-01 Thread mfischer
ID: 14213 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: SNMP related Operating System: linux PHP Version: 4.0.6 New Comment: User reported the problem was due two different versions of openssl. So, after all, not a PHP bug -> bogus. Previous Comm

Re: [PHP-DEV] ldap_first_attribute() and ldap_next_attribute() broken in 4.1.0 RCs

2001-12-01 Thread Zeev Suraski
At 16:22 01/12/2001, Stig Venaas wrote: >On Sat, Dec 01, 2001 at 03:00:44PM +0200, Zeev Suraski wrote: > > This is so unbelievable. It looks as if there's a higher force putting > all > > its weight to prevent 4.1.0 from ever coming out. > >Yes, I really wish I noticed this before. But then it'

Re: [PHP-DEV] ldap_first_attribute() and ldap_next_attribute() broken in 4.1.0 RCs

2001-12-01 Thread Stig Venaas
On Sat, Dec 01, 2001 at 03:00:44PM +0200, Zeev Suraski wrote: > This is so unbelievable. It looks as if there's a higher force putting all > its weight to prevent 4.1.0 from ever coming out. Yes, I really wish I noticed this before. > Did you MFH the fix? I've now committed it to the PHP_4_0_

Re: [PHP-DEV] ldap_first_attribute() and ldap_next_attribute() broken in 4.1.0 RCs

2001-12-01 Thread Zeev Suraski
This is so unbelievable. It looks as if there's a higher force putting all its weight to prevent 4.1.0 from ever coming out. Did you MFH the fix? Zeev At 10:21 01/12/2001, Stig Venaas wrote: >On Sat, Dec 01, 2001 at 06:18:14AM +0200, Zeev Suraski wrote: > > If it was broken for 6 months, it w

[PHP-DEV] Re: [PHP-QA] 4.1.0RC4

2001-12-01 Thread Zeev Suraski
Hold your horses, looks like Stig Veenas found yet another fatal problem. We may have RC5. Zeev At 06:12 01/12/2001, Zeev Suraski wrote: >http://www.php.net/~zeev/php-4.1.0RC4.tar.gz > >The plan is to release Monday, unless a real earth quaker is found... > >Zeev > > >-- >PHP Quality Assurance

[PHP-DEV] Bug #14308 Updated: mysql functions load twice (duplicate name)

2001-12-01 Thread derick
ID: 14308 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MySQL related Operating System: RH 7.2 PHP Version: 4.0.6 Previous Comments: [2001-11-30 23:49:18] [EMAIL PROTECTED] Hu

[PHP-DEV] Bug #14308 Updated: mysql functions load twice (duplicate name)

2001-12-01 Thread derick
ID: 14308 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: RH 7.2 PHP Version: 4.0.6 New Comment: YOu probably have this in php.ini: extension=mysql.so AFAIK, RH installs PHP modules as shared object. Please reopen if this is not th

Re: [PHP-DEV] PHP Manual

2001-12-01 Thread derick
On Fri, 30 Nov 2001, l0t3k wrote: > i just downloaded the Windows PHP manual, and all i can say is > > -- DAMN -- > > are you sure no one gets paid to do this ??? You can donate money to Goba and me if you want :) Derick -- PHP Development Mailing List To unsubscribe,

[PHP-DEV] Re: [PHP-QA] 4.1.0RC4

2001-12-01 Thread Phil Driscoll
Built fine on SuSE 7.2. ./configure --with-apxs=/usr/local/httpd/bin/apxs --with-mysql=/usr/local/mysql --with-gmp=/usr/local/lib/gmp. Works great with all my code, Phorum, PHPMyAdmin. make test fails as below: [1mRunning tests in /home/phil/php-4.1.0RC4//pear/DB/tests [m

[PHP-DEV] Warnings in sapi/apache2filter

2001-12-01 Thread Sebastian Bergmann
apache_config.c C:\home\apache\httpd-2.0\srclib\apr\include\apr.h(269) : warning C4142: Redefinition of a type without consequences php_functions.c C:\home\apache\httpd-2.0\srclib\apr\include\apr.h(269) : warning C4142: Redefinition of a type without consequences C:\home\php\php4\SAPI\APACHE2FILT

Re: [PHP-DEV] Re: [PHP-QA] 4.1.0RC4

2001-12-01 Thread Stig Venaas
On Fri, Nov 30, 2001 at 10:25:14PM -0700, Zak Greant wrote: > On November 30, 2001 09:12 pm, Zeev Suraski wrote: > > http://www.php.net/~zeev/php-4.1.0RC4.tar.gz > > > > The plan is to release Monday, unless a real earth quaker is found... > > Builds and runs on SuSE 7.1 as CGI > See

Re: [PHP-DEV] ldap_first_attribute() and ldap_next_attribute() broken in 4.1.0 RCs

2001-12-01 Thread Stig Venaas
On Sat, Dec 01, 2001 at 06:18:14AM +0200, Zeev Suraski wrote: > If it was broken for 6 months, it was broken in 4.0.6. It will be broken > in 4.1.0, it's not grounds for breaking a final RC... No, it wasn't broken in 4.0.6. 4.0.6 was based on ldap.c 1.82 from February, this happened in 1.85 on