summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-0624-116/+312
* Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintfJason Greene2001-06-053-4/+4
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-0523-8/+99
* A little clean, merge two if statements.Andrei Zmievski2001-06-011-4/+2
* place nice with other libraries.Sterling Hughes2001-05-303-4/+6
* Kill warning.Andrei Zmievski2001-05-291-1/+2
* - Fix problem of output initializationAndi Gutmans2001-05-232-14/+9
* oops..foobar2001-05-231-1/+1
* fixed bug: #10960foobar2001-05-231-1/+1
* - Start nuking not needed GINITAndi Gutmans2001-05-222-2/+2
* - Fix name of function.Andi Gutmans2001-05-212-2/+2
* Add support for systems where p{read|write} take a off64_t withoutSascha Schumann2001-05-201-0/+8
* Support for IRIX-style asctime_r/ctime_r.Sascha Schumann2001-05-202-1/+26
* MS VisualStudio .NET 7.0 has M_PI_4 in math.hSebastian Bergmann2001-05-171-0/+2
* changed php_typedef_VARIANT.h to php_VARIANT.hHarald Radi2001-05-131-1/+1
* - Fix bug. The INI system expects a string for default INI values.Andi Gutmans2001-05-121-1/+1
* These functions have been changed to macros.Sascha Schumann2001-05-121-3/+0
* 4.0.6 is tagged, HEAD is now 4.0.7-devThies C. Arntzen2001-05-111-1/+1
* bump bundled expat to 1.95.1Thies C. Arntzen2001-05-111-13/+38
* Fixed: http://www.php.net/bugs.php?id=10733&edit=1foobar2001-05-081-2/+1
* Avoid crashing if somehow, output is sent in a new thread tha had no requestsZeev Suraski2001-05-071-2/+8
* Fixed bug: #7227. Now the correct strings (if set) are shown.foobar2001-05-061-2/+3
* Fix bug: #10323. Every value outputted is now escaped.foobar2001-05-061-11/+18
* Fixed Andi's build problem.Wez Furlong2001-05-051-0/+4
* Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.cWez Furlong2001-05-054-322/+209
* Now the file uploads 'work' also on Lynx. This patch was submittedfoobar2001-05-021-12/+25
* Fix bug #10563foobar2001-05-011-4/+7
* - Remove C++ commentAndi Gutmans2001-05-011-1/+0
* - Fix snprintf() to work with nan and inf properlyAndi Gutmans2001-05-011-10/+19
* renamed jstring to mbstring.Rui Hirokawa2001-05-011-2/+2
* make pgsql build under win32 againDaniel Beulshausen2001-04-302-2/+2
* added japanse http input (POST/GET/Cookie) handler. It is nessceary to add in...Rui Hirokawa2001-04-301-0/+4
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-306-18/+18
* - Update to work with latest ZendAndi Gutmans2001-04-291-1/+1
* get rid of MS's _popen/_pcloseDaniel Beulshausen2001-04-273-2/+10
* Make old readdir_r code compatible with HPUX and Solaris.Sascha Schumann2001-04-271-9/+11
* * define PEAR_EXTENSION_DIR as wellStig Bakken2001-04-251-0/+1
* Fix build on WIn32Frank M. Kromann2001-04-232-1/+12
* * expanded the following constants and made them available in PHP:Stig Bakken2001-04-223-7/+27
* - Get rid of warning.Andi Gutmans2001-04-211-2/+2
* Added files for PHP streamsWez Furlong2001-04-174-7/+696
* @Added -C command-line option to avoid chdir to the script's directory (Stig)Stig Bakken2001-04-162-1/+6
* Revert mega patch.Sascha Schumann2001-04-091-2/+9
* * CGI version is always installed!Stig Bakken2001-04-081-9/+2
* fixed typo in CVS idfoobar2001-04-061-1/+1
* This branch is 4.0.6-dev..foobar2001-04-041-1/+1
* Added new configuration directives:foobar2001-04-043-4/+26
* Cookies use ; as argument separator.foobar2001-04-041-4/+5
* Free the correct output buffer, to avoid a segfault on a HEAD requestAnil Madhavapeddy2001-04-021-2/+1
* Fix headers handling with output bufferingZeev Suraski2001-03-311-0/+1