[PHP-DEV] Generating code on fly

2001-05-06 Thread Pisman Dmitriy
How to solve such problem: I need to generate PHP code on fly and then execute it. For example, $s='$var+=5;' - how to tell php to execute this code. Waiting for your replies. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DEV] Bug #10689: When adding the SID to the end of a URL in a a href, not HTML4 compliant.

2001-05-06 Thread phill
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: *Session related Bug description: When adding the SID to the end of a URL in a lt;a hrefgt;, not HTML4 compliant. When the session code adds the SID to the end of the a href it does it like:

Re: [PHP-DEV] Zend API changes

2001-05-06 Thread Stig Sæther Bakken
[Björn Schotte [EMAIL PROTECTED]] * Zeev Suraski wrote: There's a good starting point already, people are more than welcome to extend it. I don't understand why people should work in their spare-time on a tool which is published under the Zend Licence (which is similar to QPL). As we

Re: [PHP-DEV] Zend API changes

2001-05-06 Thread Stig Sæther Bakken
[Zeev Suraski [EMAIL PROTECTED]] At 21:05 4/5/2001, Hartmut Holzgraefe wrote: PS: about the welcome thing above ... - you should know that i have put a lot of work into the manual (both english and german) and the function tables Hartmut, I wasn't trying to understate your work

Re: [PHP-DEV] Zend API changes

