Re: [PHP-DOC] cvs: phpdoc /en/install/unix gentoo.xml index.xml /entities global.ent

2004-06-14 Thread Olivier Hill
Gabor Hojtsy wrote:
Perfect. I wish we would have such detailed instructions with common 
errors for all platforms and servers. Although I have no experience with 
Gentoo, the instructions seem to be fine. If you have some experience 
with other platforms, please look around their XML files too, and 
provide patches in case you find errors/omissions.

Goba
Well.. I hope it's complete, because I never use Gentoo's packaging 
system for PHP, I like the old fashion ./configure way ;) Also, there is 
no easy way to compile PHP5 or CVS HEAD with Portage.

I've contacted the maintainer of the package at Gentoo, I'm hoping for 
some feedback about the instructions.

As for the other instructions, I'll look at them when I have to compile 
PHP for that particular platform. Currently this may be MacOS X and Windows.

Sincerely,
Olivier


Re: [PHP-DOC] cvs: phpdoc /en/install/unix gentoo.xml index.xml /entities global.ent

2004-06-14 Thread Gabor Hojtsy
Olivier Hill írta:
ohill   Mon Jun 14 16:58:34 2004 EDT
  Added files: 
/phpdoc/en/install/unix	gentoo.xml 

  Modified files:  
/phpdoc/entities	global.ent 
/phpdoc/en/install/unix	index.xml 
  Log:
  Initial version of Installing PHP on Gentoo Linux
Perfect. I wish we would have such detailed instructions with common 
errors for all platforms and servers. Although I have no experience with 
Gentoo, the instructions seem to be fine. If you have some experience 
with other platforms, please look around their XML files too, and 
provide patches in case you find errors/omissions.

Goba


[PHP-DOC] cvs: phpdoc /en/install/unix gentoo.xml

2004-06-14 Thread Gabor Hojtsy
gobaMon Jun 14 17:27:26 2004 EDT

  Modified files:  
/phpdoc/en/install/unix gentoo.xml 
  Log:
  small WS fix and a grammatical one
  
http://cvs.php.net/diff.php/phpdoc/en/install/unix/gentoo.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/install/unix/gentoo.xml
diff -u phpdoc/en/install/unix/gentoo.xml:1.1 phpdoc/en/install/unix/gentoo.xml:1.2
--- phpdoc/en/install/unix/gentoo.xml:1.1   Mon Jun 14 16:58:34 2004
+++ phpdoc/en/install/unix/gentoo.xml   Mon Jun 14 17:27:26 2004
@@ -1,10 +1,10 @@
 
-
+
 
  Gentoo installation notes
  
- This section contains notes and hints specific to installing
- PHP on Gentoo Linux.
+  This section contains notes and hints specific to installing
+  PHP on Gentoo Linux.
  
  
   Using Portage (emerge)
@@ -64,7 +64,7 @@
 As of this writing, the only module activated by default with Portage 
 is XML which is needed by PEAR.
 This may not be what you want and you will soon discover that you need 
-more activated module (like MySQL, gettext, GD, etc.)
+more activated modules, like MySQL, gettext, GD, etc.


 When you compile PHP from source yourself, you need to activate modules


[PHP-DOC] cvs: phpdoc /en/install/unix gentoo.xml index.xml /entities global.ent

2004-06-14 Thread Olivier Hill
ohill   Mon Jun 14 16:58:34 2004 EDT

  Added files: 
/phpdoc/en/install/unix gentoo.xml 

  Modified files:  
/phpdoc/entitiesglobal.ent 
/phpdoc/en/install/unix index.xml 
  Log:
  Initial version of Installing PHP on Gentoo Linux
  http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.186&r2=1.187&ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.186 phpdoc/entities/global.ent:1.187
--- phpdoc/entities/global.ent:1.186Fri Jun 11 05:10:02 2004
+++ phpdoc/entities/global.ent  Mon Jun 14 16:58:34 2004
@@ -1,6 +1,6 @@
 
+
   
Installation on Unix systems

@@ -80,6 +80,7 @@
 the Problems section.


+   &install.unix.gentoo;
&install.unix.hpux;
&install.unix.openbsd;
&install.unix.solaris;

