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 cou
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 tr
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*
a
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 do
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
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 4.0
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.
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 that
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
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 well
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
t
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:
data[] = $data
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.
prob
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.
>
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:
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 erro
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 that
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);
t
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.
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 proble
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
th
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 output, they think "bug!" and report it. They never think
to vi
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
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 GENER
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)'
./configur
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
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 syntax
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 the
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 trie
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 16
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:
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
preg_rep
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){
> 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 bu
> > > 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 nec
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 assu
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
ID: 11086
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: COM related
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:
i believe the COM in 4.0.5 to be borked. wait for the release of 4.0.6 to see this
corrected, or if you need it earli
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
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 P
> 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 ye
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 kn
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:
---
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:
---
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
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 -R/opt/NCCldapsdk/li
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 p
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 fix
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 b
I just rolled back to the 4.0.5 version of DOM/XML but can't test it.
Can you please check out the 4.0.6 branch (cvs update -r PHP_4_0_6 in the
php4/Zend/TSRM directories) and let me know if the rollback worked?
Thanks,
Andi
At 11:14 AM 5/24/2001 +, Christian Stocker wrote:
>On 23 May 2001
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
From: [EMAIL PROTECTED]
Operating system: all
PHP version: 4.0.5
PHP Bug Type: Feature/Change Request
Bug description: strings
Hi there :)
I hope i writing this mail to right place :)
When will be implemented case insensitive str_replace?
In to-do list its in long time alr
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...
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 formats
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 1
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: [EMA
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 4
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 implement
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.
mat
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 run
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";,
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 version
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:
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 autom
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:
Array ( [0]
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
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 i
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 (' . . '
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:
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:
As below.
Previous Comments:
---
[2001-05-24 03:43:16] [EMAIL PRO
It would be a poor browser design which differentiated between and
. 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 man
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
Descriptio
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.
valiables_order is set to EGPCS. I tried EPCSG but it
73 matches
Mail list logo