summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Collapse)AuthorAgeFilesLines
...
* MFHHartmut Holzgraefe2002-11-211-2/+2
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-201-0/+26
|
* Update CreditsEdin Kadribasic2002-11-192-9/+5
|
* MFHMarcus Boerger2002-11-181-1/+3
| | | | | | -Added colordepth for png -Added tests for width/heidth for unsigned/signed problems
* MFH: Added colordepth for png\nMarcus Boerger2002-11-181-1/+10
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-184-0/+84
|
* Fixing unsigned/signed problems (and i thought about it before...)\nMarcus Boerger2002-11-181-4/+5
|
* - MFHDerick Rethans2002-11-181-19/+0
|
* MFH: Added error message if browscap location is not set in php.inifoobar2002-11-181-0/+1
|
* MFHIlia Alshanetsky2002-11-181-1/+6
|
* MFH: Conversion fix by Michael MauchMarcus Boerger2002-11-171-2/+2
|
* MFH: Force float for the float testMarcus Boerger2002-11-161-1/+1
|
* MFHMarcus Boerger2002-11-1615-106/+106
|
* MFHIlia Alshanetsky2002-11-161-2/+2
|
* MFH: Make getimagesize more robust against corrupt filesMarcus Boerger2002-11-161-83/+73
|
* MFHSebastian Bergmann2002-11-161-0/+4
|
* MFH (symlinks + ZTS).Ilia Alshanetsky2002-11-151-0/+8
|
* MFHMoriyoshi Koizumi2002-11-151-0/+1
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-151-0/+79
|
* MFH: Only show the first resultsMarcus Boerger2002-11-151-2/+1
|
* MFHMoriyoshi Koizumi2002-11-151-0/+1
|
* MFHStig Bakken2002-11-141-4/+7
|
* MFHAndrei Zmievski2002-11-141-2/+20
|
* MFH (fic for bug #20423).Ilia Alshanetsky2002-11-141-2/+2
|
* Add note about shortcomings of this test.Wez Furlong2002-11-141-0/+36
|
* MFH (parse_url bug).Ilia Alshanetsky2002-11-142-5/+18
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-141-0/+50
|
* - Fixed bug #20424 (stream_get_meta_data craches on a normal file stream).Derick Rethans2002-11-141-0/+12
| | | | | (Derick, Wez)
* MFH..James Cox2002-11-141-1/+1
|
* Added GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob()John Coggeshall2002-11-132-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 ofMoriyoshi Koizumi2002-11-123-3/+6
| | | | | default_charset
* HTTP_RAW_POST_DATA BC fixesHartmut Holzgraefe2002-11-121-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 aIlia Alshanetsky2002-11-121-0/+25
| | | | | separate test, since this test has a dependency on the zlib extension.
* Data manipulation (for big endian transformation) should occur after theIlia Alshanetsky2002-11-121-2/+2
| | | | | data has been read from file.
* fix warningsMarcus Boerger2002-11-121-1/+1
| | | | | #highest bit cannot be set so this must work
* correct the last patch: make flock() a function again when it is missingMarcus Boerger2002-11-121-1/+1
| | | | | #function name should be flock and not php_flock of cause
* make flock() a function again when it is missingMarcus Boerger2002-11-112-2/+5
|
* -make the flock() emulation a separate function named php_flock()Marcus Boerger2002-11-112-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 PHPAPIMarcus Boerger2002-11-112-2/+2
|
* Switch to using error_docrefJason Greene2002-11-111-1/+1
| | | | | # Satisfy all those named Mar[ck]us
* Added support for windows code pages.Moriyoshi Koizumi2002-11-111-0/+4
|
* WSMoriyoshi Koizumi2002-11-111-4/+4
|
* Report function name when log() triggers a base warningJason Greene2002-11-111-1/+1
|
* Add the ability to take the logarithm of any base by adding a base parameterJason Greene2002-11-112-12/+51
| | | | | | to log() Added regression tests for the new form
* add test function for log()Jason Greene2002-11-111-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 Cox2002-11-101-0/+1
|
* - Remove \n from error messagesDerick Rethans2002-11-101-1/+1
|
* hide possible warningsMarcus Boerger2002-11-081-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 constantsSterling Hughes2002-11-081-2/+8
|
* Fixed prototype of image_type_to_mime_type(), bug #20094.Ilia Alshanetsky2002-11-081-1/+1
|