ID: 35096 Comment by: free4cd at yahoo dot de Reported By: rob at burningsoda dot com Status: Feedback Bug Type: Apache2 related Operating System: FreeBSD 6.0RC1 PHP Version: 4CVS-2005-11-04 (snap) New Comment:
Yes, PHP 4.4.x don't work with mod_rewrite... I've the same problem with the php 4.4.x snapshots (tried with http://snaps.php.net/php4-STABLE-200511040151.tar.gz) and apache 2.0.55. I get only a blank page, rewrite don't work. Same problem as posted before here: http://bugs.php.net/bug.php?id=35059 Btw: the free Zend optimizer don't work with the latest php 5.1.x version only with 5.0.x. I need the Zend optimizer for one application so I could not use it. I've tried 4-5 PHP 4.4.x snapshots and none of these works. Only 4.4.0 ist ok. Previous Comments: ------------------------------------------------------------------------ [2005-11-04 09:25:24] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip ------------------------------------------------------------------------ [2005-11-04 02:49:53] rob at burningsoda dot com Description: ------------ I just downloaded Stable (4.4.x-dev) Built On: Nov 03, 2005 23:51 GMT and built it: PHP 4.4.2-dev (cli) (built: Nov 4 2005 02:17:10) But it seems like, the following bug is _not_ fixed in that snapshot: http://bugs.php.net/bug.php?id=35059 This happens with _any_ RewriteRule I use. Reproduce code: --------------- Try to use mod_rewrite on Apache 2.x to modify any URL. Small test case: index.php: <?php echo($_GET['myarg']); ?> RewriteRule: RewriteRule ^(.+)/$ index.php?myarg=$1 [L] URLs to try: 1. http://localhost/index.php?myarg=bla 2. http://localhost/blub/ 3. http://localhost/index.php/ Expected result: ---------------- In all three cases a document should be delivered: 1. "bla" 2. "blub" 3. "index.php" Actual result: -------------- 1. Correctly delivers document. 2. No document is delivered. 3. Correctly delivers document. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35096&edit=1