Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | suggesting a plain magic file insteat of a mime one is a bad idea | Hartmut Holzgraefe | 2003-01-25 | 1 | -1/+1 |
| | |||||
* | Fixed a typo. | Ilia Alshanetsky | 2003-01-25 | 1 | -1/+1 |
| | |||||
* | Fixed compiler warning. | Ilia Alshanetsky | 2003-01-25 | 1 | -1/+1 |
| | |||||
* | Remove ugly netware hacks from the code | Sascha Schumann | 2003-01-24 | 2 | -20/+0 |
| | |||||
* | Removed unnecessary checks. | Ilia Alshanetsky | 2003-01-24 | 1 | -11/+0 |
| | |||||
* | Patch for bug #21844 | Dan Kalowsky | 2003-01-24 | 1 | -0/+5 |
| | |||||
* | Fixed bug #21533 (a rare condition where error can remain undefined and | Ilia Alshanetsky | 2003-01-24 | 1 | -1/+1 |
| | | | | | result in undefined behavior when it is used without being initialized). | ||||
* | Fixed bug #21865. | Ilia Alshanetsky | 2003-01-24 | 1 | -47/+30 |
| | |||||
* | Fix bug #21795, Undeclared statement in oci8.c (OCI_ATTR_STATEMENT) | foobar | 2003-01-24 | 1 | -1/+25 |
| | |||||
* | Fixed compile warning. | Ilia Alshanetsky | 2003-01-24 | 1 | -1/+1 |
| | |||||
* | Fixed compile warning. | Ilia Alshanetsky | 2003-01-24 | 1 | -2/+1 |
| | |||||
* | Fixed a memory leak. | Ilia Alshanetsky | 2003-01-24 | 1 | -1/+5 |
| | | | | | zend_error -> php_error_docref. | ||||
* | zend_error -> php_error_docref. | Ilia Alshanetsky | 2003-01-24 | 9 | -28/+25 |
| | |||||
* | Fixed compile warning. | Ilia Alshanetsky | 2003-01-24 | 1 | -8/+8 |
| | |||||
* | Resolving problem on OSF1 and probably other | Andrey Hristov | 2003-01-24 | 1 | -1/+1 |
| | | | | | 64 bit platforms. Thanks for the feedback of Magnus (novell kiruna se). | ||||
* | Adding cast. | Andrey Hristov | 2003-01-24 | 1 | -1/+1 |
| | |||||
* | - Fixed stupid typo.. | foobar | 2003-01-24 | 1 | -1/+1 |
| | | | | | # I will test before commit, I will test before commit... | ||||
* | Fixed bug: #20857, snmpset() fails | foobar | 2003-01-24 | 1 | -6/+13 |
| | |||||
* | ws fixes | foobar | 2003-01-24 | 1 | -24/+25 |
| | |||||
* | zend_error() -> php_error_docref(). | Ilia Alshanetsky | 2003-01-24 | 3 | -45/+45 |
| | |||||
* | Really fixed the mb issue of mb_ereg_replace() | Moriyoshi Koizumi | 2003-01-23 | 1 | -1/+1 |
| | | | | | # my previous patch is somewhat wrong | ||||
* | Fixed a mb_ereg_replace() bug; the function was not completely multibyte-safe. | Moriyoshi Koizumi | 2003-01-23 | 1 | -4/+16 |
| | |||||
* | Renamed the test name as per the convension | Moriyoshi Koizumi | 2003-01-23 | 1 | -3/+1 |
| | |||||
* | Test name formatting | Moriyoshi Koizumi | 2003-01-23 | 6 | -7/+7 |
| | |||||
* | Made the test's name more descriptive | Moriyoshi Koizumi | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | Removed pointless checks | Moriyoshi Koizumi | 2003-01-23 | 2 | -10/+0 |
| | |||||
* | Added test case for bug #21732 | Moriyoshi Koizumi | 2003-01-23 | 1 | -0/+33 |
| | |||||
* | Fix bug: #21817 (only enable this if --with-kerberos is used) | foobar | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | MFB | foobar | 2003-01-23 | 1 | -0/+1 |
| | |||||
* | Correct default path | foobar | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | Removed non-needed code. | Ilia Alshanetsky | 2003-01-22 | 1 | -3/+2 |
| | |||||
* | typo | Anil Madhavapeddy | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | adding missing zlib.lib and path to bindlib | Frank M. Kromann | 2003-01-22 | 1 | -5/+5 |
| | |||||
* | Fixed a crash when invalid color is passed to imagepstext(). | Ilia Alshanetsky | 2003-01-22 | 1 | -76/+68 |
| | |||||
* | Oops! wrong patch. Reverted. | Moriyoshi Koizumi | 2003-01-21 | 1 | -2/+2 |
| | |||||
* | Fixed mb_ereg_replace() bug (the function has ignored the default option) | Moriyoshi Koizumi | 2003-01-21 | 1 | -2/+2 |
| | |||||
* | Fixed mb_ereg_search() segfault that occurs when the function is called | Moriyoshi Koizumi | 2003-01-21 | 1 | -1/+1 |
| | | | | | before a string to be searched is passed by mb_ereg_search_init() | ||||
* | increasing readability. | Andrey Hristov | 2003-01-21 | 1 | -60/+62 |
| | |||||
* | getParameters -> zend_get_parameters_ex. | Ilia Alshanetsky | 2003-01-21 | 1 | -117/+73 |
| | |||||
* | ARG_COUNT(ht) -> ZEND_NUM_ARGS(). | Ilia Alshanetsky | 2003-01-21 | 6 | -7/+7 |
| | |||||
* | Remove the (c), in the future, can we add PHP Licence terms for the new | Pierre Joye | 2003-01-21 | 1 | -4/+0 |
| | | | | | functions ? | ||||
* | Add credits to my functions (thx for the advice Wez&Ilia :) | Pierre Joye | 2003-01-21 | 1 | -0/+24 |
| | |||||
* | quota function fixes. Thanks Wez. | Ilia Alshanetsky | 2003-01-20 | 2 | -7/+10 |
| | |||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-20 | 1 | -116/+101 |
| | | | | | | Removed pointless memory allocation checks. Memory leak fix inside quota functions. | ||||
* | Fixed bug #21758 | Moriyoshi Koizumi | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | Restore php_error -> php_error_docref patch. | Ilia Alshanetsky | 2003-01-20 | 1 | -36/+24 |
| | |||||
* | - Add credits for Magnus | Derick Rethans | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | Add test for png.h | foobar | 2003-01-20 | 1 | -1/+5 |
| | |||||
* | Updated for Msession 1.2. | Mark L. Woodward | 2003-01-20 | 4 | -148/+202 |
| | | | | | Includes new APIs | ||||
* | ZTS fix. | Ilia Alshanetsky | 2003-01-19 | 1 | -0/+1 |
| |