2002-01-05 |
jim winstead | Fixed pow(), and added finite(), isinf(), and isnan... |
commit | commitdiff | tree | snapshot |
2002-01-05 |
jim winstead | good grief, positive powers of 0 are well-defined.... |
commit | commitdiff | tree | snapshot |
2002-01-05 |
jim winstead | Be more aggressive in making sure that substring matche... |
commit | commitdiff | tree | snapshot |
2002-01-05 |
Zak Greant | Surprising how tests can fail when they don't have... |
commit | commitdiff | tree | snapshot |
2002-01-05 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-01-05 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Jon Parise | Nuke unused variable warning (end_arr). |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Stig Venaas | Made ldap_modify() an alias for ldap_mod_replace()... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
jim winstead | Fixed segfault in wordwrap() when wrapping to zero... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Sterling Hughes | Added the O_NOCTTY option, for terminal i/o. |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Hartmut Holzgraefe | first PHP_EXTENSION_LIBS casualty :( |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Ben Mansell | Added log_message function to the FastCGI sapi, so... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Hartmut Holzgraefe | ncurses is useless in webserver modules |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Hartmut Holzgraefe | more unquoted messages with kommas fixed |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Hartmut Holzgraefe | always quote messages with [...], *especialy* when... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Hartmut Holzgraefe | proto fixes |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Hartmut Holzgraefe | use predefined function instead of hardcoded test |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Hartmut Holzgraefe | proto fix |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Hartmut Holzgraefe | proto fix |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Hartmut Holzgraefe | small clarification |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Sascha Schumann | Remove #line's from var_unserializer.c |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Hartmut Holzgraefe | check for library existance before adding them |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Hartmut Holzgraefe | two new check functions for use in config.m4 file |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Sebastian Bergmann | Update .cvsignore. |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Andi Gutmans | - Improve performance of indirect-referenced function... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Andi Gutmans | - Nuke C++ comments |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Andi Gutmans | - Separate other kinds of function calls too. |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Andi Gutmans | - Start splitting up different kinds of function calls... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Frank M. Kromann | Making error handling thread safe. Thanks to Paco Ortiz... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Hartmut Holzgraefe | make configure more robust if extensions add libraries... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Hartmut Holzgraefe | fix for bug #14832: basename with 2nd parm corrupts... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Markus Fischer | - Now use ZE's builtin zend_zval_type_name(). |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Derick Rethans | - MFZE1 for exit fix, exposing current function name... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Markus Fischer | - domxml_node_add_child(): Perform deep copy before... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Markus Fischer | - FTP_BINARY is more common instead of FTP_IMAGE. |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Thies C. Arntzen | protos fixes by Wolfgang Drews |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Egon Schmid | Please, no punctuation mark at the end of the description. |
commit | commitdiff | tree | snapshot |
2002-01-03 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Zak Greant | Adding key_exists alias for array_key_exists, at the... |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Stig Bakken | * PEAR.php line number changes again |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Stig Bakken | * registry files renamed from .inf to .reg, update... |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Stig Bakken | * support "pear-get install XML_RPC" |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Stig Bakken | * start splitting "pear" command into "pear" and "pear... |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Stig Bakken | * use new overloading API properly |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Markus Fischer | - Corrected proto for ftp_connect() (new optional param... |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Markus Fischer | - Added ftp_set_option(), ftp_get_option() and support... |
commit | commitdiff | tree | snapshot |
2002-01-02 |
jim winstead | jpeg2wbmp,png2wbmp: fix prototypes; _php_image_convert... |
commit | commitdiff | tree | snapshot |
2002-01-02 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Markus Fischer | - Fixed ftp_fget() and ftp_mkdir() protos. |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Markus Fischer | - Corrected proto for ftp_fget(). |
commit | commitdiff | tree | snapshot |
2002-01-01 |
Markus Fischer | - Switched to zend_parse_parameters(), unified error... |
commit | commitdiff | tree | snapshot |
2002-01-01 |
Markus Fischer | - Summarize dbase fixes. |
commit | commitdiff | tree | snapshot |
2002-01-01 |
Adam Dickmeiss | Removal of non-essential parameters for non-piggyback... |
commit | commitdiff | tree | snapshot |
2002-01-01 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-01-01 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Jon Parise | Match the table style of the other single-row info... |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Vlad Krupin | Now dbase_pack() actually truncates the resulting ... |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Vlad Krupin | Verified and fixed bug 6852 #2. Now memo fields are... |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Vlad Krupin | Verified and fixed bug 6852 #1. No more null byte after... |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Sebastian Bergmann | Consistency. |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Egon Schmid | Oops, missed one proto. |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Andi Gutmans | - Add example of default argument for argument passed... |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Egon Schmid | Fixed some protos. |
commit | commitdiff | tree | snapshot |
2001-12-31 |
Egon Schmid | Fixed some protos. |
commit | commitdiff | tree | snapshot |
2001-12-31 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Georg Richter | some prototypes changed |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Alex Waugh | Give defaults for pread and pwrite checks when cross... |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Sebastian Bergmann | Typo. |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Zak Greant | chdir: corrected proto, converted to zend_parse_parameters |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Zak Greant | Corrected bug in php_mysql_fetch_hash() that prevented... |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Zak Greant | chroot: corrected prototype, converted to zend_parse_pa... |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Zak Greant | Converted getenv to use zend_parse_parameters |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Rui Hirokawa | added libfdftk for link path to make shared module. |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Egon Schmid | Fixed a proto. |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Egon Schmid | Fixed some protos. |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Egon Schmid | Fixed some protos. |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Egon Schmid | Fixed some protos. |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Yasuo Ohgaki | Get rid of error message |
commit | commitdiff | tree | snapshot |
2001-12-30 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2001-12-30 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Derick Rethans | - Removed is_array_multidimensional |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Derick Rethans | - Added test for recursive counting |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Derick Rethans | - Added extra parameter to count() that recursively... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Andi Gutmans | @ Fix bug in krsort() where an extra character was... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Andi Gutmans | - Fix bug in XML extension which exists due to a not... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Andi Gutmans | - #define to help #ifdef stuff in PHP sources to make... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Sebastian Bergmann | PHP 4.0 -> PHP 4. Patch by Martin Jansen <mail@martin... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Georg Richter | 1) fixed bugs in soft label key functions |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Andi Gutmans | - A few clarifications |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Sebastian Bergmann | Integrate Andi's examples and some notes by Stig. |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Sebastian Bergmann | Update Exceptions example. |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Stig Bakken | * install PEAR/Dependency.php |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Vlad Krupin | fixed bug preventing pspell from building when pspell... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2001-12-28 |
Tomas V.V.Cox | - Rewrote infoFromTgzFile() (Stig, no more "pedantic... |
commit | commitdiff | tree | snapshot |
2001-12-28 |
Andi Gutmans | - Fix some case insensitivity stuff in respect to classes |
commit | commitdiff | tree | snapshot |
2001-12-28 |
Andi Gutmans | - Support default arguments for reference parameters |
commit | commitdiff | tree | snapshot |
2001-12-28 |
Andi Gutmans | - Wasn't adding the lower case version of the class... |
commit | commitdiff | tree | snapshot |
2001-12-28 |
Georg Richter | mouse support for ncurses added: |
commit | commitdiff | tree | snapshot |
next |