2000-03-18 |
Thies C. Arntzen | (serialize/unserialize) _sleep_() -> __sleep(), _wakeup... |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Thies C. Arntzen | renamed _string_value_() to __string_value(). |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Zeev Suraski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Zeev Suraski | The third argument to define() wasn't working right... |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Zeev Suraski | false wouldn't automaticaly switch to an array type... |
commit | commitdiff | tree | snapshot |
2000-03-18 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Hartmut Holzgraefe | is_executable() for root fixed |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Andi Gutmans | - Fix Win32 compile |
commit | commitdiff | tree | snapshot |
2000-03-17 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-03-17 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Sterling Hughes | ftruncate returns 1 on success and 0 on failure instead... |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Andi Gutmans | - Last one for today. |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Andi Gutmans | - Allow passing of a verify function. This way we can... |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Andi Gutmans | - Note quite sure why this wasn't done. |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Sascha Schumann | Cleanup |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Sascha Schumann | Merge in local changes |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Andi Gutmans | - php_is_dir_ok() should work on Windows now. |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Andi Gutmans | - Fix a leak (I think) |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Andi Gutmans | - Make it compile on Windows. |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Sascha Schumann | Use old_state |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Sascha Schumann | (php_check_dots) we don't need len |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Sascha Schumann | virtual_chdir: |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Sam Ruby | restore compilation on ZTS enabled environments (like... |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Andi Gutmans | - Add initial virtual_getcwd() and virtual_chdir()... |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Andrei Zmievski | @ Added is_numeric() that returns true if the argument... |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Thies C. Arntzen | share some thoughts |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Thies C. Arntzen | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Thies C. Arntzen | @- serialize()/unserialize() now call _sleep_() and... |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Thies C. Arntzen | renamed "to_string" -> "_string_value_" |
commit | commitdiff | tree | snapshot |
2000-03-16 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Joey Smith | Adding .cvsignore to ext/recode |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Sascha Schumann | Use CPPFLAGS for reentrancy/thread flags |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Andi Gutmans | - WIN32 -> PHP_WIN32 |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Zeev Suraski | - Fix newly introduced problem reported by Sam Ruby |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Andrei Zmievski | Make zend_hash_move_forward()/zenv_hash_move_backwards... |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Zeev Suraski | - Fix warning (I thought I fixed this one before) |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Uwe Steinmann | - support for libxml 2.0 beta |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Sam Ruby | Update README to indicate improvements in overload... |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Sam Ruby | Emulate user/group/other on Windows |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Sam Ruby | Cleanup, better error recovery, easier configuration |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Uwe Steinmann | - changed libgz to libz (Bug #3614) |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Thies C. Arntzen | . |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Sam Ruby | Get Blackdown support to compile. Doesn't seem to... |
commit | commitdiff | tree | snapshot |
2000-03-15 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-03-15 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Egon Schmid | One space character is enough. |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Andrei Zmievski | Implemented external list traversing. |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Egon Schmid | Thies, please check the function names and descriptions. |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Uwe Steinmann | - fixed invalid class names |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Hartmut Holzgraefe | I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!! |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Hartmut Holzgraefe | imap_utf7_encode didn't expand international characters... |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Andi Gutmans | - Allow array(1,2,3,) i.e. with trailing comma. You... |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Thies C. Arntzen | @- fixed possible crash in unserialize if the serailize... |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Andi Gutmans | - ELS are passed to internal functions |
commit | commitdiff | tree | snapshot |
2000-03-14 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-03-14 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Egon Schmid | Fixed some protos. |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Zeev Suraski | - |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Zeev Suraski | - Spare a byte :) |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Andi Gutmans | - Change Zend license version |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Andi Gutmans | - Another zend_uchar |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Andi Gutmans | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Andrei Zmievski | Changed HTTP_STATE_VARS to HTTP_SESSION_VARS. |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Andi Gutmans | - define zend_uint and zend_uchar and use them in a... |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Andrei Zmievski | Introduced a way to traverse hashes through external... |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Andreas Karajannis | odbc_close() and odbc_close_all() working again |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Andi Gutmans | - Change type from int -> char |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Zeev Suraski | - Fix filename/lineno initialization for do_return |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Sam Ruby | remove java.library from the README |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Rasmus Lerdorf | # Oops - functions with multiple optional args suck |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Andi Gutmans | - Also check module API number |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Rasmus Lerdorf | gd-jpeg support |
commit | commitdiff | tree | snapshot |
2000-03-13 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Sam Ruby | Eliminate java.library ini option in favor of rpath |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Chuck Hagenbuch | Adding imap_rfc822_parse_headers(). This function lets... |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Chuck Hagenbuch | spelling correction, and rename make_event_object to... |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Jouni Ahto | # Compiles. Doesn't work yet. Unless leaking memory... |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Kristian Köhntopp | Finished porting recode module. |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Chuck Hagenbuch | pval->zval |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Kristian Köhntopp | - using _ex() functions now, thanks to Andrej. |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Zeev Suraski | - Define these ones and declare them in modules.h |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Zeev Suraski | - |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Andi Gutmans | - Guessing this is the problem |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Sascha Schumann | Use sprintf everywhere and define sprintf to php_sprint... |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Sascha Schumann | Also search for freetype headers in $prefix/include... |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Sascha Schumann | Fix build on systems which lack snprintf or vsnprintf. |
commit | commitdiff | tree | snapshot |
2000-03-12 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-03-12 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Leo Baschy | remove recent patch to _close_odbc_conn calling _free_o... |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Andrei Zmievski | Nuke DEBUG. |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Kristian Köhntopp | - Added additional DEFER macro. |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Andi Gutmans | - Oops I commited a name change for consistency of... |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Andi Gutmans | - Don't define DEBUG anymore. Everyone should use PHP_D... |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Andi Gutmans | - Don't load modules which have different debug and... |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Sascha Schumann | Upgrade to libtool 1.3.4 |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Sam Ruby | Unix classpath fixes |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Sascha Schumann | mkextlib is not created anymore |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Sascha Schumann | We don't need mkextlib anymore |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Chuck Hagenbuch | switching the order of arguments of mcal_week_of_day... |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Chuck Hagenbuch | Add mcal_week_of_year(), submitted by jtaskine@hit.fi. |
commit | commitdiff | tree | snapshot |
next |