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

2001-11-25 Thread tobias
ID: 14213 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: SNMP related Operating System: linux PHP Version: 4.0.6 New Comment: ucd-snmp-4.2.2]# ./configure ; make ; make install Apache/1.3.19 This is a slackware 7.1 dist with 2

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

2001-11-25 Thread mfischer
ID: 14213 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: SNMP related Operating System: linux PHP Version: 4.0.6 New Comment: Can't reproduce with debian unstable and RC (but I'm using a different configure). Try removing everything else from th

[PHP-DEV] CVS Account Request: ostborn

2001-11-25 Thread Jan Kneschke
Maintaining the phpdoc extension discussed on the pear-dev list. The ext is written, marked as usefull, but not yet in CVS. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admi

Re: [PHP-DEV] Re: [PEAR-DEV] PHPDoc Development Status

2001-11-25 Thread jan
On Sun, Nov 25, 2001 at 02:16:38AM +0100, Stig S. Bakken wrote: > Just this extension. Hurry up and apply for a CVS account at > http://php.net/cvs-php.php :-) done. > - Stig Jan -- mailto: [EMAIL PROTECTED] weigon @ #php.de (IRCnet) http://jan.kneschke.de weigon @ #modlogan (ope

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

2001-11-25 Thread tobias
ID: 14213 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: SNMP related Operating System: linux PHP Version: 4.0.6 New Comment: ucd-snmp-4.2.2]# ./configure ; make ; make install Apache/1.3.19 This is a slackware 7.1 dist with 2

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

2001-11-25 Thread tobias
ID: 14213 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: SNMP related Operating System: linux PHP Version: 4.0.6 New Comment: Same error with './configure' '--with-snmp' '--enable-ucd-snmp-hack' '--with-openssl' tried old versions of ucd-snmp to with

[PHP-DEV] Re: [patch] pgsql async query

2001-11-25 Thread Yasuo Ohgaki
A few changes, - pg_reset() returns boolean value now - added more cleanup for leftover Comments are welcome. PS: If you have problem with attachment, please let me know. -- Yasuo Ohgaki pgsql_async.diff Description: Binary data -- PHP Development Mailing List To uns

[PHP-DEV] Content-Encoding vs. Transfer-Encoding in gzip

2001-11-25 Thread Stanislav Malyshev
gzip encoding module now uses Content-Encoding header to sign that the page uses gzip encoding. Mozilla doesn't handle this 100% good (it saves it as zipped, which is not exactly expected behaviour) and they claim Transfer-Encoding is the right header to use for in-transfer encoding. See: http

[PHP-DEV] Bug #14216: odbc_tables() does not close automatically ODBC MSAccess connection

2001-11-25 Thread astelix
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: odbc_tables() does not close automatically ODBC MSAccess connection This is a bug report and, i think, also a solution report. If u use the canonical syntax

Re: [PHP-DEV] Content-Encoding vs. Transfer-Encoding in gzip

2001-11-25 Thread Zeev Suraski
We should give it a try - if it works with most browsers, then we can switch... At 13:24 25/11/2001, Stanislav Malyshev wrote: >gzip encoding module now uses Content-Encoding header to sign that the >page uses gzip encoding. Mozilla doesn't handle this 100% good (it saves >it as zipped, which is

[PHP-DEV] Bug #3793 Updated: session.gc_maxlifetime does not work

2001-11-25 Thread mfischer
ID: 3793 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Feedback Bug Type: Session related Operating System: Windows 98 PHP Version: 4.0 Beta 4 Patch Level 1 New Comment: Is this still the behaviour of the latest RC? http://phpuk.org/~james/php-4.1.0RC3-win32.

[PHP-DEV] Bug #5986 Updated: Combination of msql() and msql_connect() causes lost connections.

2001-11-25 Thread mfischer
ID: 5986 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: mSQL related Operating System: RedHat Linux 6.2 PHP Version: 4.0.1 New Comment: Can you test if this has changed with the latest RC? http://www.php.net/~zeev/php-4.1.0RC3.tar.gz Feedback

[PHP-DEV] Bug #6089 Updated: ociplogon sometimes gives bus error

2001-11-25 Thread mfischer
ID: 6089 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: OCI8 related Operating System: SunOS 5.7 PHP Version: 4.0.1pl2 New Comment: Sorry to bug you once more, can you try with latest RC? http://www.php.net/~zeev/php-4.1.0RC3.tar.gz Feedback.

[PHP-DEV] Bug #6175 Updated: XML functions no longer work in objects

