PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : jemand schon apache 2.0.40 mit php compiled?



quinte17
13.08.02, 11:18
ich bekomm da im moment noch nen error in den sourcen... (liegt an php) apache selbst compiled ohne zu meckern... wer hatte das problem auch??
und hat er es schon gelöst ;) ?

thx cu

kratz00
13.08.02, 11:28
In sap/apache2filter/php_function.c:93 muss nur was geändert werden.
also ein billiger bug im php-source...

so war es zumindest bei 2.0.39 und latest php
probiers mal aus

original
*** 90,96 ****
ADD_STRING(method);
ADD_LONG(mtime);
ADD_LONG(clength);
! #if !MODULE_MAGIC_AT_LEAST(20020506,0)
ADD_STRING(boundary);
#endif
ADD_STRING(range);

fix
--- 90,96 ----
ADD_STRING(method);
ADD_LONG(mtime);
ADD_LONG(clength);
! #if MODULE_MAGIC_NUMBER < 20020506
ADD_STRING(boundary);
#endif
ADD_STRING(range);

kratz00
14.08.02, 01:18
I LOVE GOOGLE

Hello people!

Good news: PHP.net have put on their site a link for download the newest version (devel) of PHP: 4.3.0. This version complies with the new Apache 2.0.40 and you could install them together, without any problems.

The link is:

http://snaps.php.net/php4-latest.tar.bz2

quinte17
16.08.02, 16:09
der error is leider nicht mehr der in line 93.. den hätte ich schon gekannt *gg* ;) habe ihn auch selbst schon öffters gepostet damit andere auf die lösung kommen *gg*

ich weiß nicht mehr genau was es war... vielleicht schau ich ja nochmal..

thx trotzdem cya