Kalle Sommer Nielsen
|
6b23e41b5f
|
Last commit went abit too quickly, this also adds example usage of multiple inheritance + fixes example from last commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264648 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-11 22:23:57 +00:00 |
|
Kalle Sommer Nielsen
|
2e5dc81daa
|
Document that interfaces can be extended + usage example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264647 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-11 22:16:23 +00:00 |
|
Kalle Sommer Nielsen
|
b0c200f9e6
|
zend_thread_id() is only available on ZTS + debug builds, not only ZTS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264621 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-11 15:22:01 +00:00 |
|
Antony Dovgal
|
c8b857651c
|
fastcgi.logging is still there..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264593 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-11 12:05:07 +00:00 |
|
Maciek Sokolewicz
|
e0555ff39e
|
reverted commit adding &warn.experimental.func;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264590 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-11 11:24:12 +00:00 |
|
Kalle Sommer Nielsen
|
a268588245
|
* Fixes #45057 (write community in snmpset)
* Fixes #45746 (PHP manual link error) -- Note I've changed the link to point to Wikipedia's page with list of PHP editors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264481 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-08 19:05:11 +00:00 |
|
Kalle Sommer Nielsen
|
baa9dab8ca
|
* Fixes #43529 (readdir(), rewinddir() and closedir() don't always fail when passed 0 arguments)
* Fixed wrong call in example on imageinterlace()
* Added example for imageistruecolor()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264477 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-08 18:44:17 +00:00 |
|
Hartmut Holzgraefe
|
3d3a32f6b2
|
tag fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264476 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-08 18:43:51 +00:00 |
|
Richard Quadling
|
4ce1ddd972
|
error_reporting() changelog updated to show 5.3.x error constants.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264448 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-08 09:57:14 +00:00 |
|
Hannes Magnusson
|
2797f9f849
|
- Add a note about SET NAMES
- Cross link mysql_set_charset() and mysql_client_encoding()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264441 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-08 08:01:09 +00:00 |
|
Simion Onea
|
24793c40b6
|
Corrected two typos (than -> then, is -> returns).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264438 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-08 05:58:36 +00:00 |
|
Kalle Sommer Nielsen
|
d50a7df20f
|
Remove more incomplete examples -- Re-add once examples for the methods is made
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264436 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-08 04:55:55 +00:00 |
|
Kalle Sommer Nielsen
|
4d951eb5f6
|
Remove example code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264398 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-07 14:36:48 +00:00 |
|
Kalle Sommer Nielsen
|
ca30bc0b02
|
Added examples for GD (imagecopy* + imagerectangle examples by Ross Masters):
* imagecolorstotal
* imagecopy
* imagecopymerge
* imagecopymergegray
* imagefontheight
* imagefontwidth
* imagegammacorrect
* imageinterlace
* imagerectangle
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264383 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-07 12:34:02 +00:00 |
|
Felipe Pena
|
e964631515
|
- Added ReflectionProperty::setAccessible()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264344 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-06 21:50:59 +00:00 |
|
Felipe Pena
|
dc34eabd44
|
- More WS fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264323 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-06 18:24:50 +00:00 |
|
Felipe Pena
|
b053b36586
|
- Fixed WS and examples (< ?php)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264322 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-06 18:05:59 +00:00 |
|
Daniel P. Brown
|
4f2d3a7704
|
Fixes a minor typo with the date.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264315 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-06 16:22:30 +00:00 |
|
Kalle Sommer Nielsen
|
e4f35b22e2
|
Fix various bugs inside gd documentation part 3/3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264210 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-05 07:32:05 +00:00 |
|
Paul Reinheimer
|
141c8f890a
|
adding links to shortcut md5 and sha1 file functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264206 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-05 05:51:43 +00:00 |
|
Paul Reinheimer
|
02a45af6c0
|
adding links to sha1 and md5.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264205 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-05 05:48:39 +00:00 |
|
Paul Reinheimer
|
2867af7c73
|
Adding link to refer to the hash() function, which a lot of people seem to miss
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264204 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-05 05:47:25 +00:00 |
|
Maciek Sokolewicz
|
da82a670dd
|
(re)marking as EXPERIMENTAL, this fixes bug #45687
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264099 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-02 22:26:40 +00:00 |
|
Jakub Vrana
|
bfe00006e3
|
Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264004 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-01 11:52:59 +00:00 |
|
Jakub Vrana
|
7618ececbd
|
Uppercase constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264003 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-08-01 11:48:03 +00:00 |
|
Mikko Koppanen
|
f09db0fbc1
|
Added new composite constants and descriptions for the composite constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263921 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-31 15:20:50 +00:00 |
|
Kalle Sommer Nielsen
|
f36fbd4e41
|
Revert fix, it was already fixed but bug report wasn't marked as duplicate
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263892 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-31 08:59:19 +00:00 |
|
Kalle Sommer Nielsen
|
e5bf2a0ed0
|
Weird, but it should fix #45042
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263891 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-31 08:52:29 +00:00 |
|
Kalle Sommer Nielsen
|
ac861274c6
|
Fix various bugs inside gd documentation part 2/3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263890 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-31 08:29:45 +00:00 |
|
Kalle Sommer Nielsen
|
85bdebe1e4
|
Fix various bugs inside gd documentation part 1/3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263821 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-30 03:05:34 +00:00 |
|
Kalle Sommer Nielsen
|
c34bac89bd
|
Added undocumented constant GD_BUNDLED
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263807 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-29 21:26:28 +00:00 |
|
Hannes Magnusson
|
80dcfecb7e
|
Fix markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263798 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-29 17:58:29 +00:00 |
|
Hannes Magnusson
|
787acc979a
|
Do not use the same parameter name twice
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263797 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-29 17:55:51 +00:00 |
|
Hannes Magnusson
|
c938a6c977
|
Fix CS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263796 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-29 17:54:56 +00:00 |
|
Hannes Magnusson
|
30a75a073f
|
Remove useless note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263795 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-29 17:52:41 +00:00 |
|
Richard Quadling
|
85f148bd0a
|
date-add and date-sub (with thanks to Andy J Belamy)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263784 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-29 16:15:27 +00:00 |
|
Richard Quadling
|
ea8ba4228d
|
cvs ignore the entities.sqlite3*.xml files.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263783 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-29 16:12:57 +00:00 |
|
Etienne Kneuss
|
3a14ef1767
|
Document parent::/self:: forwarding in LSB
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263743 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-29 00:29:44 +00:00 |
|
Hannes Magnusson
|
08d4cbcee2
|
Comment out todo sections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263586 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-26 11:02:43 +00:00 |
|
Antony Dovgal
|
05f09b7220
|
consistency++
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263530 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-25 12:26:11 +00:00 |
|
Hannes Magnusson
|
eec3754630
|
Create search engine category and move mnogosearch, swish and sphinx
into it
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263522 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-25 11:47:39 +00:00 |
|
Rudy Nappée
|
d4f840249e
|
* No () in <function>
* <example> must have a <title> (or use <informalexample>)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263501 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-25 08:48:04 +00:00 |
|
Antony Dovgal
|
38e09927fb
|
add sphinx
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263497 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-25 08:27:02 +00:00 |
|
Antony Dovgal
|
3e08152fd3
|
oops! (thanks for noticing, Bjori)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263495 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-25 08:23:38 +00:00 |
|
Antony Dovgal
|
eb2b986b68
|
add sphinx docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263491 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-25 08:21:45 +00:00 |
|
Rudy Nappée
|
685a03b4b3
|
* No () in refnames
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263467 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-24 21:54:47 +00:00 |
|
Hannes Magnusson
|
9e21f44562
|
No () in refnames
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263464 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-24 21:12:51 +00:00 |
|
Gwynne Raskind
|
6f9d3713e9
|
The correct default for the type value is PDO::PARAM_STR, not the PHP native type (see ext/pdo/pdo_stmt.c:1682 and ext/pdo/pdo_stmt.c:1644 in PHP_5_3)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263380 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-24 11:34:28 +00:00 |
|
Stanislav Malyshev
|
8515904ebe
|
document new functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263338 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-23 20:38:32 +00:00 |
|
Stanislav Malyshev
|
344a9ce520
|
document new functionality
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263335 c90b9560-bf6c-de11-be94-00142212c4b1
|
2008-07-23 20:34:34 +00:00 |
|