#40487 [NEW]: Sessions dont work, MySQL fails and various bugs

Ask a Question related to PHP Bugs, Design and Development.

  1. #1

    Default #40487 [NEW]: Sessions dont work, MySQL fails and various bugs

    From: splith at helper3000 dot net
    Operating system: Windows Server 2003
    PHP version: 4.4.5
    PHP Bug Type: *General Issues
    Bug description: Sessions dont work, MySQL fails and various bugs

    Description:
    ------------
    PHP Sessions on SSL fail to work, once set them seem to just dissapear and
    when reverting to PHP 4.4.4 works absolutely fine. MySQL fails to work on
    non-localhost servers, the page tries to load for a minute and returns a
    "Connection Reset" error message whereas as it works perfectly on PHP
    4.4.4
    Pages load VERY SLOW compared to 4.4.4, even pages that do not contain any
    PHP code but have a .php extension
    possible memory leaks ? Apache seems to be using more memory now than what
    it did with PHP 4.4.4 (not totally checked, just something i observed while
    terminating apache) it is more than 15MB of ram usage difference.
    Using Apache 2.0.58, PHP 4.4.5, MySQL 5.x

    Reproduce code:
    ---------------
    any sessions on SSL, any non-localhost MySQL server connection, any page
    that uses php will run slow

    Expected result:
    ----------------
    sessions > expected to work
    mysql > expected to connect
    pages > expected to load with fast speed as there is not PHP code

    Actual result:
    --------------
    sessions > do not work
    mysql > page times out with "Connection Reset" after a minute
    pages > load extremely slow

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

  2. Similar Questions and Discussions

    1. why dont it work
      errr hi i can get to work on my internet but if i playsumin local to my pc it keeps using flash player 7
    2. it just dont work
      please, some body can help me a box in my site should conect to a weather forecast, but it never conects.... what should I do?
    3. Dont work! Please help!
      Hello! First of all I wanna say thanks for all who will answer my dumm question! PS: Sorry about my English :) Im a begginer in Flash Media...
    4. My PHP Sessions dont work
      Please can someone help me with this. I have a nice simple test for a php session to see if my setup is ok, but it does not pass vars correctly. ...
    5. PHP/MySQL Bugs Database
      Anyone know of a good, cheap PHP/MySQL bugs database around? $100 kind of range. Thanks, Michela.
  3. #2

    Default #40487 [Opn->Bgs]: Sessions dont work, MySQL fails and various bugs

    ID: 40487
    Updated by: [email]tony2001@php.net[/email]
    Reported By: splith at helper3000 dot net
    -Status: Open
    +Status: Bogus
    Bug Type: *General Issues
    Operating System: Windows Server 2003
    PHP Version: 4.4.5
    New Comment:

    Sorry, but your problem does not imply a bug in PHP itself. For a
    list of more appropriate places to ask for help using PHP, please
    visit [url]http://www.php.net/support.php[/url] as this bug system is not the
    appropriate forum for asking support questions. Due to the volume
    of reports we can not explain in detail here why your report is not
    a bug. The support channels will be able to provide an explanation
    for you.

    Thank you for your interest in PHP.




    Previous Comments:
    ------------------------------------------------------------------------

    [2007-02-14 22:23:01] splith at helper3000 dot net

    Description:
    ------------
    PHP Sessions on SSL fail to work, once set them seem to just dissapear
    and when reverting to PHP 4.4.4 works absolutely fine. MySQL fails to
    work on non-localhost servers, the page tries to load for a minute and
    returns a "Connection Reset" error message whereas as it works
    perfectly on PHP 4.4.4
    Pages load VERY SLOW compared to 4.4.4, even pages that do not contain
    any PHP code but have a .php extension
    possible memory leaks ? Apache seems to be using more memory now than
    what it did with PHP 4.4.4 (not totally checked, just something i
    observed while terminating apache) it is more than 15MB of ram usage
    difference.
    Using Apache 2.0.58, PHP 4.4.5, MySQL 5.x

    Reproduce code:
    ---------------
    any sessions on SSL, any non-localhost MySQL server connection, any
    page that uses php will run slow

    Expected result:
    ----------------
    sessions > expected to work
    mysql > expected to connect
    pages > expected to load with fast speed as there is not PHP code

    Actual result:
    --------------
    sessions > do not work
    mysql > page times out with "Connection Reset" after a minute
    pages > load extremely slow


    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=40487&edit=1[/url]
    tony2001@php.net Guest

  4. #3

    Default #40487 [Bgs]: Sessions dont work, MySQL fails and various bugs

    ID: 40487
    User updated by: splith at helper3000 dot net
    Reported By: splith at helper3000 dot net
    Status: Bogus
    Bug Type: *General Issues
    Operating System: Windows Server 2003
    PHP Version: 4.4.5
    New Comment:

    uh are you really that thick, it is a PHP problem and i've checked it,
    just like the last one i posted, obvesly your in cloud cookoo land and
    just really dont give the slighest f... about your product so get
    stuffed, idiots


    Previous Comments:
    ------------------------------------------------------------------------

    [2007-02-15 08:59:49] [email]tony2001@php.net[/email]

    Sorry, but your problem does not imply a bug in PHP itself. For a
    list of more appropriate places to ask for help using PHP, please
    visit [url]http://www.php.net/support.php[/url] as this bug system is not the
    appropriate forum for asking support questions. Due to the volume
    of reports we can not explain in detail here why your report is not
    a bug. The support channels will be able to provide an explanation
    for you.

    Thank you for your interest in PHP.



    ------------------------------------------------------------------------

    [2007-02-14 22:23:01] splith at helper3000 dot net

    Description:
    ------------
    PHP Sessions on SSL fail to work, once set them seem to just dissapear
    and when reverting to PHP 4.4.4 works absolutely fine. MySQL fails to
    work on non-localhost servers, the page tries to load for a minute and
    returns a "Connection Reset" error message whereas as it works
    perfectly on PHP 4.4.4
    Pages load VERY SLOW compared to 4.4.4, even pages that do not contain
    any PHP code but have a .php extension
    possible memory leaks ? Apache seems to be using more memory now than
    what it did with PHP 4.4.4 (not totally checked, just something i
    observed while terminating apache) it is more than 15MB of ram usage
    difference.
    Using Apache 2.0.58, PHP 4.4.5, MySQL 5.x

    Reproduce code:
    ---------------
    any sessions on SSL, any non-localhost MySQL server connection, any
    page that uses php will run slow

    Expected result:
    ----------------
    sessions > expected to work
    mysql > expected to connect
    pages > expected to load with fast speed as there is not PHP code

    Actual result:
    --------------
    sessions > do not work
    mysql > page times out with "Connection Reset" after a minute
    pages > load extremely slow


    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=40487&edit=1[/url]
    splith at helper3000 dot net Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139