summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0b4'.php-4.0b4SVN Migration2000-02-202-177/+0
* Go B4, go!Zeev Suraski2000-02-202-2/+2
* php4ts.lib => php4ts_debug.lib when building for Debug_TS targetSam Ruby2000-02-203-3/+3
* Potential trap when cookies are sentSam Ruby2000-02-201-1/+2
* Added support for arraysSam Ruby2000-02-204-32/+78
* Win32 compile fixZeev Suraski2000-02-202-3/+23
* Eliminate compile errors relating to signals.Evan Klinger2000-02-201-1/+3
* ChangeLog update2000-02-201-0/+286
* NEWS update2000-02-201-0/+2
* Win32 compile fixZeev Suraski2000-02-191-0/+1
* the pipe is breaking all the timeZeev Suraski2000-02-1997-193/+193
* It didn't all go throughZeev Suraski2000-02-193-6/+6
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-1943-85/+85
* Prepare for B4-RC1Zeev Suraski2000-02-192-2/+2
* (c) patchZeev Suraski2000-02-1948-48/+48
* *** empty log message ***Zeev Suraski2000-02-191-2/+2
* Restore the singal protection in the MySQL moduleZeev Suraski2000-02-192-0/+15
* 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-195-29/+107
* - Add two missing filesAndi Gutmans2000-02-192-0/+266
* - Fix a nasty bug in the hash, introduced in the recent migration to macrosZeev Suraski2000-02-194-13/+40
* - One more fix to link with Release_TS_inlineAndi Gutmans2000-02-191-1/+1
* - Link with the right php4ts library in Release_TS_inline mode.Andi Gutmans2000-02-191-1/+1
* New function instead of fix.Andrei Zmievski2000-02-191-1/+1
* Generalize macrosZeev Suraski2000-02-195-51/+19
* *** empty log message ***Zeev Suraski2000-02-199-14/+15
* - Add libmysql to the treeAndi Gutmans2000-02-1983-0/+12485
* ChangeLog update2000-02-191-0/+39
* *** empty log message ***Zeev Suraski2000-02-181-2/+2
* Get rid of second declaration of compare_func_t. Either put in a commonSascha Schumann2000-02-182-2/+1
* - Fix some issues with the ISAPI module, made it friendlier to non Win32 plat...Zeev Suraski2000-02-187-21/+104
* - Quick and dirty hack for supporting sorts. Improve later on when I wake up.Andi Gutmans2000-02-182-0/+41
* Fix warnings when compiling static Apache moduleSascha Schumann2000-02-184-4/+4
* File is found in $(srcdir)Sascha Schumann2000-02-183-3/+3
* - Didn't compile on Win32Andi Gutmans2000-02-182-6/+14
* ChangeLog update2000-02-181-0/+70
* NEWS update2000-02-181-0/+1
* fixing imap_delete. All of the argcount checks were against one integer tooChuck Hagenbuch2000-02-181-2/+2
* - Update .dsp'sZeev Suraski2000-02-185-30/+12
* - Tiny change (I know I don't have to cast malloc() to void * but I likeAndi Gutmans2000-02-181-3/+3
* - Preliminary support for dynamic arrays. I need it on order to try out aAndi Gutmans2000-02-183-1/+101
* The list grows.Andrei Zmievski2000-02-171-0/+1
* 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
* Fix duplicate freeingZeev Suraski2000-02-171-0/+1
* typoStig Bakken2000-02-171-1/+1
* - fixed bug if attribute value is entityUwe Steinmann2000-02-172-3/+5
* No need for a value (not that it seems to work anyway...)Zeev Suraski2000-02-173-3/+3
* Make POST handling the way it should be. RFC1867, and any future POST handle...Zeev Suraski2000-02-1710-109/+147