1999-12-04 |
Sascha Schumann | ZTS fixes |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Sascha Schumann | Remove custom LDFLAGS/LIBS changes |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Sascha Schumann | Don't overwrite EXTRA_LIBS, some ext config.m4s access... |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Sascha Schumann | Remove code references to serverapi |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Sascha Schumann | Use LIBS instead of EXTRA_LIBS, so that inter-library... |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Thies C. Arntzen | some more ideas |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Andrei Zmievski | (PHP session_register) Correct calling convention. |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Andrei Zmievski | Session variables now obey track_vars and gpc_globals... |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Andrei Zmievski | Added zend_set_hash_symbol() function. |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Thies C. Arntzen | backed out last change after andi decided on a differen... |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Andi Gutmans | - Call ZEND_SET_SYMBOL_WITH_LENGTH() with refcount... |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Stig Bakken | Fix shared mode for gd/xml/mysql extensions. |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Zeev Suraski | - Implement get_used_files() and get_imported_files() |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Zeev Suraski | - Added get_used_files() function - returns a hash... |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Zeev Suraski | - Break the zend->PHP dependency introduced by the... |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Zeev Suraski | - zend_file_handles must now flag whether their .filena... |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Thies C. Arntzen | the new SET_VAR_* macros forgot to set the refcount! |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Sascha Schumann | Check for htonl in libsocket (sol251), and move inet_at... |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Sam Ruby | build error - windows |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Thies C. Arntzen | fixed tiny leak |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Stig S. Bakken | Fix typo, add prototype for use_filename(). |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Stig S. Bakken | "use" should use arg+".php" as parameter to require |
commit | commitdiff | tree | snapshot |
1999-12-04 |
Zeev Suraski | This should fix the fd leak with include()/require() |
commit | commitdiff | tree | snapshot |
1999-12-04 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
1999-12-04 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sascha Schumann | Fix for #2909 |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sam Ruby | windows build errors |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sascha Schumann | inet_aton is in libresolv on Solaris 2.5.1 |
commit | commitdiff | tree | snapshot |
1999-12-03 |
David Hedbor | Added credit notes for Roxen SAPI module |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Andrei Zmievski | Include errno.h. |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Andrei Zmievski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Andrei Zmievski | Added ZEND_SET_GLOBAL_VAR_WITH_LENGTH_EX() macro. |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sascha Schumann | Improve locking when O_EXCL is available |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Rasmus Lerdorf | # I hate these * empty log message * notes that get... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sascha Schumann | PHP_BUILD_* m4 macros are not intended to be used by... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sascha Schumann | 2<<30 (== 1<<31) overflows 32-bit signed int, reverting... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sascha Schumann | Solaris needs -D_REENTRANT to define prototypes for... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sascha Schumann | Use socklen_t where appropiate |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sascha Schumann | Add check for socklen_t (we cannot use AC_CHECK_TYPE... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Thies C. Arntzen | revert my last patch - WARNING: we leak fd's again. |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Stig Bakken | forgot the "@" |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Stig Bakken | Add configure command to phpinfo() output (Stig) |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sascha Schumann | Add configure stuff |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sascha Schumann | Add posix module |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sascha Schumann | Add X-Powered-By header in all configurations to ease... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sascha Schumann | (php_ns_sapi_header_handler): use sapi_free_header() |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Andi Gutmans | - Remove _EX and make it the old _LENGTH |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Rasmus Lerdorf | # Here you go Andrei |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Rasmus Lerdorf | @ PHP 4 scripts will now obey the max_execution_time... |
commit | commitdiff | tree | snapshot |
1999-12-03 |
Sam Ruby | Support DATE_to_pval and DISPATCH_to_pval |
commit | commitdiff | tree | snapshot |
1999-12-03 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
1999-12-03 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Andi Gutmans | - Add _EX macro for Andrei |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Rasmus Lerdorf | # just some symbol cleanup while I am browsing through... |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Rasmus Lerdorf | @ Add optional socket path to the mysql_?connect()... |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Zeev Suraski | Solve a couple of compile issues |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Thies C. Arntzen | php_fopen_wrapper_for_zend() does *NOT* insert the... |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Andrei Zmievski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-12-02 |
Sascha Schumann | Let user override default setting of ``make'' |
commit | commitdiff | tree | snapshot |
1999-12-02 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
1999-12-02 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Sascha Schumann | Define COMPILE_DL_MODNAME, if module is built as dynami... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Stig Bakken | Back out PIC/COMPILE_DL hack from gd/mysql. |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Stig Bakken | @Fix some warnings when compiling in maintainer-mode... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Stig S. Bakken | Fix warnings surfacing in maintainer-mode. |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Zeev Suraski | Make it possible to explicitly set refcount in ZEND_SET... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Zeev Suraski | Allow to set the reference count explicitly for ZEND_SE... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Zeev Suraski | Test commit, ignore |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Zeev Suraski | @- Made the GET/POST/Cookie and their HTTP_*_VARS[... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Zeev Suraski | @- Make the global GET/POST/Cookie variables and their... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Stig Bakken | remove some debug output |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Sascha Schumann | Make array.c thread-safe |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Sascha Schumann | Remove fsock-specific members |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Sascha Schumann | Make fsock module thread-safe |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Andi Gutmans | - Forgot to check for BP_VAR_IS in the fix made for... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Sam Ruby | use new PHP_BUILD_THREAD_SAFE macro |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Sam Ruby | libzend/zend_compile.h's #define YYSTYPE causes parseda... |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Thies C. Arntzen | just a remark |
commit | commitdiff | tree | snapshot |
1999-12-01 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
1999-12-01 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
1999-12-01 |
Rasmus Lerdorf | # Fix broken files |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Sascha Schumann | Avoid Apache's regex.h, if system regex was chosen |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Rasmus Lerdorf | # another oops |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Rasmus Lerdorf | # Oops |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Rasmus Lerdorf | Kill some warnings |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Sascha Schumann | Add '--enable-low-memory' option. |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Sascha Schumann | Add PHPAPI for Windows. |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Andi Gutmans | - Applied Thies' bug fix. Great work! |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Andi Gutmans | - Added opened_path to php_fopen_wrapper() and the... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Andi Gutmans | - Add use support (behaves like require, but will not... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Andi Gutmans | - Fix problem Thies reported. We by mistake separated... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Nick Gorham | Added check in the ODBC module that a connection is... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Thies C. Arntzen | the Zeus-Guys were nice enoug to give us a call similar... |
commit | commitdiff | tree | snapshot |
1999-11-30 |
Shane Caraveo | need to prevent multiple usage |
commit | commitdiff | tree | snapshot |
1999-11-30 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
1999-11-30 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
1999-11-29 |
Sander Steffann | Show some extra info for GD with phpinfo() |
commit | commitdiff | tree | snapshot |
1999-11-29 |
Sascha Schumann | Clean up code |
commit | commitdiff | tree | snapshot |
1999-11-29 |
Thies C. Arntzen | ISAPI wants to run in ZTS |
commit | commitdiff | tree | snapshot |
1999-11-29 |
Sander Steffann | Oops, forgot to check for GIF support. Fixed. |
commit | commitdiff | tree | snapshot |
next |