From:             spetznaz at lnxclan dot com
Operating system: RedHat es4
PHP version:      5.2.3
PHP Bug Type:     Unknown/Other Function
Bug description:  php 5.2.3 

Description:
------------
Description: New versions of PHP mess everything up almost every time.

Reproduce code:
---------------
#!/bin/bash
echo List the worst programmer that works on php
    read first
echo Fire $first, and blame most of this crap on him.
    echo ""
while echo List the next worst programmer;
    read dorks
        do echo Fire $dorks and replace with good programmer;
    echo ""
done


Expected result:
----------------
I expect to see things compile like they did in version 5.2.2. Well, to
tell the truth, now I expect to fight with php every time there is a new
version... Wasted hours/days.

Actual result:
--------------
Nothing works and php does not log anything. Nothing. No docs, no logs...
nothing. The result again is that we spend hours trying to get php to
install and work. Only php gives us this many problems and takes this much
time. Why? Because the dev team does not care about the people that use
this software. If they did, they would not sneak new stuff in a version
that will make php not work like it did. One word... deprecation. Learn it.
Use it.
This should have been called php 6.0 not 5.2.3. 5.x.x should compile,
install and work the same. 

-- 
Edit bug report at http://bugs.php.net/?id=41614&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41614&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41614&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41614&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41614&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41614&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41614&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41614&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41614&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41614&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41614&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41614&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41614&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41614&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41614&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41614&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41614&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41614&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41614&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41614&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41614&r=mysqlcfg

Reply via email to