Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-05-24 Thread Stig Sæther Bakken
Yes I think it should. - Stig [Shane Caraveo [EMAIL PROTECTED]] Can this be put into the 4.0.6 tree? - Original Message - From: Shane Caraveo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 22, 2001 4:05 PM Subject: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

[PHP-DEV] Bug #11075: bad operation of nl2br function

2001-05-24 Thread jkkim
From: [EMAIL PROTECTED] Operating system: Linux6.2 PHP version: 4.0.5 PHP Bug Type: Strings related Bug description: bad operation of nl2br function nl2br function seems do not operate correctly. For example, $a = aaa bbb; $b = nl2br ($a); The correct value of $b is

RE: [PHP-DEV] Bug #11075: bad operation of nl2br function

2001-05-24 Thread Brian Tanner
Ok, I've seen this bug reported too many times to sit idly by. :) The br / has the / so that the html is XHTML compliant. (if memory serves) My question -- is this breaking anything for anyone? Is br / in any way detrimental to browsers anywhere? Brian Tanner Project Manager Zaam Internet

[PHP-DEV] Bug #11075 Updated: bad operation of nl2br function

2001-05-24 Thread swm
ID: 11075 Updated by: swm Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Please read the most recent manual entry (for 4.0.5). nl2br -- Inserts HTML line breaks before all newlines in a string

RE: [PHP-DEV] Bug #11075: bad operation of nl2br function

2001-05-24 Thread Gavin Sherry
It would be a poor browser design which differentiated between br and br /. I've just tested with old versions of netscape (4.0 series) and a friend is digging up some 2.* and 3.* style browsers just to verify. Gavin On Thu, 24 May 2001, Brian Tanner wrote: Ok, I've seen this bug reported too

[PHP-DEV] Bug #11075 Updated: bad operation of nl2br function

2001-05-24 Thread swm
ID: 11075 Updated by: swm Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Strings related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Argh. Keep forgetting to close! Previous Comments:

[PHP-DEV] Bug #11076: dbase_get_record return strange

2001-05-24 Thread vlad
From: [EMAIL PROTECTED] Operating system: Linux RedHat6.2 PHP version: 4.0.4pl1 PHP Bug Type: dBase related Bug description: dbase_get_record return strange I have any.dbf and use follow code $mas=dbase_get_record($db,$nm); echo($mas[$i]); after field type=date (' . . '

[PHP-DEV] Bug #11077: two new array functions

2001-05-24 Thread sbergmann
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: two new array functions I'd like to propose two new array functions. I currently have the following implementation of del() and double() in PHP, but IMHO

[PHP-DEV] Bug #11078: How to create the bmp with the help of PHP

2001-05-24 Thread asingh
From: [EMAIL PROTECTED] Operating system: Windows NT PHP version: 4.0.5 PHP Bug Type: GD related Bug description: How to create the bmp with the help of PHP Dear Developers , I' ve a problem how to create a bmp image with the help of PHP. How to create the bmp with the help

[PHP-DEV] Bug #11077 Updated: two new array functions

2001-05-24 Thread venaas
ID: 11077 Updated by: venaas Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: How about insert rather than double? It's more generic and double is simple if you have insert. Like this: ?php $test =

Re: [PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying toget buildconf to use libtool 1.4 installed in non-standard place]

2001-05-24 Thread Sascha Schumann
On Thu, 24 May 2001, Yusuf Goolamabbas wrote: Thanks for the info Sascha, Would placing the libtool.m4 from libtool 1.4 into the system aclocal tree cause any grief whilst compiling sources which don't require libtool 1.4 and work with libtool 1.3.x Installing a local copy of automake

[PHP-DEV] Bug #11077 Updated: two new array functions

2001-05-24 Thread sbergmann
ID: 11077 Updated by: sbergmann Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: Sounds good to me. More important is the del() operation, though. Previous Comments:

[PHP-DEV] Bug #11079: Problem with old code to use mysql

2001-05-24 Thread ncosta
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 8.0 PHP version: 4.0.5 PHP Bug Type: MySQL related Bug description: Problem with old code to use mysql Hello... I'm use the Linux Mandrake 8.0 with mysql 3.23.32 and Apache 1.3.19. Recently I install the 4.0.5

[PHP-DEV] Bug #11080: fopen(url) sleep before running

2001-05-24 Thread kaio
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 7.0 PHP version: 4.0.5 PHP Bug Type: URL related Bug description: fopen(url) sleep before running i've just upgraded my PHP 3 to 4.0.4 then 4.0.5 when in PHP3, this will work perfectly fopen(http://www.belajar.com;,

[PHP-DEV] Bug #11079 Updated: Problem with old code to use mysql

2001-05-24 Thread swm
ID: 11079 Updated by: swm Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: MySQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Are you sure the MySQL server is binding to domain sockets? ls -l /tmp/mysql.sock If mysqld is not running or is

RE: [PHP-DEV] Bug #11079 Updated: Problem with old code to use mysql

2001-05-24 Thread Mats Remman
The problem is 99% certain to be that php thinks you have mysql.sock in /tmp, while its in some other dir like /var/lib/mysql.sock .. enter mysql console and type show variables like 'socket'; and you will see where php.ini must point to be able to use sockets for communicating with mysql.

[PHP-DEV] Bug #11080 Updated: fopen(url) sleep before running

2001-05-24 Thread swm
ID: 11080 Updated by: swm Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: URL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: There is no domain www.belajar.com. It is possible that the reason it works after a few minutes is due to the DNS

[PHP-DEV] Bug #11081: php crashes when using oci functions (8.1.7.0.1)

2001-05-24 Thread ronan . salmon
From: [EMAIL PROTECTED] Operating system: Red Hat Linux release 7.0 Kernel 2.4.2 on an i686 PHP version: 4.0.5 PHP Bug Type: OCI8 related Bug description: php crashes when using oci functions (8.1.7.0.1) Hi, Red Hat Linux release 7.0 (Guinness) Kernel 2.4.2 on an i686 PHP

[PHP-DEV] Re: Bug #11064 Updated: ereg() doe's not accept the third argumentas reported in doc

2001-05-24 Thread jihad muhammad tanit
i'm sorry it's me. i made a mistake. there should be an option to remove a bug report from the database. sorry again. and thank you. [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org On 23 May 2001, Bug Database wrote: ID: 11064 Updated by: sniper Reported By: [EMAIL

Re: [PHP-DEV] 4.0.6RC2

2001-05-24 Thread Christian Stocker
On 23 May 2001 09:58:18 -0700, [EMAIL PROTECTED] (Andi Gutmans) wrote: At 12:23 PM 5/23/2001 +0200, Christian Stocker wrote: In article [EMAIL PROTECTED], Andi Gutmans [EMAIL PROTECTED] wrote: Guys, I'd like to roll 4.0.6RC2 this evening (my evening which is in like 12 hours) as I

[PHP-DEV] Bug #11082: Request for support of GD and GD2 format

2001-05-24 Thread stepan . rybar
From: [EMAIL PROTECTED] Operating system: not applicable PHP version: 4.0.4pl1 PHP Bug Type: GD related Bug description: Request for support of GD and GD2 format Can I ask someone for implementing functions handling with GD and GD2 formats - internal (un-)compressed

[PHP-DEV] Bug #11083: buildconf Undefined macros Zend/ylwrap

2001-05-24 Thread alberty
From: [EMAIL PROTECTED] Operating system: i686-pc-linux-gnu PHP version: 4.0 Latest CVS (2001-05-24) PHP Bug Type: *Install and Config Bug description: buildconf Undefined macros Zend/ylwrap buildconf results on my suse 7.0 distribution: buildconf: checking installation...

Re: [PHP-DEV] 4.0.6RC2

2001-05-24 Thread Sascha Schumann
On Tue, 22 May 2001, David Shafer wrote: Unless someone has changed something, the current snapshots now don't compile at _all_ on AIX (using either IBM compilers or IBM-provided gcc). Whether that's enough of a problem to hold it up, I can't say. See bug #4630 for more info. Please

[PHP-DEV] Bug #11085: preg_replace_callback and class methods

2001-05-24 Thread bilo
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: PCRE related Bug description: preg_replace_callback and class methods I was using preg_replace with the '/F' parameter, and it was working perfectly till v4.0.4pl1. Now it has been substituted

Re: [PHP-DEV] Bug #11010 Updated: current cvs cannot configure

2001-05-24 Thread Sascha Schumann
On 24 May 2001 [EMAIL PROTECTED] wrote: ID: 11010 Updated by: bbonev Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Operating system: PHP Version: 4.0 Latest CVS (2001-05-22) Assigned To: Comments: as far as i can see Sacha fixed this one

[PHP-DEV] Rollback of DOM/XML to 4.0.5 version

2001-05-24 Thread Andi Gutmans
Hi, I rolled back DOM/XML and will hopefully roll RC2 today. I think my rollback of config.m4 might not have been completely correct because some reorganizations of the config.m4 files were made I think before we branched 4.0.6. Can someone please check my commit and see if I should fully or

[PHP-DEV] Bug #10776 Updated: Externally set LDFLAGS not exported by configure

2001-05-24 Thread d . begley
ID: 10776 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Problem Operating system: Solaris 7 PHP Version: 4.0.5 Description: Externally set LDFLAGS not exported by configure A simple example would be: LDFLAGS=-s -L/opt/NCCldapsdk/lib

[PHP-DEV] Warning

2001-05-24 Thread Andi Gutmans
At link I'm getting gcc: unrecognized option `-prefer-non-pic' My gcc version: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) It's not an error but is this option really necessary? Andi -- PHP Development

[PHP-DEV] Bug #10403 Updated: cannot prepare iODBC statements

2001-05-24 Thread kalowsky
ID: 10403 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: ODBC related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: no feedback from user. considered fixed in cvs Previous Comments:

[PHP-DEV] Bug #9571 Updated: Undefined symbols in apache build using PHP 4.0.4pl1

2001-05-24 Thread kalowsky
ID: 9571 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: ODBC related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: no feedback from user. Previous Comments:

[PHP-DEV] Bug #11086: Com not work in PHP 4.0.5

2001-05-24 Thread igx
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.5 PHP Bug Type: COM related Bug description: Com not work in PHP 4.0.5 When I try to call COM funcs in php 4.0.5, I recieve system error (Memory Can Not Be Read) COM is built-in in PHP for Win and I don`t

Re: [PHP-DEV] Warning

2001-05-24 Thread Boian Bonev
At link I'm getting gcc: unrecognized option `-prefer-non-pic' My gcc version: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) It's not an error but is this option really necessary? i've seen in

[PHP-DEV] Bug #11087: Error in the functions lists of PHP on www.php.net

2001-05-24 Thread dinesh
From: [EMAIL PROTECTED] Operating system: N/A PHP version: 4.0.5 PHP Bug Type: Documentation problem Bug description: Error in the functions lists of PHP on www.php.net In the lists of functions (function: show_source), the compatibility is only for PHP4. But, il works on

Re: [PHP-DEV] Warning

2001-05-24 Thread Sascha Schumann
On Thu, 24 May 2001, Boian Bonev wrote: At link I'm getting gcc: unrecognized option `-prefer-non-pic' My gcc version: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) It's not an error but is this

Re: [PHP-DEV] Warning

2001-05-24 Thread Andi Gutmans
At 03:07 PM 5/24/2001 +0200, Sascha Schumann wrote: On Thu, 24 May 2001, Boian Bonev wrote: At link I'm getting gcc: unrecognized option `-prefer-non-pic' My gcc version: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux

[PHP-DEV] Bug #10778 Updated: ext/pdf does not work with pdflib 4.0

2001-05-24 Thread d . begley
ID: 10778 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: PDF related Operating system: Solaris 7 PHP Version: 4.0.5 Description: ext/pdf does not work with pdflib 4.0 Sorry, but this is not true. Standard configure shipped with PHP 4.0.5 when detecting PDFlib

Re: [PHP-DEV] Warning

2001-05-24 Thread Boian Bonev
At link I'm getting gcc: unrecognized option `-prefer-non-pic' My gcc version: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) It's not an error but is this option really necessary? i've

