[PHP-DEV] Bug #13789 Updated: strtotime wrong interpretation of GMT dates

2001-10-24 Thread derick
ID: 13789 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Date/time related Operating System: Linux PHP Version: 4.0.6 Old Assigned To: Assigned To: derick Edit this bug report at http://bugs.php.net/?id=13789edit=1 -- PHP Development Mailing

Re: [PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-24 Thread Edin Kadribasic
At 07:55 24-10-01, Rasmus Lerdorf wrote: php_admin_value disable_functions does not work. Works fine from php.ini. It's not supposed to work, it can only work from php.ini. Shouldn't php_admin_value work in VirtualHost part of httpd.conf? It seems that there is something broken there. See

Re: [PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-24 Thread Zeev Suraski
At 09:01 24-10-01, Edin Kadribasic wrote: At 07:55 24-10-01, Rasmus Lerdorf wrote: php_admin_value disable_functions does not work. Works fine from php.ini. It's not supposed to work, it can only work from php.ini. Shouldn't php_admin_value work in VirtualHost part of httpd.conf? It

[PHP-DEV] Bug #13806 Updated: zlib compression is broken?

2001-10-24 Thread sniper
ID: 13806 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Zlib Related Operating System: Linux 2.4.4/glibc 2.2.2 PHP Version: 4.0CVS-2001-10-24 New Comment: I can not reproduce this. Add the relevant php.ini settings here and try also to reduce some

Re: [PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-24 Thread Rasmus Lerdorf
At 07:55 24-10-01, Rasmus Lerdorf wrote: php_admin_value disable_functions does not work. Works fine from php.ini. It's not supposed to work, it can only work from php.ini. Why? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DEV] Bug #13753 Updated: failed session_register in object method

2001-10-24 Thread hholzgra
ID: 13753 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: linux mandrake 8.0 PHP Version: 4.0.6 New Comment: session_register and session_is_registered operate on *names* not *variables* only at request end the list of registered

[PHP-DEV] Bug #13796 Updated: Configure sets both HAVE_GD_STRINGTTF and HAVE_GD_STRINGFT

2001-10-24 Thread johan
ID: 13796 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: GD related Operating System: Linux PHP Version: 4.0CVS-2001-10-23 New Comment: No, still the same problem: $ grep HAVE_GD_STRING main/php_config.h #define HAVE_GD_STRINGFT

[PHP-DEV] Bug #13785 Updated: Compile with MySQL 4.0.0

2001-10-24 Thread autoinfo
ID: 13785 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: MySQL related Operating System: FreeBSD 4.4 Old PHP Version: 4.0CVS-2001-10-22 PHP Version: 4.0CVS-2001-10-24 Old Assigned To: derick Assigned To: New Comment: Now I tested it whith NEW(!!!)

[PHP-DEV] Bug #13808: Session vars not saved

2001-10-24 Thread fabien . dehopre
From: [EMAIL PROTECTED] Operating system: Windows 2000 Pro PHP version: 4.0.6 PHP Bug Type: Session related Bug description: Session vars not saved I use a class to manage member on my site (login, logout, register, ...). When a user login, I want to save a unique id to

[PHP-DEV] Re: [PHP-DB] PHP and MySQL queries...

2001-10-24 Thread Russ Michell
How about using 3 select menus: * One for the day called 'dayselect' * One for the month called 'monthselect; * One for the year called 'yearselect' When you get the values from the selects to perform query's upon, re-arrange the order the dates come in: In your form they'll be in the order:

[PHP-DEV] Bug #13629 (db3 driver init error)

2001-10-24 Thread Daniel BODEA
Confirmed on Linux. Here's the patch I came up with (it defaults to BTrees but that's the default in the original code anyway) dba_db3.c.patch -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-DEV] Bug #13783 Updated: odbc_fetch_into different issue

2001-10-24 Thread Grant . Walters
ID: 13783 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: ODBC related Operating System: SCO Openserver 5.0.5 RH Lnux 7 PHP Version: 4.0.6 Old Assigned To: ahill Assigned To: New Comment: A correction to my previous information: The piece I

[PHP-DEV] Bug #13808 Updated: Session vars not saved

2001-10-24 Thread sniper
ID: 13808 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: Windows 2000 Pro PHP Version: 4.0.6 New Comment: This is not a support forum. Ask support questions on the mailing lists: http://www.php.net/support.php

[PHP-DEV] Bug #13809: Openlink 3.2 and 4.0 odbc_do and single quotes

2001-10-24 Thread Grant . Walters
From: [EMAIL PROTECTED] Operating system: SCO Openserver 5.0.5 RH Lnux 7 PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: Openlink 3.2 and 4.0 odbc_do and single quotes Came across this issue when doing my data conversions. If the fields have single quotes

[PHP-DEV] Bug #13810: Per directory php.ini overrides

2001-10-24 Thread richard
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Per directory php.ini overrides I run a server and have always used .htaccess to modify php settings on a per directory basis. I am now opening my server

[PHP-DEV] Bug #13775 Updated: Segfault (11) with PHP 4.0.6 / Apache 1.3.22

2001-10-24 Thread sniper
ID: 13775 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: GD related Operating System: Linux - SuSE 7.2 PHP Version: 4.0.6 and 4.2.0-dev New Comment: The bug clearly is in either the gd library or png library and not in PHP - Bogus. Please report

[PHP-DEV] Bug #13796 Updated: Configure sets both HAVE_GD_STRINGTTF and HAVE_GD_STRINGFT

2001-10-24 Thread sniper
ID: 13796 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: Linux PHP Version: 4.0CVS-2001-10-23 New Comment: Sorry, I didn't notice that you're using invalid configure option value here. --with-freetype-dir expects the

[PHP-DEV] Bug #13811: Fatal error: Call to undefined function: xmldocfile()

2001-10-24 Thread control1
From: [EMAIL PROTECTED] Operating system: NT2000 PHP version: 4.0.6 PHP Bug Type: DOM XML related Bug description: Fatal error: Call to undefined function: xmldocfile() // data file $file = library.xml; // create a document object $dom = xmldocfile($file); Display

[PHP-DEV] Bug #13674 Updated: build/buildcheck.sh fails if automake version strings contains dashes

2001-10-24 Thread sniper
ID: 13674 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: *Configuration Issues Operating System: RedHat Linux 6.2 + updates PHP Version: 4.0.6 New Comment: This is fixed in CVS long time ago. :) --Jani Previous Comments:

[PHP-DEV] Bug #13811 Updated: Fatal error: Call to undefined function: xmldocfile()

2001-10-24 Thread sniper
ID: 13811 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: DOM XML related Operating System: NT2000 PHP Version: 4.0.6 New Comment: Please ask support questions on the mailing lists: http://www.php.net/support.php hint: Enable php_domxml.dll in

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

2001-10-24 Thread sniper
ID: 13119 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: Linux 2.4.9 PHP Version: 4.0.6 New Comment: I can not reproduce this with GD 1.8.3 and latest CVS. --Jani Previous Comments:

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

2001-10-24 Thread sniper
ID: 13119 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: GD related Operating System: Linux 2.4.9 PHP Version: 4.0.6 Previous Comments: [2001-09-06 20:54:14] [EMAIL

[PHP-DEV] Bug #13796 Updated: Configure sets both HAVE_GD_STRINGTTF and HAVE_GD_STRINGFT

2001-10-24 Thread johan
ID: 13796 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: GD related Operating System: Linux PHP Version: 4.0CVS-2001-10-23 New Comment: Yes, GD is compiled with freetype 2. Please observe that everything works perfectly when I edit

[PHP-DEV] Bug #13796 Updated: Configure sets both HAVE_GD_STRINGTTF and HAVE_GD_STRINGFT

2001-10-24 Thread sniper
ID: 13796 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: Linux PHP Version: 4.0CVS-2001-10-23 New Comment: Please check your system for all libg.a (or .so) files. You most likely have old one there somewhere. And if

[PHP-DEV] Bug #12300 Updated: exec() family problems

2001-10-24 Thread sander
ID: 12300 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Program Execution Operating System: Win98 PHP Version: 4.0.6 New Comment: Can you try the latest CVS? Or a development-binary from http://208.44.124.20/php-dev-win/ Does this problem still

[PHP-DEV] Bug #13796 Updated: Configure sets both HAVE_GD_STRINGTTF and HAVE_GD_STRINGFT

2001-10-24 Thread sniper
ID: 13796 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: GD related Operating System: Linux PHP Version: 4.0CVS-2001-10-23 New Comment: Thank you for noticing that bug (2.). Fixed in CVS now. I had introduced it myself. :( --Jani Previous

Re: [PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-24 Thread Zeev Suraski
At 09:30 24-10-01, Rasmus Lerdorf wrote: At 07:55 24-10-01, Rasmus Lerdorf wrote: php_admin_value disable_functions does not work. Works fine from php.ini. It's not supposed to work, it can only work from php.ini. Why? Look at the code... It's really designed to be a one-time thing,

[PHP-DEV] Massive memory leak? (4.1.0RC1)

2001-10-24 Thread Yasuo Ohgaki
Stig S. Bakken wrote: The two remaining critical bugs are not a reason to not roll 4.1.0RC1 (one is windows build-specific, the other does not apply for the release branch). Unless anyone objects, I'll roll 4.1.0RC1 tonight. - Stig While I'm playing with Bug #13806, many memory leaks

[PHP-DEV] Current CVS + Apache2 on Linux

2001-10-24 Thread Sebastian Bergmann
dl.c: In function `zif_dl': dl.c:79: structure has no member named `full_tables_cleanup' -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing

[PHP-DEV] Bug #13812: file_exists bug in NTFS filesystem

2001-10-24 Thread exman
From: [EMAIL PROTECTED] Operating system: Window NT/2000 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: file_exists bug in NTFS filesystem not available file_exists function in NTFS filesystem. Return value is only false. -- Edit bug report at:

[PHP-DEV] Bug #13812 Updated: file_exists() bug in NTFS filesystem

2001-10-24 Thread exman
ID: 13812 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: file_exists bug in NTFS filesystem Status: Open Bug Type: Unknown/Other Function Operating System: Window NT/2000 PHP Version: 4.0.6 New Comment: not available file_exists function in NTFS filesystem.

Re: [PHP-DEV] Current CVS + Apache2 on Linux

2001-10-24 Thread Zeev Suraski
At 13:09 24-10-01, Sebastian Bergmann wrote: dl.c: In function `zif_dl': dl.c:79: structure has no member named `full_tables_cleanup' You didn't update your Zend dir... -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP-DEV] Bug #13779 Updated: Tranformations do not work

2001-10-24 Thread lenar
ID: 13779 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: XSLT related Operating System: Debian PHP Version: 4.1.0RC1 New Comment: Ignore. Messed the order of xsl and xml parameters. Previous Comments:

[PHP-DEV] Re: Bug #13674 Updated: build/buildcheck.sh fails if automake versionstrings contains dashes

2001-10-24 Thread Marco Colombo
On 24 Oct 2001, Bug Database wrote: ID: 13674 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: *Configuration Issues Operating System: RedHat Linux 6.2 + updates PHP Version: 4.0.6 New Comment: This is fixed in CVS long time ago. :)

[PHP-DEV] Bug #13806 Updated: zlib compression is broken?

2001-10-24 Thread yasuo_ohgaki
ID: 13806 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Zlib Related Operating System: Linux 2.4.4/glibc 2.2.2 PHP Version: 4.0CVS-2001-10-24 New Comment: This is not exactly what I've reported, but if following problem is fixed,

[PHP-DEV] Bug #12300 Updated: exec() family problems

2001-10-24 Thread marv
ID: 12300 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Program Execution Operating System: Win98 PHP Version: 4.0.6 New Comment: Tried it on 4.0.7, 4.1RC1a (with the win patch) and 4.2-dev Failed on the lot of them with same

Re: [PHP-DEV] phpinfo() : Why no PHP Zend image when expose_php=off?

2001-10-24 Thread Zeev Suraski
Yes, it's quite intentional. Because there is no way to embed images within HTML, the way PHP displays these images is by detecting a special kind of input string. If this input string is detected, PHP spits out the PHP or Zend image, as necessary. Since this allows remote users to detect

[PHP-DEV] Bug #13813: Character '+' used as argv separator in sapi version

2001-10-24 Thread rxdev
From: [EMAIL PROTECTED] Operating system: Linux 2.2.19 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: Character '+' used as argv separator in sapi version The '+' character is used as argv separator in the sapi version of PHP4. Therefore,

[PHP-DEV] Bug #13814: missing required flags for Compaq compiler

2001-10-24 Thread long
From: [EMAIL PROTECTED] Operating system: Compaq Tru64 4.0F PK3 PHP version: 4.0CVS-2001-10-24 PHP Bug Type: Unknown/Other Function Bug description: missing required flags for Compaq compiler See bug #8871 for the background on this bug. I'm unable to update that bug due

Re: [PHP-DEV] phpinfo() : Why no PHP Zend image when expose_php=off?

2001-10-24 Thread Yasuo Ohgaki
Okay. I was just curious why phpinfo() behaves differently, since 4.0.6 always shows images. IIRC. I thought mbstr-enc-trans is doing something wrong for the images at first :( -- Yasuo Ohgaki Zeev Suraski wrote: Yes, it's quite intentional. Because there is no way to embed images

Re: [PHP-DEV] phpinfo() : Why no PHP Zend image when expose_php=off?

2001-10-24 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Okay. I was just curious why phpinfo() behaves differently, since 4.0.6 always shows images. IIRC. I thought mbstr-enc-trans is doing something wrong for the images at first :( Oops. I meant mbstring, not mbstr-enc-trans. mbstr-enc-trans is for HTTP input char

[PHP-DEV] Bug #13815: apache-module doesn't compile

2001-10-24 Thread sander
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0CVS-2001-10-24 PHP Bug Type: Compile Failure Bug description: apache-module doesn't compile Compiling a CGI-binary works fine. During compilation of the apache-module, I got the following warnings

RE: [PHP-DEV] phpinfo() : Why no PHP Zend image when expose_php=off?

2001-10-24 Thread Robinson, Mike
Title: RE: [PHP-DEV] phpinfo() : Why no PHP Zend image when expose_php=off? I'll have to remember this come April 1st so I can see the next version of 'hide the bread sticks'. ;) Mike Robinson IT / Developer - Toronto Star TV Phone: 416.945.8786 Fax: 416.869.4566 Email: [EMAIL PROTECTED]

Re: [PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-24 Thread Rasmus Lerdorf
At 09:30 24-10-01, Rasmus Lerdorf wrote: At 07:55 24-10-01, Rasmus Lerdorf wrote: php_admin_value disable_functions does not work. Works fine from php.ini. It's not supposed to work, it can only work from php.ini. Why? Look at the code... It's really designed to be a one-time

[PHP-DEV] CVS Account Request: khaled

2001-10-24 Thread Khaled Najeh
I want to participate in the PHP development using CVS. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-24 Thread Zeev Suraski
At 17:44 24-10-01, Rasmus Lerdorf wrote: At 09:30 24-10-01, Rasmus Lerdorf wrote: At 07:55 24-10-01, Rasmus Lerdorf wrote: php_admin_value disable_functions does not work. Works fine from php.ini. It's not supposed to work, it can only work from php.ini. Why? Look at

Re: [PHP-DEV] Current CVS + Apache2 on Linux

2001-10-24 Thread Sebastian Bergmann
Zeev Suraski wrote: You didn't update your Zend dir... True, although I thought I had. Works now. PS: Can anyone explain why cvs does not update Zend, ZendEngine2 and TSRM, when invoked inside the php4/ directory? I have the afore- mentioned directories inside the php/

Re: [PHP-DEV] Current CVS + Apache2 on Linux

2001-10-24 Thread Rasmus Lerdorf
PS: Can anyone explain why cvs does not update Zend, ZendEngine2 and TSRM, when invoked inside the php4/ directory? I have the afore- mentioned directories inside the php/ directory. This works fine on Windows, but not on Linux, as I learned today :-/ cvs upd -dP -Rasmus

[PHP-DEV] Bug #13816: Accessing a static HTML page crashes Apache

2001-10-24 Thread lupe
From: [EMAIL PROTECTED] Operating system: Solaris 8 SPARC PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Accessing a static HTML page crashes Apache Config: Apache 1.3.22, mod_perl 1.26 with perl 5.6.1, PHP 4.0.6, Sun E250, Solaris 8 PHP

Re: [PHP-DEV] Current CVS + Apache2 on Linux

2001-10-24 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: cvs upd -dP Damn, I knew I forgot something when I last set up my Linux box from scratch. Must've been the cvsrc file :-) Thanks, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you?

[PHP-DEV] Bug #13817: odbc_exec doesn't allow stored procedures to return results

2001-10-24 Thread phpbugs
From: [EMAIL PROTECTED] Operating system: IIS4 on Win NT PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: odbc_exec doesn't allow stored procedures to return results This is probably the same bug that is mentioned in Bug id #5458. As a result, the same

[PHP-DEV] Bug #13818: safe mode wrong uid -1

2001-10-24 Thread ballen
From: [EMAIL PROTECTED] Operating system: solaris PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: safe mode wrong uid -1 I could not find any reference on the newsgroups to the following error we are getting when safe mode is on: Warning: SAFE MODE

[PHP-DEV] Bug #13377 Updated: image copyresampled doesn't use srcx and srcy

2001-10-24 Thread sander
ID: 13377 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: GD related Operating System: Linux and win98 PHP Version: 4.0.6 New Comment: Duplicate of 12780. Previous Comments:

[PHP-DEV] Bug #13609 Updated: ORA-12612 / Supplied argument is not a valid OCI8-Connection

2001-10-24 Thread rhollis
ID: 13609 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: OCI8 related Operating System: RH6.2/Linux Mandrake 8 PHP Version: 4.0.6 New Comment: Problem does not occur when using third parameter or OCILogon. Richard Previous

[PHP-DEV] Bug #13564 Updated: Every 5-10 page requests to page with OCI8 calls ends in segmentation fault

2001-10-24 Thread rhollis
ID: 13564 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: OCI8 related Operating System: Linux Mandrake 8 RH6.2 PHP Version: 4.0.6 New Comment: Problem does not occur when using third parameter of OCILogon. Richard

[PHP-DEV] Bug #12629 Updated: small compile errors

2001-10-24 Thread sniper
ID: 12629 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: SCO OpenServer 5.x PHP Version: 4.0CVS-2001-08-07 New Comment: As using following worked with latest CVS, I'm closing this bug. This is not actually a bug

[PHP-DEV] Bug #13779 Updated: Tranformations do not work

2001-10-24 Thread sniper
ID: 13779 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: XSLT related Operating System: Debian PHP Version: 4.1.0RC1 New Comment: user error - bogus Previous Comments:

[PHP-DEV] expat and Namespaces

2001-10-24 Thread l0t3k
Does the bundled expat handle namespaces ? l0t3k -- PHP Development Mailing List http://www.php.net/ 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 #13819: MSSQL+SYBASE won't work

2001-10-24 Thread utirpan
From: [EMAIL PROTECTED] Operating system: Windows NT/2000 PHP version: 4.0.6 PHP Bug Type: Sybase-ct (ctlib) related Bug description: MSSQL+SYBASE won't work Have MSSQL(7.0) and SYBASE(11.1.1) clients installed on my NT box(SP6a), having PHP 4.0.6 and Apache. Using PHP, I

Re: [PHP-DEV] Massive memory leak? (4.1.0RC1)

2001-10-24 Thread Yasuo Ohgaki
Jani Taskinen wrote: I can not reproduce this. Could you tell me your zlib version (and OS, glibc, if you are using Linux) -- Yasuo Ohgaki --Jani On Wed, 24 Oct 2001, Yasuo Ohgaki wrote: Stig S. Bakken wrote: The two remaining critical bugs are not a reason to not roll

[PHP-DEV] Bug #13718 Updated: form elements with same name problem

2001-10-24 Thread jone1941
ID: 13718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.6 New Comment: I'm sorry to keep bringing this issue to light, but this actually would mimic that of your existing functionality.

[PHP-DEV] Bug #13820: dso model with apache can't be load

2001-10-24 Thread znsoftm
From: [EMAIL PROTECTED] Operating system: solaris 2.7 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: dso model with apache can't be load apache report that php dso module can't be load. php module can't link to ld.so.1 my OS is solaris 2.7

[PHP-DEV] Bug #13820 Updated: dso model with apache can't be load

2001-10-24 Thread sniper
ID: 13820 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: solaris 2.7 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] Bug #13810 Updated: Per directory php.ini overrides

2001-10-24 Thread richard
ID: 13810 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.6 New Comment: I tried writing wrappers for PHP that called it with -d OPTION, and -s to show source, and then creating an apache

[PHP-DEV] Hebcal - hebrew calendar functions and holidays - need someone tomake into a php extension

2001-10-24 Thread Ronnie Schwartz
There is a really nice program that has everything one needs in a jewish calendar. I would like someone to make it into a php extension. A site using the software can be seen at: http://www.hebcal.com/hebcal/ The source code is available at: http://www.sadinoff.com/hebcal/ If these functions

Re: [PHP-DEV] Bug #13718 Updated: form elements with same name problem

2001-10-24 Thread Markus Fischer
I can't reproduce this with neither with current CVS nor with 4.0.6. Can you post a small reproduceable example ? - Markus ps: no idea, php.bugs won't accept my cvs user/pass On Wed, Oct 24, 2001 at 10:58:57PM -, [EMAIL PROTECTED] wrote : ID: 13718 User updated by: [EMAIL PROTECTED]