[PHP-DEV] Bug #11815 Updated: ASP/ColdFusion Application type freature

2001-06-30 Thread joey
ID: 11815 Updated by: joey Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.6 Assigned To: Comments: I'm closing this because I'm pretty sure you can get what you are looking for by combining the php.ini setting

[PHP-DEV] Bug #10953 Updated: PHP WinHelp bug

2001-06-30 Thread goba
ID: 10953 Updated by: goba Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: I can't reproduce your problems on my PC. Is this still a problem with the actual chms? Previous Comments:

Re: [PHP-DEV] switch, equality and preg_match

2001-06-30 Thread Joey Smith
I can answer #2 for you... http://php.net/manual/en/language.types.type-juggling.php http://php.net/manual/en/language.types.string.php#language.types.string.conversion An excerpt from "String Conversion": The value is given by the initial portion of the string. If the string starts with valid

[PHP-DEV] Bug #11817: segfault in mhash_keygen_s2k()

2001-06-30 Thread graeme
From: [EMAIL PROTECTED] Operating system: Linux i386 PHP version: 4.0 Latest CVS (2001-07-01) PHP Bug Type: mhash related Bug description: segfault in mhash_keygen_s2k() According to the PHP docs, the salt parameter hasa fixed length of 8 bytes. Using lengths over 8 bytes c

[PHP-DEV] Re: [Zend Engine 2] Don't loose sight of the big picture

2001-06-30 Thread Zak Greant
Zeev wrote: [snip] > >On another matter, does the big change to the engine mark a good time to make > >a concerted effort on tidying the language up a bit? I refer to the business > >of case sensitivity for function names, consistency with the order of > >arguments to functions, and consistency ac

[PHP-DEV] Ò»¸öÓòÃû6¸öÍøÕ¾(ÓòÃû×¢²á´óÓÅ»Ý)

2001-06-30 Thread ÍøÂçʱ´ú Today'Network
×𾴵Ŀͻ§£ºÄúºÃ! ·²ÔÚ6ÔÂ23ºÅµ½7ÔÂ23ºÅÖ®¼äÔÚToday's NetworkÍê³É¹úÄÚ¡¢¹ú¼Ê¡¢ÐÂÓòÃû×¢²á£¬¾Í¿ÉÒÔÒ»¸öÓòÃû¾ÍÄÜͬʱ½¨Á¢Áù¸öÍøÕ¾,Ò²¾ÍÊÇ˵´Î¼¶ÓòÃûÊýÓÉÔ­À´µÄ3¸ö±äΪ6¸ö!ÔÙ¼ÓÉÏVDNSÌØÓеÄÈýÖÖÖ¸Ïò¹¦ÄÜ£¬Òª½¨Éè×Ô¼ºµÄδÀ´ÍøÒ׺ÍËѺü£¬¾ÍÒª´ÓÏÖÔÚ¿ªÊ¼£¡ »¥ÁªÍøÉÏÿÁ½ÃëÖ־ͻáÏûʧһ¸öÓòÃû£¡Í¶×Ê×Ô¼ºµÄÍøÂ

[PHP-DEV] Bug #11816 Updated: Page not found for MSIE in SSL mode

2001-06-30 Thread sniper
ID: 11816 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Apache related Operating system: PHP Version: 4.0.6 Assigned To: Comments: This is not PHP bug. Ask support questions on [EMAIL PROTECTED] Previous Comments: ---

[PHP-DEV] Bug #11816: Page not found for MSIE in SSL mode

2001-06-30 Thread okkif
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: Page not found for MSIE in SSL mode I am using MSIE 5.5, with web-hosting apache. When do the secure connection SSL, sometime, it displays: Page Not Found. I fin

[PHP-DEV] Bug #11806 Updated: Using $string = md5($string); crashed HTTP child processes

2001-06-30 Thread joe
ID: 11806 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproducible crash Operating system: Linux 2.2.16 PHP Version: 4.0.6 Description: Using $string = md5($string); crashed HTTP child processes Update: I have compiled php-4.0.6 with --enable-debug to try and

