summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bad html in ifx_htmltbl_result().Danny Heijl1999-06-221-2/+1
* fix some potential buffer overflowsStig Bakken1999-06-221-33/+31
* Backing out changes.Andrey Hristov1999-06-212-10/+6
* fixed implode "again" -Thies C. Arntzen1999-06-211-6/+6
* whoops, kill debugging messageSascha Schumann1999-06-201-1/+0
* Introduce AC_ADD_* macrosSascha Schumann1999-06-2010-35/+107
* avoid error messageSascha Schumann1999-06-201-1/+1
* use standard autoconf variablesSascha Schumann1999-06-201-9/+1
* *** empty log message ***Zeev Suraski1999-06-191-5/+3
* *** empty log message ***Zeev Suraski1999-06-191-0/+4
* Add a standard get_ini_entry() to interface between Zend and the outside worldZeev Suraski1999-06-192-1/+3
* Implement new get_ini_entry() for ZendZeev Suraski1999-06-193-12/+39
* *** empty log message ***Zeev Suraski1999-06-191-1/+1
* Use php.ini instead of php3.iniZeev Suraski1999-06-194-6/+6
* *** empty log message ***Zeev Suraski1999-06-191-5/+0
* Win32/ZTS compiles againZeev Suraski1999-06-194-19/+23
* for struct sockaddrAndrey Hristov1999-06-181-0/+4
* update php3 sync infoStig Bakken1999-06-181-2/+2
* optimize php3_fopen_url_wrapper() a bit (fewer recv() and send() calls)Stig Bakken1999-06-181-74/+65
* Apply Sascha's fsock fixes to php4.Stig Bakken1999-06-182-38/+49
* make CGI version work againStig Bakken1999-06-181-9/+9
* typoSascha Schumann1999-06-171-2/+2
* Need to check if it exists first.Andrey Hristov1999-06-171-2/+2
* Win32 patches (does not compile still)Zeev Suraski1999-06-171-4/+6
* MIME headers may be 512 characters long.Stig Bakken1999-06-161-5/+5
* * fixed some #if/#ifdef issuesStig Bakken1999-06-1619-647/+1231
* added INIT_FUNC_ARGS_PASSTHRU and SHUTDOWN_FUNC_ARGS_PASSTHRUStig S. Bakken1999-06-161-0/+2
* * added zend_binary_strcasecmp()Stig S. Bakken1999-06-152-0/+25
* reversing another patch that slippedStig Bakken1999-06-151-2/+2
* * reverse fsock/string import patchesStig Bakken1999-06-158-1281/+808
* Change four spaces back to tabs (Why the hell did you change the tabs to four...Zeev Suraski1999-06-151-28/+28
* * now using php4.ini instead of php3.iniStig Bakken1999-06-1511-820/+1301
* fix some .cvsignore filesStig Bakken1999-06-150-0/+0
* gmmktime() fixRasmus Lerdorf1999-06-151-8/+13
* Need to test for directory.Andrey Hristov1999-06-141-1/+1
* make symlinks if they are not present alreadyStig Bakken1999-06-141-0/+3
* First attempt at moving the old RFC1867 support to the right placeZeev Suraski1999-06-128-277/+268
* We can't quite go with expr there (shift/reduce conflict), go with scalar.Zeev Suraski1999-06-121-1/+1
* require() improvement as per Andi's suggestionZeev Suraski1999-06-121-2/+2
* it's obj.properties, not htSascha Schumann1999-06-111-3/+3
* Fix up var.c a bit.Andrey Hristov1999-06-111-10/+6
* Make the concatenation operator use make_printable as wellZeev Suraski1999-06-111-44/+13
* Don't take failing on an include file so badlyZeev Suraski1999-06-111-8/+11
* Support <?=Zeev Suraski1999-06-111-2/+3
* E_ERROR -> E_COMPILE_ERROR in the compilerZeev Suraski1999-06-111-2/+2
* Two fixes:Zeev Suraski1999-06-111-1/+3
* Same Fix hereRasmus Lerdorf1999-06-111-10/+10
* append DEBUG_CFLAGS to CFLAGSStig Bakken1999-06-111-0/+1
* Print out include_path in include/require failuresZeev Suraski1999-06-111-4/+10
* * Use to_string() instead of __print()Zeev Suraski1999-06-113-1/+9