Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | outcomment everything related to domxml_elem_set_attribute_node(). This | Christian Stocker | 2002-07-01 | 2 | -1/+7 | |
| | | | | | | function is not implemented and shouldn't show up at all for the time being | |||||
* | - More error messages cleanup | Derick Rethans | 2002-06-30 | 1 | -4/+4 | |
| | ||||||
* | Fix bug: #16252 | foobar | 2002-06-30 | 2 | -0/+10 | |
| | ||||||
* | Fix some 8bit issues with IRCG nickname encoding and | Sascha Schumann | 2002-06-29 | 1 | -2/+2 | |
| | | | | | Change the underlying interface of smart_str to accept unsigned char. | |||||
* | Unify error messages part 1 | Derick Rethans | 2002-06-29 | 1 | -149/+149 | |
| | ||||||
* | - Fix GD build with GD 1.8.3 | Derick Rethans | 2002-06-29 | 1 | -1/+1 | |
| | ||||||
* | - Fix for bug #17654 | Derick Rethans | 2002-06-29 | 1 | -1/+1 | |
| | ||||||
* | fix leak | Thies C. Arntzen | 2002-06-29 | 2 | -4/+4 | |
| | ||||||
* | Search example (which demonstrates using of mnogosearch API) is updated. | Sergey Kartashoff | 2002-06-29 | 2 | -19/+54 | |
| | ||||||
* | Fix some build error on win32 (snapshot build) | foobar | 2002-06-29 | 2 | -8/+8 | |
| | ||||||
* | make this build too. | James Cox | 2002-06-29 | 1 | -8/+0 | |
| | ||||||
* | removed these files from build. | James Cox | 2002-06-29 | 1 | -8/+0 | |
| | ||||||
* | This is not done anymore. (should fix win32 snapshot build too) | foobar | 2002-06-29 | 1 | -2/+0 | |
| | ||||||
* | - Fix the shared problem. (the previous patch really didn't fix anything) | foobar | 2002-06-29 | 1 | -20/+15 | |
| |