2001-11-25 Thread mfischer
ID: 6175 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: XML related Operating System: FreeBSD 4.3-STABLE PHP Version: 4.0 Latest CVS (08/05/2001) New Comment: Sorry to bug you once more, but can you try latest RC? http://www.php.net/~zeev/php-4.

[PHP-DEV] Bug #7244 Updated: Problem with LOAD DATA LOCAL INFILE

2001-11-25 Thread c . schmidt-koester
ID: 7244 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: MySQL related Operating System: Win 98 PHP Version: 4.0.8 New Comment: Like I wrote in my first bug report on 2000-10-16 mysql_error() and mysql_errno() say something like this

[PHP-DEV] Bug #14217: Strange bug with strtr() function

2001-11-25 Thread akul
From: [EMAIL PROTECTED] Operating system: windows 98 PHP version: 4.0.6 PHP Bug Type: Strings related Bug description: Strange bug with strtr() function I have very simple function to convert some sumbols to underscores: function to_tag($text) { $from="

[PHP-DEV] 10% speedup patch in zend_hash_copy

2001-11-25 Thread Thies C. Arntzen
hi - this litte patch makes zend_hash_copy around 10% faster by taking a "shortcut" zeev, andi - is this "commitable" or do you have any objections? tc Index: zend_hash.c === RCS file: /reposito

[PHP-DEV] Bug #14211 Updated: Method invocation of COM objects

2001-11-25 Thread phanto
ID: 14211 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating System: Windows NT 4.0 PHP Version: 4.0.6 New Comment: there is no obvious bug in your script. is this com-server available somewhere ? what do i have to install to get it. harald Previou

[PHP-DEV] Bug #14218: using pspell functions cause apache to Abort

2001-11-25 Thread beckman
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4-STABLE PHP version: 4.0.6 PHP Bug Type: Pspell related Bug description: using pspell functions cause apache to Abort Script: $q = "foo"; $pl = pspell_new_personal("/usr/share/dict/acmovies","en"); $sug = pspel

[PHP-DEV] Bug #14218 Updated: using pspell functions cause apache to Abort

2001-11-25 Thread beckman
ID: 14218 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Pspell related Operating System: FreeBSD 4.4-STABLE PHP Version: 4.0.6 New Comment: Sorry -- That script has an extra close curly brackets that isn't really there. Please remove that to get desire

[PHP-DEV] Re: 10% speedup patch in zend_hash_copy

2001-11-25 Thread Andi Gutmans
It doesn't look like such a good idea to me. There are lots of things in PHP where you can get 10% speedup by copy&pasting stuff from one function to another. It makes the code completely unmaintainable and in real life situation usually, if at all, gives a negligible speedup. I've played arou

Re: [PHP-DEV] Re: 10% speedup patch in zend_hash_copy

2001-11-25 Thread Andi Gutmans
very = vary. I need to stop sending stuff off without proof reading :) Andi At 11:01 PM 11/25/2001 +0200, Andi Gutmans wrote: >It doesn't look like such a good idea to me. There are lots of things in >PHP where you can get 10% speedup by copy&pasting stuff from one function >to another. It mak

[PHP-DEV] Bug #7244 Updated: Problem with LOAD DATA LOCAL INFILE

2001-11-25 Thread sniper
ID: 7244 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Win 98 PHP Version: 4.0.8 New Comment: I'm just wondering why is using addslashes() 'temporary solution' ?? Previous Comments: --

[PHP-DEV] Server-Wide Persistent objects in PHP?

2001-11-25 Thread Yermo M. Lamers
I'm building a reusable component object system in PHP where construction of object trees, which needs to occur on every page, is very expensive. Running the subsequently built objects is very inexpensive. To make this system viable to use on high volume websites, I want to get rid of the "co

[PHP-DEV] About changes made in ext/pdf/config.m4

2001-11-25 Thread Jani Taskinen
You applied this patch to CVS: revision 1.24 date: 2001/10/09 12:24:43; author: rjs; state: Exp; lines: +71 -30 added new configure option --with-pdflib3 Therefore --with-pdflib will only work with PDFlib 4.x from now on, if one wants to build PHP with PDFlib V3.

[PHP-DEV] [PATCH] Valid syntax for array creation from form elements

2001-11-25 Thread Jesse McCarthy
I'd like to patch PHP to allow for an XHTML-valid syntax for creating PHP arrays from HTML elements 'input' (groups of type="checkbox") and 'select' (multiple="multiple"). Square brackets are not allowed in XHTML identifiers, so the current syntax name="someName[]" or name="someName[someKey]"

[PHP-DEV] PHP 4.1.0