http://cvs.php.net/co.php/phpdoc/en/install/unix/gentoo.xml?r=1.1&p=1
Index: phpdoc/en/install/unix/gentoo.xml
+++ phpdoc/en/install/unix/gentoo.xml



 Gentoo installation notes
 
 This section contains notes and hints specific to installing
 PHP on Gentoo Linux.
 
 
  Using Portage (emerge)
   
While you can just download the PHP source and compile it youself,
using Gentoo's packaging system is the simplest and cleanest
method of installing PHP. If you are not familiar with building
software on Linux, this is the way to go.
   
   
If you have built your Gentoo system so far, you are probably used
to Portage already. Installing Apache and PHP is no different than 
the other system tools.
   
   
The first decision you need to make is whether you want to install
Apache 1.3.x or Apache 2.x. While both can be used with PHP, the 
steps given bellow will use Apache 1.3.x. Another thing to consider
is whether your local Portage tree is up to date. If you have not
updated it recently, you need to run emerge sync
before anything else. This way, you will be using the most recent
stable version of Apache and PHP.
   
   
Now that everything is in place, you can use the following example
to install Apache and PHP:
   
   
Gentoo Install Example with Apache 1.3



   
   
You can read more about emerge in the excellent 
Portage Manual provided
on the Gentoo website.
   
   
If you need to use Apache 2, you can simply use emerge apache
in the last example.
   
 
 
  Better control on configuration
   
In the last section, PHP was emerged without any activated modules.
As of this writing, the only module activated by default with Portage 
is XML which is needed by PEAR.
This may not be what you want and you will soon discover that you need 
more activated module (like MySQL, gettext, GD, etc.)
   
   
When you compile PHP from source yourself, you need to activate modules
via the configure command. With Gentoo, you can simply
provide USE flags which will be passed to the configure script automatically.
To see which USE flags to use with emerge, you can try:
   
   
Getting the list of valid USE flags



   
   
As you can see from the last output, PHP considers a lot of USE flags.
Look at them closely and choose what you need. If you choose a flag and 
you do not have the proper librairies, Portage will compile them for you.
It is a good idea to use emerge -pv again to see what
Portage will compile in accordance to your USE flags. As an example,
if you do not have X installed and you choose to include X in the USE
flags, Portage will compile X prior to PHP, which can take a couple
of hours.
   
   
If you choose to compile PHP with MySQL, cURL and GD support, the command
will look something like this:
 
   
Install PHP with USE flags



   
   
As in the last example, do not forget to emerge php as well as mod_php.
php is responsible for the command line version of PHP as mod_php is
for the Apache module version of PHP.
   
 
 
  Common Problems
  
   

 If you see the PHP source instead of the result the script should
 produce, you have probably forgot to edit /etc/conf.d/apache.
 Apache needs to be started with the -D PHP4 flag. To see if the flag is
 present, you should be able to see it when using 
 ps ax | grep apache while Apache is running.

   
   

 Due to slotting problems, you might end up with more than one version
 of PHP installed on your system. If this is the case, you need to unmerge
 the old versions manually by using
 emerge unmerge mod_php-.

   
   

 If you cannot emerge PHP because of Java, try putting -*
 in front of your USE flags like in the above examples.

   
   

 If you are having problems configuring Apache and PHP, you can always
 search the Gentoo Forums.
 Try searching with the keywords "Apache PHP".

   
  
 





[PHP-DOC] php manual translation in italian

2004-06-14 Thread afparam
Dear friends,

Thanks for answering me.
I wasn't  sure about the italian team address,
which now I got in full.

As suggested by Darvin,  I visited Simone Cortesi's
site for guidelines about translation. I shall contact
Darvin in a short time for operational details.

Hoping to be helpful to the whole community.

Andrea Paramithiotti



__
Tiscali ADSL libera la velocita'!
Attiva Senza Canone entro il 14 giugno: navighi a 1,5 euro l'ora per i primi
3 mesi,se scegli il modem e' tuo in comodato gratuito e in piu' hai gratis
SuperMail per 12 mesi. Non aspettare, attivala subito!
http://abbonati.tiscali.it/adsl/prodotti/640Kbps/


RE: [PHP-DOC] record insetion