2001-05-06 Thread Zeev Suraski
At 11:41 6/5/2001, Stig Sæther Bakken wrote: You're not wrong; It's been done and published (http://www.zend.com/apidoc/), and is the base for additional work that I invited people to improve on. Hey, are the sources for this manual available somewhere? CVS maybe? Yep, sure thing;

Re: [PHP-DEV] Generating code on fly

2001-05-06 Thread Zeev Suraski
This is not the right forum to ask this type of questions - it's for people who develop PHP, not (necessarily) people who develop with PHP. The right forum to ask this question would be [EMAIL PROTECTED] In order to cut down time, look at http://www.php.net/eval Zeev At 12:23 6/5/2001,

Re: [PHP-DEV] Re: Bug #10682 Updated: php -l display the same errors

2001-05-06 Thread Yasuo Ohgaki
""Yasuo Ohgaki"" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... If I disable one of display_errors and log_errors in php.ini, then it prints 2 errors. If I disable both them in php.ini, it does not display any errors. I thought there might be a problem. I guess

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard fsock.c fsock.h /main network.cphp_network.h php_streams.h streams.c

2001-05-06 Thread Wez Furlong
On 2001-05-06 07:07:54, Sebastian Bergmann [EMAIL PROTECTED] wrote: Wez Furlong wrote: Fixed and on the PHP_4_0_6 branch. fsock.c D:\Programme\MS Visual Studio\Projekte\php\php4\ext\standard\fsock.c(431) : erro r C2065: 'FD_SETSIZE' : undeclared varaible Thats the PHP_WIN32 stuff; fixed

Re: [PHP-DEV] Bug #10684 Updated: Installation Problem

2001-05-06 Thread Phil Driscoll
Sorry for direct posting - I can't get onto the bugs database at the moment. Copying php.ini is the last thing the installer does before running the bit that configures IIS - and this is the thing that uses MSCOMCTL. I suspect that your registration of that module failed or you have a dodgy

[PHP-DEV] Bug #10689 Updated: When adding the SID to the end of a URL in a a href, not HTML4 compliant.

2001-05-06 Thread sniper
ID: 10689 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Check the php.ini file for arg_separator.output directive. This is the old arg_separator directive. (There is

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Branching 4.0.6...

2001-05-06 Thread Sascha Schumann
On Sat, 5 May 2001, Wez Furlong wrote: On 2001-05-05 19:02:29, Andi Gutmans [EMAIL PROTECTED] wrote: Hi, Now that the pressing problems have been fixed in the CVS I'd like to branch 4.0.6 and release an RC1. Any objections? No, but you may want to check that my commit for

RE: [PHP-DEV] Zend API changes

2001-05-06 Thread James Moore
You're not wrong; It's been done and published (http://www.zend.com/apidoc/), and is the base for additional work that I invited people to improve on. Hey, are the sources for this manual available somewhere? CVS maybe? Yep, sure thing; cvs.zend.com, co ZendAPI; Released under

RE: [PHP-DEV] Zend API changes

2001-05-06 Thread Zeev Suraski
At 14:14 6/5/2001, James Moore wrote: You're not wrong; It's been done and published (http://www.zend.com/apidoc/), and is the base for additional work that I invited people to improve on. Hey, are the sources for this manual available somewhere? CVS maybe? Yep, sure

[PHP-DEV] Bug #9896 Updated: segfaults at $xmldoc-add_root(root);

2001-05-06 Thread chregu
ID: 9896 Updated by: chregu Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DOM XML related Operating system: PHP Version: 4.0 Latest CVS (21/03/2001) Assigned To: Comments: This still does not work in latest cvs (06/05/2001). used another machine with libxml2-2.3.7 and linux-kernel

[PHP-DEV] CVS Account Request

2001-05-06 Thread CVS Account Request
Full name: Dejan Gregor Email: [EMAIL PROTECTED] ID: ssddgreg Purpose: Educational -- 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 #10191 Updated: file missing

2001-05-06 Thread derick
ID: 10191 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback Previous Comments: ---

[PHP-DEV] Bug #9324 Updated: libmcrypt 2.4.9 causes problems

2001-05-06 Thread derick
ID: 9324 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: mcrypt related Operating system: PHP Version: 4.0 Latest CVS (11/02/2001) Assigned To: derick Comments: NO Feedback Previous Comments:

Re: [PHP-DEV] extension/module versioning

2001-05-06 Thread Wez Furlong
On 2001-05-06 02:06:42, [EMAIL PROTECTED] wrote: what are the chances of having a function call for every extension that returns the version? this would be extremely useful for determining whether the correct version is installed, rather than checking to see if the function_exists().

[PHP-DEV] Bug #10150 Updated: Error when compiling Apache 1.3.14+SSL with static PHP4.0.4

2001-05-06 Thread jmoore
ID: 10150 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Failure Operating system: PHP Version: 4.0.4 Assigned To: Comments: No feedback Previous Comments: ---

[PHP-DEV] Bug #10168 Updated: openssl.c function uses an undeclared variable

2001-05-06 Thread jmoore
ID: 10168 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Failure Operating system: PHP Version: 4.0 Latest CVS (04/04/2001) Assigned To: Comments: Fixed no Feedback Previous Comments:

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Branching 4.0.6...

2001-05-06 Thread Wez Furlong
On 2001-05-06 12:04:32, Sascha Schumann [EMAIL PROTECTED] wrote: The GD config stuff is also still busted. On www.php.net, the config system detected GIF support in GD-1.8.3.. How can that be? The gif stuff is detected via AC_CHECK_LIB (I didn't touch that part!) --Wez. -- PHP

[PHP-DEV] Bug #5404 Updated: String conversion to integer is incorrect

2001-05-06 Thread zeev
ID: 5404 Updated by: zeev Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.1 Assigned To: Comments: Fixed at last - thanks for the report! Previous Comments:

[PHP-DEV] Bug #6385 Updated: __FILE__ returns lowercased filenames

2001-05-06 Thread zeev
ID: 6385 Updated by: zeev Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Feedback Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0 Latest CVS (27/08/2000) Assigned To: Comments: Does this still happen with 4.0.5 or latest CVS? I can't reproduce it. Previous

[PHP-DEV] tracking down segfaults

2001-05-06 Thread Wez Furlong
I don't suppose any of you guys have a magic way of tracking down rare segfaults in apache? Occaisonally I get a seg fault in apache, but I can't pin down the precise circumstances. What would be nice is a way to automatically generate a backtrace during a segfault. Also, it would be great if

AW: [PHP-DEV] Zend API changes

2001-05-06 Thread Harald Radi
-Ursprüngliche Nachricht- Von: Zeev Suraski [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 06. Mai 2001 10:49 An: Stig Sæther Bakken Cc: Hartmut Holzgraefe; [EMAIL PROTECTED] Betreff: Re: [PHP-DEV] Zend API changes At 11:41 6/5/2001, Stig Sæther Bakken wrote: You're not

Re: AW: [PHP-DEV] Zend API changes

2001-05-06 Thread Zeev Suraski
At 16:32 6/5/2001, Harald Radi wrote: -Ursprüngliche Nachricht- Von: Zeev Suraski [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 06. Mai 2001 10:49 An: Stig Sæther Bakken Cc: Hartmut Holzgraefe; [EMAIL PROTECTED] Betreff: Re: [PHP-DEV] Zend API changes At 11:41

[PHP-DEV] Bug #10690: pdf_open_memory_image() not implemented in Windows version

2001-05-06 Thread christian
From: [EMAIL PROTECTED] Operating system: Win32 PHP version: 4.0.5 PHP Bug Type: PDF related Bug description: pdf_open_memory_image() not implemented in Windows version pdf_open_memory_image() is not implemented in PHP 4.0.5 and all previous versions - for Win32. Other

[PHP-DEV] Porting to VMS, facing pedantic compiler

2001-05-06 Thread Dave Jones
I've been porting PHP to VMS for the past couple of weeks, how can I feed back some of my changes into the source tree so it's less work to track the changes? The fixes I'm interested in don't apply to VMS per se, but rather cases where the compiler squawks about intermixing signed and unsigned

[PHP-DEV] Bug #5653 Updated: with setcookie(), only the last cookie is written

2001-05-06 Thread derick
ID: 5653 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Other web server Operating system: PHP Version: 4.0 Release Candidate 2 Assigned To: Comments: is this still the case with the latest 4.0.5 release? Previous Comments:

[PHP-DEV] Bug #5882 Updated: Use inline directive in *.c files for global functions in Zend engine

2001-05-06 Thread derick
ID: 5882 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.1pl2 Assigned To: Comments: Is this still the case with Php 4.0.5? Previous Comments:

[PHP-DEV] Bug #2892 Updated: php -a (interactive mode) doesn't call functions

2001-05-06 Thread zeev
ID: 2892 Updated by: zeev Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0 Beta 3 Assigned To: Andi Comments: Beat ya to it, Andi :) Fixed in the CVS Previous Comments:

[PHP-DEV] Bug #6598 Updated: Memory overflow

2001-05-06 Thread derick
ID: 6598 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: MySQL related Operating system: PHP Version: 4.0.1pl2 Assigned To: Comments: In php 4.0.5 there is a new function, called mysql_unbuffered_query() which will do this for you. Previous

[PHP-DEV] Bug #6922 Updated: Cannot load /etc/httpd/modules/libphp4.so into server

2001-05-06 Thread derick
ID: 6922 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Dynamic loading Operating system: PHP Version: 4.0.2 Assigned To: Comments: Can you try this with php 4.0.5 and see if this problem still exists? Previous Comments:

[PHP-DEV] Success magazine says, We create millionaires!!

2001-05-06 Thread Cliff
Is your business a very profitable one? Is it making you all the money that you need? Do you need a little bit MORE? READ ON, IT WILL CHANGE YOUR LIFE!!! It will only take a few minutes. You won't regret it!! $$ Dear Friend: Making over half million

[PHP-DEV] Bug #7015 Updated: Session.auto_start causes an error when generating PDFs with PDFlib

2001-05-06 Thread derick
ID: 7015 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Session related Operating system: PHP Version: 4.0.1pl2 Assigned To: Comments: Is this still the case with php 4.0.5? I can't reproduce this with NS 4.76 on Linux with php 4.0.5 Previous

[PHP-DEV] Bug #10691: PHP crashes when using ob_-functions

2001-05-06 Thread mail
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.5 PHP Bug Type: Reproduceable crash Bug description: PHP crashes when using ob_-functions Using the following script, PHP 4.0.5 crashes under Windows 2000: ?php ob_start(); function foo($message = ) {

[PHP-DEV] Bug #7227 Updated: Incorrect values in phpinfo for error_*pend_string

2001-05-06 Thread derick
ID: 7227 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: PHP options/info functions Operating system: PHP Version: 4.0.3 Assigned To: Comments: is this still the case with php 4.0.5 ? Previous Comments:

[PHP-DEV] Bug #7317 Updated: Configuring --with-sablot doesn't add --with-sablot to phpinfo()

2001-05-06 Thread derick
ID: 7317 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PHP options/info functions Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: Works fine for me, when I do ./buildconf; rm config.cache; make clean; ./configure ... Closing...

[PHP-DEV] Bug #7387 Updated: weird problems with unquoted array subscripts

2001-05-06 Thread derick
ID: 7387 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Documentation problem Operating system: PHP Version: 4.0.3pl1 Assigned To: jmoore Comments: Any progress on this? Previous Comments: ---

[PHP-DEV] Bug #10323 Updated: 4.05-dev : non-html escaped strings on phpinfo

2001-05-06 Thread sniper
ID: 10323 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Function Specific Operating system: PHP Version: 4.0 Latest CVS (13/04/2001) Assigned To: Comments: Fixed in CVS. --Jani Previous Comments:

[PHP-DEV] Bug #7227 Updated: Incorrect values in phpinfo for error_*pend_string

2001-05-06 Thread sniper
ID: 7227 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: PHP options/info functions Operating system: PHP Version: 4.0.3 Assigned To: Comments: Fixed in CVS now. --Jani Previous Comments:

[PHP-DEV] Bug #7733 Updated: missing /ext/informix/php_informix.h

2001-05-06 Thread derick
ID: 7733 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Informix related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: Is this still the case with php 4.0.5? Previous Comments:

[PHP-DEV] Bug #10241 Updated: php_flag dosn't work in httpd.conf, but it works in .htaccess files

2001-05-06 Thread sniper
ID: 10241 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: *Configuration Issues Bug Type: PHP options/info functions Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: one to be fixed before 4.0.6 Previous Comments:

[PHP-DEV] Bug #7878 Updated: intval base argument useless unless first arg is a string

2001-05-06 Thread derick
ID: 7878 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Documentation problem Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: I guess no-one had thoughts about this. What are we going to do with this one? Previous Comments:

[PHP-DEV] Bug #7959 Updated: ld: 0711-317 ERROR: Undefined symbol: .alloca

2001-05-06 Thread derick
ID: 7959 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Install and Config Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: Can you try this with PHP 4.0.5 and see if the problem still exists? Previous Comments:

[PHP-DEV] Bug #10685 Updated: empty var in array_sum let php crash

2001-05-06 Thread qniens
ID: 10685 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Arrays related Operating system: Windows 5.0 Build 2195 (win2k) PHP Version: 4.0.4pl1 Description: empty var in array_sum let php crash The problem has been solved in 4.0.5. Sorry for the

[PHP-DEV] Bug #6662 Updated: array keys of type real not allowed?

2001-05-06 Thread zeev
ID: 6662 Updated by: zeev Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.2 Assigned To: Comments: Fixed in the CVS - thanks for your report! Previous Comments:

[PHP-DEV] Bug #7342 Updated: Different config-op parsing in php.ini and http.conf

2001-05-06 Thread zeev
ID: 7342 Updated by: zeev Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: This is the intended behavior. The special notations that are supported in php.ini are features of

[PHP-DEV] Re: Bug #5653 Updated: with setcookie(), only the last cookie is written

2001-05-06 Thread B. Schulte
Date sent: 6 May 2001 14:45:57 - To: [EMAIL PROTECTED] Subject:Bug #5653 Updated: with setcookie(), only the last cookie is written From: Bug Database [EMAIL PROTECTED] ID: 5653 Updated by: derick Reported By: [EMAIL

[PHP-DEV] Bug #10681 Updated: Fix for #9698 breaks more than it fixes

2001-05-06 Thread derick
ID: 10681 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Network related Operating system: PHP Version: 4.0 Latest CVS (05/05/2001) Assigned To: Comments: Sounds ok to me, are you willing to make a patch for this? Previous Comments:

[PHP-DEV] Bug #10643 Updated: PHP 4.0.5 linked against openldap 2.x segfaults on Apache startup

2001-05-06 Thread sniper
ID: 10643 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: LDAP related Operating system: PHP Version: 4.0.5 Assigned To: Comments: This might be the infamous pthread lib / glibc bug. Is your Apache linked with pthread? If not, check the

[PHP-DEV] Bug #10617 Updated: DSO won't load

2001-05-06 Thread sniper
ID: 10617 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Apache related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Does this happen also with the latest CVS? Try a snapshot from http://snaps.php.net/ --Jani Previous

[PHP-DEV] Bug #9436 Updated: SUN_LEN and hstrerror undefined

2001-05-06 Thread sniper
ID: 9436 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Sockets related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Does this happen with the latest CVS? Try a snapshot from http://snaps.php.net/ --Jani Previous Comments:

[PHP-DEV] Bug #10608 Updated: Don't read max_execution_time value in php.ini

2001-05-06 Thread sniper
ID: 10608 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: PHP options/info functions Operating system: PHP Version: 4.0.5 Assigned To: Comments: Works for me just fine with latest CVS. Try a snapshot from http://snaps.php.net/ --Jani

[PHP-DEV] Bug #10602 Updated: $HTTP_POST_FILES doesn't work properly

2001-05-06 Thread sniper
ID: 10602 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: HTTP related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: If this doesn't work with PHP 4.0.5, reopen this bug report. This should be fixed in it so please update. --Jani

[PHP-DEV] Bug #10241 Updated: php_flag dosn't work in httpd.conf, but it works in .htaccess files

2001-05-06 Thread rasmus
ID: 10241 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PHP options/info functions Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: I don't see a PHP fix here. It is either a user error or an Apache-1.3.14 specific bug. The

[PHP-DEV] Bug #5653 Updated: with setcookie(), only the last cookie is written

2001-05-06 Thread schulte
ID: 5653 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Other web server Operating system: Linux PHP Version: 4.0 Release Candidate 2 Description: with setcookie(), only the last cookie is written This bug is still present in 4.0.5. Previous Comments:

RE: [PHP-DEV] Zend API changes

2001-05-06 Thread Sterling Hughes
On Sun, 6 May 2001, James Moore wrote: You're not wrong; It's been done and published (http://www.zend.com/apidoc/), and is the base for additional work that I invited people to improve on. Hey, are the sources for this manual available somewhere? CVS maybe? Yep, sure

[PHP-DEV] Bug #8834 Updated: crypt() starts from not random salt

2001-05-06 Thread sniper
ID: 8834 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Encryption and hash functions Operating system: PHP Version: 4.0 Latest CVS (22/01/2001) Assigned To: Comments: This should be fixed in CVS now. Please try it out. Reopen if still not

[PHP-DEV] Bug #10595 Updated: source typos in internal_functions.c

2001-05-06 Thread sniper
ID: 10595 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Should be fixed in CVS. Try latest snapshot from http://snaps.php.net/ and reopen if it still not works. --Jani

[PHP-DEV] Bug #10681 Updated: Fix for #9698 breaks more than it fixes

2001-05-06 Thread kettler
ID: 10681 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Network related Operating system: Linux PHP Version: 4.0 Latest CVS (05/05/2001) Description: Fix for #9698 breaks more than it fixes Sure. Here it is: http://global.team17.com/php4-unsigned.patch Works

[PHP-DEV] Bug #10599 Updated: background attribute in the body tag causes a double insert

2001-05-06 Thread zeev
ID: 10599 Updated by: zeev Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Actually, it's a bug in your HTML (although you did confuse me for a few minutes...) The attribute you're looking

[PHP-DEV] Bug #9050 Updated: strtotime function work incorrect

2001-05-06 Thread derick
ID: 9050 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: Date/time related Operating system: PHP Version: 4.0.4pl1 Assigned To: derick Comments: Previous Comments: ---

[PHP-DEV] Bug #9640 Updated: strtotime() cannot properly handle some ISO 8601-compliant strings

2001-05-06 Thread derick
ID: 9640 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: Date/time related Operating system: PHP Version: 4.0.4pl1 Assigned To: derick Comments: Previous Comments: ---

[PHP-DEV] default location of php.ini changed?

2001-05-06 Thread Mike Robinson
Sorry if this has already been dealt with, but I just got bit on the ass pretty hard and there's nothing in the bug db about it... the default location for php.ini has been /usr/local/lib for as long as I can recall. An install of a snapshot from this morning puts the default location as

Re: [PHP-DEV] default location of php.ini changed?

2001-05-06 Thread Zeev Suraski
At 20:54 6/5/2001, Mike Robinson wrote: Sorry if this has already been dealt with, but I just got bit on the ass pretty hard and there's nothing in the bug db about it... the default location for php.ini has been /usr/local/lib for as long as I can recall. An install of a snapshot from this

[PHP-DEV] Removing 4.0.6 branch; Rebranch target: Thursday

2001-05-06 Thread Zeev Suraski
As the subject suggests, because of the large amount of bug fixes that flowed and are still flowing in, we're canceling the 4.0.6 branch for now. The new target day is (this) Thursday, so do your best to submit all bug fixes by then. Thanks, Zeev -- PHP Development Mailing List

Re: [PHP-DEV] Zend API changes

2001-05-06 Thread Billy Rose
I feel like a TFI :( I apologize for my ignorance. However, with the time I do have to follow the dev list, it is not apparent to me the structure being imposed on the underlying system. - Original Message - From: Sean R. Bright [EMAIL PROTECTED] To: 'Billy Rose' [EMAIL PROTECTED];

[PHP-DEV] Libtool 1.4 problems..

2001-05-06 Thread Jani Taskinen
This is what I get now: --- Making all in Zend make[1]: Entering directory `/usr/src/web/php/php4/Zend' flex -Pzend -ozend_language_scanner.c -i ./zend_language_scanner.l bison -y -p zend -v -d ./zend_language_parser.y -o zend_language_parser.c /bin/sh ../libtool

[PHP-DEV] Bug #9050 Updated: strtotime function work incorrect

2001-05-06 Thread derick
ID: 9050 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Date/time related Operating system: PHP Version: 4.0.4pl1 Assigned To: derick Comments: The Jan 13 2000 date format is now corectly recognised. Previous Comments:

[PHP-DEV] Bug #7878 Updated: intval base argument useless unless first arg is a string

2001-05-06 Thread zak
ID: 7878 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Documentation problem Operating system: PHP Version: 4.0.3pl1 Assigned To: zak Comments: In hindsight, I think that the current behavior is fine and makes sense given how PHP currently behaves. People just

[PHP-DEV] Win32 build broken, again

2001-05-06 Thread Sebastian Bergmann
parsedate.y contains 14 shift/reduce conflicts. basic_functions.c D:\Programme\MS Visual Studio\Projekte\php\php4\ext\standard\basic_functions.c(8 41) : warning C4013: 'php_rinit_crypt' undefined; basic_functions.obj : error LNK2001: Not resolved external symbol _php_rini t_crypt --

[PHP-DEV] Re: Libtool 1.4 problems..

2001-05-06 Thread Sascha Schumann
On Sun, 6 May 2001, Jani Taskinen wrote: This is what I get now: --- Making all in Zend make[1]: Entering directory `/usr/src/web/php/php4/Zend' flex -Pzend -ozend_language_scanner.c -i ./zend_language_scanner.l bison -y -p zend -v -d ./zend_language_parser.y -o

Re: [PHP-DEV] Win32 build broken, again

2001-05-06 Thread derick
On Sun, 6 May 2001, Sebastian Bergmann wrote: parsedate.y contains 14 shift/reduce conflicts. That is correct, forog to bumb the number up I guess :) Derick Rethans - PHP: Scripting the Web - www.php.net - [EMAIL

[PHP-DEV] Bug #10692: The function imagecreatefromwbmp() return an error: not a valid WBMP file

2001-05-06 Thread haif
From: [EMAIL PROTECTED] Operating system: SUSE 7.0 PHP version: 4.0.5 PHP Bug Type: GD related Bug description: The function imagecreatefromwbmp() return an error: not a valid WBMP file ? $bmp_file = test.bmp; $im = imagecreatefromwbmp($bmp_file); $im2 =

[PHP-DEV] Bug #10692 Updated: The function imagecreatefromwbmp() return an error: not a valid WBMP file

2001-05-06 Thread derick
ID: 10692 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: GD related Operating system: PHP Version: 4.0.5 Assigned To: Comments: A (windows) BMP file is NOT an WBMP file. WBMP files are used for WAP site AFAIK. Previous Comments:

[PHP-DEV] Bug #10676 Updated: sybase_connect

2001-05-06 Thread joey
ID: 10676 Updated by: joey Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sybase-ct (ctlib) related Operating system: PHP Version: 4.0.5 Assigned To: Comments: What version of the Sybase CT Libs are you using here? In Sybase Common-Library/11.1.1/P/Linux, the

[PHP-DEV] Re: Bug #10599 Updated: background attribute in the body tag causes a double insert

2001-05-06 Thread gkm
wow :) great explanation. thanks for the reply--I'll update my page headers. Gavin Bug Database [EMAIL PROTECTED] wrote: ID: 10599 Updated by: zeev Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related Operating system: PHP Version: 4.0.4pl1

[PHP-DEV] Bug #8663 Updated: Script with incorrect syntax crashes php4ts.dll (seems similar to #8521)

2001-05-06 Thread zeev
ID: 8663 Updated by: zeev Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Operating system: PHP Version: 4.0.4 Assigned To: Comments: Fixed in the CVS - thanks for the accurate and easily reproducible bug report! Previous Comments:

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Branching 4.0.6...

2001-05-06 Thread Rasmus Lerdorf
On 2001-05-05 19:02:29, Andi Gutmans [EMAIL PROTECTED] wrote: Hi, Now that the pressing problems have been fixed in the CVS I'd like to branch 4.0.6 and release an RC1. Any objections? No, but you may want to check that my commit for fsock/network related files works for

[PHP-DEV] Bug #10643 Updated: PHP 4.0.5 linked against openldap 2.x segfaults on Apache startup

2001-05-06 Thread Edwin . Chiu
ID: 10643 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: LDAP related Operating system: Linux 2.2.14 PHP Version: 4.0.5 Description: PHP 4.0.5 linked against openldap 2.x segfaults on Apache startup Linking to libpthread in Apache resolved the problem. Previous

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Branching 4.0.6...

2001-05-06 Thread Sascha Schumann
That's because the GD-1.8.3 lib on www.php.net does have GIF support. Well, then the mistake is in some other part, because it complained about gdImageCreateFromGifCtx not being defined in some #ifdef HAVE_GD_GIF .. #endif area. - Sascha

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Branching 4.0.6...

2001-05-06 Thread Rasmus Lerdorf
On Sun, 6 May 2001, Sascha Schumann wrote: That's because the GD-1.8.3 lib on www.php.net does have GIF support. Well, then the mistake is in some other part, because it complained about gdImageCreateFromGifCtx not being defined in some #ifdef HAVE_GD_GIF .. #endif area. I am

[PHP-DEV] Bug #10325 Updated: Opening database connection breaks ldap

2001-05-06 Thread sniper
ID: 10325 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: LDAP related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Does this happen with PHP 4.0.5 ?? And if so, does it happen with the latest CVS? (snapshots:

[PHP-DEV] Bug #10609 Updated: comments made with # or // in included files cause visible output

2001-05-06 Thread jmoore
ID: 10609 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: I tried this with PHP NUke etc with 4.0.6 dev. Cant reproduce neither could about 10 other people,

[PHP-DEV] Bug #10662 Updated: --with-iconv compilation and installation

2001-05-06 Thread sterling
ID: 10662 Updated by: sterling Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sablotron XSL Operating system: PHP Version: 4.0.5 Assigned To: Comments: fixed in cvs thanks, Previous Comments: ---

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Branching 4.0.6...

2001-05-06 Thread Sascha Schumann
On Sun, 6 May 2001, Rasmus Lerdorf wrote: On Sun, 6 May 2001, Sascha Schumann wrote: That's because the GD-1.8.3 lib on www.php.net does have GIF support. Well, actually it does not have GIF support. $ nm /home/rasmus/gd-1.8.3/libgd.a|grep -i gif|wc -l 0 However,

Re: [PHP-DEV] connection_timeout() and PHP 3

2001-05-06 Thread Stig Sæther Bakken
[Jani Taskinen [EMAIL PROTECTED]] On Fri, 4 May 2001, Hartmut Holzgraefe wrote: Jani Taskinen wrote: On Thu, 3 May 2001, Zak Greant wrote: Does anyone know if connection_timeout will be disappearing from PHP 3? Put it this way: Does anyone know when PHP 3 will disappear? :)

Re: [PHP-DEV] extension/module versioning

2001-05-06 Thread Stig Sæther Bakken
[[EMAIL PROTECTED]] dev team, what are the chances of having a function call for every extension that returns the version? this would be extremely useful for determining whether the correct version is installed, rather than checking to see if the function_exists(). eg. $version_id =

Re: [PHP-DEV] default location of php.ini changed?

2001-05-06 Thread Stig Sæther Bakken
[Zeev Suraski [EMAIL PROTECTED]] At 20:54 6/5/2001, Mike Robinson wrote: Sorry if this has already been dealt with, but I just got bit on the ass pretty hard and there's nothing in the bug db about it... the default location for php.ini has been /usr/local/lib for as long as I can recall.

Re: [PHP-DEV] default location of php.ini changed?

2001-05-06 Thread Zeev Suraski
At 01:35 7/5/2001, Stig Sæther Bakken wrote: Uhm, I'm still testing this patch on my laptop (I added a --with-layout option that is PHP by default, but you can set it to GNU to get the new defaults). Sorry for being a bit slow, I'm spending most of my spare time transforming the jungle outside

[PHP-DEV] Bug #10325 Updated: Opening database connection breaks ldap

2001-05-06 Thread dan
ID: 10325 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: LDAP related Operating system: Linux 2.4.3 PHP Version: 4.0.4pl1 Description: Opening database connection breaks ldap User error :) I was using the integer result from the ldap_bind() operation as the link

[PHP-DEV] Bug #10695: Class Properties are not accepted by for each structures

2001-05-06 Thread estephano
From: [EMAIL PROTECTED] Operating system: Linux Redhat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Class/Object related Bug description: Class Properties are not accepted by for each structures Hello. I have got a standard install of PHP 4.0.4pl1. So there is nothing special

[PHP-DEV] Bug #10697: problem with httpd.conf

2001-05-06 Thread bltyhe
From: [EMAIL PROTECTED] Operating system: win 98 SE PHP version: 4.0.5 PHP Bug Type: Apache related Bug description: problem with httpd.conf hi; i couldn't add line Action application/x-httpd-php /php/php.exe in httpd.conf when working with Apache. thanks leon -- Edit

Re: [PHP-DEV] intval($resource)

2001-05-06 Thread Manuel Lemos
Hello Andi, On 27-Apr-01 19:18:12, you wrote: At 06:03 PM 4/27/2001 -0400, Joe Brown wrote: Run into a spot of trouble using Metabase(db wrapper) because of it's use of casting a $var=intval($resource) where OCIFreeCursor fails to function after it has been casted. Guessing that it fails

[PHP-DEV] Bug #10697 Updated: problem with httpd.conf

2001-05-06 Thread zak
ID: 10697 Updated by: zak Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Apache related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Not a bug - you need sufficient permission to edit httpd.conf. Contact your sysadmin Previous Comments:

Re: [PHP-DEV] intval($resource)

2001-05-06 Thread Sterling Hughes
On 6 May 2001, Manuel Lemos wrote: Hello Andi, On 27-Apr-01 19:18:12, you wrote: At 06:03 PM 4/27/2001 -0400, Joe Brown wrote: Run into a spot of trouble using Metabase(db wrapper) because of it's use of casting a $var=intval($resource) where OCIFreeCursor fails to function after it has

Re: [PHP-DEV] intval($resource)

2001-05-06 Thread Manuel Lemos
Hello Sterling, On 07-May-01 00:53:37, you wrote: Is there a good reason it needs to use intval() on the resource? To be Just to overcome a past bug in PHP 4.0.(?). It was making resource values inconsistently turn into strings when used as array indexes. A user reported a bug on

[PHP-DEV] Bug #10698: nl2br produces br / instead of br

2001-05-06 Thread carrion
From: [EMAIL PROTECTED] Operating system: Linux RedHat 6.2 PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: nl2br produces lt;br /gt; instead of lt;brgt; $t2 = nl2br ($t1); module was compiled with: --with-apxs=/opt/apache/bin/apxs

[PHP-DEV] Bug #10699: not closed client socket after request

2001-05-06 Thread vvtk
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 PHP version: 4.0.5 PHP Bug Type: Sockets related Bug description: not closed client socket after request in simple client script ? $sk=socket(...); connect($sk,...); // close($sk); ? If line close($sk); commented -

  1   2   >