summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Add include path. Used relative include path assuming php4 and bindlib_w32Andi Gutmans1999-11-041-1/+1
* ChangeLog update1999-11-041-0/+22
* *** empty log message ***Andrei Zmievski1999-11-031-1/+1
* Added MS SQL server moduleFrank M. Kromann1999-11-032-0/+5
* Changed directory names to match projectFrank M. Kromann1999-11-030-0/+0
* Adding MS SQL Server module for Win32Frank M. Kromann1999-11-034-0/+1707
* #- Added support for forcing a variable number of internal function argumentsAndi Gutmans1999-11-031-0/+2
* - Add support for BYREF_FORCE_RESTAndi Gutmans1999-11-034-22/+38
* #I hope this is the correct way to 'fix' this.Evan Klinger1999-11-031-1/+1
* ChangeLog update1999-11-031-0/+24
* NEWS update1999-11-031-0/+1
* Add <FORM ACTION=...> tagSascha Schumann1999-11-022-121/+198
* Additional check for concurrent use of --with-{apache,apxs}Sascha Schumann1999-11-021-4/+5
* Remove extraneous comment.Andrei Zmievski1999-11-021-8/+11
* (PHP getprotoby{name,number}) New FunctionsEvan Klinger1999-11-022-0/+53
* ChangeLog update1999-11-021-0/+32
* NEWS update1999-11-021-0/+2
* *** empty log message ***Andrei Zmievski1999-11-011-2/+3
* Added array_pad() function.Andrei Zmievski1999-11-012-0/+124
* Trying to clean up the last of the body->id/body->description confusion.Chuck Hagenbuch1999-11-011-1/+1
* Added new session configuration directives.Andrei Zmievski1999-11-011-1/+6
* Fix for #2631Sascha Schumann1999-11-011-1/+1
* ChangeLog update1999-11-011-0/+17
* NEWS update1999-11-011-0/+2
* (PHP getservby{name,port}) New functions.Evan Klinger1999-11-012-2/+51
* Add missing initialization entrySascha Schumann1999-10-311-0/+1
* Support current mcrypt. Tested with libmcrypt-2.2.4Sascha Schumann1999-10-311-37/+49
* Change session.lifetime to session.cookie_lifetime. And:Sascha Schumann1999-10-312-7/+39
* @Continue processing PHP_INI_SYSTEM knownDirectives after extension=Sam Ruby1999-10-311-0/+3
* ChangeLog update1999-10-311-0/+23
* typing in the darkRasmus Lerdorf1999-10-302-2/+2
* Damn, can't see underscores correctly on this silly terminal I am onRasmus Lerdorf1999-10-302-10/+10
* Clean up regex header file mess. php.h now explicitly includes php_regex.hRasmus Lerdorf1999-10-309-7/+26
* ChangeLog update1999-10-301-0/+16
* Fix typo found by hholzgra@media-engineering.deRasmus Lerdorf1999-10-291-1/+1
* Kill the regex header file warningsRasmus Lerdorf1999-10-295-9/+11
* Looked like this was done by RedHat the way I wrote it.Rasmus Lerdorf1999-10-291-1/+1
* ChangeLog update1999-10-291-0/+31
* NEWS update1999-10-291-0/+1
* (IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4.Rasmus Lerdorf1999-10-284-8/+37
* Remove set-if-not-set colon, since CPPFLAGS is never set by automake.Sascha Schumann1999-10-281-1/+1
* Fix bug #2623.Andrei Zmievski1999-10-281-1/+2
* - Fix for Thies' leak and Andrei's crashAndi Gutmans1999-10-282-28/+34
* New function.Andrei Zmievski1999-10-281-0/+1
* ChangeLog update1999-10-281-0/+31
* NEWS update1999-10-281-0/+3
* look for output.c in its new location in the windows buildSam Ruby1999-10-281-4/+4
* (PHP str_repeat) New function.Andrei Zmievski1999-10-273-0/+46
* moved output.c into ext/standart and made it thread-safe.Thies C. Arntzen1999-10-2712-281/+818
* @- implemented OCI8 $lob->WriteToFile() function - very useful for streamingThies C. Arntzen1999-10-271-4/+198