summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_3_0dev'.php-4.3.0devSVN Migration2002-06-162-158/+0
|
* Fixed bug: #17732.foobar2002-06-162-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 Fischer2002-06-151-2/+4
|
* - Don't forget to close the stream.Markus Fischer2002-06-151-0/+1
|
* workaround for a win32 memleakHarald Radi2002-06-151-0/+1
| | | | | | # this definitely has to be revisited ! # maybe we should use winsock2 and overlapped IO
* workaround for a win32 memleakHarald Radi2002-06-151-1/+2
| | | | | | # this definitely has to be revisited ! # maybe we should use winsock2 and overlapped IO
* Add gd_bundled to php_modules.dsw.Sebastian Bergmann2002-06-141-60/+60
|
* Use some more sane paths for win32 version.Edin Kadribasic2002-06-141-0/+6
|
* - Remove freetype.lib and HAVE_LIBTTF; we're always linking against freetype2Markus Fischer2002-06-141-4/+4
| | | | | anyway.
* - renamed domxml_parser_reference to domxml_parser_entitiy_referenceChristian Stocker2002-06-142-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 compileChristian Stocker2002-06-142-7/+32
| | | | | - added domxml_parser_reference(reference)
* @ - Added preliminary SAX-Input support. It's now possible to build a ↵Christian Stocker2002-06-142-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 Bergmann2002-06-141-1/+1
|
* - Fixed bug #15803 (and propably others related too, part 2/2)foobar2002-06-144-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)foobar2002-06-146-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 Fischer2002-06-131-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)foobar2002-06-131-1/+1
|
* Fixed: possible bufferunderrun (worst case == invalid free bytes counter)Stefan Esser2002-06-131-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 Stocker2002-06-132-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 Stocker2002-06-132-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 Rethans2002-06-131-0/+3
|
* Fix build in ZTS modefoobar2002-06-131-1/+1
|
* This patch adds ability to capture string offsets in the preg_match_*()Andrei Zmievski2002-06-121-41/+58
| | | | | results.
* - Fixed bug #17669. PG(magic_quotes_runtime) wasn't reset for each request.foobar2002-06-121-0/+3
|
* Properly return the result of __call() handler.Andrei Zmievski2002-06-121-3/+3
|
* fix for bug #10616 -> mktime() with negative date offsets not working on MacOSXHartmut Holzgraefe2002-06-122-27/+106
|
* Fixed domxml_get_element_by_id()Christian Stocker2002-06-121-5/+5
|
* This option enables administrators to make their users invulnerable toSascha Schumann2002-06-122-3/+5
| | | | | attacks which involve passing session ids in URLs.
* - Those have been implemented already.Markus Fischer2002-06-111-6/+0
|
* now it works on streams (plus some debug code removed)Hartmut Holzgraefe2002-06-112-205/+29
|
* @Impelemented timeout functionality, and fixed error handling of fsockopen() ↵Jason Greene2002-06-111-4/+26
| | | | | | | | | on win32 Also fixed error handling on unix (micropatch) Closes Bug #14740
* - Reverted last bogus commit and fixed the credits in NEWS.foobar2002-06-111-34/+15
| | | | | # STIG! Do a 'cvs update' before you commit anything!!
* - Typo.Markus Fischer2002-06-101-2/+2
|
* @Add --with-mysql-sock option (James Cox)Stig Bakken2002-06-101-15/+34
|
* pooling and singleton finally workHarald Radi2002-06-104-50/+159
|
* new testcasesHarald Radi2002-06-105-34/+72
|
* Adding ini setting for max_procsFrank M. Kromann2002-06-102-0/+3
|
* # Mnogosearch new function calls fixesSergey Kartashoff2002-06-101-3/+25
|
* - whitespace fixJan Lehnardt2002-06-101-1/+1
|
* - Fix win32/mysql.Markus Fischer2002-06-101-1/+2
| | | | | - Revert cryptic WS commit on php4dllts.dsp.
* #Undeprecated attribute access methodsJoseph Tate2002-06-101-1/+2
|
* fix the buildHarald Radi2002-06-102-0/+233
| | | | | # these files were blank, i suppose this happened by accident
* - MnoGoSearch extension compile fix with mnogosearch-3.2.4 and 3.2.5Sergey Kartashoff2002-06-101-2/+62
|
* fix the buildHarald Radi2002-06-101-15/+18
|
* - Fix proto.Markus Fischer2002-06-101-1/+1
|
* # mnogosearch update. Does not compile at this moment, butSergey Kartashoff2002-06-101-4/+34
| | | | | # there are not so many things left to fix...
* - Fix easter_(days|date)()s first parameter now really defaults to the currentMarkus Fischer2002-06-101-2/+11
| | | | | year if ommited (it was document but didn't work).
* Fix bug #7045: shuffle() now provides consistent distribution of valuesAndrei Zmievski2002-06-101-8/+52
| | | | | in the array.
* reflect the new abstraction changes in the demo layerHarald Radi2002-06-091-22/+39
|
* - using stas' abstraction nowHarald Radi2002-06-095-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