summaryrefslogtreecommitdiff
path: root/README.PHP4-TO-PHP5-THIN-CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* new incompatibilities. maybe someone from the doc group will update theAndrey Hristov2004-08-241-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 Hristov2004-03-281-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 notHartmut Holzgraefe2004-02-121-2/+2
| | | | | generate no parse errors) unless they are really expected to fail
* - Change from PHP5 -> PHP 5Andi Gutmans2004-02-081-2/+2
|
* This is a definitive 'must'Marcus Boerger2004-01-241-1/+1
|
* Adding note about declaration first use after that for classes.Andrey Hristov2004-01-241-0/+16
| | | | | | #I had no time recently to add this but since a user complained on #internals....
* use Rasmus' wordsAndrey Hristov2004-01-171-3/+6
|
* adding info about $argc and $argv in CLI modeAndrey Hristov2004-01-171-0/+4
|
* Clarification about phpDoc comments. Spotted by Greag Beaver.Andrey Hristov2004-01-171-0/+2
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1/+1
|
* another exampleAndrey Hristov2004-01-051-0/+4
|
* Reorganization.Moriyoshi Koizumi2003-12-141-9/+26
|
* Note about Apache2 SAPI change.Moriyoshi Koizumi2003-12-141-1/+7
|
* add an example for illegal string offset. the example is stolen from MarcusAndrey Hristov2003-12-131-0/+6
| | | | | | and Markus should be now satisfied :). Currently this code segfaults with PHP_4_3.
* added entry about mysqli_fetch functionsAndrey Hristov2003-12-121-0/+2
|
* ups, i forgot this entryAndrey Hristov2003-12-061-1/+3
|
* A small start for so called "not-yet-written faq" about small changes thatAndrey Hristov2003-12-061-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.