[PHP-DEV] manual PDFs broken?

2001-10-04 Thread Avi Lewin
hey all, the manual PDF appears to be incomplete. the file i downloaded was php_manual_en.pdf.zip, and its MD5 sum was 9fe96228a33da5e005a374895ba51a2. it totals 574 pages and finishes on fdf_set_ap(). anyone have an idea as to what could be wrong? thanks, - avi -- PHP Development

[PHP-DEV] Re: manual PDFs broken?

2001-10-04 Thread jimw
it should get updated with a complete version tomorrow. building the pdf version is a bit tricky because of the massive size (which doesn't play nicely with some of tex's standard built-in limits). jim Avi Lewin [EMAIL PROTECTED] wrote: hey all, the manual PDF appears to be incomplete.

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RC3

2001-10-04 Thread Stig Venaas
On Wed, Oct 03, 2001 at 11:24:08PM -0700, Rasmus Lerdorf wrote: Ok, I have merged it and tested it on one of my servers. Didn't break Thanks. Now I see your commit and the 4.0.7 branch, maybe I made some silly mistake or the cvsweb page for ldap.c was cached or something. anything. But

[PHP-DEV] Bug #13167 Updated: Access Violation, odbc when I use distinct

2001-10-04 Thread niclas . olsson
ID: 13167 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IIS related Operating System: nt4 PHP Version: 4.0.4 New Comment: ok.. when I $sql= select distinct name from table_person; $result=odbc_exec($conn_id,$sql); I get: PHP has encountered an Access

[PHP-DEV] Bug #13167 Updated: Access Violation, odbc when I use distinct

2001-10-04 Thread derick
ID: 13167 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: IIS related Operating System: nt4 PHP Version: 4.0.4 New Comment: Please try a more recent version first (like 4.0.6). There is a big chance this is fixed. Derick Previous Comments:

[PHP-DEV] Re: RC3

2001-10-04 Thread Yasuo Ohgaki
Zeev Suraski wrote: Finally, it's out. www.php.net/~zeev/php-4.0.7RC3.tar.gz RC3 seems to have the same problem as 4.0.8-dev. I can't compile with mhash some configure option(s). ./configure \ --with-apxs \ --disable-short-tags \ --without-mysql \ --enable-bcmath \ --enable-ftp \

[PHP-DEV] Re: RC3

2001-10-04 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Zeev Suraski wrote: Finally, it's out. www.php.net/~zeev/php-4.0.7RC3.tar.gz RC3 seems to have the same problem as 4.0.8-dev. I can't compile with mhash some configure option(s). There is dependecy problem. Problem could be avoided with simple reorder of configure

[PHP-DEV] Re: RC3

2001-10-04 Thread Pete Dishman
Compiles fine on Win NT Server. However there's still a basic problem with the COM module. Booleans returned from a COM Object don't work correctly. This has been the case for all of the 407 release candidates but it worked fine in 406. I reported this as a bug (No. 13433) but it's been

[PHP-DEV] Bug #13534: tab-width for highlight_* functions

2001-10-04 Thread sander
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: tab-width for highlight_* functions It would be nice to have an INI-setting to specify the tab-width for the highlight_string, highlight_file and

Re: [PHP-DEV] RC3

2001-10-04 Thread Phil Driscoll
On Thursday 04 October 2001 1:04 am, Zeev Suraski wrote: Finally, it's out. www.php.net/~zeev/php-4.0.7RC3.tar.gz Builds fine on NT4 as cgi (Release_TS_Inline) and phpinfo works ok under IIS. When I try to build the test suite I get the following output - I don't know if this means that

[PHP-DEV] Bug #13535: missing or not documented thing in sessions

