Richard Quadling
1248359f65
DNS -> DSN (Data Source Name)
...
Fix bug#52493
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301718 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-30 10:14:56 +00:00
Kristina Chodorow
174a4af91f
added some security info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301704 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-29 21:58:57 +00:00
Yago Ferrer
9cb9372072
Fixed typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301686 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-29 12:53:44 +00:00
Adam Harvey
abbcf3fd73
Fix typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301672 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-29 03:19:30 +00:00
Kristina Chodorow
d0935fe66d
added fsync & safe options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301669 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-28 20:11:23 +00:00
Richard Quadling
b826063685
Remove () from methodname tag.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301651 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-28 12:06:05 +00:00
Richard Quadling
3c82b5b1ed
Whitespace (Tabs to spaces).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301650 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-28 10:13:48 +00:00
Richard Quadling
381c45e332
SGML manual.ced standardised
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301649 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-28 10:07:56 +00:00
Richard Quadling
a2258b78cb
Removed BOM
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301648 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-28 10:07:17 +00:00
Daniel Egeberg
d973dbdba6
Fixed up some formatting. Removed obsolete inline PHP 4 changelog info.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301647 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-28 08:18:50 +00:00
Daniel Egeberg
f49b14e3a0
Documented the (?| syntax in PCRE.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301646 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-28 08:06:25 +00:00
Sean Coates
3109183fde
fix the iterator implementation. If the array contains a value of false, the previous implementation would bail (the valid() function issues current() which returns false, just as if the array returns false; the new implementation keeps its own index, so there's no need to use current().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301637 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-28 02:59:12 +00:00
Philip Olson
c24a2f41cd
Added JSON_ERROR_STATE_MISMATCH, and updated JSON_ERROR_UTF8 version info. Closed PHP bug #52391
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301629 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-28 00:50:16 +00:00
Philip Olson
b18d2da96b
removed removed repeated repeated words words
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301626 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 23:59:16 +00:00
Philip Olson
3ef41d6cfc
Added Windows info, which closes PHP Bug #52328 and also added info about the bundled libmagic, and info for 5.2 users
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301621 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 19:28:10 +00:00
Joris van de Sande
8ce9ec16a2
- Added description for ReflectionMethod class constants
...
- Corrected example titles, replaced 'ReflectionFunction' by 'ReflectionMethod' for a few ReflectionMethod methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301620 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 18:48:17 +00:00
Joris van de Sande
314d5d831f
- Documented arguments, returnvalues and erros for ReflectionClass methods: getFileName, newInstance, newInstanceArgs and __toString
...
- Added example for ReflectionClass method __toString
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301619 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 18:46:35 +00:00
Daniel Egeberg
0486755f3f
Changed PCRE syntax titles to convey meaning instead using the names of the characters.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301616 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 17:19:51 +00:00
Peter Cowburn
1df8e4c5c5
added reflectionmethod::setaccessible version info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301610 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 12:43:57 +00:00
Yago Ferrer
9d84d8b88c
Fixed broken build.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301608 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 11:22:38 +00:00
Daniel Egeberg
2e8619a7b8
Fixed PHP bug #52451 (substr() doc incomplete)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301600 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 06:31:38 +00:00
Pedro Antonio Gil Rodríguez
22b56e8ab3
Erased the comment <!-- TODO: What is A... about? -->
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301593 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 02:14:22 +00:00
Pedro Antonio Gil Rodríguez
ea13574c9b
TODO: What is A... about? realized (A = algebraic)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301592 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 02:12:40 +00:00
Mark Wiesemann
d7fad8f1ed
fixed changelog order (descending seems to be common)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301582 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-26 19:46:57 +00:00
Kristina Chodorow
fead28e445
added replica set doc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301580 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-26 18:52:40 +00:00
Daniel Egeberg
4ec895a92c
Fixed PHP bug #52445 (Require function documentation contains wrong error level)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301574 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-26 14:47:59 +00:00
Daniel Egeberg
e1199a0dd9
Clarified the error conditions of PDO::beginTransaction()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301561 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-26 07:40:34 +00:00
Daniel Egeberg
3e2947ca55
Improved example in set_error_handler(). Fixes PHP bug #52338 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301531 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-25 11:20:19 +00:00
Daniel Egeberg
ac57e6596c
Fixed PHP bug #52437 (array_unique version misleading)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301530 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-25 11:12:19 +00:00
Daniel Egeberg
3789d01ba8
Added undocumented public properties in DateInterval.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301510 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-24 12:02:57 +00:00
Joris van de Sande
a917da5674
- Added parameter and return value documentation for ReflectionMethod constructor
...
- Updated documentation and added examples for the following ReflectionMethod methods: export, getDeclaringClass, getPrototype, invoke, invokeArgs, isDestructor, __toString
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301478 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-22 20:03:49 +00:00
Daniel Egeberg
9280b06246
Fixed PHP bug #52392 (Small, but important addictions in "Return Values" and "See Also")
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301475 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-22 17:59:08 +00:00
Daniel Egeberg
8574a2c1bd
Documented constructor changes in PHP 5.3.3.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301474 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-22 17:47:40 +00:00
Joris van de Sande
587df982a2
- Documented/fixed arguments for ReflectionMethod class methods: invoke and invokeArgs
...
- Documented exceptions for ReflectionMethod class methods: invoke and invokeArgs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301456 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-21 21:38:42 +00:00
Richard Quadling
f1b4419dc7
Fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301447 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-21 16:48:15 +00:00
Richard Quadling
fdba617bc8
Added note about backward compatibility of extending exceptions for PHP < 5.3.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301446 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-21 16:02:05 +00:00
Peter Cowburn
55ac051503
fixed function name in example (thanks Thomas Gillis)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301422 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-20 15:38:17 +00:00
Richard Quadling
2ab5985e8b
Strval var parameter updated to include objects implmenting a __toString() method.
...
Fixes bug #52360
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301421 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-20 13:56:33 +00:00
Richard Quadling
1a639b1c73
Added complete svn:keyword list
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301420 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-20 13:51:38 +00:00
Jakub Vrana
b5ee8a5c0d
Better explanation of mysqli_report
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301418 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-20 09:43:37 +00:00
Adam Harvey
5c46b0354a
Per doc bug #52378 (new DateTime(time()) failed and should not), clarified how
...
you can emulate the functionality of DateTime::setTimestamp() in PHP 5.2 with
an example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301411 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-20 04:25:14 +00:00
Mikko Koppanen
edeee01e3e
Added docs for a couple of methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301404 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-19 18:47:31 +00:00
Peter Cowburn
8792fa38b4
corrected note re. "other syntaxes" versus single-quoted strings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301395 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-19 13:25:16 +00:00
Adam Harvey
49d9c2bfe7
Fix doc bug #52363 (timezone_name_from_abbr problem) by adding more explanation
...
of the $isdst parameter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301391 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-19 10:13:31 +00:00
Adam Harvey
9197963209
Fix doc bug #52366 (flock() fails on gzopen()'d file pointer) by making it
...
clearer that flock() only works on actual file handles. Also fixed a couple of
grammatical problems, and added a more detailed explanation of when mandatory
locking will be used that's hopefully more or less accurate.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301386 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-19 04:30:25 +00:00
Karoly Negyesi
ad9e3f2174
Documented the weird difference between classname::$foo and classname::$foo()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301351 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-17 18:48:15 +00:00
Pedro Antonio Gil Rodríguez
f5314899f8
Corrected a mistake in line 45 (width -> height)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301328 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-16 15:36:37 +00:00
Adam Harvey
e6b8bd2a32
Fix doc bug #52353 (Deprecated function referenced in documentation) by
...
replacing split() in implode's see also list with preg_split().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301310 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-16 03:43:10 +00:00
Daniel Egeberg
2fba385e29
Fixed PHP bug #52344 (__LINE__ not listed in the documentation)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301282 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-15 07:48:21 +00:00
Kristina Chodorow
8f124d7805
fixed bug in example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301207 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-12 16:00:04 +00:00