summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)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
* - 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
* workaround for a win32 memleakHarald Radi2002-06-151-1/+2
* 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
* - renamed domxml_parser_reference to domxml_parser_entitiy_referenceChristian Stocker2002-06-142-10/+61
* - oops, that didn't even compileChristian Stocker2002-06-142-7/+32
* @ - Added preliminary SAX-Input support. It's now possible to build a DomDocu...Christian Stocker2002-06-142-0/+234
* 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
* - Fixed bug #15803 (and propably others related too)foobar2002-06-146-66/+98
* - Initial MSVC makefile to create a php_gd2.dll based on the bundled libgd,Markus Fischer2002-06-131-0/+583
* Fixed bug: #17751 (typo)foobar2002-06-131-1/+1
* Fixed: possible bufferunderrun (worst case == invalid free bytes counter)Stefan Esser2002-06-131-7/+15
* - Added DOMXML_LOAD_DONT_KEEP_BLANKS as possible mode, if one wants really ni...Christian Stocker2002-06-132-3/+17
* @ - Added better error-messages (3rd parameter) and validating of DTDs (2nd p...Christian Stocker2002-06-132-32/+274
* - 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
* - 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
* - 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
* - Reverted last bogus commit and fixed the credits in NEWS.foobar2002-06-111-34/+15
* - 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
* #Undeprecated attribute access methodsJoseph Tate2002-06-101-1/+2
* fix the buildHarald Radi2002-06-102-0/+233
* - 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
* - Fix easter_(days|date)()s first parameter now really defaults to the currentMarkus Fischer2002-06-101-2/+11
* Fix bug #7045: shuffle() now provides consistent distribution of valuesAndrei Zmievski2002-06-101-8/+52
* reflect the new abstraction changes in the demo layerHarald Radi2002-06-091-22/+39
* - using stas' abstraction nowHarald Radi2002-06-095-249/+204