| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid estrdup and a couple of other minor cleanups | Sascha Schumann | 2000-11-22 | 1 | -9/+6 |
* | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 3 | -22/+22 |
* | There is no Apache extension per se. Please leave this directory empty. | Sascha Schumann | 2000-11-22 | 1 | -2/+0 |
* | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 1 | -65/+65 |
* | Add ircg | Sascha Schumann | 2000-11-22 | 1 | -0/+1 |
* | At long last, import the bcmath library, by Phil Nelson | Zeev Suraski | 2000-11-22 | 49 | -67/+6930 |
* | Fix memory leaks in cURL. | Stanislav Malyshev | 2000-11-22 | 2 | -0/+9 |
* | @ Put an end to BUG#4615 (kalowsky & Eric Veldhuyzen) | Dan Kalowsky | 2000-11-22 | 1 | -27/+34 |
* | Hmmm, that wasn't good. | Sterling Hughes | 2000-11-22 | 1 | -1/+0 |
* | tsrm realpath implementation is fixed | Daniel Beulshausen | 2000-11-22 | 1 | -3/+0 |
* | removing '{' was certainly not intended | Sascha Schumann | 2000-11-22 | 1 | -1/+1 |
* | Don't access opt, if opt was not set. | Sascha Schumann | 2000-11-22 | 1 | -3/+3 |
* | Whitespace fix and initialize ret properly | Sascha Schumann | 2000-11-22 | 1 | -9/+9 |
* | some more info on the ctype extension | Hartmut Holzgraefe | 2000-11-22 | 3 | -0/+12 |
* | an experimental extension providing the C ctype function family | Hartmut Holzgraefe | 2000-11-22 | 7 | -0/+842 |
* | Major rework of the basic api which provides: | Sterling Hughes | 2000-11-21 | 2 | -160/+440 |
* | Fix bug #7034 | foobar | 2000-11-21 | 1 | -0/+1 |
* | make HAVE_FOPENCOOKIE available for other extensions besides zlib | Hartmut Holzgraefe | 2000-11-21 | 1 | -39/+1 |
* | fix PDF image open under Win32 | Daniel Beulshausen | 2000-11-21 | 1 | -5/+20 |
* | Adding new functions, mssql_affected_rows and mssql_fetch_batch. | Frank M. Kromann | 2000-11-21 | 2 | -29/+119 |
* | # a minor change, but still important :) | Hartmut Holzgraefe | 2000-11-21 | 1 | -2/+1 |
* | all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c | Hartmut Holzgraefe | 2000-11-21 | 4 | -86/+109 |
* | fixed a compile problem with glibc<=2.1.1 (#7327, #7892) | Hartmut Holzgraefe | 2000-11-20 | 2 | -2/+41 |
* | Fixed typo. #6933 | foobar | 2000-11-20 | 1 | -1/+1 |
* | Revert. | Sterling Hughes | 2000-11-20 | 1 | -2/+0 |
* | Move "replace value" logic to Zend | Stanislav Malyshev | 2000-11-20 | 1 | -13/+3 |
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 72 | -0/+133 |
* | first step towards auto-generated credits | Hartmut Holzgraefe | 2000-11-20 | 7 | -148/+207 |
* | typo fix (copy/paste bug?) | Hartmut Holzgraefe | 2000-11-19 | 1 | -1/+1 |
* | *** empty log message *** | Sterling Hughes | 2000-11-19 | 1 | -0/+2 |
* | Fix #3261 - variables declared as "global" in function do not get the right | Stanislav Malyshev | 2000-11-19 | 1 | -5/+26 |
* | include checks for cal_misc.h and icalroutines.h | Chuck Hagenbuch | 2000-11-19 | 1 | -0/+8 |
* | Stopping Compile Warnings when using old GD | James Moore | 2000-11-18 | 1 | -0/+2 |
* | Persist these numbers so that they stay for the duration of the entire process | Zeev Suraski | 2000-11-18 | 1 | -0/+8 |
* | Fix thread-safety bug in bcmath | Zeev Suraski | 2000-11-18 | 2 | -10/+20 |
* | Update SAPI modules to interface with the new TSRM. | Zeev Suraski | 2000-11-18 | 1 | -0/+1 |
* | Added optional passphrase argument to openssl_get_privatekey() | Stig Venaas | 2000-11-17 | 1 | -6/+12 |
* | Renamed openssl_read_privatekey openssl_get_privatekey, and some minor | Stig Venaas | 2000-11-17 | 2 | -7/+15 |
* | Reset the state, if there is garbage in an HTML tag. | Sascha Schumann | 2000-11-17 | 2 | -3/+3 |
* | close bug 7851 | Chuck Hagenbuch | 2000-11-17 | 1 | -0/+2 |
* | Missed one section that required the addition of a new HAVE_SOLID_30 | Dan Kalowsky | 2000-11-17 | 1 | -1/+1 |
* | Corrected the spelling of verion to version, and cleaned the configuration | Dan Kalowsky | 2000-11-17 | 3 | -30/+28 |
* | @ quoted_printable_decode() function is made RFC-2045 compliant. (Kir) | Kirill Maximov | 2000-11-17 | 2 | -19/+57 |
* | SUN CC does not like like left side casting - see bug #6759 | Jason Greene | 2000-11-16 | 2 | -2/+2 |
* | fix ora_fetch_into to allow_call_time_pass_reference = Off; (#7838) | Thies C. Arntzen | 2000-11-16 | 1 | -6/+1 |
* | extname -> openssl | foobar | 2000-11-16 | 1 | -1/+1 |
* | don't use TLS in MINIT function. | Thies C. Arntzen | 2000-11-16 | 1 | -3/+0 |
* | Removed an unneccesary #warning which was used for testing purposes only. | Jan Borsodi | 2000-11-15 | 1 | -2/+0 |
* | Initial import, PHP program for testing if the qtdom extension is available. | Jan Borsodi | 2000-11-15 | 1 | -0/+10 |
* | Initial import, since PHP cannot be compiled with a C++ compiler all C++ spec... | Jan Borsodi | 2000-11-15 | 2 | -0/+293 |