2350 Commits (b1eb7855cdee02df8cb464190865cfa410f42335)
 

Author SHA1 Message Date
Thies C. Arntzen b1eb7855cd some more ideas 27 years ago
Andrei Zmievski 7347ca9a08 (PHP session_register) Correct calling convention. 27 years ago
Andrei Zmievski 20190c966d Session variables now obey track_vars and gpc_globals settings. 27 years ago
Andrei Zmievski f962a35df7 Added zend_set_hash_symbol() function. 27 years ago
Thies C. Arntzen 0a276c2ff3 backed out last change after andi decided on a different approach. 27 years ago
Andi Gutmans 4c8259b538 - Call ZEND_SET_SYMBOL_WITH_LENGTH() with refcount 1 from the standard 27 years ago
Stig Bakken 8f91051dda Fix shared mode for gd/xml/mysql extensions. 27 years ago
Zeev Suraski efc84af940 - Implement get_used_files() and get_imported_files() 27 years ago
Zeev Suraski ad30b198d4 - Added get_used_files() function - returns a hash mapping the use()'d files 27 years ago
Zeev Suraski 9baad80459 - Break the zend->PHP dependency introduced by the .php extension for use(), 27 years ago
Zeev Suraski da5464b145 - zend_file_handles must now flag whether their .filename property should be 27 years ago
Thies C. Arntzen 502bb337fe the new SET_VAR_* macros forgot to set the refcount! 27 years ago
Sascha Schumann b978a64ebb Check for htonl in libsocket (sol251), and move inet_aton check in libbind to configure.in, so that our later AC_CHECK_FUNCS(inet_aton) will find inet_aton in libbind (if it is there). 27 years ago
Sam Ruby 6fb3b8c66f build error - windows 27 years ago
Thies C. Arntzen f6e8a597a9 fixed tiny leak 27 years ago
Stig S. Bakken aaadc71d5d Fix typo, add prototype for use_filename(). 27 years ago
Stig S. Bakken 3570e8891d "use" should use arg+".php" as parameter to require 27 years ago
Zeev Suraski cad92c80cc This should fix the fd leak with include()/require() 27 years ago
2b3f80b776 ChangeLog update 27 years ago
34e71e378c NEWS update 27 years ago
Sascha Schumann 689265145a Fix for #2909 27 years ago
Sam Ruby 70b97864f8 windows build errors 27 years ago
Sascha Schumann 7c43bda4fb inet_aton is in libresolv on Solaris 2.5.1 27 years ago
David Hedbor b40afedd7e Added credit notes for Roxen SAPI module 27 years ago
Andrei Zmievski 99df46fa62 Include errno.h. 27 years ago
Andrei Zmievski e345066140 *** empty log message *** 27 years ago
Andrei Zmievski fec413c557 Added ZEND_SET_GLOBAL_VAR_WITH_LENGTH_EX() macro. 27 years ago
Sascha Schumann 2e024a0005 Improve locking when O_EXCL is available 27 years ago
Rasmus Lerdorf c7b4d3cbf1 # I hate these * empty log message * notes that get added to the changelog 27 years ago
Sascha Schumann 1a77231633 PHP_BUILD_* m4 macros are not intended to be used by extensions. 27 years ago
Sascha Schumann 39a99dd695 2<<30 (== 1<<31) overflows 32-bit signed int, reverting to 1<<30 27 years ago
Sascha Schumann f19426e412 Solaris needs -D_REENTRANT to define prototypes for localtime_r etc. 27 years ago
Sascha Schumann 7c209d774c Use socklen_t where appropiate 27 years ago
Sascha Schumann ebaeb919da Add check for socklen_t (we cannot use AC_CHECK_TYPE, because socklen_t 27 years ago
Thies C. Arntzen 0d7e971355 revert my last patch - WARNING: we leak fd's again. 27 years ago
Stig Bakken 6728e8e8d5 forgot the "@" 27 years ago
Stig Bakken a8f71d621f Add configure command to phpinfo() output (Stig) 27 years ago
Sascha Schumann 992eb497bf Add configure stuff 27 years ago
Sascha Schumann 401580a716 Add posix module 27 years ago
Sascha Schumann 639c491da4 Add X-Powered-By header in all configurations to ease PHP usage metering 27 years ago
Sascha Schumann 964bf9f288 (php_ns_sapi_header_handler): use sapi_free_header() 27 years ago
Andi Gutmans c34560b53d - Remove _EX and make it the old _LENGTH 27 years ago
Rasmus Lerdorf a050e023df # Here you go Andrei 27 years ago
Rasmus Lerdorf 162adb778e @ PHP 4 scripts will now obey the max_execution_time setting and actually 27 years ago
Sam Ruby 1e13f0fd20 Support DATE_to_pval and DISPATCH_to_pval 27 years ago
0c75839820 ChangeLog update 27 years ago
7107266d7c NEWS update 27 years ago
Andi Gutmans 2f5efbdea6 - Add _EX macro for Andrei 27 years ago
Rasmus Lerdorf c92db34492 # just some symbol cleanup while I am browsing through looking for this 27 years ago
Rasmus Lerdorf 67f4cfe1aa @ Add optional socket path to the mysql_?connect() functions 27 years ago