[PHP-DEV] Bug #10414: mysql+charset gb2312

2001-04-19 Thread chenp
From: [EMAIL PROTECTED] Operating system: redhat6.2 PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: mysql+charset gb2312 I want to my mysql+php can surport charset gb2312 so I configure the mysql --with-charset gb2312,then when I connect to the mysq

Re: [PHP-DEV] Bug #10407: incorrect call of apxs from Apache 2

2001-04-19 Thread Mark Reidenbach
Not sure why this hasn't been fixed, but you have to type in the whole path to apxs. That is, you need to do a ./configure --with-apxs=/usr/local/apache2/bin/apxs or wherever you installed apache2. At least, that worked for me with the latest cvs version (4.04pl1 didn't work for me). -Mark <[E

[PHP-DEV] Re: [PHP-QA] RC7 is out

2001-04-19 Thread Matt White
Zeev; Compiled on Win32 as an Apache module just fine. One tiny problem... main\php_version.h still says it's version RC6. It took me a minute to realize that I hadn't made a mistake and copied files from the wrong directory... =) PHP Version 4.0.5RC7 System Windows NT 5.0 build 2195 Buil

Re: [PHP-DEV] RC7 is out

2001-04-19 Thread Rasmus Lerdorf
> Any good reason for that BTW? :) Well, to avoid sending 3M attachments to 1000 people. -Rasmus -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAI

Re: [PHP-DEV] RC7 is out

2001-04-19 Thread Zeev Suraski
Any good reason for that BTW? :) On Thu, 19 Apr 2001, Rasmus Lerdorf wrote: > Ah right, I forgot we are filtering out the cvs commits from that dir > > On Fri, 20 Apr 2001, Zeev Suraski wrote: > > > In CVS, it tends to take time before it actually shows up on the web. > > > > On Thu, 19 Apr 2

Re: [PHP-DEV] RC7 is out

2001-04-19 Thread Rasmus Lerdorf
Ah right, I forgot we are filtering out the cvs commits from that dir On Fri, 20 Apr 2001, Zeev Suraski wrote: > In CVS, it tends to take time before it actually shows up on the web. > > On Thu, 19 Apr 2001, Rasmus Lerdorf wrote: > > > Uh, where? I don't see it. > > > > On Fri, 20 Apr 2001, Zeev

Re: [PHP-DEV] RC7 is out

2001-04-19 Thread Zeev Suraski
In CVS, it tends to take time before it actually shows up on the web. On Thu, 19 Apr 2001, Rasmus Lerdorf wrote: > Uh, where? I don't see it. > > On Fri, 20 Apr 2001, Zeev Suraski wrote: > > > > > I rolled RC7 - if there are no surprises (there'd better not be! :), it > > can finally go out ea

Re: [PHP-DEV] RC7 is out

2001-04-19 Thread Rasmus Lerdorf
Uh, where? I don't see it. On Fri, 20 Apr 2001, Zeev Suraski wrote: > > I rolled RC7 - if there are no surprises (there'd better not be! :), it > can finally go out early next week. > > Zeev > > -- > Zeev Suraski <[EMAIL PROTECTED]> > http://www.zend.com/ > > > -- > PHP Development Mailing List

[PHP-DEV] mktime() oddity

2001-04-19 Thread Lars Torben Wilson
Hi there, I was just wondering whether I could get a better explanation for the fact that mktime() breaks consistency with itself by not allowing you to get Nov 30 1999 by supplying 0s for month, day, and year. The manual and the source both say that the reason is that the returned timestamp wou

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

2001-04-19 Thread jesus . estrada
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0.4pl1 PHP Bug Type: MSSQL related Bug description: Error retrieving image field from MSSQL database Looks like there's a problem in the Windows version of the mssql extension. I'm having the same problem as Leo

[PHP-DEV] RC7 is out

