Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new incompatibilities. maybe someone from the doc group will update the | Andrey Hristov | 2004-08-24 | 1 | -5/+53 |
| | | | | | migrating guide. also Derick may add new slides to his talk :) | ||||
* | - Fixed the explanation and example about "classes must be declared before ↵ | Andrey Hristov | 2004-03-28 | 1 | -13/+50 |
| | | | | | | | used". - Added new entry about get_class() (Thanks Lukas for reminding (toStudlyCapOrNotToStudlyCap.txt). | ||||
* | making sure that the provided examples actualy work (or at least do not | Hartmut Holzgraefe | 2004-02-12 | 1 | -2/+2 |
| | | | | | generate no parse errors) unless they are really expected to fail | ||||
* | - Change from PHP5 -> PHP 5 | Andi Gutmans | 2004-02-08 | 1 | -2/+2 |
| | |||||
* | This is a definitive 'must' | Marcus Boerger | 2004-01-24 | 1 | -1/+1 |
| | |||||
* | Adding note about declaration first use after that for classes. | Andrey Hristov | 2004-01-24 | 1 | -0/+16 |
| | | | | | | #I had no time recently to add this but since a user complained on #internals.... | ||||
* | use Rasmus' words | Andrey Hristov | 2004-01-17 | 1 | -3/+6 |
| | |||||
* | adding info about $argc and $argv in CLI mode | Andrey Hristov | 2004-01-17 | 1 | -0/+4 |
| | |||||
* | Clarification about phpDoc comments. Spotted by Greag Beaver. | Andrey Hristov | 2004-01-17 | 1 | -0/+2 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -1/+1 |
| | |||||
* | another example | Andrey Hristov | 2004-01-05 | 1 | -0/+4 |
| | |||||
* | Reorganization. | Moriyoshi Koizumi | 2003-12-14 | 1 | -9/+26 |
| | |||||
* | Note about Apache2 SAPI change. | Moriyoshi Koizumi | 2003-12-14 | 1 | -1/+7 |
| | |||||
* | add an example for illegal string offset. the example is stolen from Marcus | Andrey Hristov | 2003-12-13 | 1 | -0/+6 |
| | | | | | | and Markus should be now satisfied :). Currently this code segfaults with PHP_4_3. | ||||
* | added entry about mysqli_fetch functions | Andrey Hristov | 2003-12-12 | 1 | -0/+2 |
| | |||||
* | ups, i forgot this entry | Andrey Hristov | 2003-12-06 | 1 | -1/+3 |
| | |||||
* | A small start for so called "not-yet-written faq" about small changes that | Andrey Hristov | 2003-12-06 | 1 | -0/+8 |
may make someone's life a nightmare for some time. It will be good when a change is made a line in this file to be written and then it will be easier for the doc team to write comprehensive and pretty FAQ for the end users. |