Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFH | Hartmut Holzgraefe | 2002-11-21 | 1 | -2/+2 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2002-11-20 | 1 | -0/+26 | |
| | ||||||
* | Update Credits | Edin Kadribasic | 2002-11-19 | 2 | -9/+5 | |
| | ||||||
* | MFH | Marcus Boerger | 2002-11-18 | 1 | -1/+3 | |
| | | | | | | -Added colordepth for png -Added tests for width/heidth for unsigned/signed problems | |||||
* | MFH: Added colordepth for png\n | Marcus Boerger | 2002-11-18 | 1 | -1/+10 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2002-11-18 | 4 | -0/+84 | |
| | ||||||
* | Fixing unsigned/signed problems (and i thought about it before...)\n | Marcus Boerger | 2002-11-18 | 1 | -4/+5 | |
| | ||||||
* | - MFH | Derick Rethans | 2002-11-18 | 1 | -19/+0 | |
| | ||||||
* | MFH: Added error message if browscap location is not set in php.ini | foobar | 2002-11-18 | 1 | -0/+1 | |
| | ||||||
* | MFH | Ilia Alshanetsky | 2002-11-18 | 1 | -1/+6 | |
| | ||||||
* | MFH: Conversion fix by Michael Mauch | Marcus Boerger | 2002-11-17 | 1 | -2/+2 | |
| | ||||||
* | MFH: Force float for the float test | Marcus Boerger | 2002-11-16 | 1 | -1/+1 | |
| | ||||||
* | MFH | Marcus Boerger | 2002-11-16 | 15 | -106/+106 | |
| | ||||||
* | MFH | Ilia Alshanetsky | 2002-11-16 | 1 | -2/+2 | |
| | ||||||
* | MFH: Make getimagesize more robust against corrupt files | Marcus Boerger | 2002-11-16 | 1 | -83/+73 | |
| | ||||||
* | MFH | Sebastian Bergmann | 2002-11-16 | 1 | -0/+4 | |
| | ||||||
* | MFH (symlinks + ZTS). | Ilia Alshanetsky | 2002-11-15 | 1 | -0/+8 | |
| | ||||||
* | MFH | Moriyoshi Koizumi | 2002-11-15 | 1 | -0/+1 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2002-11-15 | 1 | -0/+79 | |
| | ||||||
* | MFH: Only show the first results | Marcus Boerger | 2002-11-15 | 1 | -2/+1 | |
| | ||||||
* | MFH | Moriyoshi Koizumi | 2002-11-15 | 1 | -0/+1 | |
| | ||||||
* | MFH | Stig Bakken | 2002-11-14 | 1 | -4/+7 | |
| | ||||||
* | MFH | Andrei Zmievski | 2002-11-14 | 1 | -2/+20 | |
| | ||||||
* | MFH (fic for bug #20423). | Ilia Alshanetsky | 2002-11-14 | 1 | -2/+2 | |
| | ||||||
* | Add note about shortcomings of this test. | Wez Furlong | 2002-11-14 | 1 | -0/+36 | |
| | ||||||
* | MFH (parse_url bug). | Ilia Alshanetsky | 2002-11-14 | 2 | -5/+18 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2002-11-14 | 1 | -0/+50 | |
| | ||||||
* | - Fixed bug #20424 (stream_get_meta_data craches on a normal file stream). | Derick Rethans | 2002-11-14 | 1 | -0/+12 | |
| | | | | | (Derick, Wez) | |||||
* | MFH.. | James Cox | 2002-11-14 | 1 | -1/+1 | |
| | ||||||
* | Added GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob() | John Coggeshall | 2002-11-13 | 2 | -1/+7 | |
| | | | | | | | | | | function. Modified the layout and some minor logic in the experimental webHarness() test class Added Whitespace accidently to array.c :) | |||||
* | Fixed the tests so that they won't be affected by the ini setting of | Moriyoshi Koizumi | 2002-11-12 | 3 | -3/+6 | |
| | | | | | default_charset | |||||
* | HTTP_RAW_POST_DATA BC fixes | Hartmut Holzgraefe | 2002-11-12 | 1 | -5/+7 | |
| | | | | | | # hopefully all done, commiting anyway to continue work on my home box php://input stream fixes (POST data handerl mangles data, CLI crashbug) | |||||
* | Added test for swc files (compressed swf files), this must be done in a | Ilia Alshanetsky | 2002-11-12 | 1 | -0/+25 | |
| | | | | | separate test, since this test has a dependency on the zlib extension. | |||||
* | Data manipulation (for big endian transformation) should occur after the | Ilia Alshanetsky | 2002-11-12 | 1 | -2/+2 | |
| | | | | | data has been read from file. | |||||
* | fix warnings | Marcus Boerger | 2002-11-12 | 1 | -1/+1 | |
| | | | | | #highest bit cannot be set so this must work | |||||
* | correct the last patch: make flock() a function again when it is missing | Marcus Boerger | 2002-11-12 | 1 | -1/+1 | |
| | | | | | #function name should be flock and not php_flock of cause | |||||
* | make flock() a function again when it is missing | Marcus Boerger | 2002-11-11 | 2 | -2/+5 | |
| | ||||||
* | -make the flock() emulation a separate function named php_flock() | Marcus Boerger | 2002-11-11 | 2 | -3/+11 | |
| | | | | | | -use a define to make php_flock() available as flock() when necessary # The emulated php_flock even works on NFS this will be used elsewhere. | |||||
* | make flock PHPAPI | Marcus Boerger | 2002-11-11 | 2 | -2/+2 | |
| | ||||||
* | Switch to using error_docref | Jason Greene | 2002-11-11 | 1 | -1/+1 | |
| | | | | | # Satisfy all those named Mar[ck]us | |||||
* | Added support for windows code pages. | Moriyoshi Koizumi | 2002-11-11 | 1 | -0/+4 | |
| | ||||||
* | WS | Moriyoshi Koizumi | 2002-11-11 | 1 | -4/+4 | |
| | ||||||
* | Report function name when log() triggers a base warning | Jason Greene | 2002-11-11 | 1 | -1/+1 | |
| | ||||||
* | Add the ability to take the logarithm of any base by adding a base parameter | Jason Greene | 2002-11-11 | 2 | -12/+51 | |
| | | | | | | to log() Added regression tests for the new form | |||||
* | add test function for log() | Jason Greene | 2002-11-11 | 1 | -0/+21 | |
| | | | | | | | # It is difficult to test an approximation of an approximation, but I # believe this test should be close enough to verify the function is working # correctly. | |||||
* | give Wez streams credits he deserves. | James Cox | 2002-11-10 | 1 | -0/+1 | |
| | ||||||
* | - Remove \n from error messages | Derick Rethans | 2002-11-10 | 1 | -1/+1 | |
| | ||||||
* | hide possible warnings | Marcus Boerger | 2002-11-08 | 1 | -2/+2 | |
| | | | | | | #Why should one initialize $php_errormsg to NULL #It would be easier to have it initialised by the system, wouldn't it? | |||||
* | use consistent constants | Sterling Hughes | 2002-11-08 | 1 | -2/+8 | |
| | ||||||
* | Fixed prototype of image_type_to_mime_type(), bug #20094. | Ilia Alshanetsky | 2002-11-08 | 1 | -1/+1 | |
| |