| | 1 | [[TOC]] |
| | 2 | |
| | 3 | = PortLog: [wiki:dev-lang]/php = |
| | 4 | |
| | 5 | http://www.php.net |
| | 6 | |
| | 7 | == version 5.2.6 == |
| | 8 | |
| | 9 | ||R5||untested|| |
| | 10 | ||BONE||untested|| |
| | 11 | ||Haiku||untested|| |
| | 12 | |
| | 13 | dependencies: none |
| | 14 | |
| | 15 | === revision 1 (j_freeman) - [R5] === |
| | 16 | |
| | 17 | Back in March, I was able to get 5.2.5 built on R5. Though it didn't pass the test suite, it gave me hope for PHP on BeOS/Haiku. Unfortunately I lost the image for that development machine (I develop under Max on VMware), so I'm having to start from scratch with 5.2.6. |
| | 18 | |
| | 19 | The first problem I've run into is regarding the absence of search.h. For 5.2.5 I found it online somewhere and there were no problems, but this time I tried using Haiku's but I'm getting "conflicting types for `restrict'". Interesting. I'll have to play with it some more when I have some more time. |
| | 20 | |
| | 21 | But this brings me to a question only a newbie porter like myself could ask; in the event we find a header that BeOS does not have, what is the best way to handle it? |