Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_3_0dev'.php-4.3.0dev | SVN Migration | 2002-06-16 | 2 | -158/+0 |
| | |||||
* | Fixed bug: #17732. | foobar | 2002-06-16 | 2 | -4/+10 |
| | | | | | | xmlrpc_decode_request() and xmlrpc_set_type() expect some parameters to be passed by reference. | ||||
* | - Be more verbose which index causes the warning. | Markus Fischer | 2002-06-15 | 1 | -2/+4 |
| | |||||
* | - Don't forget to close the stream. | Markus Fischer | 2002-06-15 | 1 | -0/+1 |
| | |||||
* | workaround for a win32 memleak | Harald Radi | 2002-06-15 | 1 | -0/+1 |
| | | | | | | # this definitely has to be revisited ! # maybe we should use winsock2 and overlapped IO | ||||
* | workaround for a win32 memleak | Harald Radi | 2002-06-15 | 1 | -1/+2 |
| | | | | | | # this definitely has to be revisited ! # maybe we should use winsock2 and overlapped IO | ||||
* | Add gd_bundled to php_modules.dsw. | Sebastian Bergmann | 2002-06-14 | 1 | -60/+60 |
| | |||||
* | Use some more sane paths for win32 version. | Edin Kadribasic | 2002-06-14 | 1 | -0/+6 |
| | |||||
* | - Remove freetype.lib and HAVE_LIBTTF; we're always linking against freetype2 | Markus Fischer | 2002-06-14 | 1 | -4/+4 |
| | | | | | anyway. | ||||
* | - renamed domxml_parser_reference to domxml_parser_entitiy_reference | Christian Stocker | 2002-06-14 | 2 | -10/+61 |
| | | | | | | | | - renamed domxml_cdata_block to domxml_parser_cdata_section (more consistent with the domxml_create_XXX methods) - added domxml_parser_processing_instruction(target,data) - added domxml_parser_namespace_decl(href,prefix) | ||||
* | - oops, that didn't even compile | Christian Stocker | 2002-06-14 | 2 | -7/+32 |
| | | | | | - added domxml_parser_reference(reference) | ||||
* | @ - Added preliminary SAX-Input support. It's now possible to build a ↵ | Christian Stocker | 2002-06-14 | 2 | -0/+234 |
| | | | | | | | | | | | | DomDocument @ with SAX-Events (added domxml_parser_start_document(), domxml_parser_end_document(), @ domxml_parser_start_element(tagname[,attributes]), domxml_parser_end_element(tagname), @ domxml_parser_characters(characters), domxml_parser_cdata_block(cdata), @ domxml_parser_comment(comment), domxml_parser_get_document(). (chregu) # More Sax Events to be implemented. Sax Output (from file or DOM-Tree) is # not that easy to implement, but possible... | ||||
* | Remove unused local variables. | Sebastian Bergmann | 2002-06-14 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #15803 (and propably others related too, part 2/2) | foobar | 2002-06-14 | 4 | -252/+292 |
| | | | | | | | | | . Changed the configure/compile so that it doesn't "pollute" the INCLUDES anymore and thus cause trouble with other extensions which might use the same header files. (e.g. Informix) . Separated the #include statements to own file so we don't get any errors when compiling main/internal_functions.c | ||||
* | - Fixed bug #15803 (and propably others related too) | foobar | 2002-06-14 | 6 | -66/+98 |
| | | | | | | | | | . Changed the compile so that it doesn't "pollute" the INCLUDES anymore and thus cause trouble with other extensions which might use the same header files. (e.g. ODBC) . Some fixes for Informix compile problems (with the new build system) . Removed unnecessary stub.c file. | ||||
* | - Initial MSVC makefile to create a php_gd2.dll based on the bundled libgd, | Markus Fischer | 2002-06-13 | 1 | -0/+583 |
| | | | | | | | works out of the box here with the right image libs and headers. # Edin, I think it's your turn now. Feel free to tweak it for your needs. # Could only compile Release_TS so far (no debug .lib files) | ||||
* | Fixed bug: #17751 (typo) | foobar | 2002-06-13 | 1 | -1/+1 |
| | |||||
* | Fixed: possible bufferunderrun (worst case == invalid free bytes counter) | Stefan Esser | 2002-06-13 | 1 | -7/+15 |
| | | | | | | | Fixed: isXXXX macros need (unsigned char) cast Fixed: bug#17746 - control chars are now filtered within "to" and "subject" parameters | ||||
* | - Added DOMXML_LOAD_DONT_KEEP_BLANKS as possible mode, if one wants really ↵ | Christian Stocker | 2002-06-13 | 2 | -3/+17 |
| | | | | | | | | nicely formatted XML-Documents (but this can have sideeffects, if you depend on whitespaces..) - bumped up domxml-api-version number. | ||||
* | @ - Added better error-messages (3rd parameter) and validating of DTDs (2nd ↵ | Christian Stocker | 2002-06-13 | 2 | -32/+274 |
| | | | | | | | | parameter) to @ domxml_open_mem(string xml[, int mode[, array errors]]) and domxml_open_file(string filename[, int mode[, array errors]]). @ - Added domxml_doc_validate([array errors]) for validating existing DomDocuments with a DTD. | ||||
* | - Fix for bug #14410 (Patch by C. McCohy <mccohy@kyberdigi.cz>). | Derick Rethans | 2002-06-13 | 1 | -0/+3 |
| | |||||
* | Fix build in ZTS mode | foobar | 2002-06-13 | 1 | -1/+1 |
| | |||||
* | This patch adds ability to capture string offsets in the preg_match_*() | Andrei Zmievski | 2002-06-12 | 1 | -41/+58 |
| | | | | | results. | ||||
* | - Fixed bug #17669. PG(magic_quotes_runtime) wasn't reset for each request. | foobar | 2002-06-12 | 1 | -0/+3 |
| | |||||
* | Properly return the result of __call() handler. | Andrei Zmievski | 2002-06-12 | 1 | -3/+3 |
| | |||||
* | fix for bug #10616 -> mktime() with negative date offsets not working on MacOSX | Hartmut Holzgraefe | 2002-06-12 | 2 | -27/+106 |
| | |||||
* | Fixed domxml_get_element_by_id() | Christian Stocker | 2002-06-12 | 1 | -5/+5 |
| | |||||
* | This option enables administrators to make their users invulnerable to | Sascha Schumann | 2002-06-12 | 2 | -3/+5 |
| | | | | | attacks which involve passing session ids in URLs. | ||||
* | - Those have been implemented already. | Markus Fischer | 2002-06-11 | 1 | -6/+0 |
| | |||||
* | now it works on streams (plus some debug code removed) | Hartmut Holzgraefe | 2002-06-11 | 2 | -205/+29 |
| | |||||
* | @Impelemented timeout functionality, and fixed error handling of fsockopen() ↵ | Jason Greene | 2002-06-11 | 1 | -4/+26 |
| | | | | | | | | | on win32 Also fixed error handling on unix (micropatch) Closes Bug #14740 | ||||
* | - Reverted last bogus commit and fixed the credits in NEWS. | foobar | 2002-06-11 | 1 | -34/+15 |
| | | | | | # STIG! Do a 'cvs update' before you commit anything!! | ||||
* | - Typo. | Markus Fischer | 2002-06-10 | 1 | -2/+2 |
| | |||||
* | @Add --with-mysql-sock option (James Cox) | Stig Bakken | 2002-06-10 | 1 | -15/+34 |
| | |||||
* | pooling and singleton finally work | Harald Radi | 2002-06-10 | 4 | -50/+159 |
| | |||||
* | new testcases | Harald Radi | 2002-06-10 | 5 | -34/+72 |
| | |||||
* | Adding ini setting for max_procs | Frank M. Kromann | 2002-06-10 | 2 | -0/+3 |
| | |||||
* | # Mnogosearch new function calls fixes | Sergey Kartashoff | 2002-06-10 | 1 | -3/+25 |
| | |||||
* | - whitespace fix | Jan Lehnardt | 2002-06-10 | 1 | -1/+1 |
| | |||||
* | - Fix win32/mysql. | Markus Fischer | 2002-06-10 | 1 | -1/+2 |
| | | | | | - Revert cryptic WS commit on php4dllts.dsp. | ||||
* | #Undeprecated attribute access methods | Joseph Tate | 2002-06-10 | 1 | -1/+2 |
| | |||||
* | fix the build | Harald Radi | 2002-06-10 | 2 | -0/+233 |
| | | | | | # these files were blank, i suppose this happened by accident | ||||
* | - MnoGoSearch extension compile fix with mnogosearch-3.2.4 and 3.2.5 | Sergey Kartashoff | 2002-06-10 | 1 | -2/+62 |
| | |||||
* | fix the build | Harald Radi | 2002-06-10 | 1 | -15/+18 |
| | |||||
* | - Fix proto. | Markus Fischer | 2002-06-10 | 1 | -1/+1 |
| | |||||
* | # mnogosearch update. Does not compile at this moment, but | Sergey Kartashoff | 2002-06-10 | 1 | -4/+34 |
| | | | | | # there are not so many things left to fix... | ||||
* | - Fix easter_(days|date)()s first parameter now really defaults to the current | Markus Fischer | 2002-06-10 | 1 | -2/+11 |
| | | | | | year if ommited (it was document but didn't work). | ||||
* | Fix bug #7045: shuffle() now provides consistent distribution of values | Andrei Zmievski | 2002-06-10 | 1 | -8/+52 |
| | | | | | in the array. | ||||
* | reflect the new abstraction changes in the demo layer | Harald Radi | 2002-06-09 | 1 | -22/+39 |
| | |||||
* | - using stas' abstraction now | Harald Radi | 2002-06-09 | 5 | -249/+204 |
| | | | | | | | | | | | - layer can add individual ini settings now - classentries for the loaded rpc object are created dynamically now class hirarchy looks like: rpc<-[layer]<-[object] (e.g. rpc<-com<-adodb), thus the whole class tree is reflected into php - added user-functions to mark an object as a singleton and as poolable #rest of the linuxtag work |