summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog update2001-09-171-0/+51
* NEWS update2001-09-171-0/+2
* Collection fix. getelem method now handles returning nullsAndy Sautins2001-09-161-3/+9
* Make rand thread safe when ZTS is defined.Sterling Hughes2001-09-165-37/+75
* Hopefully fix compile warnings on win32 systemsSterling Hughes2001-09-161-0/+9
* MFZE1Zeev Suraski2001-09-161-2/+4
* - Start giving the notes extension an indentation face lift but I gotAndi Gutmans2001-09-161-87/+35
* WS-fix and directly use ap_psprintf instead of sprintf/ap_pstrdupSascha Schumann2001-09-161-9/+8
* fixed memory_peak resettingThies C. Arntzen2001-09-161-0/+2
* compiles without warnings nowHartmut Holzgraefe2001-09-162-13/+15
* for the daft folks that think 0 is a good seed.Sterling Hughes2001-09-161-4/+4
* @ Make the seed options to srand() and mt_srand() optional, if the seed isSterling Hughes2001-09-161-6/+16
* ChangeLog update2001-09-161-0/+30
* NEWS update2001-09-161-0/+3
* fix this in a couple of other places and use estrndup() when we have theSterling Hughes2001-09-151-9/+9
* properly grab field and value pairs, plus avoid a segfault when errmsg isn'tSterling Hughes2001-09-151-4/+8
* A bug fixed when trying to return NULL strings.Sergey Kartashoff2001-09-153-147/+916
* Added support for japanese encoding to htmlentites() and htmlspecialchars()....Rui Hirokawa2001-09-151-1/+76
* ChangeLog update2001-09-151-0/+36
* ChangeLog update2001-09-141-0/+20
* more data types supported (and warn if unsupported encountered)Hartmut Holzgraefe2001-09-131-7/+23
* fix strtr() when called with two parameters. this has been broken for some time!Thies C. Arntzen2001-09-132-1/+12
* ChangeLog update2001-09-131-0/+25
* be more flexible in finding a db++ installationHartmut Holzgraefe2001-09-121-1/+1
* Enable chroot() only if SAPI is CGI.foobar2001-09-124-3/+7
* ChangeLog update2001-09-121-0/+59
* oops. Used C++ style comments. Make C styleAndy Sautins2001-09-111-1/+1
* Collection fix. Fix core dump when accessing an element that isAndy Sautins2001-09-111-0/+5
* Handle assign/append of NULL values to collections correctly. NowAndy Sautins2001-09-111-0/+45
* revert last commit. Guys, discuss such things first, then commit. Mkay?Sascha Schumann2001-09-111-10/+3
* Add an API function for setting the session id from a session module...Sterling Hughes2001-09-112-3/+12
* Always return something from non-void functionSascha Schumann2001-09-111-1/+1
* Remove some unused variablesSascha Schumann2001-09-112-5/+3
* Similar to autoconf-2.5x, say who is doing what.Sascha Schumann2001-09-111-3/+3
* Ignore "AC_PROG_LEX invoked multiple times"Sascha Schumann2001-09-111-1/+1
* Remove obselete message and drop "divert(6)" which causedSascha Schumann2001-09-111-4/+0
* Fixed some protos. Haven't read the source code, so some protos could be wron...Egon Schmid2001-09-111-45/+44
* Revise the xxx_export api so that exporting to files is comfortable.Wez Furlong2001-09-112-74/+181
* ChangeLog update2001-09-111-0/+90
* Arrrgghh!Wez Furlong2001-09-112-52/+19
* Added some preliminary x509 cert and csr creation/signing functions.Wez Furlong2001-09-101-565/+1580
* fix build.foobar2001-09-102-2/+2
* fix resource destructionDaniel Beulshausen2001-09-101-4/+2
* Use $(LINK) for libraries, but $(LINK_CLEAN) for creating programs.Sascha Schumann2001-09-102-2/+2
* - Fix for bug #13230Derick Rethans2001-09-101-5/+1
* Fix a problem when withval pointed to a symlink and automaticSascha Schumann2001-09-102-4/+10
* don't forget TSRMLS_CC when using zend_parse_parametersDaniel Beulshausen2001-09-101-20/+20
* let apache2 filter build under win32Daniel Beulshausen2001-09-104-2/+174
* A round of "d'ohs" for me, please.Sascha Schumann2001-09-102-4/+4
* Use proper macro to return string with unknown lengthSascha Schumann2001-09-101-1/+1