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

2001-04-19 Thread Derick Rethans
On Thu, 19 Apr 2001, Andi Gutmans wrote: Well you know the most permanent things are temporary things such as prototypes. I also thought it would make much more sense to create something very small in C (maybe even Perl as it's installed on all systems) and use that. PERL isn't installed in

[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

[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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[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] 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 #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

[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

[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

[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

[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,

[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

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 Sther 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 sure what you mean

[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

[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).

[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 #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] 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 #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] 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

[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 #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 #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: ---

[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

[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

[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] 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

[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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[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

[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] 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

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 Sther Bakken wrote: [Andi Gutmans [EMAIL PROTECTED]] At 06:53 PM 4/18/2001 -0400, Stig Sther 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

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 Sther 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 the

[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 #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

[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] 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

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

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 early next

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 Suraski

[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

[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 I

[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

[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

[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

[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 http://www.php.net/ To unsubscribe, e-mail: