| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Initial import, contains PHP specific extensions, takes care of converting C+... | Jan Borsodi | 2000-11-15 | 2 | -0/+361 |
* | Autoconf configure script for qt dom, needs some more checking in the future. | Jan Borsodi | 2000-11-15 | 1 | -0/+23 |
* | Makefile source, has a fix for compiling C++ files. | Jan Borsodi | 2000-11-15 | 1 | -0/+10 |
* | - fixed silly bug (did check for 5 arguments but expected only 4) | Uwe Steinmann | 2000-11-15 | 1 | -1/+1 |
* | Fix crash (#7802) | Stanislav Malyshev | 2000-11-15 | 1 | -0/+1 |
* | - Modified preg_replace() to take Perl-style $1 backreferences in addition | Andrei Zmievski | 2000-11-15 | 1 | -12/+24 |
* | Fix allocation | Sascha Schumann | 2000-11-14 | 1 | -2/+2 |
* | Changed to use Z_LVAL_PP, Z_STRVAL_PP and Z_STRLEN_PP. | Stig Venaas | 2000-11-14 | 1 | -21/+18 |
* | Add persistent memory handling to smart_str API | Sascha Schumann | 2000-11-14 | 1 | -15/+24 |
* | Made API simpler | Stig Venaas | 2000-11-14 | 2 | -51/+127 |
* | fix link object | Daniel Beulshausen | 2000-11-13 | 1 | -2/+4 |
* | forgot to add... | Daniel Beulshausen | 2000-11-13 | 1 | -0/+109 |
* | make ingres compile under win32 | Daniel Beulshausen | 2000-11-13 | 3 | -11/+12 |
* | added dsp for openssl win32 | Daniel Beulshausen | 2000-11-13 | 1 | -0/+107 |
* | @- Modified preg_replace() to ignore backreferences that refer to | Andrei Zmievski | 2000-11-13 | 1 | -15/+24 |
* | OpenSSL extension. So far it implements assymetric encryption functions. | Stig Venaas | 2000-11-13 | 4 | -0/+563 |
* | Handle unable-to-add-new-headers error nicely | Zeev Suraski | 2000-11-13 | 1 | -10/+17 |
* | - Import Jade Nicoletti's transparent gzip encoding support as an output | Zeev Suraski | 2000-11-13 | 2 | -20/+242 |
* | @- Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies) | Thies C. Arntzen | 2000-11-13 | 1 | -3/+3 |
* | initial - ONn | Onn Ben-Zvi | 2000-11-13 | 6 | -0/+503 |
* | - fixed serveral prototypes | Uwe Steinmann | 2000-11-13 | 1 | -25/+27 |
* | Fixed bug: #7768. Some cleaning up too. | foobar | 2000-11-13 | 1 | -17/+18 |
* | Prototype corrected. | Kristian Köhntopp | 2000-11-12 | 1 | -2/+2 |
* | PHP_FDFTK is always != no. $PHP_FDFTK is not. | Sascha Schumann | 2000-11-12 | 1 | -1/+1 |
* | enabled shared module. | Rui Hirokawa | 2000-11-12 | 2 | -37/+36 |
* | Fix for #7758. Plus some cleaning. | foobar | 2000-11-11 | 1 | -4/+5 |
* | Add Apache 2.0 sapi module and sort alphabetically. | Sascha Schumann | 2000-11-11 | 1 | -5/+6 |
* | RFC822 does specify two digit years, but practically every decent mail | Chuck Hagenbuch | 2000-11-11 | 1 | -5/+5 |
* | - new function set_content() which is a workaround for bug #6457 | Uwe Steinmann | 2000-11-10 | 2 | -18/+82 |
* | - Fixed many problems to make xpath working | Uwe Steinmann | 2000-11-10 | 1 | -155/+116 |
* | - Fixed several error including segm fault (but still one left :-( | Uwe Steinmann | 2000-11-10 | 2 | -8/+17 |
* | some changes, and added 'r' flag which generates an RFC822 compatible date st... | Colin Viebrock | 2000-11-09 | 1 | -5/+38 |
* | - fix crash when using blob_in_file mode (danny). | Danny Heijl | 2000-11-09 | 1 | -1/+1 |
* | - Some more comments | Uwe Steinmann | 2000-11-09 | 3 | -4/+86 |
* | - Started support for XPath/XPtr (completely untested) | Uwe Steinmann | 2000-11-09 | 2 | -1/+294 |
* | Beutifying the output of configure a bit. | foobar | 2000-11-09 | 1 | -1/+2 |
* | Remove duplicate check for xpm support. | foobar | 2000-11-09 | 1 | -1/+0 |
* | Fix to get jpeg/xpm support everytime. | foobar | 2000-11-09 | 1 | -2/+3 |
* | Remove duplicates (when curl-7.4.1 is used). | foobar | 2000-11-09 | 1 | -2/+0 |
* | Fixed bug: #5460 | foobar | 2000-11-09 | 1 | -1/+1 |
* | add gzdeflate() and gzinflate() for handling of pure gzip-datastreams | Marc Pohl | 2000-11-08 | 2 | -0/+152 |
* | E_WARNING into E_ERROR, Last commit (today)! I PROMISE! :-) | Mathieu Kooiman | 2000-11-08 | 1 | -1/+1 |
* | Added license | Nikos Mavroyanopoulos | 2000-11-08 | 1 | -794/+926 |
* | Alert user if they're trying to use | Mathieu Kooiman | 2000-11-08 | 1 | -0/+2 |
* | - Made gd extension build when using gd version < 1.5 | Mathieu Kooiman | 2000-11-08 | 1 | -0/+6 |