2000-01-13 |
Zeev Suraski | @- Added implicit_flush INI directive (Zeev) |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Zeev Suraski | Make Win32 compile again |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Zeev Suraski | Woops, forgot to commit the right version of the file... |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Zeev Suraski | - Added flush() support to SAPI |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Sascha Schumann | Only suppress including dlfcn.h when we are in PHP. |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Sascha Schumann | Move dl stuff from acconfig.h into zend.h. That allows... |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Sascha Schumann | Avoid including dlfcn.h, if we are compiling as an... |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Sascha Schumann | Full gear backwards. We still need acconfig.h.in for... |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Sascha Schumann | Add description for AC_DEFINEs |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Sascha Schumann | acconfig.h.in became superflicious when we removed... |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Sascha Schumann | Fix compile on AIX, #2071 |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Sascha Schumann | Make cvsclean work on AIX |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Zeev Suraski | @- Fixed a crash in pfsockopen() (Zeev) |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Andrei Zmievski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Uwe Steinmann | - changed cpdf_global_set_document_settings() to cpdf_g... |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Uwe Steinmann | - added cpdf_global_set_document_limits() |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Zeev Suraski | Functionality & crash fixes |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Zeev Suraski | @- Fixed a possible crash in phpinfo() (Zeev) |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Rasmus Lerdorf | # Fix silly typo |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Thies C. Arntzen | fix solaris compile |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Sascha Schumann | Add another point |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Sascha Schumann | Recognize UnixWare 7 |
commit | commitdiff | tree | snapshot |
2000-01-07 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-01-07 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-01-06 |
Thies C. Arntzen | @- Applied safe-mode patch to popen(). (Patch by Kristi... |
commit | commitdiff | tree | snapshot |
2000-01-06 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Sascha Schumann | Fix namespace pollution |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Sascha Schumann | `cp' will do the job everywhere, even on AIX |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Sascha Schumann | Move reentrancy initialisation/destruction into SAPI. |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Jouni Ahto | (php_setlocale) Fixed memory leak (bug #3105). |
commit | commitdiff | tree | snapshot |
2000-01-05 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-01-05 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Andrei Zmievski | Fix IS_UNSET -> IS_NULL rename. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Andi Gutmans | - Rename IS_BC to FLAG_IS_BC. We will probably nuke it. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Thies C. Arntzen | added ZVAL_*() macros. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Andi Gutmans | - Separate the overloaded objects' types from Zend... |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Andi Gutmans | - Separate the overloaded objects' types from Zend... |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Andi Gutmans | - Change IS_UNSET -> IS_NULL |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Thies C. Arntzen | @- str_repeat() now returns correct length. (Thies) |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Sascha Schumann | Fix typo |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Sascha Schumann | Replace all += constructs with equivalent ones |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Rasmus Lerdorf | # Grr |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Rasmus Lerdorf | @ Don't assume libz and libpng are installed for the... |
commit | commitdiff | tree | snapshot |
2000-01-04 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-01-04 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-01-03 |
Zeev Suraski | Fix a bug when using [] on a string |
commit | commitdiff | tree | snapshot |
2000-01-03 |
Joey Smith | # There is no functions/ directory in PHP4. |
commit | commitdiff | tree | snapshot |
2000-01-03 |
Andrei Zmievski | * Implemented <boolean> and <null> types. We now suppor... |
commit | commitdiff | tree | snapshot |
2000-01-03 |
Zeev Suraski | Fix |
commit | commitdiff | tree | snapshot |
2000-01-03 |
Thies C. Arntzen | even better;-) |
commit | commitdiff | tree | snapshot |
2000-01-03 |
Thies C. Arntzen | yes sir! |
commit | commitdiff | tree | snapshot |
2000-01-03 |
Sascha Schumann | FreeBSD 2.x/3.x fix. |
commit | commitdiff | tree | snapshot |
2000-01-03 |
Thies C. Arntzen | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-01-03 |
Thies C. Arntzen | forgot |
commit | commitdiff | tree | snapshot |
2000-01-03 |
Andi Gutmans | - Fix compare_function() for IS_UNSET |
commit | commitdiff | tree | snapshot |
2000-01-03 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-01-03 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-01-02 |
Thies C. Arntzen | nice to have. |
commit | commitdiff | tree | snapshot |
2000-01-02 |
Zeev Suraski | Fix |
commit | commitdiff | tree | snapshot |
2000-01-02 |
Andreas Karajannis | Statements get closed before connection shutdown. |
commit | commitdiff | tree | snapshot |
2000-01-02 |
Thies C. Arntzen | (var_dump, serialize, unserialize) support NULL |
commit | commitdiff | tree | snapshot |
2000-01-02 |
Thies C. Arntzen | renamed RET???_UNSET -> RET???_NULL |
commit | commitdiff | tree | snapshot |
2000-01-02 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Sascha Schumann | Add some points |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Sascha Schumann | Remove second (equal) definition of isleap() |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Sascha Schumann | Some cleanup |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Sascha Schumann | Y2K updates |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Andi Gutmans | - IS_NULL should be 0 when converted to a long although... |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Thies C. Arntzen | tiny optimisation |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Thies C. Arntzen | Happy new year (especially to Zeev :) |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Zeev Suraski | Fix buglet |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Sascha Schumann | Declare timezone only, if the system fails to do so. |
commit | commitdiff | tree | snapshot |
2000-01-01 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Sascha Schumann | Happy Y2K patch! Happy new year (or the new millennium... |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Sascha Schumann | Be as portable as possible |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Zeev Suraski | .dsp updates |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Zeev Suraski | - Add Release_inline builds |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Zeev Suraski | Add new Release_inline builds to Win32. Standard relea... |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Zeev Suraski | Happy new year (especially to Thies :) |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Zeev Suraski | - Nuke undefined_variable_string |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Andi Gutmans | - Fix bug #3073. continue in do..while() loops should... |
commit | commitdiff | tree | snapshot |
1999-12-31 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Sascha Schumann | Fix linking problems with iODBC. This is from the Adaba... |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Sascha Schumann | First try at getting the ODBC stuff right |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Sascha Schumann | Synchronize with rules.mk |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Sascha Schumann | Perform manual interpolation for EXTRA_INCLUDES and... |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Andreas Karajannis | Replaced some ODBC 3 stuff to be backwards compatible... |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Sascha Schumann | Typedef socklen_t, if it is not available |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Sascha Schumann | THREAD_T refers to thread ids, not attributes |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Sascha Schumann | Fix for Solaris incapability |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Sascha Schumann | Append liblber to satisfy symbols in libldap |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Sascha Schumann | Let m4 decide what to do |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Sascha Schumann | Remove second {}, that shouldn't be there |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Sascha Schumann | Fix define. |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Thies C. Arntzen | fix AC_DEFINE |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Sascha Schumann | Define to 1 |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Sascha Schumann | Proper protection for GNU make's parallel build |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Sascha Schumann | Propagate error condition correctly |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Sascha Schumann | Ease include file selection. Let's see which cpps suppo... |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Sascha Schumann | Rebuild config.h.in whenever configure changes |
commit | commitdiff | tree | snapshot |
next |