| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Add TSRMLS_DC to prototype. | Andi Gutmans | 2002-07-08 | 1 | -1/+1 |
| | | |||||
| * | - Fix TSRMLS_* stuff | Andi Gutmans | 2002-07-08 | 3 | -5/+5 |
| | | |||||
| * | Fix shared build and made the logic of finding the socket location better. | foobar | 2002-07-08 | 1 | -12/+17 |
| | | |||||
| * | Unify error messages | Derick Rethans | 2002-07-08 | 19 | -117/+116 |
| | | |||||
| * | Unify error messages | Derick Rethans | 2002-07-08 | 1 | -2/+2 |
| | | |||||
| * | - Add warning to is_*() functions if more than one argument was passed | Derick Rethans | 2002-07-08 | 1 | -0/+1 |
| | | |||||
| * | Silence warning | Derick Rethans | 2002-07-08 | 1 | -1/+1 |
| | | |||||
| * | Unify error messages | Derick Rethans | 2002-07-08 | 1 | -60/+60 |
| | | |||||
| * | - Fix for bug #14580: Made key() binary safe | Derick Rethans | 2002-07-08 | 1 | -3/+4 |
| | | |||||
| * | a little more whitespace fix | Shane Caraveo | 2002-07-08 | 1 | -31/+0 |
| | | |||||
| * | fix the line ending problems in the files | Shane Caraveo | 2002-07-08 | 1 | -0/+55 |
| | | |||||
| * | import php-soap library from sourceforge | Shane Caraveo | 2002-07-07 | 22 | -0/+7024 |
| | | |||||
| * | fix win32 build | Sterling Hughes | 2002-07-07 | 1 | -52/+34 |
| | | |||||
| * | @ - Added domxml_node_namespace_uri() (Rui Lopes). | Christian Stocker | 2002-07-07 | 2 | -1/+29 |
| | | |||||
| * | Fix warning. | Sebastian Bergmann | 2002-07-07 | 1 | -1/+1 |
| | | |||||
| * | Remove sleep workaround, and fix the actual win32 memory leak which | Jason Greene | 2002-07-07 | 1 | -7/+21 |
| | | | | | | | | | | was occurring in the error reporting system. The reason why sleepex appeared to be working was because it suppressed EWOULDBLOCK errors in the example (which was non-blocking) @Fix win32 memory leak in /ext/sockets that would occur on any error condition @Fix host resolution error messages on win32 | ||||
| * | ws fix | foobar | 2002-07-07 | 1 | -7/+7 |
| | | |||||
| * | Fix the fix properly. | foobar | 2002-07-07 | 1 | -4/+4 |
| | | |||||
| * | - Consistent error messages | Derick Rethans | 2002-07-06 | 2 | -2/+2 |
| | | |||||
| * | Fix bug: #16707 | foobar | 2002-07-05 | 1 | -2/+2 |
| | | |||||
| * | Fix typo. | foobar | 2002-07-05 | 2 | -2/+2 |
| | | |||||
| * | fixed shift_jis character corruption including 0x5c as second byte following ↵ | Rui Hirokawa | 2002-07-05 | 2 | -0/+10 |
| | | | | | a slash on uploaded filename. | ||||
| * | merged in updates from SF project. bring php repository up to date with ↵ | Dan Libby | 2002-07-05 | 26 | -80/+634 |
| | | | | | xmlrpc-epi version 0.51 | ||||
| * | * fix segfault in case of odd version numbers | Stig Bakken | 2002-07-05 | 1 | -3/+3 |
| | | |||||
| * | (PHP version_compare) added "alpha" and "beta", make tests pass | Stig Bakken | 2002-07-05 | 1 | -25/+52 |
| | | |||||
| * | @- Added optional 3rd parameter 'recursive' to ftp_rawlist() which will | foobar | 2002-07-04 | 3 | -9/+10 |
| | | | | | | | | @ do 'LIST -R' instead of 'LIST'. (Jani) # tested too..and it even works. :) # (removed that Z_TYPE_P() pollution also..) | ||||
| * | - Let's be tad more verbose what's happening during 'make install' | foobar | 2002-07-03 | 2 | -6/+6 |
| | | |||||
| * | Removed unneeded check for MBSTR_ENC_TRANS | Frank M. Kromann | 2002-07-03 | 1 | -2/+0 |
| | | |||||
| * | Adding _RU files to project | Frank M. Kromann | 2002-07-03 | 1 | -1/+9 |
| | | |||||
| * | Fixing ZTS build | Frank M. Kromann | 2002-07-03 | 2 | -2/+2 |
| | | |||||
| * | Adding missing prototype | Frank M. Kromann | 2002-07-03 | 1 | -0/+4 |
| | | |||||
| * | fixed shift_jis character corruption including 0x5c as second byte on ↵ | Rui Hirokawa | 2002-07-03 | 2 | -0/+23 |
| | | | | | uploaded filename. | ||||
| * | formatting fixes | Sterling Hughes | 2002-07-03 | 1 | -50/+61 |
| | | |||||
| * | fix bug #17963 | Sterling Hughes | 2002-07-03 | 1 | -3/+9 |
| | | |||||
| * | Fixed win32 build. | Edin Kadribasic | 2002-07-03 | 2 | -0/+8 |
| | | |||||
| * | Add sapi_header_op interface which supersedes the sapi_add_header and _ex | Sascha Schumann | 2002-07-03 | 1 | -10/+12 |
| | | | | | | | | | | | | | | | | | | | | | | calls. Revert the change to the sapi_add_header_ex interface. Fix various bugs: 1. header("HTTP/1.0 306 foo"); header("Location: absolute-uri"); did not work in combination with several SAPI modules, because http_status_line was never properly reset. And thus, all SAPI modules which looked at http_status_line ignored the changed http_response_code. 2. The CGI SAPI did not send out the HTTP status line at all, if http_status_line had not been set explicitly by calling header("HTTP/1.0 200 foo"); | ||||
| * | - Fix windows build | Derick Rethans | 2002-07-03 | 3 | -0/+12 |
| | | | | | | #- I could not test this, please try! | ||||
| * | - fixed bug in hwnew_new_document_from_file | Uwe Steinmann | 2002-07-03 | 1 | -10/+7 |
| | | |||||
| * | Fix the nasty crash. And Sterling..test next time before you commit? | foobar | 2002-07-03 | 1 | -4/+8 |
| | | |||||
| * | ws fix | foobar | 2002-07-03 | 1 | -41/+40 |
| | | |||||
| * | Add default arguments to new internal mail function. | Frank M. Kromann | 2002-07-02 | 1 | -1/+1 |
| | | |||||
| * | Make sure To addresses are parsed correct with RFC822. | Frank M. Kromann | 2002-07-02 | 1 | -3/+27 |
| | | |||||
| * | -fix datatypes for some vriables | Marcus Boerger | 2002-07-02 | 1 | -19/+21 |
| | | | | | | | | -fix comment for function exif_process_CME -force return parameters to be passed by reference #this should kill warnings on win systems as found by Edin | ||||
| * | Fixing compilation of FrontBase extension with ZTS | Frank M. Kromann | 2002-07-02 | 1 | -5/+5 |
| | | |||||
| * | use access instead of manually determining file permissions.. | Sterling Hughes | 2002-07-02 | 1 | -21/+40 |
| | | |||||
| * | Switch from imap_sendmail.* to sendmail.c under Win32 | Frank M. Kromann | 2002-07-02 | 2 | -13/+51 |
| | | |||||
| * | - Be nice to users and allow them to check if the mail was send | Derick Rethans | 2002-07-02 | 1 | -1/+1 |
| | | |||||
| * | - Disable 5th parameter to mail in safemode | Derick Rethans | 2002-07-02 | 1 | -5/+9 |
| | | | | | | @- Disabled the fifth parameter to the mail function in safemode. (Derick) | ||||
| * | - Fix for bug #15547 (Patch by Justin Garrett <usjgarrett@byu.edu>) | Derick Rethans | 2002-07-02 | 1 | -0/+5 |
| | | |||||
| * | - No C++ comments | Derick Rethans | 2002-07-01 | 2 | -9/+9 |
| | | |||||