[PHP-DEV] sybase-ct extension hangs when querying mssql

2001-06-30 Thread Joey Smith
I have been unable to duplicate this when querying a sybase server. If someone could provide a MSSQL server that I can run some queries against in order to track down this bug, I will see what I can do to locate it. In the meantime, I don't think that it's wise to point people to FreeTDS as we kno

[PHP-DEV] Bug #7881 Updated: sybase-ct does not report server errors

2001-06-30 Thread joey
ID: 7881 Updated by: joey Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sybase-ct (ctlib) related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: #1: Use the MSSQL extension, not Sybase-ct. #2: Try a newer version of PHP. Since this bug belongs in n

[PHP-DEV] Bug #11815: ASP/ColdFusion Application type freature

2001-06-30 Thread jocke
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: ASP/ColdFusion Application type freature I'd like PHP to have a feature that behaves similar to ASPs Application (global.asa) file. For example if I want

[PHP-DEV] switch, equality and preg_match

2001-06-30 Thread chrism
I encountered a problem where the result of a preg_match was FALSE. This was fed into a switch statement - and I believe PHP executed the the wrong case section. I've tracked this down to preg_match not really returning FALSE combined with SWITCH executing the first case statement always on eithe

[PHP-DEV] Bug #11814: ImageCreate not backward compatible

2001-06-30 Thread steve
From: [EMAIL PROTECTED] Operating system: Win NT 4.0 PHP version: 4.0.6 PHP Bug Type: *Graphics related Bug description: ImageCreate not backward compatible This script worked fine in 4.0.4, but produces a bad color-shift in 4.0.6: $srcImage = ImageCreateFromJPEG( $srcImgNa

[PHP-DEV] Bug #11813: ImageGammaCorrect no longer works

2001-06-30 Thread steve
From: [EMAIL PROTECTED] Operating system: Win NT 4.0 PHP version: 4.0.6 PHP Bug Type: *Graphics related Bug description: ImageGammaCorrect no longer works A script that worked in PHP 4.0.4 no longer works in PHP 4.0.6 (with the php_gd.dll bundled with the Win32 binaries).

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

2001-06-30 Thread sniper
ID: 8398 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: MSSQL related Operating system: PHP Version: 4.0.4 Assigned To: Comments: Previous Comments: --- [2000-12-24 03:24:08

[PHP-DEV] Bug #11810 Updated: unable to load dynamic library

2001-06-30 Thread sniper
ID: 11810 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: For example for Oracle modules, you need to have the oracle client libs in your system for them to work.

[PHP-DEV] Bug #11812 Updated: mail function

2001-06-30 Thread mike_comp
ID: 11812 User Update by: [EMAIL PROTECTED] Status: Suspended Bug Type: Feature/Change Request Operating system: Win ME PHP Version: 4.0.6 Description: mail function ok thanks. ill work around it until it is fixed Previous Comments: ---

[PHP-DEV] Bug #11812 Updated: mail function

2001-06-30 Thread derick
ID: 11812 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Suspended Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.6 Assigned To: Comments: This is hardcoded in the Windows mail sending code. This will be addressed as soon as it gets rewritten.

[PHP-DEV] Bug #11811 Updated: Cannot use ImageCopyResampled(), wrong GD version Reported

2001-06-30 Thread derick
ID: 11811 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: GD related Operating system: PHP Version: 4.0.6 Assigned To: Comments: User fixed it himself. Seemed some gd strangeness. Previous Comments: ---

[PHP-DEV] Bug #11812: mail function

2001-06-30 Thread mike_comp
From: [EMAIL PROTECTED] Operating system: Win ME PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: mail function I'm running an smtp server on my computer but it is on port 26 not 25. I tried putting 127.0.0.1:26 at the smtp server in php.ini but it f

[PHP-DEV] Bug #11811 Updated: Cannot use ImageCopyResampled(), wrong GD version Reported

2001-06-30 Thread matt
ID: 11811 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: GD related Operating system: Cobalt Linux 5.0 (Kernel 2.2.14C PHP Version: 4.0.6 Description: Cannot use ImageCopyResampled(), wrong GD version Reported Upon examining the config.log file, I discovered that co

[PHP-DEV] mirror php and zend cvs trees.

2001-06-30 Thread jbarbee
hi, i need to maintain a local mirror of php as well as zend. i've tried rsyncing from rsync://rsync.php.net/php4 but all i have is a checked out version the source, no ,v files. i've tried using cvsup against CVSup.php.net as well as cvs.php.net and i immediately get connection refused. so ho

[PHP-DEV] Bug #11796 Updated: get_meta_tags doesn't work when the title tag consists of single quote

2001-06-30 Thread elixer
ID: 11796 Updated by: elixer Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.5 Assigned To: elixer Comments: Fixed in latest CVS. Thank you for your report. Previous Comments: ---

[PHP-DEV] Bug #8642 Updated: mssql fetch array bug

2001-06-30 Thread fmk
ID: 8642 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.4 Assigned To: Comments: This error can not be reproduces with php 4.0.6. PLease update to the latest version. Previous Comments: -

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

2001-06-30 Thread fmk
ID: 8398 Updated by: fmk Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MSSQL related Operating system: PHP Version: 4.0.4 Assigned To: Comments: Could you provide some saple code. When I do a mssql_query("RAISERROR ('Test', 15, 1) with nowait"); I get the error message right away.

[PHP-DEV] Bug #7088 Updated: mssql_fetch_row

2001-06-30 Thread fmk
ID: 7088 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.2 Assigned To: Comments: This is not a bug in the php extension, but a limmitation in the libraries provides by Microsoft. Previous Comments:

[PHP-DEV] Bug #10889 Updated: mssql_fetch_array - IDENTITY values returned as string with padded NULL chars

2001-06-30 Thread fmk
ID: 10889 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Update to php 4.0.6, and use the php.ini setting mssql.compatability_mode = Off to specify that you will have all da

[PHP-DEV] Bug #9438 Updated: Error retrieving image field from MSSQL database

2001-06-30 Thread fmk
ID: 9438 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Handling of binary data is changed for php4.0.6. Please update and try again. Previous Comments: --

[PHP-DEV] Bug #9854 Updated: Empty strings get returned as single spaces

2001-06-30 Thread fmk
ID: 9854 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Handling of NULL columns is fixed in php 4.0.6 Previous Comments: -

[PHP-DEV] Bug #9855 Updated: Return column data with correct type

2001-06-30 Thread fmk
ID: 9855 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Update to php4.0.6, and you will find what you are asking for. The setting mssql.compatability_mode in php.ini can be

[PHP-DEV] Bug #11811 Updated: Cannot use ImageCopyResampled(), wrong GD version Reported

2001-06-30 Thread derick
ID: 11811 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: GD related Operating system: PHP Version: 4.0.6 Assigned To: Comments: Can you email me the config.log file? And are you absolutely sure all old gd header files are removed? Derick Previ

[PHP-DEV] Bug #10177 Updated: IIS 5.0 can not start with enabled mssql70 extension

2001-06-30 Thread fmk
ID: 10177 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Install the client tools for MSSQL Server before using the extension. The client tools can be installed from the MSS

[PHP-DEV] Bug #11811 Updated: Cannot use ImageCopyResampled(), wrong GD version Reported

2001-06-30 Thread rasmus
ID: 11811 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating system: PHP Version: 4.0.6 Assigned To: Comments: Did you remove the config.cache file? Previous Comments: --- [2001-

[PHP-DEV] Bug #10201 Updated: php_mssql70.dll cannot be loaded

2001-06-30 Thread fmk
ID: 10201 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: If you don have the client tools for MSSQL Server installed on the server, the php extension will not load. You get

[PHP-DEV] Bug #10901 Updated: mssql.min_error_severity or mssql.min_message_severity have no effect

2001-06-30 Thread fmk
ID: 10901 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Using mssql_get_last_message will allways retune the last server message. Setting mssql.min_message_severity and mssql.mi

[PHP-DEV] Bug #11811: Cannot use ImageCopyResampled(), wrong GD version Reported

2001-06-30 Thread matt
From: [EMAIL PROTECTED] Operating system: Cobalt Linux 5.0 (Kernel 2.2.14C5) PHP version: 4.0.6 PHP Bug Type: GD related Bug description: Cannot use ImageCopyResampled(), wrong GD version Reported I previously ran GD 1.8.3 with PHP 4.0.5, then upgraded to GD 2.0.1 and PHP 4.

[PHP-DEV] Bug #11171 Updated: Faulty MSSQL-queries locks PHP

2001-06-30 Thread fmk
ID: 11171 Updated by: fmk Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: MSSQL related Bug Type: Sybase (dblib) related Operating system: PHP Version: 4.0.5 Assigned To: Comments: This is not related to the mssql extension. You are using the sybase extension. Previous Comments:

[PHP-DEV] Bug #11105 Updated: Does not compile MSSQL extension

2001-06-30 Thread fmk
ID: 11105 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: The MSSQL extension is not available on Solaris (Only windows) You could use the sybase functions together with FreeTDS

[PHP-DEV] Bug #10347 Updated: Core Dump when selecting TIMESTAMP with FreeTDS and SQL Server

2001-06-30 Thread fmk
ID: 10347 Updated by: fmk Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: MSSQL related Bug Type: Sybase (dblib) related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This is not related to the mssql extension. You are using the sybase extension. Previous Comments: -

[PHP-DEV] Bug #9402 Updated: never ending cycle

2001-06-30 Thread fmk
ID: 9402 Updated by: fmk Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: MSSQL related Bug Type: Sybase (dblib) related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This is not related to the mssql extension. You are using the sybase extension. Previous Comments: --

[PHP-DEV] Bug #9244 Updated: sybase-ct does not report MSSQL-server errors

2001-06-30 Thread fmk
ID: 9244 Updated by: fmk Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: MSSQL related Bug Type: Sybase (dblib) related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This is not related to the mssql extension. You are using the sybase extension. Previous Comments: --

[PHP-DEV] Bug #9171 Updated: Query Timeout

2001-06-30 Thread fmk
ID: 9171 Updated by: fmk Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: MSSQL related Bug Type: Sybase (dblib) related Operating system: PHP Version: 4.0.0 Assigned To: Comments: This is not related to the mssql extension. You are using the sybase extension. Previous Comments: -

[PHP-DEV] Bug #8349 Updated: Accessing a text field

2001-06-30 Thread fmk
ID: 8349 Updated by: fmk Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: MSSQL related Bug Type: Sybase (dblib) related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: This is not related to the mssql extension. You are using the sybase extension. Previous Comments: --

[PHP-DEV] Bug #11188 Updated: translate national characters in freeeTDS-driver

2001-06-30 Thread fmk
ID: 11188 Updated by: fmk Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: MSSQL related Bug Type: Sybase (dblib) related Operating system: PHP Version: 4.0.5 Assigned To: Comments: This is not related to the mssql extension. You are using the sybase extension. Previous Comments:

[PHP-DEV] Bug #7881 Updated: sybase-ct does not report server errors

2001-06-30 Thread fmk
ID: 7881 Updated by: fmk Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: MSSQL related Bug Type: Sybase-ct (ctlib) related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: This is not related to the mssql extension. You are using the sybase extension. Previous Comments:

[PHP-DEV] Bug #11045 Updated: Odd MSSQL errors about 25% of the time

2001-06-30 Thread fmk
ID: 11045 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: An error in mssql_pconnect() was fixed in php 4.0.6. Please update and try again. Previous Comments:

[PHP-DEV] Bug #8086 Updated: query link identifiers are not usable

2001-06-30 Thread fmk
ID: 8086 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: Update to latest version. All link identifiers has been changed from integers to resources. Previous Comments: ---

[PHP-DEV] Bug #11810: unable to load dynamic library

2001-06-30 Thread delolwai1121
From: [EMAIL PROTECTED] Operating system: win2000 advanced server with SP2 PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: unable to load dynamic library when i test whether the PHP work or not with the test.php with code , it will show the error m

[PHP-DEV] Bug #9379 Updated: mssql_query can't get result

2001-06-30 Thread fmk
ID: 9379 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: This is not a bug in the extension. You are sending queries to the server that causes the server to report errors. Pre

[PHP-DEV] Bug #10413 Updated: Error retrieving image field from MSSQL database

2001-06-30 Thread fmk
ID: 10413 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Handling of binary data was changed in php4.0.6. Please update and try again. Previous Comments: -

[PHP-DEV] Bug #11730 Updated: Cannot use uniqueidentifier

2001-06-30 Thread fmk
ID: 11730 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.6 Assigned To: Comments: UNIQUEIDENTIFYER is an alias for a 16 byte binary and as the support for binary data was changed between 4.0.5 and 4.0.6,

[PHP-DEV] Bug #8777 Updated: Error in mssql_query

2001-06-30 Thread fmk
ID: 8777 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Update to latest version. The return value for mssql_query has been fixed. Previous Comments: -

[PHP-DEV] Bug #8810 Updated: Access violation with mssql.allow_persistent = on

2001-06-30 Thread fmk
ID: 8810 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: The function mssql_pconnect() has been fixed in php4.0.6. Please update and try again. Previous Comments: -

[PHP-DEV] Bug #7780 Updated: Return of "Text" field returns only 4kB, but only in ISAPI-Mode

2001-06-30 Thread fmk
ID: 7780 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: This has been fixed. When running the ISAPI module, the php.ini file was not read correctly. Upgrade to latest version

[PHP-DEV] Bug #10824 Updated: does not return more than 256 chars from a varchar

2001-06-30 Thread fmk
ID: 10824 Updated by: fmk Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This is not a bug in the php extension. The library used to connect to SQL Server soes not allow warchar columns to be

[PHP-DEV] Bug #11776 Updated: filestat.c:`php_if_diskfreespace': storage size of `buf' isn't known

2001-06-30 Thread sniper
ID: 11776 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Duplicate Bug Type: Compile Failure Operating system: PHP Version: 4.0.6 Assigned To: Comments: duplicate of #11790 Previous Comments:

[PHP-DEV] Bug #11790 Updated: Error compiling PHP

2001-06-30 Thread sniper
ID: 11790 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Open Bug Type: Compile Failure Operating system: PHP Version: 4.0.6 Assigned To: Comments: let's keep this one open and make the other one duplicate. Previous Comments: -

Re: [PHP-DEV] Bug #11809 Updated: Make install fails: apxs: error: unknown option: S

2001-06-30 Thread Wez Furlong
On 30/06/01, [EMAIL PROTECTED] wrote: > I use Apache 1.3.2 on a Cobalt RaQ2 > Apache 1.3.2 is really old, please update it to a newer version, i.e. 1.3.20. Upgrading Apache on cobalt boxes invalidates the warranty; Cobalt do some wierdo stuff to apache so that their integrated web-based manageme

[PHP-DEV] Bug #11766 Updated: Unable to save result set in

2001-06-30 Thread sniper
ID: 11766 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Bogus Bug Type: MySQL related Operating system: PHP Version: 4.0.6 Assigned To: Comments: Previous Comments: --- [2001-06-28 21:27

[PHP-DEV] Bug #11809 Updated: Make install fails: apxs: error: unknown option: S

2001-06-30 Thread derick
ID: 11809 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Operating system: PHP Version: 4.0.6 Assigned To: Comments: Apache 1.3.2 is really old, please update it to a newer version, i.e. 1.3.20. Previous Comments: ---

[PHP-DEV] Bug #11808 Updated: any php program cant be exe. a masseg cannot execute html file .....

2001-06-30 Thread derick
ID: 11808 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: PWS related Operating system: PHP Version: 4.0.4 Assigned To: Comments: I was unable to parse your sentence. Previous Comments: -

[PHP-DEV] safe_mode behavior modification request

2001-06-30 Thread Olivier PRENANT
Hi list, I'd like to submit the problem I have and the idea to circonvent it. I host web site. Those sites belong to different peapole (login) Putting safe_mode on breaks the loading of any file in include_path variable because there's no chances that they could belong to the script owner. Ther

[PHP-DEV] CVS Account Request

2001-06-30 Thread CVS Account Request
Full name: Johannes Froemter Email: [EMAIL PROTECTED] ID: j-f Purpose: I want to assist bugfixing, translating and maintaining the (german) PHP manual. Proponent: Martin Jansen Request #: 2 -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DEV] PHP 3.0 Bug Summary Report

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

[PHP-DEV] Bug #11790 Updated: Error compiling PHP

2001-06-30 Thread rmang
ID: 11790 User Update by: [EMAIL PROTECTED] Status: Duplicate Bug Type: Compile Failure Operating system: Redhat Linux 5.x PHP Version: 4.0.6 Description: Error compiling PHP It is similar to bug report 11776, however, my Redhat Linux install is verified to be a true and correct install. I am wo

[PHP-DEV] Bug #11796 Updated: get_meta_tags doesn't work when the title tag consists of single quote

2001-06-30 Thread elixer
ID: 11796 Updated by: elixer Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Assigned Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.5 Assigned To: elixer Comments: I'll take this one. Previous Comments: --

[PHP-DEV] Bug #11632 Updated: Bad Request on most Sites

2001-06-30 Thread cynic
ID: 11632 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Bogus Status: Open Bug Type: HTTP related Operating system: PHP Version: 4.0.6 Assigned To: Comments: Ah, sorry, I should've read the whole PR. Previous Comments:

[PHP-DEV] Bug #11632 Updated: Bad Request on most Sites

2001-06-30 Thread cynic
ID: 11632 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: HTTP related Operating system: PHP Version: 4.0.6 Assigned To: Comments: Maybe you should read related documentation (the Apache manual would do if the HTTP RFC is too hard to congest for you).

[PHP-DEV] Bug #11793 Updated: file_exists() and friends

2001-06-30 Thread sniper
ID: 11793 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: Previous Comments: --- [2001-06-

[PHP-DEV] Bug #11703 Updated: Failed opening prepend.php3

2001-06-30 Thread sniper
ID: 11703 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: I don't see it here. You have to attach it to this bug report.. Previous Comments:

[PHP-DEV] Bug #11763 Updated: odbc_exec() throws ISE 500 error

2001-06-30 Thread lustig
ID: 11763 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating system: Windows 98 SE PHP Version: 4.0.6 Description: odbc_exec() throws ISE 500 error Another thing -- I've been playing around with some other code, and am getting the same type of thing. I think that the

[PHP-DEV] Bug #11737 Updated: File upload generates warning

2001-06-30 Thread sniper
ID: 11737 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: HTTP related Operating system: PHP Version: 4.0.5 Assigned To: Comments: I'm unable to reproduce this with the perl script. Reopen this if this happens with PHP 4.0.6 --Jani Previous Com

[PHP-DEV] Bug #11703 Updated: Failed opening prepend.php3

2001-06-30 Thread gmills
ID: 11703 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating system: Solaris 8 PHP Version: 4.0.6 Description: Failed opening prepend.php3 Sniper - I sent my prepend.php3 file. Did you get it? Previous Comments: --

[PHP-DEV] Bug #11656 Updated: Server cannot startup since PHP 4.0.5

2001-06-30 Thread sniper
ID: 11656 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: iPlanet related Operating system: PHP Version: 4.0.6 Assigned To: Comments: closed then. Previous Comments: --- [2001

[PHP-DEV] Bug #11809: Make install fails: apxs: error: unknown option: S

2001-06-30 Thread webmaster
From: [EMAIL PROTECTED] Operating system: Redhat 6.2 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Make install fails: apxs: error: unknown option: S I use Apache 1.3.2 on a Cobalt RaQ2 I used: ./configure --with-mysql --with-apxs --with-enable-track-vars

[PHP-DEV] Bug #11808: any php program cant be exe. a masseg cannot execute html file .....

2001-06-30 Thread drlos999
From: [EMAIL PROTECTED] Operating system: win98 PHP version: 4.0.4 PHP Bug Type: PWS related Bug description: any php program cant be exe. a masseg cannot execute html file . -- Edit Bug report at: http://bugs.php.net/?id=11808&edit=1 -- PHP Development Mailing L

[PHP-DEV] Bug #11762 Updated: bad example

2001-06-30 Thread cynic
ID: 11762 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Documentation problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Hi goba, how about: +---+-+---+---++ | Language | Format | Filename

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-06-30 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: PHP Version: 4.0.6 Assigned To: Comments: User feedback (next time, use the WEB interface to answer): --- I do have /usr

[PHP-DEV] Bug #11797 Updated: CC and BCC don't work in mail() function

2001-06-30 Thread hholzgra
ID: 11797 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Assigned Bug Type: Mail related Operating system: PHP Version: 4.0.4 Assigned To: Comments: mail code on windows badly needs a rewrite right now it will only find a single Cc: line, is case sensitive

[PHP-DEV] Bug #11685 Updated: Bad Auto-Cast

2001-06-30 Thread Hot Soon
ID: 11685 User Update by: Hot Soon<[EMAIL PROTECTED]> Status: Closed Bug Type: Scripting Engine problem Operating system: Windows 98 SE PHP Version: 4.0.6 Description: Bad Auto-Cast Previous Comments: --- [2001-06-26 07:55

[PHP-DEV] Bug #11805 Updated: missing 3600 seconds between 10/13/2001 and 10/15/2001

2001-06-30 Thread hholzgra
ID: 11805 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Date/time related Operating system: PHP Version: 4.0.5 Assigned To: Comments: daylight saving time ! look for the optional seventh parameter to mktime on http://php.net/mktime Previo

[PHP-DEV] Bug #11782 Updated: Select from Array

2001-06-30 Thread hholzgra
ID: 11782 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: ODBC related Operating system: PHP Version: 4.0.6 Assigned To: Comments: this looks like an ODBC driver incompatibility between the NT version and the Openlink driver, it is most likely not

[PHP-DEV] Bug #11762 Updated: bad example

2001-06-30 Thread Xuefer
ID: 11762 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: Documentation problem Operating system: win2k PHP Version: 4.0.5 Description: bad example thank u all :)) Previous Comments: --- [2001-06-29 13:27:31] [EMA

[PHP-DEV] Bug #11703 Updated: Failed opening prepend.php3

2001-06-30 Thread gmills
ID: 11703 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating system: Solaris 8 PHP Version: 4.0.6 Description: Failed opening prepend.php3 Here is the prepend.php3 file. It comes from the phplib distributed with HORDE Previous Com

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-06-30 Thread unix-guy
ID: 11761 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: HP-UX 11.00 PHP Version: 4.0.6 Description: LC_CTYPE undeclared I was able to work around the problem by adding: #define HAVE_LOCALE_H 1 in main/php_config.h However, I am still concerned

[PHP-DEV] Bug #11797 Updated: CC and BCC don't work in mail() function

2001-06-30 Thread derick
ID: 11797 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Mail related Operating system: PHP Version: 4.0.4 Assigned To: Comments: The following should work fine. Can you check it? mail ("[EMAIL PROTECTED]", "Subject", "Body", "Cc:[EMAIL PROTECTE

[PHP-DEV] Bug #11786 Updated: Problems with variables from forms posting.

2001-06-30 Thread derick
ID: 11786 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: This data should be in $HTTP_RAW_POST_DATA. If PHP does not see the default enctype, it stores the post dat

Re: [PHP-DEV] RE: Bug #11749 Updated: Unserialize dies with Apache Module but is FINE with CGI

2001-06-30 Thread Thies C. Arntzen
On Fri, Jun 29, 2001 at 03:31:25AM -0700, Brian Tanner wrote: > You may consider it fixed if you like. > > However... the data file failed to load in Module, and did load in CGI. > > Shouldn't they be identical? yes they should. but there should be _no_ difference in the fopen() PHP fun

[PHP-DEV] Bug #11790 Updated: Error compiling PHP

2001-06-30 Thread derick
ID: 11790 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Compile Failure Operating system: PHP Version: 4.0.6 Assigned To: Comments: Dup of: 11776 Previous Comments: --- [20

[PHP-DEV] Bug #11785 Updated: mysql_unbuffered_query and mysql_query failure.

2001-06-30 Thread derick
ID: 11785 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related Operating system: PHP Version: 4.0.6 Assigned To: Comments: Try putting this line after the mysql_unbuffered_query line. You'll probably see the error that MySQL returns. This is

[PHP-DEV] Bug #11807 Updated:

2001-06-30 Thread derick
ID: 11807 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Session related Operating system: PHP Version: 4.0 Latest CVS (2001-06-29) Assigned To: Comments: Previous Comments: --

Re: [PHP-DEV] 'Global' variable scope.

2001-06-30 Thread Zeev Suraski
That's simply not the way things work. Local variables are local to the context of the function that declared them, and are not supposed to be accessible from any other context, including that of nested function calls (that's how most languages behave). At 14:01 29/6/2001, John Parker wrote:

[PHP-DEV] array_key and array_value

2001-06-30 Thread Andrew Sitnikov
Hello php-dev, $a = array ( 'one' => '1', 'two' => '2', 'three' => '3', ); $k = array_keys($a); $v = array_value($a); Whether the condition will be true: $a[$k[$i]] == $v[$i] ? for $i from 0 to count($a)-1 P.S. This question has arisen as perl (for example) d

[PHP-DEV] Bug #11806 Updated: Using $string = md5($string); crashed HTTP child processes

2001-06-30 Thread derick
ID: 11806 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproducible crash Operating system: PHP Version: 4.0.6 Assigned To: Comments: Can you please post your script as .txt file on the web, so that I can check how the $cipher is generated? And

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-06-30 Thread unix-guy
ID: 11761 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: HP-UX 11.00 PHP Version: 4.0.6 Description: LC_CTYPE undeclared I was able to work around the problem by adding: #define HAVE_LOCALE_H 1 in main/php_config.h However, I am still concerned

Re: [PHP-DEV] Karma request

2001-06-30 Thread Joey Smith
*sg* Yes, I was in my anonymous tree. Sorry for the noise. On Fri, 29 Jun 2001, Rasmus Lerdorf wrote the following to Joey Smith : > > Can I get karma in ext/sybase and ext/sybase_ct again? > > You do > -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PRO

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-06-30 Thread unix-guy
ID: 11761 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Operating system: HP-UX 11.00 PHP Version: 4.0.6 Description: LC_CTYPE undeclared I do have /usr/include/locale.h. In the php_config.h file, the only line matching 'HAVE_LOCALE_H' is: /* #u

Re: [PHP-DEV] 'Global' variable scope.

2001-06-30 Thread Cynic
because it's not global. global variables are those not defined within any function, method, or object. and please, ask further questions like this in php-general@ At 13:01 6/29/2001, John Parker wrote the following: -- >Hi, all. > >I'm

[PHP-DEV] Bug #11799: OCIFetchInto/OCI_NUM starts the array at 0 not at 1 as stated in the doc

2001-06-30 Thread karoshi
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.4pl1 PHP Bug Type: OCI8 related Bug description: OCIFetchInto/OCI_NUM starts the array at 0 not at 1 as stated in the doc $cur=OCIParse($conn, $query); OCIExecute($cur); OCIFetchInto($cur, $result,OCI_NUM);

  1   2   >