summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* *** empty log message ***Andrei Zmievski2001-07-091-1/+1
* Adding new parameter parsing API.Andrei Zmievski2001-07-092-0/+405
* fix newly introduced SEFAULT.Thies C. Arntzen2001-07-091-1/+1
* __USE_GNU should not be defined by an application.Sascha Schumann2001-07-091-1/+0
* Add getmygid() and safe_mode_gid ini directive to allow safe mode to doRasmus Lerdorf2001-07-0910-4/+55
* - Added php_escape_shell_arg to the header fileDerick Rethans2001-07-091-0/+1
* adopt shane's popen patchDaniel Beulshausen2001-07-092-11/+14
* @ - assert() now accepts the array(&$obj,"methodname") syntax. (Thies)Thies C. Arntzen2001-07-093-75/+68
* added test for assertThies C. Arntzen2001-07-091-0/+21
* changed to use Z_* macrosThies C. Arntzen2001-07-091-15/+14
* added test for serializeThies C. Arntzen2001-07-093-61/+168
* xml_utf8_encode: make sure the returned data is zero-terminatedThies C. Arntzen2001-07-091-4/+3
* use erealloc for zvals!Thies C. Arntzen2001-07-091-1/+1
* Reset strtok_string, so that strtok can be used in all session handlerSascha Schumann2001-07-081-0/+1
* Enable using an external mailer under windows.Shane Caraveo2001-07-081-13/+25
* Needed for the prototype of php_escape_shell_cmd().Sascha Schumann2001-07-081-0/+1
* @ - Make sure that OCI8 outbound variables are always zero-terminated. (Thies)Thies C. Arntzen2001-07-082-1/+7
* This should get xmldocfile() working again.Joey Smith2001-07-081-3/+6
* Convert double-quotes to single-quotes.Sebastian Bergmann2001-07-071-20/+20
* - Fix off by one error in allocating command line (by Shane)Andi Gutmans2001-07-071-2/+2
* * reverted "DIRECTORY_SEPARATOR" patchMartin Jansen2001-07-071-1/+0
* * added missing constantMartin Jansen2001-07-071-0/+1
* addes more logging and security optionsTomas V.V.Cox2001-07-071-2/+6
* whitespacesTomas V.V.Cox2001-07-061-30/+30
* Signal numbers are not uniform accross all platforms.Jason Greene2001-07-061-4/+13
* fix dsp (?)Daniel Beulshausen2001-07-061-25/+47
* Making --with-openlink work the same as --with-iodbc for it's eventualDan Kalowsky2001-07-061-8/+12
* fixed argument number in mb_send_mail().Rui Hirokawa2001-07-061-1/+1
* fixed argument number in mb_send_mail().Rui Hirokawa2001-07-061-1/+1
* Fix Unix build (AC_ADD_* -> PHP_ADD_*)Sascha Schumann2001-07-061-3/+3
* Patch by Tobias, so parseInput returns pearErrorChristian Stocker2001-07-061-2/+6
* enable get*by* networking functions + remove commentsDaniel Beulshausen2001-07-061-81/+7
* fix win32 buildDaniel Beulshausen2001-07-061-0/+4
* Fix proto's and some ws uglinessJason Greene2001-07-061-12/+12
* Added wait.h functionality to pcntlJason Greene2001-07-067-31/+219
* Be consistent across all cases.Joey Smith2001-07-061-2/+2
* experimental db++ database supportHartmut Holzgraefe2001-07-069-0/+1639
* preliminary documentation for db++ support in ext/dbplusHartmut Holzgraefe2001-07-051-0/+248
* This should be lower-cased per the documentation and previousSean Bright2001-07-051-0/+2
* Check for getpgid (torben@php.net)Jason Greene2001-07-051-1/+1
* Made imagegammacorrect() work on true-color images.Wez Furlong2001-07-052-8/+116
* Change a load of E_ERRORS into E_WARNINGs; it was being a bit too severe,Wez Furlong2001-07-051-22/+22
* Optimizing the mssql_execute function.Frank M. Kromann2001-07-051-50/+4
* More ifdefs, just in case.Wez Furlong2001-07-051-0/+10
* Added loads of #ifdefs; should fix Bug #11889.Wez Furlong2001-07-051-0/+33
* Added name for enum, hopefully fixing the win32 build.Wez Furlong2001-07-051-1/+1
* - Fix for the first part of Bug #11890Derick Rethans2001-07-051-6/+9
* Fix build on linuxJason Greene2001-07-051-0/+1
* no need to implement these functions, already in posix moduleJason Greene2001-07-041-1/+0
* Actually check for the needed system calls.Jason Greene2001-07-041-2/+7