summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* use ZVAL_* macrosThies C. Arntzen2001-07-111-10/+4
* gzencode() now zero-terminates its buffer.Thies C. Arntzen2001-07-111-1/+2
* workaround to make ext/session well behaved with 'make test' and E_ALLHartmut Holzgraefe2001-07-111-1/+9
* cleanup in preparation for session_readonly()Hartmut Holzgraefe2001-07-112-14/+20
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-1116-34/+33
* More correct pseudo-fixStanislav Malyshev2001-07-111-2/+1
* Nuke zval_resetZeev Suraski2001-07-1114-29/+29
* var_reset -> ZVAL_RESETZeev Suraski2001-07-1114-29/+29
* prevent php from crashing when serializing circular data.Shane Caraveo2001-07-111-0/+1
* Modified to work with the new parameter parsing API as a demonstration.Andrei Zmievski2001-07-111-43/+34
* fix.Sterling Hughes2001-07-111-1/+1
* changed return value from fbsql_query to be booloanFrank M. Kromann2001-07-101-3/+3
* Fixing return value from fbsql_query after a DELETE FROM with success.Frank M. Kromann2001-07-102-1/+65
* # I think i am quite stupid.Sterling Hughes2001-07-101-1/+1
* If the transfer fails, still free the buffer if it exists.Sterling Hughes2001-07-101-0/+2
* Fix a couple of buffer overflows in mcrypt.cZeev Suraski2001-07-101-2/+2
* Make range() function smarterRasmus Lerdorf2001-07-091-10/+33
* *** empty log message ***Andrei Zmievski2001-07-091-1/+1
* 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-094-1/+30
* - Added php_escape_shell_arg to the header fileDerick Rethans2001-07-091-0/+1
* @ - 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
* 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
* 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