2001-04-19 Thread Zeev Suraski
I rolled RC7 - if there are no surprises (there'd better not be! :), it can finally go out early next week. Zeev -- Zeev Suraski <[EMAIL PROTECTED]> http://www.zend.com/ -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP-DEV] Shared library extensions

2001-04-19 Thread md
Hello Rasmus: Thanks for the reply. I am working with 4.0.4pl1 PHP I was hoping it would just work, but I cannot get it to work. Where do I go to get information about config.m4 type files? I have no idea how to manage Makefile.in and config.m4 files? What tools read these files? (libtool?) W

Re: [PHP-DEV] Shared library extensions

2001-04-19 Thread Rasmus Lerdorf
It should just work. --enable-modname=shared and then do a 'make' and you should find your .so in the modules/ directory. -Rasmus On Thu, 19 Apr 2001, md wrote: > I am getting very close on making a GNU compiled C extension for PHP4 > using ext_skel. > > > Where does one look to understand wha

[PHP-DEV] Shared library extensions

2001-04-19 Thread md
I am getting very close on making a GNU compiled C extension for PHP4 using ext_skel. Where does one look to understand what is going on inside the config.m4 file (m4 files in general) It is a mystery on how to make a shared library .so file available to PHP4. That is the problem. How to go

[PHP-DEV] Bug #10412: field name in mysql_lsit_fields

2001-04-19 Thread dkokenge
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: field name in mysql_lsit_fields When using "mysql_list_fields" for a file you can extract the field names of the schema. For example: $fname. Then turn it

Re: [PHP-DEV] Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-19 Thread Jason Greene
> I still think that a large majority of people will want to grab the > C-extensions and compile them statically into PHP, i.e. putting them in > ext/, ./buildconf, ./configure ... > > Andi I agree. There is also the possibility that some extensions will have problems as a .so on some archetec

[PHP-DEV] Bug #10411 Updated: number_format returns wrong values

2001-04-19 Thread joey
ID: 10411 Updated by: joey Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function PHP Version: 4.0.4pl1 Assigned To: Comments: Try changing: $total = number_format($calcs_a + calcs_b,2); to $total = number_format($calcs_a + $calcs_b,2); (Note the miss

[PHP-DEV] Bug #10379 Updated: ns-httpd crashes on php content.

2001-04-19 Thread andi
ID: 10379 Updated by: andi Reported By: [EMAIL PROTECTED] Status: Open Bug Type: iPlanet related PHP Version: 4.0.4pl1 Assigned To: Comments: Can you please try the latest snapshot available at snaps.php.net or even better the latest CVS (make sure you grab the latest CVS of TSRM if you use CVS

Re: [PHP-DEV] Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-19 Thread Andi Gutmans
At 09:05 AM 4/19/2001 +0300, Alexander Bokovoy wrote: >On Thu, Apr 19, 2001 at 07:21:32AM +0200, Andi Gutmans wrote: > > At 09:16 PM 4/18/2001 -0700, Rasmus Lerdorf wrote: > > > > >When we're past the prototyping phase and stuff stabilizes, a C > > > > >rewrite may be a good idea, but I don't thin

[PHP-DEV] Bug #10389 Updated: mysql_query(); returns an invalid result resource

2001-04-19 Thread cnewbill
ID: 10389 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: MySQL related PHP Version: 4.0.4pl1 Assigned To: Comments: This appears to be related to 4.0.4pl1. I can reproduce it on a 4.0.4pl1 box, but not anything newer. Can you try 4.0.5 or a C

[PHP-DEV] Bug #10411: number_format returns wrong values

2001-04-19 Thread mark
From: [EMAIL PROTECTED] Operating system: Solaris 8, Slackware 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: number_format returns wrong values number_format returns wrong values in certain situations, here is a code example... $value = 50

[PHP-DEV] Bug #10410: display warning BUT update database !!

2001-04-19 Thread igardais
From: [EMAIL PROTECTED] Operating system: windows 98 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: display warning BUT update database !! config --- Apache 1.3.19 as standalone server PHP 4.0.4pl1 for Win32 platform (standard local developpement stat

Re: [PHP-DEV] RE: [PHP-WIN] Dynamic Pulldown lists

2001-04-19 Thread Derick Rethans
Please stop crossposting this to php-dev@ Derick On Thu, 19 Apr 2001, Svensson, B.A.T. wrote: > > >-Original Message- > >From: Robert Trembath [mailto:[EMAIL PROTECTED]] > >Sent: Thursday, April 19, 2001 10:10 PM > >To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > >Subject: [PHP-WIN] Dynamic

[PHP-DEV] RE: [PHP-WIN] Dynamic Pulldown lists

2001-04-19 Thread Svensson, B.A.T.
>-Original Message- >From: Robert Trembath [mailto:[EMAIL PROTECTED]] >Sent: Thursday, April 19, 2001 10:10 PM >To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >Subject: [PHP-WIN] Dynamic Pulldown lists > > >A little help from anyone please. > >I know this was discussed before but I can't find i

[PHP-DEV] Bug #10409: php 404pl1 Isapi filter causes ASP AND Miva Isapi to hang. Only html pages work

2001-04-19 Thread joel
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: php 404pl1 Isapi filter causes ASP AND Miva Isapi to hang. Only html pages work Whenever I load the 4.04pl Isapi filter, it causes the ASP and M

[PHP-DEV] PHP 4.0 Bug #10389 Updated: mysql_query(); returns an invalid result resource

2001-04-19 Thread pmarks
ID: 10389 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: MySQL related Description: mysql_query(); returns an invalid result resource I checked what you said with mysqladmin and mysql. The database "ue" does exist, as does the table "jobsc." Thanks for saying so

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

2001-04-19 Thread ahill
ID: 10403 Updated by: ahill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related PHP Version: 4.0.4pl1 Assigned To: Comments: Please verify that you have tried other drivers, or create a ODBC trace (DebugFile=file.out in the odbc.ini file) to view the ODBC calls. The driver is

[PHP-DEV] dynamic pulldowns from DB

2001-04-19 Thread Robert Trembath
A little help from anyone please. I know this was discussed before but I can't find it now that I need it. I want to dynamically populate a pulldown list from a mysql query based on what is selected from another pulldown list populated by a query from mysql. If the first choice is changed a diffe

[PHP-DEV] Re: [PHP-WIN] Dynamic Pulldown lists

2001-04-19 Thread Frank M. Kromann
You can do this by reloading the page when the first list is changed or by applying all the different values for the second list in JavaScript arrays and have some JavaScript code to populate the second list. - Frank > A little help from anyone please. > > I know this was discussed before but

[PHP-DEV] Dynamic Pulldown lists

2001-04-19 Thread Robert Trembath
A little help from anyone please. I know this was discussed before but I can't find it now that I need it. I want to dynamically populate a pulldown list from a mysql query based on what is selected from another pulldown list populated by a query from mysql. If the first choice is changed a diffe

[PHP-DEV] Bug #10408 Updated: Bad Sybase-CTlib closing

2001-04-19 Thread joey
ID: 10408 Updated by: joey Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Sybase-ct (ctlib) related PHP Version: 4.0.4pl1 Assigned To: Comments: Cannot duplicate this locally, can you provide more info? Previous Comments: -

[PHP-DEV] Bug #10252 Updated: strcat() used on uninitialized string

2001-04-19 Thread kalowsky
ID: 10252 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ODBC related PHP Version: 4.0.4pl1 Assigned To: Comments: now it's commited to cvs Previous Comments: --- [2001-04-18

[PHP-DEV] Bug #10408: Bad Sybase-CTlib closing

2001-04-19 Thread ocomte
From: [EMAIL PROTECTED] Operating system: Sun Solaris and Linux PHP version: 4.0.4pl1 PHP Bug Type: Sybase-ct (ctlib) related Bug description: Bad Sybase-CTlib closing if you run this script : ';// I want to see this one !!! exit(); // global exit of php }

[PHP-DEV] RE: [PHP-WIN] xml with php

2001-04-19 Thread James Moore
> Any guidance would be greatly appreciated, Please dont cross post like this these questions should be sent to php-general. I just got three copies of this in my mailbox which isnt really necessary now is it? - James -- PHP Development Mailing List To unsubscribe, e-mai

[PHP-DEV] xml with php

2001-04-19 Thread steve lee
Please can you guide me, I want to use php to update the following xml with the values the user fills in. for example add value="" in the "input type text" line and add checked to the Radio button line. Is there any functions in php that can be used to step through a xml and just update the form o

[PHP-DEV] PHP 4.0 Bug #10397 Updated: Cannot get, set or walk on different subtree than .iso.3.6.1.2.1

2001-04-19 Thread tlechat
ID: 10397 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: SNMP related Description: Cannot get, set or walk on different subtree than .iso.3.6.1.2.1 PRECISION : In my previous mail I wrote that snmpget("myhost","public","1.3.6.1.2.3.1191.1.2") will fails with warning ".iso.3.6.1.2.

Re: [PHP-DEV] Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-19 Thread Andi Gutmans
At 08:13 AM 4/19/2001 -0400, Stig Sæther Bakken wrote: >[Andi Gutmans <[EMAIL PROTECTED]>] > > > > Right but if we chose XML this makes it much harder to have C clients > > (even Perl because the module might not be installed). I don't think > > >Over my dead body. Take a look at all

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-19 Thread Andi Gutmans
At 08:03 AM 4/19/2001 -0400, Stig Sæther Bakken wrote: >[Andi Gutmans <[EMAIL PROTECTED]>] > > At 06:53 PM 4/18/2001 -0400, Stig Sæther Bakken wrote: > > > > >*BLAM* > > > > > >That's the sound of someone shooting himself in the foot. The PEAR > > >installer needs the XML extension. :-) > > > > W

[PHP-DEV] PHP 4.0 Bug #10379 Updated: ns-httpd crashes on php content.

2001-04-19 Thread ptierney
ID: 10379 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: iPlanet related Description: ns-httpd crashes on php content. Was able to get some output from gdb. This is not the debug build, but built with -g to gcc. (gdb) cont Continuing. [New Thread 12 (LWP 4)] [Switching to Thread

[PHP-DEV] Bug #9868 Updated: Missing .dll.

2001-04-19 Thread phildriscoll
ID: 9868 Updated by: phildriscoll Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Feedback Bug Type: *General Issues PHP Version: 4.0.4pl1 Assigned To: Comments: Then you'd better tell us: a. what dll was reported as missing b. did you download the 'installer' version of php, the

[PHP-DEV] PHP 4.0 Bug #9868 Updated: Missing .dll.

2001-04-19 Thread damienjp
ID: 9868 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: *General Issues Description: Missing .dll. I've downloaded Php from php.net and i've got winsock 2 installed on my Computer(Windows 95)and i'm currently using Xitami and vWebServer 2.1 as my Web Server. Rafael Estrada [EM

[PHP-DEV] Bug #10407: incorrect call of apxs from Apache 2

2001-04-19 Thread XHajT03
From: [EMAIL PROTECTED] Operating system: Digital Unix 4.0F PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: incorrect call of apxs from Apache 2 Running ./configure --with-apxs2 results in apxs showing its help screen (and configuration ends with a

[PHP-DEV] Bug #10406: PHP needs a patch to compile with PostgreSQL 7.1

2001-04-19 Thread barbato
From: [EMAIL PROTECTED] Operating system: debian gnu linux 2.4.3 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: PHP needs a patch to compile with PostgreSQL 7.1 It seems that pgsql guys have changed headers' inclusion policy in 7.1: --

[PHP-DEV] Bug #10405: pdf: Unable to initilize module

2001-04-19 Thread john
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.4pl1 PHP Bug Type: Dynamic loading Bug description: pdf: Unable to initilize module I have downloaded pdflib-4.0.0-Windows so I can pdf things in php. The installation instructions are as follows: "For b

[PHP-DEV] RE: PHP 4.0 Bug #10324 Updated: reproducable seg fault during generic script exec with pgsql and mcrypt

2001-04-19 Thread Kevin Webb
Not sure if this helps any, but here's the output from the apache error log: (Still can't get debug symbols in my back trace, though) DB/pgsql.php(163) : Warning - PostgreSQL query failed: ERROR: Bad int8 external representation "" [Thu Apr 19 10:50:13 2001] Script: '/etc/apache/htdocs/_inp

Re: [PHP-DEV] extensions and $HTTP_SERVER_VARS

2001-04-19 Thread Sterling Hughes
On Thu, 19 Apr 2001, Rasmus Lerdorf wrote: > How portable? Not all web servers even set this variable, so it will > never be completely portable. > > -Rasmus > (what Rasmus said, and :) you can grab them out of the EG(symbol_table) if you still want them: { zval **server_vars; if (zend_hash_

[PHP-DEV] Bug #10404: Timing issue - new page reads session before old page has saved it

2001-04-19 Thread bhlyons
From: [EMAIL PROTECTED] Operating system: Linux - RH7.0 PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: Timing issue - new page reads session before old page has saved it Summary: On a high-speed network system, a page with a header(Location: ...) cal

[PHP-DEV] PHP 4.0 Bug #10379 Updated: ns-httpd crashes on php content.

2001-04-19 Thread ptierney
ID: 10379 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: iPlanet related Description: ns-httpd crashes on php content. Was able to get some output from gdb. This is not the debug build, but built with -g to gcc. (gdb) cont Continuing. [New Thread 12 (LWP 4)] [Switching to Thread

Re: [PHP-DEV] extensions and $HTTP_SERVER_VARS

2001-04-19 Thread Rasmus Lerdorf
How portable? Not all web servers even set this variable, so it will never be completely portable. -Rasmus On Thu, 19 Apr 2001, Hartmut Holzgraefe wrote: > > any portable way to get values like $HTTP_HOST from within an extension? > at the C level? > > -- > Hartmut Holzgraefe [EMAIL PROTECTED

[PHP-DEV] extensions and $HTTP_SERVER_VARS

2001-04-19 Thread Hartmut Holzgraefe
any portable way to get values like $HTTP_HOST from within an extension? at the C level? -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

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

2001-04-19 Thread tleigh
From: [EMAIL PROTECTED] Operating system: Linux 2.2.18 PHP version: 4.0.4pl1 PHP Bug Type: ODBC related Bug description: cannot prepare iODBC statements Script: Modules: --with-mysql --with-iodbc --with-gd --with-jpeg-dir --with-ming --enable-ftp --enable-sockets gdb bac

[PHP-DEV] Bug #10402: typo in sockets extension?

2001-04-19 Thread west_leo
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0 Latest CVS (19/04/2001) PHP Bug Type: Compile Problem Bug description: typo in sockets extension? ext/sockets/sockets.c line 1088: > buf = hstrerror(-(Z_LVAL_PP(error))); < buf = strerror(-(Z_LVAL_PP(error)));

[PHP-DEV] Bug #10400 Updated: output_transform_file pointer in sablot.c MUST be initialized to NULL in php_sab

2001-04-19 Thread sterling
ID: 10400 Updated by: sterling Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sablotron XSL PHP Version: 4.0.4pl1 Assigned To: Comments: applied, thanks! Previous Comments: --- [2001-04-19 10:35:1

[PHP-DEV] PHP 4.0 Bug #10400 Updated: output_transform_file pointer in sablot.c MUST be initialized to NULL in php_sab

2001-04-19 Thread lsorense
ID: 10400 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Sablotron XSL Description: output_transform_file pointer in sablot.c MUST be initialized to NULL in php_sab The two suggested changes fixes the segfaults in apache and the hangs that occour when using xslt_output_begintransform.

[PHP-DEV] Bug #9880 Updated: Apache Core dumps when trying to execute. No compilation errors.

2001-04-19 Thread derick
ID: 9880 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related PHP Version: 4.0.4pl1 Assigned To: Comments: User reported that is was fixed with a make clean Previous Comments: -

[PHP-DEV] Re: Bug #9880 Updated: Apache Core dumps when trying to exec

2001-04-19 Thread Jason Gulledge
It was fixed by starting with a make clean ..etc Thanks __ Reply Separator _ Subject: Bug #9880 Updated: Apache Core dumps when trying to execute. Author: [EMAIL PROTECTED] (Bug Database) at INTERNET Date:4/19/01 8:

Re: [PHP-DEV] gd, freetype 1

2001-04-19 Thread Wez Furlong
On 2001-04-19 14:34:07, "Adam Dickmeiss" wrote: > Problem is that with_freetype_dir is empty in ext/gd/config.m4 so > with-ttf is not really recognized. > The patch below fixes the problem. Thanks - it's in CVS now. --Wez. -- PHP Development Mailing List To unsubscribe,

[PHP-DEV] Bug #10399 Updated: Problem with mcrypt

2001-04-19 Thread derick
ID: 10399 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Compile Failure PHP Version: Earlier? Upgrade first! Assigned To: Comments: User reported that it works fine with version 2.2 Previous Comments: -

[PHP-DEV] Re: Bug #10399 Updated: Problem with mcrypt

2001-04-19 Thread Olivier Fourdan
Derick, Great ! It works. Thanks a lot. Cheers, Olivier. Bug Database wrote: ID: 10399 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Failure PHP Version: Earlier? Upgrade first! Assigned To: Comments: I just read you use PHP3. Libmcrypt 2.

[PHP-DEV] Bug #9834 Updated: Unable to handle double variables

2001-04-19 Thread sniper
ID: 9834 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Math related PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback. --Jani Previous Comments: --- [2001-03-19

[PHP-DEV] Bug #10401 Updated: Call to undefined function : get_defined_vars()

2001-04-19 Thread hholzgra
ID: 10401 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Unknown/Other Function PHP Version: 4.0.4pl1 Assigned To: Comments: are you sure you are using 4.0.4 or newer? Previous Comments: ---

[PHP-DEV] Bug #10401 Updated: Call to undefined function : get_defined_vars()

2001-04-19 Thread hholzgra
ID: 10401 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function PHP Version: 4.0.4pl1 Assigned To: Comments: are you sure you are using 4.0.4 or newer? Previous Comments: ---

[PHP-DEV] Bug #9830 Updated: There is a problem with HTTP POST method.

2001-04-19 Thread sniper
ID: 9830 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: HTTP related PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback and should be fixed. --Jani Previous Comments:

[PHP-DEV] Bug #9636 Updated: error message

2001-04-19 Thread sniper
ID: 9636 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Old-Bug Type: Compile Failure Bug Type: iPlanet related PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback. Please reopen this bug report if problem still persist when using the soon to be relea

[PHP-DEV] Bug #9627 Updated: PHP.INI cannot read new values

2001-04-19 Thread sniper
ID: 9627 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *Install and Config PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback. And most likely a user error. --Jani Previous Comments: ---

[PHP-DEV] Bug #9390 Updated: PHPSESSID adds itself to $HTTP_POST_VARS

2001-04-19 Thread sniper
ID: 9390 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *Session related PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback. If problem still persists when using PHP 4.0.5, reopen this bug report. --Jani Previous Comments: ---

[PHP-DEV] Bug #10114 Updated: Error reading LONG fields (ntext) in MSSQL (SQL Server) (bug #5237)

2001-04-19 Thread derick
ID: 10114 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related PHP Version: 4.0.4pl1 Assigned To: Comments: Previous Comments: --- [2001-04-19 08:58:10] [EMAIL PROTECT

[PHP-DEV] Bug #9814 Updated: can't extract any files

2001-04-19 Thread sniper
ID: 9814 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *General Issues PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback, and works just fine for me. --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #10114 Updated: Error reading LONG fields (ntext) in MSSQL (SQL Server) (bug #5237)

2001-04-19 Thread bonwon
ID: 10114 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: ODBC related Description: Error reading LONG fields (ntext) in MSSQL (SQL Server) (bug #5237) Will do so, within a week from now I'll post the result. Previous Comments: -

[PHP-DEV] Bug #10401: Call to undefined function : get_defined_vars()

2001-04-19 Thread freebsd_boy
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: Call to undefined function : get_defined_vars() causes the following error: Fatal error: Fatal error: Call to undefined function: get_defined_vars()

[PHP-DEV] Bug #10400: output_transform_file pointer in sablot.c MUST be initialized to NULL in php_sablot_init_globals, and S_FREE macro MUST set the pointer it frees to NULL after freeing. Otherwise xslt_begintransform clobbers memory at a random location causing memory corruption and segfaults apache after a few requests. More info, a working patch and an example that causes the problem is available on request. These two changes has made it perfectly reliable for me in version 4.0.4.5rc6-2 (debian package source version).

2001-04-19 Thread lsorense
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Sablotron XSL Bug description: output_transform_file pointer in sablot.c MUST be initialized to NULL in php_sablot_init_globals, and S_FREE macro MUST set the pointer it frees to NULL after

[PHP-DEV] Bug #10114 Updated: Error reading LONG fields (ntext) in MSSQL (SQL Server) (bug #5237)

2001-04-19 Thread kalowsky
ID: 10114 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related PHP Version: 4.0.4pl1 Assigned To: Comments: build php with --enable-debug and recreate the backtrace please.. Previous Comments: --

[PHP-DEV] Bug #10399 Updated: Problem with mcrypt

2001-04-19 Thread derick
ID: 10399 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Failure PHP Version: Earlier? Upgrade first! Assigned To: Comments: I just read you use PHP3. Libmcrypt 2.4 won't work with it. Try a 2.2.x version of it. That should work fine. Pr

[PHP-DEV] Bug #10399 Updated: Problem with mcrypt

2001-04-19 Thread derick
ID: 10399 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure PHP Version: Earlier? Upgrade first! Assigned To: Comments: Which version of PHP do you use? You need atleast PHP 4.0.3 to let mcrypt 2.4 work. If you are upgrading, I recomme

[PHP-DEV] Bug #10399: Problem with mcrypt

2001-04-19 Thread ofourdan
From: [EMAIL PROTECTED] Operating system: Linux PHP version: Earlier? Upgrade first! PHP Bug Type: Compile Failure Bug description: Problem with mcrypt I've installed mcrypt 2.4.10 (yes, I used --disable-posix-threads) I need to compile PHP3 (yes, I need PHP3, not PHP4). Th

[PHP-DEV] Bug #10396 Updated: LDAP Support is broken (I suppose)

2001-04-19 Thread sniper
ID: 10396 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Problem PHP Version: 4.0.4pl1 Assigned To: Comments: This should be fixed in CVS. Unfortunately this fix won't be in 4.0.5. But you can always try the latest CVS snapshot from http://s

Re: [PHP-DEV] Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-19 Thread Stig Sæther Bakken
[Andi Gutmans <[EMAIL PROTECTED]>] > > Right but if we chose XML this makes it much harder to have C clients > (even Perl because the module might not be installed). I don't think Over my dead body. Take a look at all the magazines reviewing which web development tools to use. Mos

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-19 Thread Stig Sæther Bakken
[Andi Gutmans <[EMAIL PROTECTED]>] > At 06:53 PM 4/18/2001 -0400, Stig Sæther Bakken wrote: > > >*BLAM* > > > >That's the sound of someone shooting himself in the foot. The PEAR > >installer needs the XML extension. :-) > > What do you mean? Has work started on this already? > I'm not quite sur

[PHP-DEV] Bug #10398: configuration chapter still has the old php 3 error_reporting values

2001-04-19 Thread hartmut
From: [EMAIL PROTECTED] Operating system: * PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: configuration chapter still has the old php 3 error_reporting values it still describes the old numerical scheme as used in php 3 this leads to loss of e

[PHP-DEV] Bug #10395 Updated: $array[] with no subscript will not return any data

2001-04-19 Thread hholzgra
ID: 10395 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *General Issues PHP Version: 4.0.4pl1 Assigned To: Comments: error_reporting = 15 you are re-using a php ini value from php3 this is your problem php 4 has far more error levels and a value of 15 ju

[PHP-DEV] PHP 4.0 Bug #10395 Updated: $array[] with no subscript will not return any data

2001-04-19 Thread roel
ID: 10395 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: *General Issues Description: $array[] with no subscript will not return any data I have tried it on both 4.0.4pl1 and 4.0.3pl1, on 4.0.5devel from halfway february, and 4.0.5devel from today's cvs; on 3 different machines, all

[PHP-DEV] Bug #10397: Cannot get, set or walk on different subtree than .iso.3.6.1.2.1

2001-04-19 Thread tlechat
From: [EMAIL PROTECTED] Operating system: W2000 PHP version: 4.0.4 PHP Bug Type: SNMP related Bug description: Cannot get, set or walk on different subtree than .iso.3.6.1.2.1 If seems that a default OID (.iso.3.6.1.2.1) is always added to OID parameter when I call snmpget

[PHP-DEV] PHP 4.0 Bug #7274 Updated: odbc_execute does not accept new arguments when failing

2001-04-19 Thread edrenth
ID: 7274 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: ODBC related Description: odbc_execute does not accept new arguments when failing RESUBMITTED IN ENGLISH, STILL OCCURS IN 4.04PL1 I am working with openlink drivers for a UNIFY 2000 database No recent drive

[PHP-DEV] Bug #10395 Updated: $array[] with no subscript will not return any data

2001-04-19 Thread hholzgra
ID: 10395 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: Bug Type: *General Issues PHP Version: 4.0.4pl1 Assigned To: Comments: i get Fatal error: Cannot use [] for reading ... you should check your error_reporting settings Previous Com

[PHP-DEV] Bug #10396: LDAP Support is broken (I suppose)

2001-04-19 Thread rabellino
From: [EMAIL PROTECTED] Operating system: Solaris 2.7 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: LDAP Support is broken (I suppose) php can't compile with the ldap libraries embedded in solaris 2.7 (either sparc/intel versions) The problems are 2:

[PHP-DEV] Bug #10395: $array[] with no subscript will not return any data

2001-04-19 Thread roel
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Bug description: $array[] with no subscript will not return any data If you try to use an array without a subscript, no data will be send back to the browser. Netscape will say 'document con

[PHP-DEV] PHP 4.0 Bug #10394 Updated: mysql_query() dosen't stable!

2001-04-19 Thread ttttntl
ID: 10394 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Description: mysql_query() dosen't stable! Previous Comments: --- [2001-04-19 05:55:43] [EMAIL PROTECTED] Hi, I have a table: CREATE TABLE

[PHP-DEV] Bug #10394: mysql_query() dosen't stable!

2001-04-19 Thread ttttntl
From: [EMAIL PROTECTED] Operating system: Linux RedHat7 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: mysql_query() dosen't stable! Hi, I have a table: CREATE TABLE boardlist ( board_id int(11) DEFAULT '0' NOT NULL, header_inc mediumtext NOT NULL,

[PHP-DEV] lxr.php.net and the php4/core directory

2001-04-19 Thread Hartmut Holzgraefe
could someone please make lxr ignore the old php4/core directory when indexing the source? -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

[PHP-DEV] Bug #10393: CPDFlib support not compile as module

2001-04-19 Thread Vladimir . Michl
From: [EMAIL PROTECTED] Operating system: Debian GNU/Linux PHP version: 4.0.3pl1 PHP Bug Type: ClibPDF related Bug description: CPDFlib support not compile as module ClibPDF not compile as module, I rewrote ext/cpdf/config for module support. It may be found on http://www.p

[PHP-DEV] PHP 4.0 Bug #8210 Updated: file upload

2001-04-19 Thread cecot
ID: 8210 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: HTTP related Description: file upload i haven't tried it my self, but [EMAIL PROTECTED] asked me to reopen it because in 4.0.5RC1 the bug is there Previous Comments: