2000-02-10 |
Zeev Suraski | More cleanup! |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Sascha Schumann | Set ext_base, a common prefix to the per-extension... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Sascha Schumann | - Fixed ^#[ ]+preprocessor directive$ constructions... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Zeev Suraski | More cleanup - move getenv() to SAPI |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Zeev Suraski | More cleanup... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Andi Gutmans | - Little fix |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Andi Gutmans | - #define ZEND_WIN32 differently |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Andi Gutmans | - PHP_WIN32 |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Andi Gutmans | - Introduce PHP_WIN32 |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Andi Gutmans | - Finally beautify those WIN32|WINNT checks |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Zeev Suraski | More cleanup |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Andrei Zmievski | Should be 'deactivate' rather than the opposite. |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Zeev Suraski | More abstraction |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Zeev Suraski | Always use getopt with CGI, never use it for anything... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Zeev Suraski | Move the logging mechanism to SAPI |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Thies C. Arntzen | @- Added NULL-support in gettype(). (Thies) |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Uwe Steinmann | - added funktion xmltree(), renamed dom() to xmldoc... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Uwe Steinmann | - added pdf_open_tiff() |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Thies C. Arntzen | @- base64_decode() will decode POST data correct. ... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Andi Gutmans | - Shouldn't be there |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Andi Gutmans | - Cleanup the code |
commit | commitdiff | tree | snapshot |
2000-02-10 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Zeev Suraski | Fix last known nasty bugs in Zend. It'll be cool if... |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Uwe Steinmann | - removed stupid leftover in testdom |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Andrei Zmievski | Return by reference, where necessary. |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Stig Bakken | Added three get modes: DB_GETMODE_ORDERED, DB_GETMODE_A... |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Thies C. Arntzen | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Thies C. Arntzen | foreach() works now for objects as well. |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Uwe Steinmann | - new function to read and parse xml doc from file |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Uwe Steinmann | - fixed several bugs an did some testing. Parsing and... |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Thies C. Arntzen | shut-up CVS |
commit | commitdiff | tree | snapshot |
2000-02-09 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-02-09 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Zeev Suraski | Change string->str where possible; string is basic... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Zeev Suraski | Fix declaration |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Zeev Suraski | @- Fixed memory corruption in fgetss(), strip_tags... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Zeev Suraski | Fix an elusive bug |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Andrei Zmievski | New function notice. |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Andrei Zmievski | Fix up the patch. |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Andrei Zmievski | Patches from Walter for strncmp() stuff. |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Uwe Steinmann | - made hyperwave extension compile again |
commit | commitdiff | tree | snapshot |
2000-02-08 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-02-08 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Zeev Suraski | Remove old unnecessary check |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Zeev Suraski | Syntax highlighting was erronously emitting more than... |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Thies C. Arntzen | @- Made the output of var_dump() more informative.... |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Hartmut Holzgraefe | another re-sync with the PHP3 tree |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Thies C. Arntzen | kill warning |
commit | commitdiff | tree | snapshot |
2000-02-07 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-02-07 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Zeev Suraski | Fix buglet |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Zeev Suraski | @- Protect the ISAPI module against exceptions. Stack... |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Andi Gutmans | - Support the string offset syntax $a{2} with the regul... |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Thies C. Arntzen | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Danny Heijl | - Make it compile again with new (p)list globals. |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Thies C. Arntzen | @- Fixed possible buffer-overflow in base64_decode... |
commit | commitdiff | tree | snapshot |
2000-02-06 |
Thies C. Arntzen | fix for #3413 |
commit | commitdiff | tree | snapshot |
2000-02-06 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-02-06 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Zeev Suraski | Standardize |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Andi Gutmans | - This hopefully fixes the list($a, $a) = array(1,2... |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Thies C. Arntzen | @- Fixed signal() bug that could cause the Apache maste... |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Zeev Suraski | Get Win32 IMAP DLL to compile |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Andi Gutmans | - Make Win32 compile again |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Zeev Suraski | Fix PostgreSQL startup routine in thread-safe mode |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Zeev Suraski | Fix |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Zeev Suraski | More cleanup |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Thies C. Arntzen | fix compile |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Zeev Suraski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Andrei Zmievski | Add default registration of server vars. |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Zeev Suraski | PostgreSQL compile fixes |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Zeev Suraski | Compile fixes |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Zeev Suraski | Pass the executor globals to internal functions |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Zeev Suraski | Cleanup patches |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Zeev Suraski | - Stop passing list/plist to internal functions |
commit | commitdiff | tree | snapshot |
2000-02-05 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-02-05 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Zeev Suraski | That was the broken downcasting that prevented the... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Andrei Zmievski | Implemented setting of session cookie parameters. |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Zeev Suraski | Use the new state functions |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Zeev Suraski | Maintain a state of whether we're compiling and/or... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Andi Gutmans | - Sounds nicer |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Andi Gutmans | - Add some news |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Uwe Steinmann | - some more testing |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Uwe Steinmann | - fixed several bugs, left some for tomorrow :-) |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Andrei Zmievski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Uwe Steinmann | - more functions added but none of them tested |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Uwe Steinmann | - fixed segm fault in hw_docbyanchor() |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Stig Bakken | * Started playing around with alternatives to javadoc. |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Zeev Suraski | fix |
commit | commitdiff | tree | snapshot |
2000-02-03 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Zeev Suraski | - Fix built-in classes with more than 5 methods |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Andrei Zmievski | (PHP wddx_deserialize) Fixed a problem with deserializi... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Uwe Steinmann | - support libxml installed in gnome |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Zeev Suraski | Add expat to the distribution |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Andrei Zmievski | (php_sock_fgets) Respect timeout event. |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Andrei Zmievski | Fixed SAPI modules to properly register their related... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Andrei Zmievski | Initialize apache properly. |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Zeev Suraski | - Fix the annoying problem with list(), that surfaced... |
commit | commitdiff | tree | snapshot |
next |