2501 Commits (d90daba134dc4bf33326533ba1325c28d35dd651)
 

Author SHA1 Message Date
Thies C. Arntzen d90daba134 use _ex-API 27 years ago
Andrei Zmievski 8ebba516a3 Boo. 27 years ago
dfe01a37a4 ChangeLog update 27 years ago
660e392458 NEWS update 27 years ago
Sascha Schumann 63e8df2320 Postpone the execution of post request startup handlers until the symbol_table is populated 27 years ago
Andrei Zmievski a15916a47a Made strspn() and strcspn() binary-safe. 27 years ago
Andrei Zmievski 457a13dac5 Finished array_multisort() function. Basically it sorts multiple arrays 27 years ago
Sascha Schumann e911ee38bd Make rand.c thread-safe. 27 years ago
Sascha Schumann 9ac3e94dcc Reapply configuration for each request 27 years ago
Sascha Schumann 08d762cb0c (php_ns_config) use 3.0's Ns_ConfigGetPath instead of Ns_ConfigPath 27 years ago
Sascha Schumann 75db7e91c6 (_ps_files_path_create) terminate string correctly and append the whole key instead of the rest key 27 years ago
00e3bb678d ChangeLog update 27 years ago
050835e955 NEWS update 27 years ago
Sascha Schumann 61a6a92618 Make filestat.c thread-safe 27 years ago
Sascha Schumann d9258da42e @- Made pageinfo.c thread-safe (Sascha) 27 years ago
Stig Bakken f30278b96b - Documented classes, methods and constants in the source 27 years ago
Sascha Schumann 1627a57d96 Remove trailing white-spaces 27 years ago
Sascha Schumann 591cdd1cfb Reformat ini entries and add new options (cache_limiter, cache_expire). 27 years ago
Sascha Schumann 996216b499 Add cache_limiter and cache_expire options. Rename extern_referer_check 27 years ago
Sascha Schumann 5928624a1c Kill a warning 27 years ago
Sascha Schumann ecb6e75add Initialize variables 27 years ago
Sascha Schumann 0233d7cf82 Initialize value properly 27 years ago
Sascha Schumann db27dadf27 Call SLS_FETCH() only, if it is needed 27 years ago
Sascha Schumann 58a33274c9 Make it compile in ZTS mode 27 years ago
Sascha Schumann 9279df2025 Include header file for php_file_le_fopen() 27 years ago
Sascha Schumann 9278d9d911 Remove unnecessary ARRAYLS_FETCH() calls 27 years ago
Sascha Schumann 4762285e40 Disable global lock for now. We will have to find a way to test subsystems 27 years ago
Stig Bakken 5d00c366e7 "setup" is obsolete 27 years ago
696ab2b0e6 ChangeLog update 27 years ago
a42bf72ec0 NEWS update 27 years ago
Andrei Zmievski dbaf6c5c65 Added array globals in preparation for multisort() changes. 27 years ago
Andrei Zmievski 0c779c51c9 (PHP php_implode) Made binary-safe. 27 years ago
Andrei Zmievski 33d82cb6d1 get_meta_tags() was using php_stristr() so it needed to be changed. 27 years ago
Andrei Zmievski 17ff0f3af3 Made strstr(), stristr(), and ucwords() binary-safe(). Also corrected 27 years ago
Sascha Schumann 7365698268 Moving APXS-specific checks into respective config.m4. The placement of 27 years ago
Andreas Karajannis 4bd855e69f Don't include functions not supported by Solid 27 years ago
e8c6e01dc5 ChangeLog update 27 years ago
Andrei Zmievski 2b2e6ff6cb Fixed #2952. 27 years ago
Stig Bakken 4b6a03236b Added makerpm by Samuel Liddicott <sam@campbellsci.co.uk> 27 years ago
Sascha Schumann 969c727b1e Output information about HTTP headers 27 years ago
Sascha Schumann e08b2e7b0f Export sapi_free_header() 27 years ago
Stig Bakken 415d53e751 remove uninteresting NEWS entries 27 years ago
Andrei Zmievski d18ff45c4c A few more fixes for php_strtolower(). 27 years ago
a14d2ce1b2 ChangeLog update 27 years ago
a70d0097c9 NEWS update 27 years ago
Andrei Zmievski 7e4bd9fb60 (PHP strtoupper, strtolower, substr_replace) Made binary-safe. 27 years ago
Sascha Schumann 2a794e8205 (php_set_session_var): logic fix: 27 years ago
Zeev Suraski 7bbe67d25a @- Fix a crash in the Apache syntax highlighting mode (Zeev) 27 years ago
Thies C. Arntzen 06489b6ebe just went thru string.c and wrote down the functions that are obviously NOT binary-safe 27 years ago
Thies C. Arntzen 0489895d0b (unserialize) closed mem-leak 27 years ago