2001-11-25 Thread Zeev Suraski
I packaged PHP 4.1.0. It's based on the RC3 tag, so post-RC3 changes to the tree were *not* included. It's located on www.php.net/distributions/php-4.1.0.tar.gz Windows builders - if you can provide packages by tonight, it'd be great. I want to announce it later this evening (in approximate

Re: [PHP-DEV] PHP 4.1.0

2001-11-25 Thread Brian Moon
What is the turn around for 4.2 and will the shell patch I submitted be in it? Brian. - Original Message - From: "Zeev Suraski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, November 25, 2001 8:57 PM Subject: [PHP-DEV] PHP 4.1.0 | I packaged PHP 4.1.0.

[PHP-DEV] Bug #14220: break doesn't stop foreach from iterating over array

2001-11-25 Thread tim . lokot
From: [EMAIL PROTECTED] Operating system: Win2K PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: break doesn't stop foreach from iterating over array I'm running the following function in conjunction with the DOM XML stuff to create a SAX parser. Trouble is

[PHP-DEV] Bug #14220 Updated: break doesn't stop foreach from iterating over array

2001-11-25 Thread tim . lokot
ID: 14220 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Output Control Operating System: Win2K PHP Version: 4.0.6 New Comment: Code was goofy only been looking at for a few days wondering what was going on Previous Comments:

[PHP-DEV] CVS Account Request: tinenie

2001-11-25 Thread HyungHwa, Jang
translate English document to Korean document ^^ -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #14221: Segmentation fault when using class that accesses member functions & variables.

2001-11-25 Thread nickj
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 7.2 PHP version: 4.0.4pl1 PHP Bug Type: Reproducible crash Bug description: Segmentation fault when using class that accesses member functions & variables. The problem: Segmentation fault when using class that acces

[PHP-DEV] Bug #14134 Updated: Literal -2147483648 should be an int, not a double.

2001-11-25 Thread derick
ID: 14134 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Analyzed Old Bug Type: Variables related Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.6 Assigned To: derick New Comment: Ok, as I have no time to look into a fix (if it's even do-able), I'll explain

[PHP-DEV] Bug #14222: PHP Crashes with weird output often

2001-11-25 Thread mail
From: [EMAIL PROTECTED] Operating system: Windows XP Pro PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: PHP Crashes with weird output often Its like the Bug id #13371, just i found the same thing with Apache 1.3.22. Installed: Apache 1.3.22 PHP 4.0.6

[PHP-DEV] Bug #14214 Updated: getcwd() and `pwd` return wrong directory

2001-11-25 Thread derick
ID: 14214 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Filesystem function related Operating System: Linux PHP Version: 4.0.6 New Comment: What is your configure line? Derick Previous Comments: --

Re: [PHP-DEV] PHP 4.1.0

2001-11-25 Thread Pierre-Alain Joye
On Mon, 26 Nov 2001 04:57:52 +0200 Zeev Suraski <[EMAIL PROTECTED]> wrote: > I packaged PHP 4.1.0. It's based on the RC3 tag, so post-RC3 changes to > the tree were *not* included. It's located on > www.php.net/distributions/php-4.1.0.tar.gz > > Windows builders - if you can provide packages

[PHP-DEV] Bug #14221 Updated: Segmentation fault when using class that accesses member functions & variables.

2001-11-25 Thread derick
ID: 14221 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Linux Mandrake 7.2 PHP Version: 4.0.4pl1 New Comment: Can you try the latest RC from : www.php.net/~zeev/php-4.1.0RC3.tar.gz ? Derick Previous Comments:

[PHP-DEV] Bug #14222 Updated: PHP Crashes with weird output often

2001-11-25 Thread mail
ID: 14222 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Operating System: Windows XP Pro PHP Version: 4.0.6 New Comment: Ah here is an output examle (describet ping ~20). http://tugs.imp.ch/index.html.2 my localhostoutput: http://tug

[PHP-DEV] Bug #14220 Updated: break doesn't stop foreach from iterating over array

2001-11-25 Thread mfischer
ID: 14220 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Output Control Operating System: Win2K PHP Version: 4.0.6 New Comment: We rather call it Bogus than Goofy ;) Previous Comments: ---

[PHP-DEV] Bug #14219: Various documentation suggestions

2001-11-25 Thread axel
From: [EMAIL PROTECTED] Operating system: Linux 2.2.18, Debian PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: Various documentation suggestions The PHP manual is of exceptional high quality and the following are mere suggestions, not real bugs: *

[PHP-DEV] Bug #14009 Updated: ICAP link broken

2001-11-25 Thread georg
ID: 14009 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Documentation problem Operating System: n/a PHP Version: 4.0.6 Old Assigned To: Assigned To: georg New Comment: Seems like ICAP is now part of MCAL. I will check it within next days. Previous