2004-06-14 Thread Enrique GB








Once
more, this is not the correct place to answer generel
questions, for php mysql staff
you can have a look at any of the result in a google
search, surely it will be faster than asking here.

 

And
you problem looks that is MySQL permissions matter. If
you just give permissions to the user may be you should do a “flush
privileges” in the MySQL client (with a enough powerfull user) and then try again. And the general list is
[EMAIL PROTECTED]

 

Regards

 



Enrique GB













De: Sriranganath
[mailto:[EMAIL PROTECTED] 
Enviado el: Lunes, 14 de Junio de
2004 03:38 a.m.
Para: [EMAIL PROTECTED]
Asunto: [PHP-DOC] record insetion 



 



I am not reaching this
email id :: [EMAIL PROTECTED]  





 





plz forward this to concenred.





 





 





 





 





 





Dear Sir, 
I am finding difficulty in inserting a record into a MySQL DB through PHP 
inpsite of all the privileges given to that  database . Can u plz
clarify it?





 





Plz let me know what are all the processes that
i  have to start or include ..;;; in my files:





 





 





 





Plz go through my code: and associated erors messages
:





 








if (isset($_POST['submit'])) {
$conn =
mysql_connect("localhost:3308","user","password");
mysql_select_db("database");
$query = "insert into branch (sol_id,sol_desc,ip_address,email_id) values
('".$_POST['solid']."', '".$_POST['brname']."',
'".$_POST['ipadd']."', '".$_POST['email']."')";
if (mysql_query($query))
echo 'Success';
   else
  echo 'Failed';
}
else {
?>

">
Sol-ID 
Branch Name 
IP-Address 
E-Mail 








 ?>





 





after submitting the inputs; it is giving the
following errors:





 





username is the finfaq
and database name is also finfaq 





 





 





 





Warning: Access denied for user: '[EMAIL PROTECTED]'
(Using password: YES) in /var/www/html/whatnew/a.php on line 3





 





Warning: MySQL Connection Failed: Access denied for
user: '[EMAIL PROTECTED]' (Using password: YES) in /var/www/html/whatnew/a.php
on line 3
Failed 





 





When i try to
insert directly into the table, it is allowing:. 





 





regards





Sriranganath





 



 





- Original Message - 



From: Sriranganath






To: [EMAIL PROTECTED]






Sent: Saturday, June 12,
2004 1:11 PM





Subject: Record Insertion
thr PHP







 





Dear Sir,





I am finding difficulty in inserting a record into a MySQL
DB through PHP  inpsite of all the privileges given to that database . Can
u plz clarify it?





 





Regards





Sriranganath





 





 












Re: [PHP-DOC] record insetion

2004-06-14 Thread Gabor Hojtsy
Sriranganath írta:
I am not reaching *this email id ::* [EMAIL PROTECTED] 
*  *
 
*plz forward this to concenred.*
The correct email address is [EMAIL PROTECTED], please write there.
Goba


Re: [PHP-DOC] Re: [PHP-DEV] Gentoo install

2004-06-14 Thread Gabor Hojtsy
Would it be interesting to have a gentoo.xml?
Yep, it probably would be interesting.
Most of the work is done. I'll just check the spelling and maybe add an 
entry to the FAQ at the end of the file. I'll try reinstalling OpenJade 
to test it first.

When it is ready, do you want me to commit it? I have created a 
gentoo.xml in the unix folder. Also, I have added two global url. 
entities in global.ent.
Go on with comitting, we will review and fix it as needed.
Goba


[PHP-DOC] #28768 [Asn]: docs in Extended CHM Format is not up-to-date

2004-06-14 Thread kingoleg at mail dot ru
 ID:   28768
 User updated by:  kingoleg at mail dot ru
 Reported By:  kingoleg at mail dot ru
 Status:   Assigned
 Bug Type: Documentation problem
 Operating System: windows
 PHP Version:  Irrelevant
 Assigned To:  goba
 New Comment:

O, bad.
Ok, I will wait :)


Previous Comments:


[2004-06-14 12:12:30] [EMAIL PROTECTED]

It always needs some special care...



[2004-06-14 12:01:11] kingoleg at mail dot ru

Thanks, goba. If you "build" a .bat file and all needed programs/files
in one archive, I can build it every month.



[2004-06-14 11:44:46] [EMAIL PROTECTED]

I'll build a new version sometime soon at the beginning/middle of the
next month. It needs a Windows machine and quite some preparation to
do. I have no Windows machine and no adequate time currently.



[2004-06-14 11:09:38] kingoleg at mail dot ru

Thanks for link. But I wrote about download version with comments.



[2004-06-14 10:48:58] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

It's an example, not meant to be used "in production".



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/28768

-- 
Edit this bug report at http://bugs.php.net/?id=28768&edit=1


[PHP-DOC] #28768 [Asn]: docs in Extended CHM Format is not up-to-date

2004-06-14 Thread goba
 ID:   28768
 Updated by:   [EMAIL PROTECTED]
 Reported By:  kingoleg at mail dot ru
 Status:   Assigned
 Bug Type: Documentation problem
 Operating System: windows
 PHP Version:  Irrelevant
 Assigned To:  goba
 New Comment:

It always needs some special care...


Previous Comments:


[2004-06-14 12:01:11] kingoleg at mail dot ru

Thanks, goba. If you "build" a .bat file and all needed programs/files
in one archive, I can build it every month.



[2004-06-14 11:44:46] [EMAIL PROTECTED]

I'll build a new version sometime soon at the beginning/middle of the
next month. It needs a Windows machine and quite some preparation to
do. I have no Windows machine and no adequate time currently.



[2004-06-14 11:09:38] kingoleg at mail dot ru

Thanks for link. But I wrote about download version with comments.



[2004-06-14 10:48:58] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

It's an example, not meant to be used "in production".



[2004-06-14 10:04:42] kingoleg at mail dot ru

Description:

The latest (12th) build of the Extended CHM Format released on the 6th
September 2003. 



Reproduce code:
---
none

Expected result:

The latest (13th) build of the Extended CHM Format released on the 14th
June 2004.

Actual result:
--
The latest (12th) build of the Extended CHM Format released on the 6th
September 2003. 





-- 
Edit this bug report at http://bugs.php.net/?id=28768&edit=1


[PHP-DOC] #28768 [Asn]: docs in Extended CHM Format is not up-to-date

2004-06-14 Thread kingoleg at mail dot ru
 ID:   28768
 User updated by:  kingoleg at mail dot ru
 Reported By:  kingoleg at mail dot ru
 Status:   Assigned
 Bug Type: Documentation problem
 Operating System: windows
 PHP Version:  Irrelevant
 Assigned To:  goba
 New Comment:

Thanks, goba. If you "build" a .bat file and all needed programs/files
in one archive, I can build it every month.


Previous Comments:


[2004-06-14 11:44:46] [EMAIL PROTECTED]

I'll build a new version sometime soon at the beginning/middle of the
next month. It needs a Windows machine and quite some preparation to
do. I have no Windows machine and no adequate time currently.



[2004-06-14 11:09:38] kingoleg at mail dot ru

Thanks for link. But I wrote about download version with comments.



[2004-06-14 10:48:58] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

It's an example, not meant to be used "in production".



[2004-06-14 10:04:42] kingoleg at mail dot ru

Description:

The latest (12th) build of the Extended CHM Format released on the 6th
September 2003. 



Reproduce code:
---
none

Expected result:

The latest (13th) build of the Extended CHM Format released on the 14th
June 2004.

Actual result:
--
The latest (12th) build of the Extended CHM Format released on the 6th
September 2003. 





-- 
Edit this bug report at http://bugs.php.net/?id=28768&edit=1


[PHP-DOC] cvs: phpdoc /en/reference/strings/functions str-replace.xml

2004-06-14 Thread Tom Sommer
tomsommer   Mon Jun 14 05:45:09 2004 EDT

  Modified files:  
/phpdoc/en/reference/strings/functions  str-replace.xml 
  Log:
  Back out bogus commit.
  
  Remind me to smack Mr. Holst
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/str-replace.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/strings/functions/str-replace.xml
diff -u phpdoc/en/reference/strings/functions/str-replace.xml:1.14 
phpdoc/en/reference/strings/functions/str-replace.xml:1.15
--- phpdoc/en/reference/strings/functions/str-replace.xml:1.14  Mon Jun 14 03:42:44 
2004
+++ phpdoc/en/reference/strings/functions/str-replace.xml   Mon Jun 14 05:45:09 
2004
@@ -1,11 +1,11 @@
 
-
-
+
+
   

 str_replace
 
- Erstatter alle forekomster af søgestrengen med erstatningsstrengen.
+ Replace all occurrences of the search string with the replacement string
 


@@ -18,44 +18,47 @@
   int&count
  
 
- Denne funktion returnerer en streng eller et array med alle forekomster
- af search i subject
- erstattet med den givne replace-værdi. Hvis du
- ikke skal bruge smarte erstaningsregler (som regulære udtryk), bør du
- altid bruge denne funktion i stedet for ereg_replace
- eller preg_replace.
+ This function returns a string or an array with all occurrences of
+ search in subject
+ replaced with the given replace value.  If you
+ don't need fancy replacing rules (like regular expressions), you should
+ always use this function instead of ereg_replace or
+ preg_replace.
 
 
- Siden PHP 4.0.5, kan ethvert parameter i str_replace
- være et array. 
+ As of PHP 4.0.5, every parameter in str_replace
+ can be an array. 
 
 
  
-  I PHP-versioner tidligere end 4.3.3 eksisterede der en fejl når man
-  brugte arrays både som search- og 
replace
-  parametre hvilket forårsagede at tomme
-  search-indekser blev ignoreret, uden at følge med
-  i hvor pointeren var placeret i replace-arrayet.
-  Dette er blevet rettet i PHP 4.3.3, alle scripts der
-  hvilket på denne fejl skulle fjerne tomme søgeværdier tidligere for at
-  få funktionen til at opføre sig som den bør.
+  In PHP versions prior to 4.3.3 a bug existed when using arrays as
+  both search and replace
+  parameters which caused empty search indexes
+  to be skipped without advancing the internal pointer on the
+  replace array. This has been corrected in
+  PHP 4.3.3, any scripts which relied on this bug
+  should remove empty search values prior to calling this function in
+  order to mimick the original behavior.
  
 
 
- Hvis subject er et array, så bliver søgningen og
- erstatningen udført med hvert element i subject,
- og returværdien bliver også et array.
+ If subject is an array, then the search
+ and replace is performed with every entry of
+ subject, and the return value is an array
+ as well.
 
 
- Hvis search og replace er
- arrays, så tager str_replace én værdi fra hver array
- og bruger dem til at foretage søg og erstat på
- subject. Hvis replace har
- færre værdier end search, så bliver der brugt en
- tom streng til resten af erstatningerne. Hvis
- search er et array og
- replace er en streng; så vil denne erstatning
- blive brugt for hvert element i search.
+ If search and
+ replace are arrays, then
+ str_replace takes a value from each array
+ and uses them to do search and replace on
+ subject. If
+ replace has fewer values than
+ search, then an empty string is used for
+ the rest of replacement values. If search
+ is an array and replace is a string; then
+ this replacement string is used for every value of
+ search.
 
 
  
@@ -63,21 +66,21 @@
   
 

[PHP-DOC] #28768 [Bgs->Asn]: docs in Extended CHM Format is not up-to-date

2004-06-14 Thread goba
 ID:   28768
 Updated by:   [EMAIL PROTECTED]
 Reported By:  kingoleg at mail dot ru
-Status:   Bogus
+Status:   Assigned
 Bug Type: Documentation problem
 Operating System: windows
 PHP Version:  Irrelevant
-Assigned To:  
+Assigned To:  goba
 New Comment:

I'll build a new version sometime soon at the beginning/middle of the
next month. It needs a Windows machine and quite some preparation to
do. I have no Windows machine and no adequate time currently.


Previous Comments:


[2004-06-14 11:09:38] kingoleg at mail dot ru

Thanks for link. But I wrote about download version with comments.



[2004-06-14 10:48:58] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

It's an example, not meant to be used "in production".



[2004-06-14 10:04:42] kingoleg at mail dot ru

Description:

The latest (12th) build of the Extended CHM Format released on the 6th
September 2003. 



Reproduce code:
---
none

Expected result:

The latest (13th) build of the Extended CHM Format released on the 14th
June 2004.

Actual result:
--
The latest (12th) build of the Extended CHM Format released on the 6th
September 2003. 





-- 
Edit this bug report at http://bugs.php.net/?id=28768&edit=1


[PHP-DOC] #28769 [Opn->Csd]: [chm] bug on faq.migration4.html

2004-06-14 Thread vrana
 ID:   28769
 Updated by:   [EMAIL PROTECTED]
 Reported By:  cryptographite at comcast dot net
-Status:   Open
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: windows
 PHP Version:  Irrelevant
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.


Previous Comments:


[2004-06-14 10:35:23] cryptographite at comcast dot net

Description:

I have found a bug on page faq.migration4.html
[chm date: 2003-09-06]...

In "12.3.  Incompatible functions?"

"there was very few functions"

should be 

"there were very few functions"






-- 
Edit this bug report at http://bugs.php.net/?id=28769&edit=1


[PHP-DOC] cvs: phpdoc /en/faq migration4.xml

2004-06-14 Thread Jakub Vrana
vrana   Mon Jun 14 05:11:19 2004 EDT

  Modified files:  
/phpdoc/en/faq  migration4.xml 
  Log:
  Bug #28769
  
http://cvs.php.net/diff.php/phpdoc/en/faq/migration4.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/faq/migration4.xml
diff -u phpdoc/en/faq/migration4.xml:1.10 phpdoc/en/faq/migration4.xml:1.11
--- phpdoc/en/faq/migration4.xml:1.10   Sun Dec 21 09:42:18 2003
+++ phpdoc/en/faq/migration4.xmlMon Jun 14 05:11:18 2004
@@ -1,5 +1,5 @@
 
-
+
  
   Migrating from PHP 3 to PHP 4
   Migrating from PHP 3 to PHP 4
@@ -55,7 +55,7 @@
 
  
   Since PHP 4 is basically a rewrite of the entire PHP engine there
-  was very few functions that were altered and only then some of
+  were very few functions that were altered and only then some of
   the more exotic ones.
  
 


[PHP-DOC] #28768 [Bgs]: docs in Extended CHM Format is not up-to-date

2004-06-14 Thread kingoleg at mail dot ru
 ID:   28768
 User updated by:  kingoleg at mail dot ru
 Reported By:  kingoleg at mail dot ru
 Status:   Bogus
 Bug Type: Documentation problem
 Operating System: windows
 PHP Version:  Irrelevant
 New Comment:

Thanks for link. But I wrote about download version with comments.


Previous Comments:


[2004-06-14 10:48:58] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

It's an example, not meant to be used "in production".



[2004-06-14 10:04:42] kingoleg at mail dot ru

Description:

The latest (12th) build of the Extended CHM Format released on the 6th
September 2003. 



Reproduce code:
---
none

Expected result:

The latest (13th) build of the Extended CHM Format released on the 14th
June 2004.

Actual result:
--
The latest (12th) build of the Extended CHM Format released on the 6th
September 2003. 





-- 
Edit this bug report at http://bugs.php.net/?id=28768&edit=1


[PHP-DOC] #28768 [Opn->Bgs]: docs in Extended CHM Format is not up-to-date

2004-06-14 Thread derick
 ID:   28768
 Updated by:   [EMAIL PROTECTED]
 Reported By:  kingoleg at mail dot ru
-Status:   Open
+Status:   Bogus
 Bug Type: Documentation problem
 Operating System: windows
 PHP Version:  Irrelevant
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

It's an example, not meant to be used "in production".


Previous Comments:


[2004-06-14 10:04:42] kingoleg at mail dot ru

Description:

The latest (12th) build of the Extended CHM Format released on the 6th
September 2003. 



Reproduce code:
---
none

Expected result:

The latest (13th) build of the Extended CHM Format released on the 14th
June 2004.

Actual result:
--
The latest (12th) build of the Extended CHM Format released on the 6th
September 2003. 





-- 
Edit this bug report at http://bugs.php.net/?id=28768&edit=1


[PHP-DOC] record insetion

2004-06-14 Thread Sriranganath



I am not reaching this email id :: [EMAIL PROTECTED]  

 
plz forward this to 
concenred.
 
 
 
 
 
Dear Sir, I am finding difficulty in 
inserting a record into a MySQL DB through PHP  inpsite of all the 
privileges given to that  database . Can u plz clarify it?
 
Plz let me know what are all the processes 
that i  have to start or include ..;;; in my files:
 
 
 
Plz go through my code: and associated 
erors messages :
 

if 
(isset($_POST['submit'])) {$conn = 
mysql_connect("localhost:3308","user","password");mysql_select_db("database");$query 
= "insert into branch (sol_id,sol_desc,ip_address,email_id) values 
('".$_POST['solid']."', '".$_POST['brname']."', '".$_POST['ipadd']."', 
'".$_POST['email']."')";if (mysql_query($query))echo 
'Success';   else  echo 
'Failed';}else {?>Sol-ID Branch Name IP-Address E-Mail 
 ?>
 
after submitting the inputs; it is giving 
the following errors:
 
username is the finfaq and database name is 
also finfaq 
 
 
 
Warning: Access denied for user: 
'[EMAIL PROTECTED]' (Using password: YES) in /var/www/html/whatnew/a.php on line 
3
 
Warning: MySQL Connection Failed: Access 
denied for user: '[EMAIL PROTECTED]' (Using password: YES) in 
/var/www/html/whatnew/a.php on line 3Failed 
 
When i try to insert directly into the 
table, it is allowing:. 
 
regards
Sriranganath
 
- Original Message - 
From: Sriranganath 
To: [EMAIL PROTECTED] 
Sent: Saturday, June 12, 2004 1:11 PM
Subject: Record Insertion thr PHP

Dear Sir,
I am finding difficulty in inserting a record into 
a MySQL DB through PHP  inpsite of all the privileges given to that 
database . Can u plz clarify it?
 
Regards
Sriranganath
 
 


[PHP-DOC] #28769 [NEW]: [chm] bug on faq.migration4.html

2004-06-14 Thread cryptographite at comcast dot net
From: cryptographite at comcast dot net
Operating system: windows
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  [chm] bug on faq.migration4.html

Description:

I have found a bug on page faq.migration4.html
[chm date: 2003-09-06]...

In "12.3.  Incompatible functions?"

"there was very few functions"

should be 

"there were very few functions"


-- 
Edit bug report at http://bugs.php.net/?id=28769&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28769&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28769&r=trysnapshot5
Fixed in CVS:   http://bugs.php.net/fix.php?id=28769&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=28769&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=28769&r=needtrace
Need Reproduce Script:  http://bugs.php.net/fix.php?id=28769&r=needscript
Try newer version:  http://bugs.php.net/fix.php?id=28769&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=28769&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=28769&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=28769&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=28769&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=28769&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28769&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=28769&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=28769&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=28769&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28769&r=float


[PHP-DOC] #28768 [NEW]: docs in Extended CHM Format is not up-to-date

2004-06-14 Thread kingoleg at mail dot ru
From: kingoleg at mail dot ru
Operating system: windows
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  docs in Extended CHM Format is not up-to-date

Description:

The latest (12th) build of the Extended CHM Format released on the 6th
September 2003. 



Reproduce code:
---
none

Expected result:

The latest (13th) build of the Extended CHM Format released on the 14th
June 2004.

Actual result:
--
The latest (12th) build of the Extended CHM Format released on the 6th
September 2003. 

-- 
Edit bug report at http://bugs.php.net/?id=28768&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28768&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28768&r=trysnapshot5
Fixed in CVS:   http://bugs.php.net/fix.php?id=28768&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=28768&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=28768&r=needtrace
Need Reproduce Script:  http://bugs.php.net/fix.php?id=28768&r=needscript
Try newer version:  http://bugs.php.net/fix.php?id=28768&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=28768&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=28768&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=28768&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=28768&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=28768&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28768&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=28768&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=28768&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=28768&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28768&r=float


Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions str-replace.xml

2004-06-14 Thread Derick Rethans
On Mon, 14 Jun 2004, Jonathan Holst wrote:

> holst Mon Jun 14 03:42:44 2004 EDT
>
>   Modified files:
> /phpdoc/en/reference/strings/functionsstr-replace.xml
>   Log:
>   first translation

You just overwrote the english file, please revert!

regards,
Derick


[PHP-DOC] cvs: phpdoc /en/reference/strings/functions str-replace.xml

2004-06-14 Thread Jonathan Holst
holst   Mon Jun 14 03:42:44 2004 EDT

  Modified files:  
/phpdoc/en/reference/strings/functions  str-replace.xml 
  Log:
  first translation
  
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/str-replace.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/strings/functions/str-replace.xml
diff -u phpdoc/en/reference/strings/functions/str-replace.xml:1.13 
phpdoc/en/reference/strings/functions/str-replace.xml:1.14
--- phpdoc/en/reference/strings/functions/str-replace.xml:1.13  Tue Feb 24 15:54:45 
2004
+++ phpdoc/en/reference/strings/functions/str-replace.xml   Mon Jun 14 03:42:44 
2004
@@ -1,11 +1,11 @@
 
-
-
+
+
   

 str_replace
 
- Replace all occurrences of the search string with the replacement string
+ Erstatter alle forekomster af søgestrengen med erstatningsstrengen.
 


@@ -18,47 +18,44 @@
   int&count
  
 
- This function returns a string or an array with all occurrences of
- search in subject
- replaced with the given replace value.  If you
- don't need fancy replacing rules (like regular expressions), you should
- always use this function instead of ereg_replace or
- preg_replace.
+ Denne funktion returnerer en streng eller et array med alle forekomster
+ af search i subject
+ erstattet med den givne replace-værdi. Hvis du
+ ikke skal bruge smarte erstaningsregler (som regulære udtryk), bør du
+ altid bruge denne funktion i stedet for ereg_replace
+ eller preg_replace.
 
 
- As of PHP 4.0.5, every parameter in str_replace
- can be an array. 
+ Siden PHP 4.0.5, kan ethvert parameter i str_replace
+ være et array. 
 
 
  
-  In PHP versions prior to 4.3.3 a bug existed when using arrays as
-  both search and replace
-  parameters which caused empty search indexes
-  to be skipped without advancing the internal pointer on the
-  replace array. This has been corrected in
-  PHP 4.3.3, any scripts which relied on this bug
-  should remove empty search values prior to calling this function in
-  order to mimick the original behavior.
+  I PHP-versioner tidligere end 4.3.3 eksisterede der en fejl når man
+  brugte arrays både som search- og 
replace
+  parametre hvilket forårsagede at tomme
+  search-indekser blev ignoreret, uden at følge med
+  i hvor pointeren var placeret i replace-arrayet.
+  Dette er blevet rettet i PHP 4.3.3, alle scripts der
+  hvilket på denne fejl skulle fjerne tomme søgeværdier tidligere for at
+  få funktionen til at opføre sig som den bør.
  
 
 
- If subject is an array, then the search
- and replace is performed with every entry of
- subject, and the return value is an array
- as well.
+ Hvis subject er et array, så bliver søgningen og
+ erstatningen udført med hvert element i subject,
+ og returværdien bliver også et array.
 
 
- If search and
- replace are arrays, then
- str_replace takes a value from each array
- and uses them to do search and replace on
- subject. If
- replace has fewer values than
- search, then an empty string is used for
- the rest of replacement values. If search
- is an array and replace is a string; then
- this replacement string is used for every value of
- search.
+ Hvis search og replace er
+ arrays, så tager str_replace én værdi fra hver array
+ og bruger dem til at foretage søg og erstat på
+ subject. Hvis replace har
+ færre værdier end search, så bliver der brugt en
+ tom streng til resten af erstatningerne. Hvis
+ search er et array og
+ replace er en streng; så vil denne erstatning
+ blive brugt for hvert element i search.
 
 
  
@@ -66,21 +63,21 @@
   
 

Re: [PHP-DOC] #28760 [Csd->Bgs]: Precedence of + - . incorrect in docs.

2004-06-14 Thread Friedhelm Betz
[...]
> Is there any 'how to' evaluate and set status of bugs documentation I can
> review?

Short Bug handling howto:
http://qa.php.net/handling-bugs.php

Regards 
Friedhelm