Re: [PHP-DEV] Warning

2001-05-24 Thread Sascha Schumann
What do you mean by ripping it out? What would we use instead? Hand crafted Makefiles? I think it general automake is doing pretty well no? Automake is slow, bloated, inflexible and generally bad for large projects. That is an insight which led to the redesign of the PHP 4.0

[PHP-DEV] Bug #11085 Updated: preg_replace_callback and class methods

2001-05-24 Thread mfischer
ID: 11085 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PCRE related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Method callbacks are performed with the syntax array( $object, 'method'); in your case you want to write

[PHP-DEV] Bug #11085 Updated: preg_replace_callback and class methods

2001-05-24 Thread mfischer
ID: 11085 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: PCRE related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Forget the ';' after 'callmeback') ... - Markus Previous Comments:

[PHP-DEV] Bug #11003 Updated: Session files are nott created

2001-05-24 Thread andrei
ID: 11003 Updated by: andrei Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.5 Assigned To: Comments: NAB. Previous Comments: --- [2001-05-21

[PHP-DEV] Bug #8844 Updated: -rpath is not used correctly, causing configure failure

2001-05-24 Thread long
ID: 8844 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Operating system: Compaq Tru64 4.0F PK3 PHP Version: 4.0.4pl1 Description: -rpath is not used correctly, causing configure failure php4-200105231339 still suffers from the same problem. It

[PHP-DEV] PhpDEV

2001-05-24 Thread Brett Shaw
for those of you who are interested im developing a web site for php developers to share resources and information. you wont need to be a member or commit yourself to anything its totally free. you can view the site at the following URL: - http://www.oosha.com/phpdev/index.php3 Its empty at

[PHP-DEV] CVS Account Request

2001-05-24 Thread CVS Account Request
Full name: Alexey Presnyakov Email: [EMAIL PROTECTED] ID: avp Purpose: I have written the module - HTML Template engine. I would like, that it(he) was included in standard delivery PHP (certainly, after testing). I am ready to support it further. Its module features: - uses XTemplate

Re: [PHP-DEV] CVS Account Request

2001-05-24 Thread Andrei Zmievski
On Thu, 24 May 2001, CVS Account Request wrote: Full name: Alexey Presnyakov Email: [EMAIL PROTECTED] ID: avp Purpose: I have written the module - HTML Template engine. I would like, that it(he) was included in standard delivery PHP (certainly, after testing). I am ready to support it

Re: [PHP-DEV] Rollback of DOM/XML to 4.0.5 version

2001-05-24 Thread Christian Stocker
On 24 May 2001 05:39:14 -0700, [EMAIL PROTECTED] (Andi Gutmans) wrote: Hi, I rolled back DOM/XML and will hopefully roll RC2 today. I think my mmmh. checking for DOM support... yes ./configure: line 15188: syntax error near unexpected token `AC_ADD_INCLUDE($DOM XML_DIR/include)' ./configure:

[PHP-DEV] Bug #11088: Buildconf fails on Latest CVS

2001-05-24 Thread elixer
From: [EMAIL PROTECTED] Operating system: OpenBSD 2.8 PHP version: 4.0 Latest CVS (2001-05-24) PHP Bug Type: *Install and Config Bug description: Buildconf fails on Latest CVS buildconf on OpenBSD 2.8 fails: --- ns1# uname -a OpenBSD ns1 2.8

Re: [PHP-DEV] Rollback of DOM/XML to 4.0.5 version

2001-05-24 Thread Andi Gutmans
At 03:08 PM 5/24/2001 +, Christian Stocker wrote: On 24 May 2001 05:39:14 -0700, [EMAIL PROTECTED] (Andi Gutmans) wrote: Hi, I rolled back DOM/XML and will hopefully roll RC2 today. I think my mmmh. checking for DOM support... yes ./configure: line 15188: syntax error near unexpected

Re: [PHP-DEV] Bug #11075: bad operation of nl2br function

2001-05-24 Thread Daniel Beckham
No, this does not break existing browsers. The problem is that nl2br has been around for a long time. Once you understand what nl2br does, you never need to view the function's documenation again. All the sudden, someone sees the br / output, they think bug! and report it. They never think to

[PHP-DEV] Bug #11088 Updated: Buildconf fails on Latest CVS

2001-05-24 Thread elixer
ID: 11088 Updated by: elixer Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Suspended Bug Type: *Install and Config Operating system: PHP Version: 4.0 Latest CVS (2001-05-24) Assigned To: Comments: On hold until we get the automake situation figured out. (Use automake 2.13 to make

[PHP-DEV] Bug #11088 Updated: Buildconf fails on Latest CVS

2001-05-24 Thread bbonev
ID: 11088 Updated by: bbonev Reported By: [EMAIL PROTECTED] Old-Status: Suspended Status: Open Bug Type: *Install and Config Operating system: PHP Version: 4.0 Latest CVS (2001-05-24) Assigned To: Comments: buildconf: autoconf version 2.50 (ok) downgrade this to 2.13 i had the same

Re: [PHP-DEV] Rollback of DOM/XML to 4.0.5 version

2001-05-24 Thread Christian Stocker
On 24 May 2001 08:14:02 -0700, [EMAIL PROTECTED] (Andi Gutmans) wrote: At 03:08 PM 5/24/2001 +, Christian Stocker wrote: On 24 May 2001 05:39:14 -0700, [EMAIL PROTECTED] (Andi Gutmans) wrote: Hi, I rolled back DOM/XML and will hopefully roll RC2 today. I think my mmmh. checking for

[PHP-DEV] Bug #11089: Variables passed to COM objects causing errors.

2001-05-24 Thread skipsey
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0.4pl1 PHP Bug Type: COM related Bug description: Variables passed to COM objects causing errors. If I create two new COM objects $first = new COM (object1.function); $second = new COM (object2.function);

[PHP-DEV] Bug #11076 Updated: dbase_get_record return strange

2001-05-24 Thread vlad
ID: 11076 Updated by: vlad Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: dBase related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Could you send a small (like one or two records) .dbf file that exhibits that behaviour? I didn't see anything

[PHP-DEV] Bug #11090: where with null

2001-05-24 Thread jcastro
From: [EMAIL PROTECTED] Operating system: Windows 2000 Professional PHP version: 4.0.5 PHP Bug Type: ODBC related Bug description: where with null Database sybase The following select works using slq advantage and returns values but when I use php I get nothing and NO

[PHP-DEV] Bug #11091: globa and isset in function difficult to use

2001-05-24 Thread gary . wong
From: [EMAIL PROTECTED] Operating system: NT4SP6 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: globa and isset in function difficult to use PHP 4.04 to 4.05 upgrade introduced new problems in PHPLIB. In page.inc, there is a function like this:

Re: [PHP-DEV] Rollback of DOM/XML to 4.0.5 version

2001-05-24 Thread Alexander Bokovoy
On Thu, May 24, 2001 at 06:15:34PM +0300, Andi Gutmans wrote: At 03:08 PM 5/24/2001 +, Christian Stocker wrote: On 24 May 2001 05:39:14 -0700, [EMAIL PROTECTED] (Andi Gutmans) wrote: Hi, I rolled back DOM/XML and will hopefully roll RC2 today. I think my mmmh. checking for

[PHP-DEV] Re: Bug #11034 Updated: mysql support not built into rpm from the redhat 7 cd

2001-05-24 Thread joe bloggs
Original message from: Bug Database [EMAIL PROTECTED] ID: 11034 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Hi Derick, Thankyou for responding so quickly. I took your advice but when i tried to install the new rpms i got a dependency problem. problem

[PHP-DEV] Bug #11092: (Yet Another) References Weirdness

2001-05-24 Thread sbergmann
From: [EMAIL PROTECTED] Operating system: should be OS independent PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: (Yet Another) References Weirdness There seems to be a problem with objects returned from class methods by reference: ?php class a

[PHP-DEV] Bug #11093: Apache crashes when output buffering is used and fatal errors occure

2001-05-24 Thread mail
From: [EMAIL PROTECTED] Operating system: Win32 PHP version: 4.0.5 PHP Bug Type: Reproducible crash Bug description: Apache crashes when output buffering is used and fatal errors occure I use Output Buffering for some php scripts and develop on a Win32 system. One time i

[PHP-DEV] Bug #11059 Updated: PHP does not register GET variables $HTTP_GET_VARS is empty. POST works OK.

2001-05-24 Thread bub
ID: 11059 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Variables related Operating system: RedHat 5.1 PHP Version: 4.0.5 Description: PHP does not register GET variables $HTTP_GET_VARS is empty. POST works OK. It doesn't work either and $PHP_SELF is empty as

[PHP-DEV] Bug #11092 Updated: (Yet Another) References Weirdness

2001-05-24 Thread sbergmann
ID: 11092 Updated by: sbergmann Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Just noticed: It works as expected when I replace $a = $b-add_a(); with $a = $b-add_a(); But this is not

[PHP-DEV] Bug #11059 Updated: PHP does not register GET variables $HTTP_GET_VARS is empty. POST works OK.

2001-05-24 Thread bub
ID: 11059 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating system: RedHat 5.1 PHP Version: 4.0.5 Description: PHP does not register GET variables $HTTP_GET_VARS is empty. POST works OK. It doesn't work either and $PHP_SELF is empty as well. I did not know

[PHP-DEV] Bug #11078 Updated: How to create the bmp with the help of PHP

2001-05-24 Thread derick
ID: 11078 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: GD related Operating system: PHP Version: 4.0.5 Assigned To: Comments: You cannot create BMP images with PHP. And this is not a support forum, ask them on the [EMAIL PROTECTED] mailist list.

[PHP-DEV] Bug #11079 Updated: Problem with old code to use mysql

2001-05-24 Thread derick
ID: 11079 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: MySQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: PHP 4.0.5 has a problem detected the correct socket. Please try a snapshot from snaps.php.net, or wait for PHP

[PHP-DEV] Re: Bug #10121 Updated: Case Sensitive Associative Arrays

2001-05-24 Thread PKish
The problem is that php treats the associative arrays differently than the query. You can query on Mixed case when your table is all lowercase as that is what happens when you create the table. Since the postrgres query lowercases your query this isn't a problem, but php's associative arrays do

[PHP-DEV] Parsing speed difference between and '

2001-05-24 Thread Olivier Cahagne
Hi, I believe this is the correct list to talk about that as it's Zend/parser-related. I'd like to know if there's a difference between parsing: require ('foo.inc'); and require (foo.inc); If so, which one would be faster and why ? I didn't find many references about this in the FAQ or the

[PHP-DEV] Bug #11084 Updated: strings

2001-05-24 Thread derick
ID: 11084 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: These kinds of matches are very easy with regular expressions: preg_replace (/*.cd*./, ); for *cd*

Re: [PHP-DEV] Re: Bug #11034 Updated: mysql support not built intorpm from the redhat 7 cd

2001-05-24 Thread derick
On Thu, 24 May 2001, joe bloggs wrote: Original message from: Bug Database [EMAIL PROTECTED] ID: 11034 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Hi Derick, Thankyou for responding so quickly. I took your advice but when i tried to install the

[PHP-DEV] Bug #11094: problem printing memo field

2001-05-24 Thread vladb38
From: [EMAIL PROTECTED] Operating system: RedHat 7.1 PHP version: 4.0.4pl1 PHP Bug Type: InterBase related Bug description: problem printing memo field I have tried to print a text from a memo field using the following code. Why doesn't it work. I am new to PHP so this

Re: [PHP-DEV] version numbers

2001-05-24 Thread Andrei Zmievski
On Wed, 23 May 2001, Dennis Gearon wrote: I wonder about the version numbers because of some of the alphanumeric values in them. Are the version numbers chosen such that ANY version higher can be checked for by the following code: if ( strcmp($ver_running_under, $min_version) 0){ use