1999-11-28 |
Sascha Schumann | ZTS fix |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Sascha Schumann | Improved build (now sets also runtime library search... |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Andrei Zmievski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Andrei Zmievski | Don't cry, CVS. |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Andrei Zmievski | (PHP session_register) Modified to accept variable... |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Sascha Schumann | one tmbuf is enough |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Zeev Suraski | - Win32 thread unsafe build updates |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Andrew Skalski | typecast void pointer to char* for pointer arithmetic |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Jouni Ahto | Use thread-safe versions of localtime and gmtime |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Zeev Suraski | Update Win32 build |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Sascha Schumann | Only compile the scanner, if trans_sid is enabled |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Sascha Schumann | Test for PHP_THREAD_SAFETY |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Sascha Schumann | PERL_PATH is used nowhere |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Sascha Schumann | Add --enable-experimental-zts |
commit | commitdiff | tree | snapshot |
1999-11-27 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Zeev Suraski | Get Win32 to compile again |
commit | commitdiff | tree | snapshot |
1999-11-27 |
Zeev Suraski | Add ability to disable the memory cache |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Zeev Suraski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Zeev Suraski | - Fix fd leak in ZTS mode |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Zeev Suraski | UNIX/non ZTS compile fixes |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Zeev Suraski | - Improve the file handle closing code |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Zeev Suraski | - Modify zend_llist_del() to receive a comparison function |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Kill undefined reference |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Enable _POSIX_THREAD_SEMANTICS for all configurations... |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Undefine HAVE_PUTENV, if ZTS is used |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Kill one race. |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Zeev Suraski | This request_shutdown() is no longer needed (never... |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | unposixfy calls to TSRM |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Define macros only, if one of the locking _r functions... |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Avoid fd leak which appears when using ZEND_HANDLE_FILENAME |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Zeev Suraski | This should get the file to close properly |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Use php_init_output_globals() also in non-ZTS mode |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Rebuild libzend.la, if the scanner was rebuilt |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Fix typo (shutdown -> startup) |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | - move strtok_r into reentrancy.c |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Add/update copyright headers |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Back out last commit. |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Add reentrant versions of ctime, localtime, gmtime... |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Convert more source files to use thread-safe functions |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Use thread-safe versions of asctime and localtime |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Use thread-safe versions of localtime and gmtime |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Close a resource leak. |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Zeev Suraski | Undo previous bogus commit |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Zeev Suraski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Zeev Suraski | Remove request_started, increase thread safety |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | (PHP_RINIT(session)) Never return FAILURE on trivial... |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Replace strtok with strtok_r |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Add strtok_r replacement function from FreeBSD-current. |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Sascha Schumann | Include php_config.h in both files, otherwise HAVE_STRL... |
commit | commitdiff | tree | snapshot |
1999-11-26 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
1999-11-25 |
Zeev Suraski | That's a more thorough fix... |
commit | commitdiff | tree | snapshot |
1999-11-25 |
Zeev Suraski | Fix bug #2817 - assignments to string offsets could... |
commit | commitdiff | tree | snapshot |
1999-11-25 |
Zeev Suraski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-11-25 |
Uwe Steinmann | - changed encoding parameter of cpdf_set_font to string... |
commit | commitdiff | tree | snapshot |
1999-11-25 |
Uwe Steinmann | - made domxml compile |
commit | commitdiff | tree | snapshot |
1999-11-25 |
David Hedbor | Now the new direct write is enabled too... |
commit | commitdiff | tree | snapshot |
1999-11-25 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
1999-11-25 |
David Hedbor | Implemented direct writing to the client's FD if RXML... |
commit | commitdiff | tree | snapshot |
1999-11-25 |
David Hedbor | Now ZTS can be used. Unless --enable-roxen-zts is speci... |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Egon Schmid | I'm dreaming that someone else can format this when... |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Sander Steffann | Some patched versions of GD support both GIF and PNG... |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Sander Steffann | Removed an empty -L from LDFLAGS which caused errors... |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Sascha Schumann | Killing some unused variable warnings |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Sascha Schumann | some cosmetical changes |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Egon Schmid | Descriptions should be different for different function... |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Thies C. Arntzen | fix typo |
commit | commitdiff | tree | snapshot |
1999-11-24 |
David Hedbor | Removed some forgotten C++ style comments |
commit | commitdiff | tree | snapshot |
1999-11-24 |
David Hedbor | Now actually correctly checks for Pike paths etc. |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Uwe Steinmann | - new xml parser with dom support |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Evan Klinger | Freeing the memory would be a good idea... |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Evan Klinger | Mention new select(), fd_set() and fd_isset() functions |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Andrei Zmievski | Cleaning up remnants of ChangeLog manipulations. |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Evan Klinger | Can't forget fd_isset() |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Sascha Schumann | - add PHP_BUILD_THREAD_SAFE |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Evan Klinger | First attempt at fd_set() and select() |
commit | commitdiff | tree | snapshot |
1999-11-24 |
David Hedbor | - Added a couple of static for functions that don't... |
commit | commitdiff | tree | snapshot |
1999-11-24 |
David Hedbor | Don't create a new thread for each php-script - use... |
commit | commitdiff | tree | snapshot |
1999-11-24 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
1999-11-24 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
1999-11-24 |
David Hedbor | Moved HAVE_ROXEN to sapi/roxen/config.h.stub |
commit | commitdiff | tree | snapshot |
1999-11-24 |
David Hedbor | Added .cvsignore |
commit | commitdiff | tree | snapshot |
1999-11-24 |
David Hedbor | Added the wrong file. |
commit | commitdiff | tree | snapshot |
1999-11-23 |
David Hedbor | Added HAVE_ROXEN for the Roxen sapi module |
commit | commitdiff | tree | snapshot |
1999-11-23 |
David Hedbor | First version of Pike/Roxen module for embedding PHP. |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Andrei Zmievski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Andrei Zmievski | Re-arranging a bit. |
commit | commitdiff | tree | snapshot |
1999-11-23 |
<changelog... | Fixing results of an infelicity in ChangeLog generation. |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Zeev Suraski | Use the unified notation... |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Zeev Suraski | Cosmetic changes |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Sascha Schumann | add some points |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Andrei Zmievski | (main) In this special case, free path_translated.... |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Sascha Schumann | Only create regex/Makefile, if we use the bundled regex... |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Sascha Schumann | (main) Remove redundant statement, this is part of... |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Thies C. Arntzen | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Sascha Schumann | Don't bail out, if PECL cannot be installed. PHP is... |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Thies C. Arntzen | Getting Zeus-Support in place - i can already see phpin... |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Uwe Steinmann | - inform everybody about cpdf support |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Uwe Steinmann | - extended test script for cpdf by GD image insertion |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Evan Klinger | Convert to Ex API |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Sam Ruby | errors during startup trap server |
commit | commitdiff | tree | snapshot |
next |