2000-06-09 |
Zeev Suraski | This should no longer be necessary |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Zeev Suraski | This seems to be a valid report, can't hurt anyway... |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Zeev Suraski | Restore the check for the trailing slash. Windows... |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Sascha Schumann | You need to include dynlib.mk in Makefile.in. |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Sascha Schumann | The default serializer is still php. |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Sascha Schumann | Automatically recover from a failed attempt to decode... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Sascha Schumann | Fix format strings. cache_expire's type was changed... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Sascha Schumann | Somehow I screwed up the find parameters while doing... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Andrei Zmievski | Include php_global.h, instead of global.h |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Zeev Suraski | Update .dsp's |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Anthony Whitehead | Added more server variables to the HTTP_SERVER_VARS... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Thies C. Arntzen | @- Fixed crash in OCIFetchStatement() when trying to... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Hartmut Holzgraefe | @ fopen_wrappers() are now extensible via modules |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Sascha Schumann | Add PHP_BROKEN_SPRINTF check here. |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Sascha Schumann | Wipe out acconfig.h.in and rewrite some checks to use... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Sascha Schumann | Clean up acconfig.h |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Sascha Schumann | Add a couple of casts |
commit | commitdiff | tree | snapshot |
2000-06-08 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-06-08 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Sascha Schumann | Always define PROGRAM_NAME to avoid problems with Irix... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Sascha Schumann | Add note about using PHP_ARG_WITH/ENABLE |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Jouni Ahto | - Fixed typo in _php_image_output (s/fp/tmp/) causing... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Uwe Steinmann | - fixed compilation error |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Uwe Steinmann | - more removal of obsolete pdflib functions, but no... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Sascha Schumann | Fix test for php_always_shared |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Zeev Suraski | - Fix Win32 build |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Uwe Steinmann | - new function pdf_set_info() to replace pdf_set_info_xxx() |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Thies C. Arntzen | beautify |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Hartmut Holzgraefe | cyscape's "current" browscap.ini file doesn't terminate... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Andrei Zmievski | Purely formatting. |
commit | commitdiff | tree | snapshot |
2000-06-07 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-06-07 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Rasmus Lerdorf | Make trim strip \0 to match php 3 |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Jouni Ahto | - Added functions imagewbmp(), imagecreatefromxbm(). |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Andrei Zmievski | @- Added str_pad() for padding a string with an arbitra... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Uwe Steinmann | - add functions pdf_get_value(), pdf_set_value(), pdf_g... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Andrei Zmievski | I guess Zeev's done it already. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Zeev Suraski | @- Made the short_tags, asp_tags and allow_call_time_pa... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Clayton Collie | PHP code to test sscanf() |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Zeev Suraski | Enable asp_tags/short_tags/allow_call_time_pass_by_refe... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Clayton Collie | Modified Makefile.in so scanf.c compiles |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Jouni Ahto | - Preparing to add new image types to gd module. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Clayton Collie | Added sscanf() function. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Andi Gutmans | - I didn't have anything to do with this buggy code... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Frank M. Kromann | adding definition for EWOULDBLOCK for Win32 to compile |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Hartmut Holzgraefe | added missing '/' to closing <center> tag (BUG ID ... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Hartmut Holzgraefe | added T1LIB information to info function |
commit | commitdiff | tree | snapshot |
2000-06-06 |
David Hedbor | Added another bug to be fixed |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Thies C. Arntzen | add check for stdbool.h |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Thies C. Arntzen | bool -> int |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Thies C. Arntzen | @- added fflush() function. (Eric Huss) |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Thies C. Arntzen | hashtable.h -> expat_hashtable.h |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Frank M. Kromann | Adding correct compiler directives for Win32 compilation |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Joey Smith | Use common naming convention. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Joey Smith | Get the version #'s right... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Sascha Schumann | Add newline at the end of the file (breaks at least... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-06-06 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Sterling Hughes | Move to the Z_*_PP macros. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Sascha Schumann | Move hashtable.h to expat_hashtable.h. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Sascha Schumann | Make TSRM compile again. ZTS is defined by a header... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
David Hedbor | PRE_INCLUDES hack reverted |
commit | commitdiff | tree | snapshot |
2000-06-06 |
David Hedbor | PRE_INCLUDE hack reverted |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Sascha Schumann | Move global.h to php_global.h. |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Sascha Schumann | Move main.h to php_main.h. |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Rasmus Lerdorf | Fix virtual() when used with output buffering |
commit | commitdiff | tree | snapshot |
2000-06-05 |
David Hedbor | List with TODO items |
commit | commitdiff | tree | snapshot |
2000-06-05 |
David Hedbor | Fixed include directory problems. |
commit | commitdiff | tree | snapshot |
2000-06-05 |
David Hedbor | Added a new user-definable include variable, PRE_INCLUD... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
David Hedbor | Changed include statement for main.h to avoid inclusion... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Andi Gutmans | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Rasmus Lerdorf | Oops, fixed slight miscue there. Now it works. |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Jouni Ahto | - Restore locale settings to state they were at module... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Rasmus Lerdorf | @ Clean up constants in flock() function and add option... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Andrei Zmievski | Ignore generated files. |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Frank M. Kromann | Getting exif module to compile on win32 |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Frank M. Kromann | fixing compiler directive so the module will actually... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Uwe Steinmann | - should now compile and configure with libxml 2.0.0 |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Andi Gutmans | - Revert internazionalization fix. |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Andi Gutmans | - Revert Thies' locale patch. It was screwing up langua... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Hartmut Holzgraefe | compile fix regarding bug report #4780 |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Andi Gutmans | - Complete change to create_function() |
commit | commitdiff | tree | snapshot |
2000-06-05 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-06-05 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Jouni Ahto | (pg_connect) Missed adding reference to link. |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Zeev Suraski | Change shutdown order to sort out a crash when assignin... |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Zeev Suraski | Fix Win32 build |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Zeev Suraski | - Support unordered hash comparisons |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Zeev Suraski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Zeev Suraski | Rename lambda() |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Jouni Ahto | - Added functions pg_loimport(), pg_loexport(). |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Rasmus Lerdorf | @ Add SWF support to getimagesize() function (Derick... |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Sascha Schumann | Redirect messages from cp modules/* to /dev/null |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Stanislav Malyshev | \0 is part of they key, but not of the variable |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Sascha Schumann | Back out the last change by Andi which caused TSRM... |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Stanislav Malyshev | add opendir to VIRTUAL_DIR |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Stanislav Malyshev | chdir returns -1 on error, so should V_CHDIR |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Stanislav Malyshev | chdir returns 0 on success, compare against it |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Rasmus Lerdorf | @ Add support for both indexed and non-indexed arrays... |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Andi Gutmans | - Only compile if building a thread safe version |
commit | commitdiff | tree | snapshot |
next |