summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-1920-38/+38
* Restore the singal protection in the MySQL moduleZeev Suraski2000-02-191-0/+11
* Add missing files to MakefileMySQL Team2000-02-191-1/+2
* First version from the MySQL team.MySQL Team2000-02-197-0/+3892
* Worked on beautifying rfc1867.c a bitZeev Suraski2000-02-191-0/+1
* - Add two missing filesAndi Gutmans2000-02-192-0/+266
* *** empty log message ***Zeev Suraski2000-02-192-4/+4
* - Add libmysql to the treeAndi Gutmans2000-02-1983-0/+12485
* - Fix some issues with the ISAPI module, made it friendlier to non Win32 plat...Zeev Suraski2000-02-182-13/+41
* File is found in $(srcdir)Sascha Schumann2000-02-183-3/+3
* fixing imap_delete. All of the argcount checks were against one integer tooChuck Hagenbuch2000-02-181-2/+2
* - Update .dsp'sZeev Suraski2000-02-184-30/+10
* Don't need dlist.h anymore.Andrei Zmievski2000-02-171-1/+0
* Updated to use Zend's internal doubly-linked list instead of dlist.[ch]Andrei Zmievski2000-02-171-33/+38
* - fixed bug if attribute value is entityUwe Steinmann2000-02-171-2/+4
* Make POST handling the way it should be. RFC1867, and any future POST handle...Zeev Suraski2000-02-171-0/+16
* - change some function name into php styleUwe Steinmann2000-02-172-15/+15
* Allow non-public enumerations to be accessedSam Ruby2000-02-172-0/+34
* Fixing up TS-modes. Non TS-modes will bee added laterFrank M. Kromann2000-02-161-4/+4
* Fixing up TS-modes. Non TS-modes will bee added laterFrank M. Kromann2000-02-161-61/+35
* @- Updated the browscap module to work with PHP 4.0 (Zeev)Zeev Suraski2000-02-161-5/+7
* recognize 125 as success for put/get commandsAndrew Skalski2000-02-161-3/+3
* (url_parse) only free regex if compile worked.Thies C. Arntzen2000-02-161-2/+4
* (url_parse) fix memory leak (#3495)Thies C. Arntzen2000-02-161-0/+3
* - PHP_WIN32Andi Gutmans2000-02-161-1/+1
* Fix enable again.Andrei Zmievski2000-02-151-2/+2
* adding a missing PHP_FALIAS to imap_listsubscribed()Chuck Hagenbuch2000-02-151-1/+2
* Changed --with-wddx to --enable-wddx.Andrei Zmievski2000-02-151-2/+2
* Test for --enable-xml.Andrei Zmievski2000-02-151-2/+2
* Changing the header.Andrei Zmievski2000-02-151-21/+10
* - initial support for pdflib 2.20, little testing till nowUwe Steinmann2000-02-152-5/+28
* Fix for filesize() and others on sockets.Andrei Zmievski2000-02-141-1/+2
* imap_delet(),imap_undelete() and imap_move() will now optionaly accept UDIsHartmut Holzgraefe2000-02-141-16/+17
* Fixing compile and link with current cvs.Frank M. Kromann2000-02-133-102/+155
* - Not sure if len can be zero but it's better to check it once thenAndi Gutmans2000-02-131-2/+5
* - Beautify a bit.Andi Gutmans2000-02-131-5/+8
* - Hopefully fix strip_tags bugZeev Suraski2000-02-131-2/+2
* @- Fixed crash in strip_tags() and related functions. (Thies)Thies C. Arntzen2000-02-131-2/+2
* - PHP_WIN32Danny Heijl2000-02-131-1/+1
* Trap bailout of shutdown functionsZeev Suraski2000-02-131-2/+15
* - Update the C file to use PHP_WIN32Andi Gutmans2000-02-121-3/+3
* - Update the project file with the Win32 defines.Andi Gutmans2000-02-121-4/+4
* Tell expat the byte orderSascha Schumann2000-02-121-1/+8
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-1210-16/+16
* Use bundled expat library on UNIX. Note: Need to fix --enable-xml=sharedSascha Schumann2000-02-126-90/+60
* on WIN32, PHP_WIN32 and ZEND_WIN32 need to be definedSam Ruby2000-02-112-16/+16
* (request_shutdown) Prevent infinite loop on shutdown if there is an errorAndrei Zmievski2000-02-112-9/+20
* Fix prototype.Andrei Zmievski2000-02-111-1/+1
* (PHP passthru) Shouldn't return anything.Andrei Zmievski2000-02-111-3/+1
* Fine tune Andi's patchZeev Suraski2000-02-1132-74/+74