2001-10-04 Thread ozoon
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Session related Bug description: missing or not documented thing in sessions Hi. I ma managing webpage what have about 600-1000 active users online all the time. I was own sessions before (with

Re: [PHP-DEV] RC3

2001-10-04 Thread Phil Driscoll
On Thursday 04 October 2001 1:04 am, Zeev Suraski wrote: Finally, it's out. www.php.net/~zeev/php-4.0.7RC3.tar.gz Built and tested on SuSE 7.2 as apache module with Apache 1.3.20 --with-apxs=/usr/local/httpd/bin/apxs --with-mysql=/usr/local/mysql --with-gmp=/usr/local/lib/gmp All my stuff,

[PHP-DEV] Bug #13536: missing or not documented thing in sessions

2001-10-04 Thread ozoon
From: [EMAIL PROTECTED] Operating system: redhat 7.01 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: missing or not documented thing in sessions Hi. I ma managing webpage what have about 600-1000 active users online all the time. I was own sessions

Re: [PHP-DEV] RC3

2001-10-04 Thread Phil Driscoll
On Thursday 04 October 2001 11:29 am, Phil Driscoll wrote: All my stuff, Phorum and phpMyAdmin seems to work fine. This shoulc have read All my stuff, plus Phorum and phpMyAdmin seem to work fine. I wasn't trying to claim credit for Phorum and phpMyAdmin :) -- Phil Driscoll -- PHP

[PHP-DEV] Bug #13537: number_format looses value integrity

2001-10-04 Thread assid
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: *Math Functions Bug description: number_format looses value integrity try out this code ? $a=number_format(20); $b=number_format(-2000); $c = $a + $b; echo $$a is $a BR \$b is $b BR

[PHP-DEV] Bug #13538: The variable names do not use HTTP_*_VARS format

2001-10-04 Thread marco
From: [EMAIL PROTECTED] Operating system: Linux Slackware 4.0 PHP version: 4.0.6 PHP Bug Type: Variables related Bug description: The variable names do not use HTTP_*_VARS format All the PHP variables do not have the name HTTP_*_VARS, where * = {GET,POST,ENV,SERVER,COOKIE}

[PHP-DEV] usort won't work anymore on 408dev

2001-10-04 Thread Marc Boeren
Hi, In the latest CVS, usort gives strange results: if I use the example from the manual, function cmp ($a, $b) { if ($a == $b) return 0; return ($a $b) ? -1 : 1; } $a = array (3, 2, 5, 6, 1); usort ($a, cmp); while (list ($key, $value) = each ($a)) { echo $key: $value\n; }

[PHP-DEV] Bug #13537 Updated: number_format looses value integrity

2001-10-04 Thread derick
ID: 13537 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Math Functions Operating System: linux PHP Version: 4.0.6 New Comment: Not a bug When the string 200,000 gets converted to a number when adding, it gets converted to 200 (, is not a valid char

RE: [PHP-DEV] usort won't work anymore on 408dev - zend_hash.c bug?

2001-10-04 Thread Marc Boeren
So it seems the results are sorted, but the keys aren't reassigned... If I track the source, I find the zend_hash_sort function in zend_hash.c has changed between 407 and 408: 407: if (renumber) { p = ht-pListHead; i=0; while (p !=

RE: [PHP-DEV] usort won't work anymore on 408dev - zend_hash.c b ug?

2001-10-04 Thread Zeev Suraski
Fixed - thanks! At 14:17 04-10-01, Marc Boeren wrote: So it seems the results are sorted, but the keys aren't reassigned... If I track the source, I find the zend_hash_sort function in zend_hash.c has changed between 407 and 408: 407: if (renumber) { p =

[PHP-DEV] how to ?

2001-10-04 Thread Marcin Liwinski
hi, where is an errror ? root@bsd /usr/php4 ./buildconf buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: automake version 1.4 (ok) buildconf: libtool version 1.4 (ok) *** Error code 1 Stop in /usr/php4. *** Error code 1 Stop in /usr/php4. -- rgrds, gospos

[PHP-DEV] Bug #13539: ASP and PHP crashed, no restart possible

2001-10-04 Thread info
From: [EMAIL PROTECTED] Operating system: W2k Server PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: ASP and PHP crashed, no restart possible Hi, my W2k-Server is not able to handle asp or php files anymore. (500 Error on both) PHP was installed using the

[PHP-DEV] Bug #13536 Updated: missing or not documented thing in sessions

2001-10-04 Thread sniper
ID: 13536 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: redhat 7.01 PHP Version: 4.0.6 New Comment: submitted twice Previous Comments:

[PHP-DEV] Bug #13538 Updated: The variable names do not use HTTP_*_VARS format

2001-10-04 Thread sniper
ID: 13538 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Variables related Operating System: Linux Slackware 4.0 PHP Version: 4.0.6 New Comment: Isn't it a great new feature? Both the long names and short names work. --Jani Previous Comments:

[PHP-DEV] Bug #13538 Updated: The variable names do not use HTTP_*_VARS format

2001-10-04 Thread marco
ID: 13538 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Operating System: Linux Slackware 4.0 PHP Version: 4.0.6 New Comment: That is not completely true... The only vars that are working are the short ones... Regards, Marco

[PHP-DEV] Bug #13538 Updated: The variable names do not use HTTP_*_VARS format

2001-10-04 Thread sniper
ID: 13538 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Operating System: Linux Slackware 4.0 PHP Version: 4.0.6 New Comment: Both work for me with latest CVS. --Jani Previous Comments:

[PHP-DEV] Bug #13540: dbase_get_record_with_names: comma problem

2001-10-04 Thread dominic
From: [EMAIL PROTECTED] Operating system: WinNT PHP version: 4.0.6 PHP Bug Type: dBase related Bug description: dbase_get_record_with_names: comma problem My original dBase contains one field with numbers like 1,5 or 2,5. When I try to get the contents with

[PHP-DEV] Bug #13541: url_scanner.h:23: warning: parameter names (without types) in function declarat

2001-10-04 Thread david
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: url_scanner.h:23: warning: parameter names (without types) in function declarat ./configure --with-mysql --with-apxs=/usr/local/apache/b in/apxs $ make Making

[PHP-DEV] Bug #13542: url_scanner.h:23: warning: parameter names (without types) in function declarat

2001-10-04 Thread david
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: url_scanner.h:23: warning: parameter names (without types) in function declarat ./configure --with-mysql --with-apxs=/usr/local/apache/b in/apxs $ make Making

[PHP-DEV] Bug #13542 Updated: url_scanner.h:23: warning: parameter names (without types) in function declarat

2001-10-04 Thread derick
ID: 13542 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: PHP Version: 4.0.6 New Comment: Accidently submitted twice Previous Comments:

[PHP-DEV] Bug #13541 Updated: url_scanner.h:23: warning: parameter names (without types) in function declarat

2001-10-04 Thread jmoore
ID: 13541 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Compile Failure Operating System: PHP Version: 4.0.6 New Comment: dup of #13542 - James Previous Comments:

[PHP-DEV] Bug #13541 Updated: url_scanner.h:23: warning: parameter names (without types) in function declarat

2001-10-04 Thread jmoore
ID: 13541 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Open Bug Type: Compile Failure Operating System: PHP Version: 4.0.6 New Comment: D bogusified the other one.. - James Previous Comments:

[PHP-DEV] Bug #13524 Updated: session_unset() with no registered vars causes segfault w/save_handler=user

2001-10-04 Thread christopher . k . hall
ID: 13524 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: linux 2.2.19 redhat PHP Version: 4.0.5 New Comment: unfortunately i cannot as i do not have control over install of php in my company. however, as a side note,

[PHP-DEV] Bug #13543: br should br / to be XHTML compatible

2001-10-04 Thread miki
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.6 PHP Bug Type: *Languages/Translation Bug description: br should br / to be XHTML compatible By w3 br under XHTML should be br / while hebrevc insert br every line break -- Edit bug report at:

[PHP-DEV] Bug #13524 Updated: session_unset() with no registered vars causes segfault w/save_handler=user

2001-10-04 Thread christopher . k . hall
ID: 13524 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: linux 2.2.19 redhat PHP Version: 4.0.5 New Comment: sorry, i meant to add, you will want to load testsessions.php in your browser first. Previous Comments:

[PHP-DEV] Bug #13543 Updated: br should br / to be XHTML compatible

2001-10-04 Thread derick
ID: 13543 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: *Languages/Translation Operating System: All PHP Version: 4.0.6 Old Assigned To: Assigned To: derick Edit this bug report at http://bugs.php.net/?id=13543edit=1 -- PHP Development Mailing

[PHP-DEV] Bug #13543 Updated: br should br / to be XHTML compatible

2001-10-04 Thread derick
ID: 13543 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: *Languages/Translation Operating System: All PHP Version: 4.0.6 Old Assigned To: derick Assigned To: New Comment: Fixed in CVS. Thanks! Derick Previous Comments:

[PHP-DEV] Bug #13524 Updated: session_unset() with no registered vars causes segfault w/save_handler=user

2001-10-04 Thread christopher . k . hall
ID: 13524 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: linux 2.2.19 redhat PHP Version: 4.0.5 New Comment: sorry, i meant to add, you will want to load testsessions.php in your browser first. Previous Comments:

[PHP-DEV] Bug #13544: gcc fails on reentrancy.lo

2001-10-04 Thread wcm
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: gcc fails on reentrancy.lo This appears to be very similar to bud id 7162. I edited the php_config.h and set both HAVE_POSIX_READDIR_R and

[PHP-DEV] CVS Account Request

2001-10-04 Thread CVS Account Request
Full name: Sebastian Nohn Email: [EMAIL PROTECTED] ID:nohn Purpose: I did a request some time ago... Martin advised me to request it again because someon may have forgotten it... If your really can't remember: I'd like to have write access to the pear-repository ;) -- PHP

[PHP-DEV] CVS Account Request

2001-10-04 Thread CVS Account Request
Full name: Morgan Christiansson Email: [EMAIL PROTECTED] ID:mog Purpose: Contributing to the PEAR repository. First a pear package called PEAR Forum (formerly phorum 4) a lot more discussion on this existst on the pear-dev mailinglist. And i'd love to contribute other stuff in

[PHP-DEV] Bug #13545: oci8 compile problem

2001-10-04 Thread jerome . ponsin
From: [EMAIL PROTECTED] Operating system: LINUX RH 7.1 PHP version: 4.0.6 PHP Bug Type: Oracle related Bug description: oci8 compile problem - oracle 8.1.7 install ok - oracle patch from technet ok, - php compiles fine (4.0.6) but on the oracle compile (./configure

[PHP-DEV] Bug #13546: stub.lo: file not recognized:

2001-10-04 Thread bcampbell
From: [EMAIL PROTECTED] Operating system: Redhat 7.1 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: stub.lo: file not recognized: configure succedes with: ./configure --with-apxs=/opt/web/apache/bin/apxs --with-mysql=/usr/src/mysql --enable-magic-quotes

[PHP-DEV] Bug #13433 Updated: Returning Booleans from COM is broken in 407

2001-10-04 Thread phanto
ID: 13433 Updated by: phanto Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: COM related Operating System: Windows NT 4 Server PHP Version: 4.0CVS-2001-09-25 Previous Comments: [2001-09-25

[PHP-DEV] Bug #13545 Updated: oci8 compile problem

2001-10-04 Thread mfischer
ID: 13545 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Oracle related Operating System: LINUX RH 7.1 PHP Version: 4.0.6 New Comment: Sorry this is not a support forum. Ask on [EMAIL PROTECTED] . Bogusified. - Markus Previous Comments:

[PHP-DEV] Bug #11195 Updated: COM Visible=1 causes access violation in Apache

2001-10-04 Thread phanto
ID: 11195 Updated by: phanto Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: COM related Operating System: NT 4.0 sp6 plus MS Office 97 SR- PHP Version: php-4.0-Win32-06-06-2001.zip New Comment: if this bug report is still accurate, reopen it. it seems that it was lost

[PHP-DEV] Bug #13433 Updated: Returning Booleans from COM is broken in 407

2001-10-04 Thread phanto
ID: 13433 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating System: Windows NT 4 Server PHP Version: 4.0CVS-2001-09-25 New Comment: fixed in cvs Previous Comments: [2001-09-25

[PHP-DEV] Bug #13547: String position of preg_match_all

2001-10-04 Thread ejbe99
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: String position of preg_match_all Hello. I am not sure if a lot of other people would want this, but a humungous amount of programmers I know need

[PHP-DEV] PHP extensions dinamic list

2001-10-04 Thread Hojtsy Gabor
Hi! This is a feature request. I would like to ask you to include the script above as a php_extensions() function or something like this in the default PHP setup. This script is from php4win.de, and a very useful piece of code to debug the script, maybe it is as useful as phpinfo() is, as it

[PHP-DEV] Bug #13530 Updated: IMAP will not disable

2001-10-04 Thread jeroen
ID: 13530 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Compile Issues Operating System: Mandrake Linux 7.0 PHP Version: 4.0.6 New Comment: Please check that it's the right php.ini that is used (make an intentional syntax error and see wether PHP complains). also

Re: [PHP-DEV] Bug #13433 Updated: Returning Booleans from COM isbroken in 407

2001-10-04 Thread Derick Rethans
Hello, can you MFH this one too? Derick On 4 Oct 2001 [EMAIL PROTECTED] wrote: ID: 13433 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating System: Windows NT 4 Server PHP Version: 4.0CVS-2001-09-25 New Comment: fixed in cvs Previous

RE: [PHP-DEV] Bug #13433 Updated: Returning Booleans from COM is broken in 407

2001-10-04 Thread Harald Radi
this is the one, has anyone tested the actual cvs version ? -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 10:24 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Bug #13433 Updated: Returning Booleans from

[PHP-DEV] Bug #13548: Is it possible to make a dl_persistent() func?

2001-10-04 Thread craiga
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Is it possible to make a dl_persistent() func? Right now, modules must dl() every time a script is run, or PHP must be recompiled to add a module. It seems

[PHP-DEV] Bug #13549: Broken NULL column result condition

2001-10-04 Thread mlemos
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: MSSQL related Bug description: Broken NULL column result condition What is the condition that determines that a result column has is NULL? I thought that the array returned by

Re: [PHP-DEV] Followup to the Versioning Scheme discussion

2001-10-04 Thread Andi Gutmans
At 04:04 PM 10/4/2001 +0300, Jani Taskinen wrote: No decisions were made since we haven't agreed on this yet. Some people seems to misunderstand this whole thing anyway. --Jani Can you please explain? Thanks, Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail:

[PHP-DEV] Bug #13550: intval() does not round off doubles correctly

2001-10-04 Thread mlemos
From: [EMAIL PROTECTED] Operating system: Linux 2.2.18 PHP version: 4.0.6 PHP Bug Type: *Programming Data Structures Bug description: intval() does not round off doubles correctly It seems that intval does not round off double numbers like the function that prints those

[PHP-DEV] Bug #13551: BC functions apply decimal places argument also on arguments

2001-10-04 Thread mlemos
From: [EMAIL PROTECTED] Operating system: Linux 2.2.18 PHP version: 4.0.6 PHP Bug Type: BC math related Bug description: BC functions apply decimal places argument also on arguments BC functions apply decimal places also on arguments but it should only apply them on the

Re: [PHP-DEV] Followup to the Versioning Scheme discussion

2001-10-04 Thread Andi Gutmans
I meant what you think people misunderstand. Andi At 02:13 AM 10/5/2001 +0300, Jani Taskinen wrote: On Fri, 5 Oct 2001, Andi Gutmans wrote: At 04:04 PM 10/4/2001 +0300, Jani Taskinen wrote: No decisions were made since we haven't agreed on this yet. Some people seems to misunderstand this

[PHP-DEV] Bug #13551 Updated: BC functions apply decimal places argument also on arguments

2001-10-04 Thread mfischer
ID: 13551 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: BC math related Operating System: Linux 2.2.18 PHP Version: 4.0.6 New Comment: Confirmed with latest CVS. Either the documentation is wrong or the implementation. Both won't need rocket

[PHP-DEV] Bug #13245 Updated: Hard 8Mb limit on file uploads?

2001-10-04 Thread boaz
ID: 13245 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: HTTP related Operating System: linux PHP Version: 4.0.6 New Comment: changed those. no go. PHP INFO reports upload limit of 16Mb, although it cant go over 8Mb. Memory limit

[PHP-DEV] CVS Account Request

2001-10-04 Thread CVS Account Request
Full name: Ivan Kovalenko Email: [EMAIL PROTECTED] ID:tronic Purpose: Translation PHP documentation into Russian. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP-DEV] A php's patch for support xhtml

2001-10-04 Thread Stig Sæther Bakken
[Alexander Wagner [EMAIL PROTECTED]] Stig Sæther Bakken wrote: 1.Add a mime/type application/x-httpd-php-xhtml to mark xhtml mode. 2.disable short-tags and asp-tags in xhtml mode. 3.add php ... /php instead ? ... ? and php-v eval=/ instead ?= ? 4.ignore '![CDATA['

Re: [PHP-DEV] A php's patch for support xhtml

2001-10-04 Thread Alexander Wagner
Stig Sæther Bakken wrote: Will newbies really use XHTML? Right now? Probably not. Or at least it's rare. But I hope this will change, and IMHO PHP shouldn't be standing in XHMTL's way. Anyway, people have been embedding PHP in WML and other XML formats without visible problems for a while

[PHP-DEV] Bug #13552: Unresolved symbol: mysql_*

2001-10-04 Thread galan
From: [EMAIL PROTECTED] Operating system: HPUX 11.00 PHP version: 4.0.6 PHP Bug Type: Dynamic loading Bug description: Unresolved symbol: mysql_* Apache 1.3.14 Mysql 3.23.39 PHP 4.0.6 HP ANSI compilers ./configure --with-apxs=/opt/apache/bin/apxs \

[PHP-DEV] Bug #13245 Updated: Hard 8Mb limit on file uploads?

2001-10-04 Thread boaz
ID: 13245 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: HTTP related Operating System: linux PHP Version: 4.0.6 New Comment: I'm reporting something I belive to be a bug. I wouldn't complain about it here otherwise, now would I?

[PHP-DEV] Bug #13553: $this isn't set in XML object handlers

2001-10-04 Thread phpbugs
From: [EMAIL PROTECTED] Operating system: Mac OS X 10.1 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: $this isn't set in XML object handlers xml_set_object() allows you to use an xml parser inside a class and have it call class methods instead of

[PHP-DEV] Re: RC3

2001-10-04 Thread Yasuo Ohgaki
Zeev Suraski wrote: Finally, it's out. www.php.net/~zeev/php-4.0.7RC3.tar.gz These are tests failed with php.ini-dist as php.ini Running tests in /home/yohgaki/cvs/php/dist/php-4.0.7RC3/ext/iconv/tests iconv test