summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* suggesting a plain magic file insteat of a mime one is a bad ideaHartmut Holzgraefe2003-01-251-1/+1
|
* Fixed a typo.Ilia Alshanetsky2003-01-251-1/+1
|
* Fixed compiler warning.Ilia Alshanetsky2003-01-251-1/+1
|
* Remove ugly netware hacks from the codeSascha Schumann2003-01-242-20/+0
|
* Removed unnecessary checks.Ilia Alshanetsky2003-01-241-11/+0
|
* Patch for bug #21844Dan Kalowsky2003-01-241-0/+5
|
* Fixed bug #21533 (a rare condition where error can remain undefined andIlia Alshanetsky2003-01-241-1/+1
| | | | | result in undefined behavior when it is used without being initialized).
* Fixed bug #21865.Ilia Alshanetsky2003-01-241-47/+30
|
* Fix bug #21795, Undeclared statement in oci8.c (OCI_ATTR_STATEMENT)foobar2003-01-241-1/+25
|
* Fixed compile warning.Ilia Alshanetsky2003-01-241-1/+1
|
* Fixed compile warning.Ilia Alshanetsky2003-01-241-2/+1
|
* Fixed a memory leak.Ilia Alshanetsky2003-01-241-1/+5
| | | | | zend_error -> php_error_docref.
* zend_error -> php_error_docref.Ilia Alshanetsky2003-01-249-28/+25
|
* Fixed compile warning.Ilia Alshanetsky2003-01-241-8/+8
|
* Resolving problem on OSF1 and probably otherAndrey Hristov2003-01-241-1/+1
| | | | | 64 bit platforms. Thanks for the feedback of Magnus (novell kiruna se).
* Adding cast.Andrey Hristov2003-01-241-1/+1
|
* - Fixed stupid typo..foobar2003-01-241-1/+1
| | | | | # I will test before commit, I will test before commit...
* Fixed bug: #20857, snmpset() failsfoobar2003-01-241-6/+13
|
* ws fixesfoobar2003-01-241-24/+25
|
* zend_error() -> php_error_docref().Ilia Alshanetsky2003-01-243-45/+45
|
* Really fixed the mb issue of mb_ereg_replace()Moriyoshi Koizumi2003-01-231-1/+1
| | | | | # my previous patch is somewhat wrong
* Fixed a mb_ereg_replace() bug; the function was not completely multibyte-safe.Moriyoshi Koizumi2003-01-231-4/+16
|
* Renamed the test name as per the convensionMoriyoshi Koizumi2003-01-231-3/+1
|
* Test name formattingMoriyoshi Koizumi2003-01-236-7/+7
|
* Made the test's name more descriptiveMoriyoshi Koizumi2003-01-231-1/+1
|
* Removed pointless checksMoriyoshi Koizumi2003-01-232-10/+0
|
* Added test case for bug #21732Moriyoshi Koizumi2003-01-231-0/+33
|
* Fix bug: #21817 (only enable this if --with-kerberos is used)foobar2003-01-231-1/+1
|
* MFBfoobar2003-01-231-0/+1
|
* Correct default pathfoobar2003-01-231-1/+1
|
* Removed non-needed code.Ilia Alshanetsky2003-01-221-3/+2
|
* typoAnil Madhavapeddy2003-01-221-1/+1
|
* adding missing zlib.lib and path to bindlibFrank M. Kromann2003-01-221-5/+5
|
* Fixed a crash when invalid color is passed to imagepstext().Ilia Alshanetsky2003-01-221-76/+68
|
* Oops! wrong patch. Reverted.Moriyoshi Koizumi2003-01-211-2/+2
|
* Fixed mb_ereg_replace() bug (the function has ignored the default option)Moriyoshi Koizumi2003-01-211-2/+2
|
* Fixed mb_ereg_search() segfault that occurs when the function is calledMoriyoshi Koizumi2003-01-211-1/+1
| | | | | before a string to be searched is passed by mb_ereg_search_init()
* increasing readability.Andrey Hristov2003-01-211-60/+62
|
* getParameters -> zend_get_parameters_ex.Ilia Alshanetsky2003-01-211-117/+73
|
* ARG_COUNT(ht) -> ZEND_NUM_ARGS().Ilia Alshanetsky2003-01-216-7/+7
|
* Remove the (c), in the future, can we add PHP Licence terms for the newPierre Joye2003-01-211-4/+0
| | | | | functions ?
* Add credits to my functions (thx for the advice Wez&Ilia :)Pierre Joye2003-01-211-0/+24
|
* quota function fixes. Thanks Wez.Ilia Alshanetsky2003-01-202-7/+10
|
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-201-116/+101
| | | | | | Removed pointless memory allocation checks. Memory leak fix inside quota functions.
* Fixed bug #21758Moriyoshi Koizumi2003-01-201-1/+1
|
* Restore php_error -> php_error_docref patch.Ilia Alshanetsky2003-01-201-36/+24
|
* - Add credits for MagnusDerick Rethans2003-01-201-1/+1
|
* Add test for png.hfoobar2003-01-201-1/+5
|
* Updated for Msession 1.2.Mark L. Woodward2003-01-204-148/+202
| | | | | Includes new APIs
* ZTS fix.Ilia Alshanetsky2003-01-191-0/+1
|