summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix warning.Sebastian Bergmann2002-07-071-1/+1
|
* Remove sleep workaround, and fix the actual win32 memory leak whichJason Greene2002-07-071-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 fixfoobar2002-07-071-7/+7
|
* Fix the fix properly.foobar2002-07-071-4/+4
|
* - Consistent error messagesDerick Rethans2002-07-062-2/+2
|
* Fix bug: #16707foobar2002-07-051-2/+2
|
* Fix typo.foobar2002-07-052-2/+2
|
* fixed shift_jis character corruption including 0x5c as second byte following ↵Rui Hirokawa2002-07-052-0/+10
| | | | a slash on uploaded filename.
* merged in updates from SF project. bring php repository up to date with ↵Dan Libby2002-07-0526-80/+634
| | | | xmlrpc-epi version 0.51
* * fix segfault in case of odd version numbersStig Bakken2002-07-051-3/+3
|
* (PHP version_compare) added "alpha" and "beta", make tests passStig Bakken2002-07-051-25/+52
|
* @- Added optional 3rd parameter 'recursive' to ftp_rawlist() which willfoobar2002-07-043-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'foobar2002-07-032-6/+6
|
* Removed unneeded check for MBSTR_ENC_TRANSFrank M. Kromann2002-07-031-2/+0
|
* Adding _RU files to projectFrank M. Kromann2002-07-031-1/+9
|
* Fixing ZTS buildFrank M. Kromann2002-07-032-2/+2
|
* Adding missing prototypeFrank M. Kromann2002-07-031-0/+4
|
* fixed shift_jis character corruption including 0x5c as second byte on ↵Rui Hirokawa2002-07-032-0/+23
| | | | uploaded filename.
* formatting fixesSterling Hughes2002-07-031-50/+61
|
* fix bug #17963Sterling Hughes2002-07-031-3/+9
|
* Fixed win32 build.Edin Kadribasic2002-07-032-0/+8
|
* Add sapi_header_op interface which supersedes the sapi_add_header and _exSascha Schumann2002-07-031-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 buildDerick Rethans2002-07-033-0/+12
| | | | | #- I could not test this, please try!
* - fixed bug in hwnew_new_document_from_fileUwe Steinmann2002-07-031-10/+7
|
* Fix the nasty crash. And Sterling..test next time before you commit?foobar2002-07-031-4/+8
|
* ws fixfoobar2002-07-031-41/+40
|
* Add default arguments to new internal mail function.Frank M. Kromann2002-07-021-1/+1
|
* Make sure To addresses are parsed correct with RFC822.Frank M. Kromann2002-07-021-3/+27
|
* -fix datatypes for some vriablesMarcus Boerger2002-07-021-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 ZTSFrank M. Kromann2002-07-021-5/+5
|
* use access instead of manually determining file permissions..Sterling Hughes2002-07-021-21/+40
|
* Switch from imap_sendmail.* to sendmail.c under Win32Frank M. Kromann2002-07-022-13/+51
|
* - Be nice to users and allow them to check if the mail was sendDerick Rethans2002-07-021-1/+1
|
* - Disable 5th parameter to mail in safemodeDerick Rethans2002-07-021-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 Rethans2002-07-021-0/+5
|
* - No C++ commentsDerick Rethans2002-07-012-9/+9
|
* outcomment everything related to domxml_elem_set_attribute_node(). ThisChristian Stocker2002-07-012-1/+7
| | | | | | function is not implemented and shouldn't show up at all for the time being
* - More error messages cleanupDerick Rethans2002-06-301-4/+4
|
* Fix bug: #16252foobar2002-06-302-0/+10
|
* Fix some 8bit issues with IRCG nickname encoding andSascha Schumann2002-06-291-2/+2
| | | | | Change the underlying interface of smart_str to accept unsigned char.
* Unify error messages part 1Derick Rethans2002-06-291-149/+149
|
* - Fix GD build with GD 1.8.3Derick Rethans2002-06-291-1/+1
|
* - Fix for bug #17654Derick Rethans2002-06-291-1/+1
|
* fix leakThies C. Arntzen2002-06-292-4/+4
|
* Search example (which demonstrates using of mnogosearch API) is updated.Sergey Kartashoff2002-06-292-19/+54
|
* Fix some build error on win32 (snapshot build)foobar2002-06-292-8/+8
|
* make this build too.James Cox2002-06-291-8/+0
|
* removed these files from build.James Cox2002-06-291-8/+0
|
* This is not done anymore. (should fix win32 snapshot build too)foobar2002-06-291-2/+0
|
* - Fix the shared problem. (the previous patch really didn't fix anything)foobar2002-06-291-20/+15
|