summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Break the zend->PHP dependency introduced by the .php extension for use(),Zeev Suraski1999-12-046-24/+31
| | | | | | | by providing an API - Enable Stig's patch for use() extensions (it wasn't refered to by the parser) - Fix a memory leak in that code
* - zend_file_handles must now flag whether their .filename property should beZeev Suraski1999-12-047-0/+9
| | | | | free by Zend or not (uses e*() functions)
* the new SET_VAR_* macros forgot to set the refcount!Thies C. Arntzen1999-12-041-4/+8
|
* Check for htonl in libsocket (sol251), and move inet_aton check in libbind ↵Sascha Schumann1999-12-042-5/+8
| | | | to configure.in, so that our later AC_CHECK_FUNCS(inet_aton) will find inet_aton in libbind (if it is there).
* build error - windowsSam Ruby1999-12-041-1/+1
|
* fixed tiny leakThies C. Arntzen1999-12-041-0/+1
|
* Fix typo, add prototype for use_filename().Stig S. Bakken1999-12-042-1/+2
|
* "use" should use arg+".php" as parameter to requireStig S. Bakken1999-12-041-0/+22
|
* This should fix the fd leak with include()/require()Zeev Suraski1999-12-041-1/+1
|
* ChangeLog update1999-12-041-0/+81
|
* NEWS update1999-12-041-0/+2
|
* Fix for #2909Sascha Schumann1999-12-032-1/+3
|
* windows build errorsSam Ruby1999-12-032-0/+3
|
* inet_aton is in libresolv on Solaris 2.5.1Sascha Schumann1999-12-031-0/+2
|
* Added credit notes for Roxen SAPI moduleDavid Hedbor1999-12-031-0/+1
|
* Include errno.h.Andrei Zmievski1999-12-031-0/+1
| | | | | # Please try compiling before committing
* *** empty log message ***Andrei Zmievski1999-12-031-5/+2
|
* Added ZEND_SET_GLOBAL_VAR_WITH_LENGTH_EX() macro.Andrei Zmievski1999-12-031-0/+3
|
* Improve locking when O_EXCL is availableSascha Schumann1999-12-031-5/+7
|
* # I hate these * empty log message * notes that get added to the changelogRasmus Lerdorf1999-12-031-80/+1
| | | | | | | # telling us that nothing was added to the changelog. The very fact that # this empty log message is added to the changelog makes the message # invalid.
* PHP_BUILD_* m4 macros are not intended to be used by extensions.Sascha Schumann1999-12-032-2/+0
| | | | | | If you want to tell the user that the current choice of a specific SAPI module is bad, check $php_build_target.
* 2<<30 (== 1<<31) overflows 32-bit signed int, reverting to 1<<30Sascha Schumann1999-12-031-1/+1
|
* Solaris needs -D_REENTRANT to define prototypes for localtime_r etc.Sascha Schumann1999-12-031-2/+1
|
* Use socklen_t where appropiateSascha Schumann1999-12-032-3/+3
|
* Add check for socklen_t (we cannot use AC_CHECK_TYPE, because socklen_tSascha Schumann1999-12-031-8/+24
| | | | | is defined in sys/socket.h).
* revert my last patch - WARNING: we leak fd's again.Thies C. Arntzen1999-12-031-4/+1
| | | | | add initialzation of opened_path highlight_file()
* forgot the "@"Stig Bakken1999-12-031-0/+1
|
* Add configure command to phpinfo() output (Stig)Stig Bakken1999-12-033-3/+9
|
* Add configure stuffSascha Schumann1999-12-033-5/+13
| | | | | | (note that --with-xxx should be only used, if it references something external.)
* Add posix moduleSascha Schumann1999-12-035-0/+1001
|
* Add X-Powered-By header in all configurations to ease PHP usage meteringSascha Schumann1999-12-032-7/+4
|
* (php_ns_sapi_header_handler): use sapi_free_header()Sascha Schumann1999-12-031-14/+14
|
* - Remove _EX and make it the old _LENGTHAndi Gutmans1999-12-031-9/+6
|
* # Here you go AndreiRasmus Lerdorf1999-12-031-1/+1
|
* @ PHP 4 scripts will now obey the max_execution_time setting and actuallyRasmus Lerdorf1999-12-032-0/+6
| | | | | | | | | @ time out (Rasmus) # Note that Apache clears all signal handler including SIGPROF before # calling the content handler, so even though we set our itimer before # this in the PHP_INI stuff, Apache kicks sand in our face and we need # to set the timer again just before we start parsing
* Support DATE_to_pval and DISPATCH_to_pvalSam Ruby1999-12-031-7/+42
|
* ChangeLog update1999-12-031-0/+12
|
* NEWS update1999-12-031-0/+1
|
* - Add _EX macro for AndreiAndi Gutmans1999-12-021-2/+4
|
* # just some symbol cleanup while I am browsing through looking for thisRasmus Lerdorf1999-12-021-13/+13
| | | | | # timeout problem
* @ Add optional socket path to the mysql_?connect() functionsRasmus Lerdorf1999-12-021-6/+10
|
* Solve a couple of compile issuesZeev Suraski1999-12-022-1/+3
|
* php_fopen_wrapper_for_zend() does *NOT* insert the opened files into any ↵Thies C. Arntzen1999-12-021-0/+5
| | | | | | | list - the caller needs to fclose() the file. (not sure if this is desired) fixed "Uninitialized memory read" when including URLs
* *** empty log message ***Andrei Zmievski1999-12-021-3/+1
|
* Let user override default setting of ``make''Sascha Schumann1999-12-021-1/+2
|
* ChangeLog update1999-12-021-0/+63
|
* NEWS update1999-12-021-0/+6
|
* Define COMPILE_DL_MODNAME, if module is built as dynamic moduleSascha Schumann1999-12-011-1/+2
|
* Back out PIC/COMPILE_DL hack from gd/mysql.Stig Bakken1999-12-012-8/+0
|
* @Fix some warnings when compiling in maintainer-mode (Stig)Stig Bakken1999-12-0111-79/+34
| | | | | | | | | | @Made mysql and gd work as shared extensions again (Stig) - Fixed some warnings in maintainer-mode. - Made mysql and gd work as shared extensions again by defining COMPILE_DL if PIC is defined. # We need a better solution for building .so extensions than this # PIC/COMPILE_DL hack!