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

2005-03-09 Thread Jeremy S. Johnstone
jsjohnstWed Mar  9 22:52:30 2005 EDT

  Modified files:  
/phpdoc/en/reference/strings/functions  stristr.xml 
  Log:
  Cleaned up the existing example to make it a little more clear and added two 
more examples to 
  make the usage better understood. Deleting inaccurate notes as well which 
prompted the new examples.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/stristr.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/strings/functions/stristr.xml
diff -u phpdoc/en/reference/strings/functions/stristr.xml:1.8 
phpdoc/en/reference/strings/functions/stristr.xml:1.9
--- phpdoc/en/reference/strings/functions/stristr.xml:1.8   Thu Jul 22 
18:51:12 2004
+++ phpdoc/en/reference/strings/functions/stristr.xml   Wed Mar  9 22:52:29 2005
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -35,14 +35,43 @@
 
   
   
 
+
+ 
+  Testing if a string is found or not
+  
+
+  
+  
+
+
+ 
+  Using a non "string" needle
+  
+
+  
+  
+
 
 ¬e.bin-safe;
 


[PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-lastInsertId.xml

2005-03-09 Thread Dan Scott
dbs Wed Mar  9 19:02:49 2005 EDT

  Modified files:  
/phpdoc/en/reference/pdo/functions  PDO-lastInsertId.xml 
  Log:
  Commit correction contributed by King Wez.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml:1.5 
phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml:1.6
--- phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml:1.5  Wed Mar  9 
18:29:35 2005
+++ phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml  Wed Mar  9 
19:02:49 2005
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -61,7 +61,8 @@
 
 
  If the PDO driver does not support this capability,
- PDO::lastInsertID issues a PDOWarning exception.
+ PDO::lastInsertID triggers an
+ IM001 SQLSTATE.
 

 


Re: [PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-lastInsertId.xml

2005-03-09 Thread Wez Furlong
Actually, it triggers an IM001 SQLSTATE error; whether that becomes an
exception or not depends on your chosen error handling mode :-)

--Wez.


On Wed, 09 Mar 2005 23:29:35 -, Dan Scott <[EMAIL PROTECTED]> wrote:
> +
> + If the PDO driver does not support this capability,
> + PDO::lastInsertID issues a PDOWarning exception.
>  
> 
> 
>


[PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-lastInsertId.xml

2005-03-09 Thread Dan Scott
dbs Wed Mar  9 18:29:35 2005 EDT

  Modified files:  
/phpdoc/en/reference/pdo/functions  PDO-lastInsertId.xml 
  Log:
  Take a stab at documenting this based on PDO 0.3 beta release notes.
  An actual test case would be nice :)
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml:1.4 
phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml:1.5
--- phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml:1.4  Wed Jan 26 
09:41:31 2005
+++ phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml  Wed Mar  9 
18:29:35 2005
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,11 +11,16 @@

 Description
 
- intPDO::lastInsertId
- 
+ stringPDO::lastInsertId
+ stringname
 
 
- &warn.experimental.func;
+&warn.experimental.func;
+
+
+ Returns the ID of the last inserted row, or the next value from a
+ sequence object.
+
 
  
   Due to differences between database server implementations, this method
@@ -24,13 +29,39 @@
 

 
+   
+&reftitle.parameters;
+
+ 
+  
+   name
+   
+
+ Name of the sequence object from which the ID should be returned.
+
+   
+  
+ 
+
+   
+

 &reftitle.returnvalues;
 
- Returns an integer representing the row ID of the last row that was
- inserted into the database. If the PDO driver does not support this
- capability, PDO::lastInsertID issues a PDOWarning
- exception.
+ If a sequence name was not specified for the name
+ parameter, PDOStatement::lastInsertId returns a
+ string representing the row ID of the last row that was inserted into
+ the database.
+
+
+ If a sequence name was specified for the name
+ parameter, PDOStatement::lastInsertId returns a
+ string representing the next value retrieved from the specified sequence
+ object.
+
+
+ If the PDO driver does not support this capability,
+ PDO::lastInsertID issues a PDOWarning exception.
 

 



[PHP-DOC] cvs: phpdoc /en/reference/maxdb ini.xml

2005-03-09 Thread Nuno Lopes
nlopess Wed Mar  9 15:06:14 2005 EDT

  Modified files:  
/phpdoc/en/reference/maxdb  ini.xml 
  Log:
  revert last commit
  
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/ini.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/maxdb/ini.xml
diff -u phpdoc/en/reference/maxdb/ini.xml:1.5 
phpdoc/en/reference/maxdb/ini.xml:1.6
--- phpdoc/en/reference/maxdb/ini.xml:1.5   Tue Mar  8 11:39:05 2005
+++ phpdoc/en/reference/maxdb/ini.xml   Wed Mar  9 15:06:13 2005
@@ -1,17 +1,18 @@
 
-
+
 
  &reftitle.runtime;
  &extension.runtime;
  
   
MaxDB Configuration Options
-   
+   
 
  
   Name
   Default
   Changeable
+  Changelog
  
 
 
@@ -19,32 +20,36 @@
   maxdb.default_host
   NULL
   PHP_INI_ALL
+  
  
  
   maxdb.default_db
   NULL
   PHP_INI_ALL
+  
  
  
   maxdb.default_user
   NULL
   PHP_INI_ALL
+  
  
  
-  maxdb.default_password
+  maxdb.default_pw
   NULL
   PHP_INI_ALL
+  
  
  
   maxdb.long_readlen
-  NULL
+  "200"
   PHP_INI_ALL
+  
  
 

   
-  For further details and definition of the PHP_INI_* constants see
-  ini_set.
+  &ini.php.constants;
 
 
 &ini.descriptions.title;
@@ -90,9 +95,9 @@

   
   
-  
+  

-maxdb.default_password
+maxdb.default_pw
 string




[PHP-DOC] Apache 1.3 configuration tu run Php

2005-03-09 Thread J-Luc Bihl








Hello,

 

 

I spent a lot of
time, because I didn’t see that index.php must be added to DirectoryIndex
in the configuration file : httpd.conf



   
DirectoryIndex index.html  index.php



 

Best regards

 

Jean-Luc
 Bihl

 

2 rue des Ducs de Lorraine

57100 Thionville

Tél. :   33 (0)3 82 53 60 23

Gsm : 33 (0)6 88 17 62 55

 

[EMAIL PROTECTED]

 








Re: [PHP-DOC] screenscraping php manual for func info, alternatives

2005-03-09 Thread Sean Coates
J.M. Coder wrote:
I'm writing a script that, amongst other things, provides some basic 
documentation for php scripts; I'd like it to provide some bits of info 
from the php manual.  The script will make 'tool-tips' for stuff (in 
case of php, the functions)

You probably want this:
http://cvs.php.net/co.php/phpdoc/funcsummary.txt?r=1.27
S


[PHP-DOC] screenscraping php manual for func info, alternatives

2005-03-09 Thread J.M. Coder
I'm writing a script that, amongst other things, provides some basic 
documentation for php scripts; I'd like it to provide some bits of info 
from the php manual.  The script will make 'tool-tips' for stuff (in 
case of php, the functions) by scraping a source (in the case of php, a 
local php manual copy the user has downloaded) to get the info which is 
then saved as an image (png) of the relevant text.  Point is to generate 
cacheable images so the user doesn't download zillions of images.  The 
script is designed to work for any source of documentation you can 
reasonably rely on for info by using regular expressions to grab it.

Of course, since this sort of like local screenscraping, formatting 
changes to the manual from version to version will break it.  So I 
wonder: is there an alternative?  Is there any short, downloadable 
format with some summary information that I could have users download 
for generating this info when they need it?  I've seen editors etc. that 
know parameters types functions have, and other info - I'd also like to 
include version numbers, the basic description, category of function 
(e.g. filesystem), maybe first paragraph of what the manual now calls 
'description'.  And also: if I stick to just scraping a local copy of 
the manual with regular expressions, how often / likely is it that the 
format will be changed and require a new patch / regular expression? 
Any info on how to grab this besides scraping a local copy of the 
manual, or on scraping the local manual in a manner that's less apt to 
break in the future would be most welcome.

Thanks!
- James Coder


[PHP-DOC] #32248 [Bgs]: Spelling error

2005-03-09 Thread didou
 ID:  32248
 Updated by:  [EMAIL PROTECTED]
 Reported By: paul dot lautman at gmail dot com
 Status:  Bogus
 Bug Type:Documentation problem
 PHP Version: 4.3.10
 New Comment:

You submitted the bug twice by yourself. We had #32247 and #32248. We
marked the later (this one) bogus. That's it :)


Previous Comments:


[2005-03-09 12:51:25] paul dot lautman at gmail dot com

I searched and this particular error was not already submitted



[2005-03-09 11:58:42] [EMAIL PROTECTED]

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

#32247



[2005-03-09 11:55:26] paul dot lautman at gmail dot com

Description:

In Chapter 13 a Caution note the word "interally" is used. I believe
that this should be "internally"






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


[PHP-DOC] #32250 [Opn->Bgs]: [chm] bug on language.oop5.basic.html

2005-03-09 Thread didou
 ID:   32250
 Updated by:   [EMAIL PROTECTED]
 Reported By:  victor_widell at hotmail dot com
-Status:   Open
+Status:   Bogus
 Bug Type: Documentation problem
 Operating System: windows
 PHP Version:  5.0.3
 New Comment:

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

See #31847 which is already fixed


Previous Comments:


[2005-03-09 12:33:48] victor_widell at hotmail dot com

Description:

I have found a bug on page language.oop5.basic.html
[chm date: 2005-01-27]...


In the sentence "The inherited methods and members can be
overrided...", "overrided" should be "overridden".






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


[PHP-DOC] #32248 [Bgs]: Spelling error

2005-03-09 Thread paul dot lautman at gmail dot com
 ID:  32248
 User updated by: paul dot lautman at gmail dot com
 Reported By: paul dot lautman at gmail dot com
 Status:  Bogus
 Bug Type:Documentation problem
 PHP Version: 4.3.10
 New Comment:

I searched and this particular error was not already submitted


Previous Comments:


[2005-03-09 11:58:42] [EMAIL PROTECTED]

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

#32247



[2005-03-09 11:55:26] paul dot lautman at gmail dot com

Description:

In Chapter 13 a Caution note the word "interally" is used. I believe
that this should be "internally"






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


[PHP-DOC] #32251 [NEW]: mysql_affected_rows: returns correct # of rows when DELETE with no WHERE

2005-03-09 Thread tpavlakos at yahoo dot gr
From: tpavlakos at yahoo dot gr
Operating system: Win2000 SP4
PHP version:  4.3.9
PHP Bug Type: Documentation problem
Bug description:  mysql_affected_rows: returns correct # of rows when DELETE 
with no WHERE

Description:

>From the 'mysql_affected_rows' doc page:

" If the last query was a DELETE query with no WHERE clause, all of the
records will have been deleted from the table but this function will
return zero."

(At least with MySQL 4.1.10) This doesn't seem to be correct. The correct
number of rows deleted is returned.



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


[PHP-DOC] #32247 [Opn->Csd]: Spelling error

2005-03-09 Thread dams
 ID:  32247
 Updated by:  [EMAIL PROTECTED]
 Reported By: paul dot lautman at gmail dot com
-Status:  Open
+Status:  Closed
 Bug Type:Documentation problem
 PHP Version: 4.3.10
 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:


[2005-03-09 11:55:25] paul dot lautman at gmail dot com

Description:

In Chapter 13 a Caution note the word "interally" is used. I believe
that this should be "internally"






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


[PHP-DOC] cvs: phpdoc /en/language oop.xml

2005-03-09 Thread Damien Seguy
damsWed Mar  9 06:41:01 2005 EDT

  Modified files:  
/phpdoc/en/language oop.xml 
  Log:
  fixing bug 32247
  
http://cvs.php.net/diff.php/phpdoc/en/language/oop.xml?r1=1.60&r2=1.61&ty=u
Index: phpdoc/en/language/oop.xml
diff -u phpdoc/en/language/oop.xml:1.60 phpdoc/en/language/oop.xml:1.61
--- phpdoc/en/language/oop.xml:1.60 Mon Feb 14 04:10:10 2005
+++ phpdoc/en/language/oop.xml  Wed Mar  9 06:40:59 2005
@@ -1,5 +1,5 @@
 
-
+
  
   Classes and Objects (PHP 4)
 
@@ -101,7 +101,7 @@
 

 
- The name stdClass is used interally by
+ The name stdClass is used internally by
  Zend and is reserved. You cannot have a class named
  stdClass in PHP.
 
@@ -196,13 +196,13 @@
 functions add_item(), remove_item() and a variable items. These are
 distinct functions and variables. You can think of the objects as
 something similar to directories in a filesystem. In a filesystem you can
-have two different files README.TXT, as long as they 
are in different
-directories.  Just like with directories where you'll have to type the
-full pathname in order to reach each file from the toplevel directory, you
-have to specify the complete name of the function you want to call: In PHP
-terms, the toplevel directory would be the global namespace, and the
-pathname separator would be ->.  Thus, the names
-$cart->items and
+have two different files README.TXT, as long as they
+are in different directories.  Just like with directories where you'll have
+to type the full pathname in order to reach each file from the toplevel
+directory, you have to specify the complete name of the function you want 
to
+call: in PHP terms, the toplevel directory would be the global namespace,
+and the pathname separator would be ->.  Thus, the
+names $cart->items and
 $another_cart->items name two different variables.
 Note that the variable is named $cart->items, not
 $cart->$items, that is, a variable name in PHP has
@@ -1133,8 +1133,8 @@
 
   
Which is the output we will expect to obtain given the comparison rules
-   above. Only instances with the same values for their attributes and from 
the same
-   class are considered equal and identical.
+   above. Only instances with the same values for their attributes 
+   and from the same class are considered equal and identical.
   
   
Even in the cases where we have object composition, the same comparison


[PHP-DOC] #32250 [NEW]: [chm] bug on language.oop5.basic.html

2005-03-09 Thread victor_widell at hotmail dot com
From: victor_widell at hotmail dot com
Operating system: windows
PHP version:  5.0.3
PHP Bug Type: Documentation problem
Bug description:  [chm] bug on language.oop5.basic.html

Description:

I have found a bug on page language.oop5.basic.html
[chm date: 2005-01-27]...


In the sentence "The inherited methods and members can be overrided...",
"overrided" should be "overridden".


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


[PHP-DOC] #32248 [Opn->Bgs]: Spelling error

2005-03-09 Thread vrana
 ID:  32248
 Updated by:  [EMAIL PROTECTED]
 Reported By: paul dot lautman at gmail dot com
-Status:  Open
+Status:  Bogus
 Bug Type:Documentation problem
 PHP Version: 4.3.10
 New Comment:

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

#32247


Previous Comments:


[2005-03-09 11:55:26] paul dot lautman at gmail dot com

Description:

In Chapter 13 a Caution note the word "interally" is used. I believe
that this should be "internally"






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


[PHP-DOC] #32248 [NEW]: Spelling error

2005-03-09 Thread paul dot lautman at gmail dot com
From: paul dot lautman at gmail dot com
Operating system: 
PHP version:  4.3.10
PHP Bug Type: Documentation problem
Bug description:  Spelling error

Description:

In Chapter 13 a Caution note the word "interally" is used. I believe that
this should be "internally"


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


[PHP-DOC] #32247 [NEW]: Spelling error

2005-03-09 Thread paul dot lautman at gmail dot com
From: paul dot lautman at gmail dot com
Operating system: 
PHP version:  4.3.10
PHP Bug Type: Documentation problem
Bug description:  Spelling error

Description:

In Chapter 13 a Caution note the word "interally" is used. I believe that
this should be "internally"


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


[PHP-DOC] #31450 [Asn->WFx]: http://de3.php.net/manual/de/build.log.gz not found

2005-03-09 Thread derick
 ID:   31450
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Assigned
+Status:   Wont fix
 Bug Type: Documentation problem
 Operating System: Mac OS X
 PHP Version:  Irrelevant
 Assigned To:  derick
 New Comment:

build logs will no longer be available - just make sure that the tree
simply builds (ie. use make test)


Previous Comments:


[2005-01-08 13:25:51] [EMAIL PROTECTED]

They are made... perhaps put a different location. I'll check.



[2005-01-08 11:40:28] [EMAIL PROTECTED]

The build logs are not available for quite some time now. Derick?



[2005-01-08 11:37:38] [EMAIL PROTECTED]

Description:

http://de.php.net/manual/howto/translation-practical.html states that
build.log.gz should be available at "http://www.php.net/de/blog";. This
resolves to http://de3.php.net/manual/de/build.log.gz and gives a HTTP
404 Error.

Might as well be a PHP.net website problem...  






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



[PHP-DOC] cvs: phpdoc /en/reference/maxdb/functions maxdb-stmt-errno.xml

2005-03-09 Thread Thomas Simenec
simenec Wed Mar  9 05:31:08 2005 EDT

  Modified files:  
/phpdoc/en/reference/maxdb/functionsmaxdb-stmt-errno.xml 
  Log:
  Use entities instead of URLs
  
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-stmt-errno.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-stmt-errno.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-stmt-errno.xml:1.2 
phpdoc/en/reference/maxdb/functions/maxdb-stmt-errno.xml:1.3
--- phpdoc/en/reference/maxdb/functions/maxdb-stmt-errno.xml:1.2Tue Mar 
 8 11:39:06 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-stmt-errno.xmlWed Mar  9 
05:31:08 2005
@@ -1,5 +1,5 @@
 
-
+
   

 maxdb_stmt_errno
@@ -25,7 +25,7 @@
 
  
  For possible error codes see documentation of SQLDBC: 
- http://dev.mysql.com/doc/maxdb/";>.
+ &url.maxdb.doc;.
  
 



[PHP-DOC] cvs: phpdoc /en/reference/maxdb/functions maxdb-options.xml

2005-03-09 Thread Thomas Simenec
simenec Wed Mar  9 05:30:59 2005 EDT

  Modified files:  
/phpdoc/en/reference/maxdb/functionsmaxdb-options.xml 
  Log:
  Use entities instead of URLs
  
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-options.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-options.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-options.xml:1.2 
phpdoc/en/reference/maxdb/functions/maxdb-options.xml:1.3
--- phpdoc/en/reference/maxdb/functions/maxdb-options.xml:1.2   Tue Mar  8 
11:39:06 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-options.xml   Wed Mar  9 
05:30:59 2005
@@ -1,5 +1,5 @@
 
-
+
   

 maxdb_options
@@ -39,7 +39,7 @@
   
   The parameter option is the option that you want 
to set,
   the value is the value for the option. For 
detailed
-  description of the options see http://dev.mysql.com/doc/maxdb/";>
+  description of the options see &url.maxdb.doc;
   The parameter option can be one of the following 
values:
   
Valid options


[PHP-DOC] cvs: phpdoc /en/reference/maxdb constants.xml

2005-03-09 Thread Thomas Simenec
simenec Wed Mar  9 05:30:45 2005 EDT

  Modified files:  
/phpdoc/en/reference/maxdb  constants.xml 
  Log:
  Use entities instead of URLs
  
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/constants.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/maxdb/constants.xml
diff -u phpdoc/en/reference/maxdb/constants.xml:1.2 
phpdoc/en/reference/maxdb/constants.xml:1.3
--- phpdoc/en/reference/maxdb/constants.xml:1.2 Tue Mar  8 11:39:05 2005
+++ phpdoc/en/reference/maxdb/constants.xml Wed Mar  9 05:30:45 2005
@@ -1,12 +1,12 @@
 
-
+
 
  &reftitle.constants;
  &extension.constants;
  
   The following constants to use with maxdb_options are 
defined.
   For further description of these constants see 
-  http://dev.mysql.com/doc/maxdb/";>.
+  &url.maxdb.doc;.
   
MaxDB PHP client constants
 


[PHP-DOC] cvs: phpdoc /en/reference/maxdb reference.xml

2005-03-09 Thread Thomas Simenec
simenec Wed Mar  9 05:30:28 2005 EDT

  Modified files:  
/phpdoc/en/reference/maxdb  reference.xml 
  Log:
  Use entities instead of URLs
  
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/reference.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/maxdb/reference.xml
diff -u phpdoc/en/reference/maxdb/reference.xml:1.4 
phpdoc/en/reference/maxdb/reference.xml:1.5
--- phpdoc/en/reference/maxdb/reference.xml:1.4 Tue Mar  8 11:39:05 2005
+++ phpdoc/en/reference/maxdb/reference.xml Wed Mar  9 05:30:27 2005
@@ -1,5 +1,5 @@
 
-
+
  
   MaxDB PHP Extension
   MaxDB
@@ -10,7 +10,7 @@
 
  The MaxDB PHP extension allows you to access the functionality provided by
  MaxDB 7.5.0 and above. More information about the MaxDB Database server
- can be found at http://www.mysql.com/products/maxdb/";>.
+ can be found at &url.maxdb;.
 
 
  The MaxDB PHP extension is compatible to the MySQL mysqli extension. 
There are only
@@ -53,7 +53,7 @@
 
 
  Documentation for MaxDB can be found at
- http://dev.mysql.com/doc/maxdb/";>.
+ &url.maxdb.doc;.
 

 
@@ -66,11 +66,11 @@
 
 
  Documentation for MaxDB SQLDBC can be found at
- http://dev.mysql.com/doc/maxdb/";>.
+ &url.maxdb.doc;.
 
 
  Download the MaxDB SQLDBC package from 
- http://dev.mysql.com/downloads/maxdb/clients.html";>.
+ &url.maxdb.sdbc;.
  
 

@@ -383,7 +383,7 @@
&reftitle.examples;
 
  All examples in the MaxDB PHP documentation use the HOTELDB demo database 
from MaxDB. More about this
- database can be found at http://dev.mysql.com/doc/maxdb/en/98/11b83fa6b33c17e1000a114084/frameset.htm";>.
+ database can be found at &url.maxdb.sampledb;.
 
 
  To use the examples in the MaxDB PHP documentation, you have to load the 
tutorial data into your database.