summaryrefslogtreecommitdiff
path: root/ext/bz2
Commit message (Expand)AuthorAgeFilesLines
* fix test (the error message is different across the systems)Antony Dovgal2006-09-181-2/+2
* fix #38485 (bz2 extension does not compile with GCC 4.1)Antony Dovgal2006-08-171-1/+1
* move static declaration to *.c filesNuno Lopes2006-08-142-11/+11
* a few more static keywordingNuno Lopes2006-08-142-23/+23
* add new tests, improve the old onesAntony Dovgal2006-06-268-0/+226
* MFH: detect empty mode string and avoid off-by-oneAntony Dovgal2006-06-261-1/+1
* - use %zu to format size_tMichael Wallner2006-06-231-3/+3
* Fixed compiler warnings.Ilia Alshanetsky2006-06-211-3/+3
* MFH: improve check for stream mode, add testsAntony Dovgal2006-06-213-8/+196
* MFH: don't try to read or write from/to a stream if it was open in different ...Antony Dovgal2006-06-211-0/+12
* MFH: fix invalid read with bzopen("","") and prevent filename from being empt...Antony Dovgal2006-06-211-1/+7
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-8/+51
* bump year and license versionfoobar2006-01-013-9/+9
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFH: - Fix bug #35530 (ext/bz2 compile failure with phpize)foobar2005-12-031-0/+4
* MFH: Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).Ilia Alshanetsky2005-10-251-1/+1
* - Bumber up yearfoobar2005-08-033-3/+3
* MFB: MSVC++ 6.0 doesn't support long long typeEdin Kadribasic2005-06-131-0/+4
* Fixed compiler warning.Ilia Alshanetsky2005-06-091-2/+2
* Better storage size for output length.Ilia Alshanetsky2005-06-061-1/+1
* Fixed bug #33070 (Improved performance of bzdecompress() by several ordersIlia Alshanetsky2005-06-051-45/+35
* - Make VC6 happyfoobar2005-04-101-112/+112
* fix #32373 (segfault in bzopen('/wrong/path'))Antony Dovgal2005-03-191-1/+1
* MFB_4_3: Fixed bug #29521 (compress.bzip2 returns error when used with httpIlia Alshanetsky2005-02-231-1/+1
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-2/+2
* Persistent mallocs can return NULL (on failure)Sara Golemon2004-07-211-1/+16
* Add bz2 stream filter supportSara Golemon2004-07-208-111/+528
* - Remove unused blocksMarcus Boerger2004-05-192-4/+0
* According to Wez, this is not needed.Edin Kadribasic2004-04-141-1/+0
* Export symbols needed by bz2_filterSara Golemon2004-04-132-0/+8
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+3
* Break out the test with first hit.foobar2004-01-211-0/+1
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2/+2
* Avoid duplicate symbols; definition is in bz2.cMartin Kraemer2004-01-121-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-1/+3
* Route rename() via wrapper ops.Sara Golemon2003-12-121-1/+2
* - Update header + added missing Id tags.foobar2003-12-092-32/+34
* Fixup bz2 extension so it builds as shared and static under win32Wez Furlong2003-12-042-4/+24
* Fixed bug #25106 (Added more stringent checks on bzopen() mode).Ilia Alshanetsky2003-09-151-2/+16
* Fix phpize buildfoobar2003-08-201-5/+11
* Fixed paths in various tests. In certain conditions usage of partial fileIlia Alshanetsky2003-08-181-1/+1
* add a package.xml fileSterling Hughes2003-05-171-0/+35
* add bzip2 extension to pecl from php5 cvsSterling Hughes2003-05-177-0/+798